body{
	background: #DCE8F6;
	text-align: center;
	font-family: Geneva, Arial, sans-serif;
	font-size: 12px;
}

a{
	color: #006699;
}

#container{
	background: #FFFFFF url("images/contentbg.jpg");
	width: 803px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header{}


/*dropdown menus*/
#nav{
	width: 790px;
	height: 30px;
	background: #006699;
	list-style: none;
	padding: 0;
	margin: 0 auto;
} 

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	padding-top: 8px; !important
	padding-top: 10px;
	text-align: center;
	display: block;
	border:0;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	width: 110px;
}

#nav img{
	border:0;
}

#nav a:hover{	
}

#nav li { /* all list items */
	text-align: left;
	float: left;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background-repeat: repeat-x;
	background-position: bottom;	
	left: -999em; 
	padding: 0;
	margin: 0;
	width: 175px;
		background: #006699;

}

#nav li ul a{
	width: 175px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	margin: 5px 5px 5px 5px;
}

#nav li ul a:hover{
	text-decoration: none;
	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}

/*end drop down menu*/


#slideshow{
	width: 790px;
	margin: 0 auto;
}

#content{

}

#content h2{
	font-size: 24px;
	color: #0A2659;
	font-weight: normal;
}

#left{
	float: left;
	width: 500px;
	padding-left: 30px;
}

#right{
	background: #EFEFEF;
	width: 200px;
	float: right;
	margin-right: 30px;
}

#footer{
	margin-top: 20px;
	border-top: 1px solid #3459A9;
	height: 72px;
	width: 803px;
	background: url("images/footer.jpg");
}


.floatRight{
	float: right;
	padding: 0 0 10px 10px;
}

#map{
	border: 1px solid #DCE8F6;
}