body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c7a1e;
	background-color: #5d739c;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
#wrapper {
	text-align: center;
	height: auto;
}
#wrapper #content {
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 891px;
	width: 867px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 78px;
}
#wrapper #content #nav3 {
}
#wrapper #content #nav3 a {
	color: #FFFFCC;
	text-decoration: none;
}

#wrapper #content #nav3 a:hover {
	color: #99CC00;
}

#wrapper #content #maincontent {
	margin-top: 295px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#wrapper #content #maincontent h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADB15A;
}
#wrapper #content #maincontent #separator {
	background-image: url(images/center_separator.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
}
#wrapper #content #maincontent #leftside {
	width: 200px;
	float: left;
	padding-left: 100px;
	padding-top: 20px;
}
#wrapper #content #maincontent #rightside {
	float: left;
	width: 400px;
	text-align: left;
	height: auto;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
}
/* =============== end google map css ====================== */

/* ================= navigation css ============================== */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
position:relative;
width:700px;
height:2em;
background: #000000;
margin-top: 8px;
padding-bottom:1px;
/* float: right; */
}

* html .menu {padding-bottom:0;}

.menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 20px;
width:700px;
height:100%;
}

.menu li{
float:left;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#648A64;
text-decoration:none;
}

.menu a strong, .menu :visited strong {
display:block;
font-weight:bold;
float:left;
padding:0 10px;
height:2em;line-height:1.9em;
cursor:pointer;
border-bottom:1px solid #000000;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:2em;
top:2em;
left:-20px;
width:700px;
}

.menu :hover {
white-space:normal;
}

.menu a:hover strong {
color:#A6B985;

}

.menu li:hover > a strong { /* controls bg color when hovering main nav */
color: #A6B985;
/* background: url(./images/main_F7F8EA.gif); */
border-bottom-color:#000000;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top:2em;
margin-top:1px;
background: #000000;
/* background: url(images/main_F7F8EA.gif); */
}

.menu ul :hover ul li {
display:block; 
background: #000000;
/* background: url(images/main_F7F8EA.gif); */
height:2em;
}
.menu ul :hover ul li a {
display:block; 
font-size:0.8em; 
height:2em; 
line-height:2.5em; 
width:auto; 
float:left; 
color: #648A64; 
padding:0 7px;}
.menu ul :hover ul li a:hover {
color: #A6B985;
}

/* ============ end navigation css ============ */