/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height:auto;
}

#sitetop {
	height:101px;
}

#navbar {
	float:right;
	height:40px;
	width:647px;
	padding-top:15px;
}

#navlowerhome {
	float:right;
	height:23px;
	width:625px;
	background-image:url(../images/top_gradient.jpg);
	padding:22px 0px 0px 22px;
}
#navlower {
	float:right;
	height:30px;
	width:625px;
	background-image:url(../images/top_gradient2.jpg);
	padding:22px 0px 0px 22px;
}

#home-central {
	float:none;
	clear:both;
}
#central {
	float:none;
	clear:both;
	padding:20px 20px 30px 20px;
	min-height:330px;
	
}

#lower {
	background-color:#7aa732;
}

#lower-box1 {
	float:left;
	width:253px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	height:153px;
	background-image:url(../images/lower_background.jpg);
	padding:7px 0px 0px 10px;
}

#lower-box2 {
	float:left;
	width:253px;
	border:1px solid #FFF;
	height:153px;
	background-image:url(../images/lower_background.jpg);
	padding:7px 0px 0px 10px;
}

#lower-box3 {
	float:left;
	width:252px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	height:160px;
	background-image:url(../images/lower_background.jpg);
	padding:0px 0px 0px 10px;
}

#footer {
	clear:both;
	float:none;
	height:17px;
	background-image:url(../images/footer_gradient.jpg);
	padding:12px 20px 12px 8px;
}

#footer-left {
	float:left;
	font-size:12px;
	color:#427530;
}

#footer-right {
	float:right;
	font-size:12px;
	color:#000;
}
.gocontainer {
	float:right;
	width:98px;
	margin-top:19px;
	text-align:right;
}
.boxfields {
	padding-left:10px;
	float:left;
	width:143px;
}
.box3text {
	float:left;
	margin-top:21px;
	width:99px;
	font-size:12px;
	color:#395518;
	line-height:16px;
}
.boxtop {
	margin-right:10px;
	text-align:right;
}
#titlearea {
	margin-top:20px;
	height:30px;
	background-image:url(../images/title_line.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-bottom:20px;
}