@CHARSET "UTF-8";

#holder {
	width: 980px;
	margin-top: 30px;
	min-height: 450px;
	background: #fff;
	-moz-border-radius: 20px;
}

#navigation {
	float: left;
	width: 262px;
	padding: 20px;
	padding-top: 0;	
	
}


#navigation h1 {
	background: url('../images/logo.gif') no-repeat top left;
	width:	262px;
	height: 113px;
	text-indent: -3000px;
}


img.label{
	position: absolute;
	margin-top: -10px;
	margin-left: 550px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 3px #999;
	border-bottom: solid 3px #999;
}

#navigation ul li {
	font-weight: bold;
	font-size: 16px;
	color: #0f99df;
	padding: 9px;
	border-top: dotted 1px #999;
	padding-left: 38px;
}

#navigation ul li span {
	color: #3d6099;	
}

.icon_home {
	background: url("../images/icons/icon_home.gif") no-repeat 0px 4px;	
}

.icon_eduvantage {
	background: url("../images/icons/icon_eduvantage.gif") no-repeat 0px 4px;	
}

.icon_eduvision {
	background: url("../images/icons/icon_eduvision.gif") no-repeat 0px 4px;	
}

.icon_edufamily {
	background: url("../images/icons/icon_edufamily.gif") no-repeat 0px 4px;	
}

.icon_eduventures {
	background: url("../images/icons/icon_eduventures.gif") no-repeat 0px 4px;	
}

.icon_edutrip_builder {
	background: url("../images/icons/icon_trip_builder.gif") no-repeat 0px 4px;	
}

.icon_edummunity {
	background: url("../images/icons/icon_edumunity.gif") no-repeat 0px 4px;	
}

.icon_edunews {
	background: url("../images/icons/icon_edunews.gif") no-repeat 0px 4px;	
}


.icon_edugallery {
	background: url("../images/icons/icon_edugallery.gif") no-repeat 0px 4px;	
}

.icon_eduassistance {
	background: url("../images/icons/icon_eduassistance.gif") no-repeat 0px 4px;	
}


#navigation ul li.noborder {
	border: none;	
}


#navigation ul li:hover, #navigation ul li.on {
	color: #99cc33;
	cursor: pointer;
}


#navigation ol {
	list-style: none;
	margin: 0;
	padding: 0;
	
	padding-bottom: 14px;
	margin-bottom: 24px;
	background: #0f99df;
}


#navigation h2 {
	color: #fff;
	background: url('../images/nav_hdr_bknd.gif') repeat-x #000;
	padding: 8px;
	margin: 0;
}
#navigation ol li {
	padding: 5px;	
	padding-lefT: 30px;
	background: url('../images/nav_arrow.gif') no-repeat 5px 5px;
	border-bottom: dotted 1px #fff;
}

#navigation ol li a {
	color: #fff;
}

#content {
	float: right;
	padding: 10px;	
	width: 640px;
	border-left: solid 10px #000;
	min-height: 1375px;
}

#content div.features {
	padding-top: 20px;
}

#content div.features ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 630px;
}

#content div.features ul li {
	float: left;
	border-left: dotted 2px #ccc;	
	width: 27%;
	padding: 3%;
}


#content div.features ul li h1 {
	font-size: 14px;
	text-decoration: underline;
	margin-top: 0;	
}

#content div.features ul li p {
	font-size: 16px;
	
	color: #333;	
	line-height: 22px;

	
}

#content a {
	color: #40aee6;
}

#content div.row-one {
	background: url('../images/bknd_row1.gif') repeat-x #ffffff top left;
	z-index: 5;
}


#content div.row-two {
	background: url('../images/bknd_row2.gif') repeat-x #ffffff;
	z-index: 10;

}


#content div.row-two  h2 {
	text-transform: uppercase;
	color: #84c225;
	font-size: 12px;	
}


#content div.content_holder {
	margin-top: -1px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	padding: 20px;
	background: #ffffff;
	min-height: 250px;
}

#content div.content_holder h2 {
	margin-top: 0;
	padding-top: 0;
	color: #000;
	font-size:	20px;
}

#footer {
	margin-bottom: 50px;
	color: #000;	
}

div.freequote {
	background: #def4ff;
	border: solid 1px #0f99e4;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 20px;
}

