/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div{

	padding:0;
	margin:0;
}

.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

a img{
	border:none;
}
a{
	text-decoration:none;
}
h3{
	margin:0;
	padding:0;
	color:#287B2E;
	font-size:11px;
}
#bodyWrapper{
	width:785px;
	margin:0 auto;
	border:#287B2E solid 1px;
	height:555px;
}

#headerWrapper{
	height:70px;
	border-bottom:#287B2E solid 1px;
}

#homeLogo{
	background:url(/images/homeLogo.jpg) top left no-repeat;
	text-indent:-3000px;
	width:234px;
	height:70px;
	cursor:pointer;
	border-right:#287B2E solid 2px;
	float:left;
}

#menuWrapper{
	width:549px;
	height:70px;
	background:#8CC63E;
	float:left;
}
.menuDivide{
	border-left:#287B2E solid 2px;
	width:1px;
	float:left;
	margin:4px 0;
	height:62px;
}
.menuItem{
	padding:20px 30px 0 30px;
	width:120px;
	
	float:left;
}
.menuLink{
	width:110px;
	text-align:center;
}

.menuLink a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

#contactWrapper{
	padding-top:35px;
}

#contactImg{
	width:339px;
	margin:0 auto;
}
#contactWrapper .contactText{
	width:430px;
	margin:0 auto;
	font-size:20px;
	color:#287B2E;
	text-align:center;
	padding-bottom:5px;

}

#contactWrapper .text{
	font-size:13px;
	width:430px;
	margin:0 auto;
	text-align:center;
	line-height:18px;
}