/*
*
* main.css
* main page css styles.
*
*/

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	font: normal 11px/15px "Lucida Grande", Verdana, Arial;
	color:#003768;
	background-color:#FFF;
	/*_behavior:url("../js/css_hover.htc");*/ /* ie6 fix for id:hover */
	
}

img, div, a, input {
	_behavior:url('../js/iepngfix.htc');  /*IE 6 only*/
}

a{
	text-decoration:none;
	color:#2c660c;
	font-weight:bold;
}

a:hover{
	color:#fd0107;
	text-decoration:underline;
}

#container{
	width:958px;
	margin:0 auto 20px auto;
	border:1px solid #909090;
	border-top:none;
	overflow:hidden;
	text-align:left;
}

#container #header{
	
	background:url('../images/home-header.gif') no-repeat top left;
	width:958px;
	overflow:hidden;
	
}

#header h1 a{
	
	width:758px;
	height:137px;
	display:block;
	margin-left:33px;
	
}

#header h1 a span{
	
	display:none;
	
}

#header ul{
	
	list-style:none;
	font-size:1px;

}

#header ul li a{
	
	width:958px;
	height:36px;
	display:block;
	
}

#header ul li a span{
	display:none;
}

#header ul li.nav1{
	
	height:42px;
	display:block;
	background:url('../images/nav-1.png') no-repeat top left;

}


#header ul li.nav1 a:hover{
	background:url('../images/nav-1-over.png') no-repeat top left;
}


#header ul li.nav2{
	
	height:43px;
	display:block;
	background:url('../images/nav-2.png') no-repeat top left;

}

#header ul li.nav2 a:hover{
	background:url('../images/nav-2-over.png') no-repeat top left;
}

#header ul li.nav3{
	
	height:43px;
	display:block;
	background:url('../images/nav-3.png') no-repeat top left;

}

#header ul li.nav3 a:hover{
	background:url('../images/nav-3-over.png') no-repeat top left;
}

#header ul li.nav4{
	
	height:36px;
	display:block;
	background:url('../images/nav-4.png') no-repeat top left;

}

#header ul li.nav4 a:hover{
	background:url('../images/nav-4-over.png') no-repeat top left;
}

#container .left_graphic{
	
	width:207px;
	height:461px;
	margin-top:-133px;
	float:left;
	
}

#container #left-img-home{

	background:url('../images/home-left-boy2.png') no-repeat top left;

}

#container #body-home{
	
	background:url('../images/home-body.png') no-repeat top left;
	width:671px;
	height:278px;
	float:left;
	line-height:60px;
	color:#2c670c;
	font-size:13px;
	padding:50px 50px 0 30px;
	
}


#container #home-footer{
	
	background:url('../images/home-footer.png') no-repeat top left;
	width:958px;
	height:150px;
	clear:both;
	
}


#container #left-img-sub{
	
	width:207px;
	height:463px;
	margin-top:-133px;
	position:absolute;
	
}

#container .sub-kid-1{
	background:url('../images/sub-kid-1.png') no-repeat top left;
}

#container .sub-kid-2{
	background:url('../images/sub-kid-2.png') no-repeat top left;
}

#container .sub-kid-3{
	background:url('../images/sub-kid-3.png') no-repeat top left;
}

#container .sub-kid-4{
	background:url('../images/sub-kid-4.png') no-repeat top left;
}

#container #sub-body-repeat #sub-body-top{
	
	background:url('../images/sub-back-top.png') no-repeat top left;
	padding:80px 90px 30px 247px;
	width:621px;
	font:13px/23px Arial;
	min-height:350px;
	_height:350px;
	
}



#container #sub-body-repeat{
	background:url('../images/sub-back-repeat.png') repeat-y top left;
	width:958px;
}

#sub-body-top h2{
	
	font:32px/35px Arial;
	color:#4E751E;
	padding:0 0 25px 0;
	
}

#sub-body-top h3{
	
	font:bold 13px/18px Arial;
	color:#4E751E;
	padding:25px 0 0 0;
	
}

.content_ol{
	
	padding:10px 30px;
	font-weight:bold;
	color:#4E751E;
	
}

.content_ol li p{
	
	font-weight:normal;
	color:#003768;
	
}


.content_ul{
	padding:10px 30px;
}
