body {
	background: #fff;	
	margin: 0 auto;
	text-align: center;
	background: url(../images/backgrounds/body2.jpg) repeat-x #4b933a;
}

#content img, img {
	border: 0;
}

#content  p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, img, form {
	margin: 0;
	padding: 0;
}

/*----Structural DIVs----*/

#wrap {
	width: 804px;
	margin: 20px auto auto auto;
}

#header {
	height: 95px;
	overflow: hidden;
}

#topEdge {
	height: 22px;
	overflow: hidden;
}

#leftEdge {
	width: 16px;
	float: left;
	height: 723px;
	overflow: hidden;
}

#mainContent {
	width: 769px;
	float: left;
}

#rightEdge {
	width: 19px;
	float: left;
	height: 723px;
	overflow: hidden;	
}

#bottomEdge {
	width: 803px;
	height: 27px;
	float: left;
	overflow: hidden;
}

#content {
	width: 769px;
	text-align: left;
	float: left;
	display: inline;
}	

#footer {
	width: 753px /*803px*/;
	height: 50px /*65px*/;
	padding: 10px 0 15px 50px;
	text-align: left;
	background: url(../images/backgrounds/footer.gif) repeat-x #4e9437;	
	float: left;
	margin-right: -3px;	
	text-align: center;		
}

/*----Other DIVs----*/

#footerNav {
	width: 753px;
	float: left;
	margin-right: 10px;
	list-style: none;
	display: inline;
	margin: 0 -3px 0 0;
}

#footerNav li {
	list-style: none;
	display: inline;
	margin-right: 35px;
}

.logo {
	overflow: hidden;
	height: 53px;
	width: 150px;
	text-align: left;	
	display: block;
	float: left;
	clear: both;
	margin-top: 20px;
	padding: 0 0 10px 294px; 
}

/*----Typography----*/



/*----Link Styles----*/



/* Nav Styles */

/*#mainNav {
	height: 55px;
	width: 769px;
	background: url(../images/backgrounds/mainNav.gif) no-repeat;	
	overflow: hidden;
	text-align: left;
}

#mainNav ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 55px;
	width: 746px;
	margin-left: 23px;
}

#mainNav ul li {
	list-style: none;
	display: inline;	
	margin: 0;
	padding: 0;
}*/

#mainNav {
	width: 746px /*769px*/;
	float: left;
	background: url(../images/backgrounds/mainNav.gif) no-repeat;	
	height: 55px;
	text-align: left;	
	padding-left: 23px;	
}

#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#mainNav a, #mainNav h2 {
	font: bold 11px/16px 'Trebuchet MS', tahoma, verdana, arial, helvetica, sans-serif;
	display: block;
	margin: 0;
}

#mainNav h2 {
	color: #fff;
	height: 20px;
	border: 0;
	text-align: center;
	font-family: 'Trebuchet MS', tahoma, verdana, arial, helvetica, sans-serif;
}

#mainNav a {
	color: #fff;
	background: #0d572a;
	text-decoration: none;
	padding: 3px 3px 3px 10px;
}

#mainNav a:hover {
	color: #0d572a;
	background: #f3fd06;
}

#mainNav li {
	position: relative;
}

#mainNav ul ul {
	position: absolute;
	z-index: 500;
	width: 180px;
	top: 40px;
	left: 10px;	
	padding-bottom: 20px;
}

#mainNav ul ul ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}

div#mainNav ul ul {
	display: none;
}

div#mainNav ul ul, div#mainNav ul li:hover ul ul, div#mainNav ul ul li:hover ul ul {
	display: none;
}

div#mainNav ul li:hover ul, div#mainNav ul ul li:hover ul, div#mainNav ul ul ul li:hover ul {
	display: block;
}

#mainNav h2 a:link, #mainNav h2 a:active, #mainNav h2 a:visited, #mainNav h2 a:hover {
	color: #fff;
	background: transparent;
	border: 0;
	font: bold 11px/16px arial, helvetica, sans-serif;
	padding: 0;
}
