@charset "utf-8";

* { margin:0; padding:0}
body {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	background-color: #5EA336;
}
.homecontainer {
	background-image: url(images/homemainbg_2.jpg);
	background-repeat: repeat-x;
	height: 800px;
}


#homecontent {
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	height: 504px;
	text-align: left;
}
#welcomebox {
	margin-top: 50px;
	margin-right: 550px;
	margin-bottom: 50px;
	margin-left: 75px;
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: normal;
}

#pagescontent {
	background-repeat: no-repeat;
	height: 504px;
	text-align: left;
}

.pagescontainer {
	background-image: url(images/homemainbg_2.jpg);
	background-repeat: repeat-x;
	height: 800px;
}.footerborder {
	background-image: url(images/footerborder.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#topnav{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #e9e9e9;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #E9E9E9;
	margin-top: 10px;
	height: 30px;
}

#topnav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#topnav ul{
	text-indent: 10px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#topnav ul li{
	display: inline;
}

#topnav ul li a{
	color: #64902a;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
}
#topnav ul li a:hover{
	color: #FFFFFF;
}
.navborder {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #bdce2a;
}
