body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #045486;
	font-size: 13px;
}
img {
}
p {
	margin-bottom: 0px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
h1 {
	font-style:italic;
	color:#9A6B27;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left:15px;
}
h2 {
	font-style:italic;
	color:#9a6b27;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-left:15px;
	font-size:14px;
}
form {
	margin:0px;
}
table.formwrapper {
	font-size:13px;
}
table.formwrapper table {
	margin-left:15px;
	margin-right: 15px;
	
}
table.formwrapper table tr td {
padding:5px;
font-size:13px;
}
table.formwrapper table tr td h2{
margin:0;
}

ul.nav {
	margin: 0;
	width: 766px;
	height: 34px;
	background-color:#0076C0;
	line-height: 34px;
	padding: 0;
	list-style-image: none;
	text-align: center;
}
ul.nav li {
	display:inline;
	padding: 0 1.5em 0 0;
	letter-spacing: 0.2em;
	font-size: 14px;
}
ul.nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
ul.nav img {
	margin: 0px;
	padding:0px;
	border: none;
	vertical-align: middle;
	}

img.floatright {
	float:right;
	margin-left: 8px;
}
img.floatleft {
	float:left;
	margin-right: 8px;
}
.directionsi {
	font-size:12px;
	font-style:italic;
}
div.directions {
	width:75%;
}
#content {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFECBC;
	text-align: left;
}
#content p {
	font-size:13px;
	color: #000000;
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0px;
}
#content ul {
	font-size:13px;
	margin-top: 0px;
}
#map_canvas {
	margin-bottom:20px;
}

#wrapper {
	width: 766px;
	background-color: #FFECBC;
	border-top: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#banner {
 background-image: url(images/banner.jpg);
 height:185px;
 width:766px;
}
#footer {
	background-image: url(images/footer.gif);
	height: 92px;
	width: 774px;
	margin:0px auto 0px auto;
	padding:0px;
}
#footer p {
	color:white;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 92px;
	margin: 0;
	padding: 5px 0 0 0;
}


ul.nav a:hover {
color:#092966;
}
#dropmenudiv{
	margin-top:11px;
	position:absolute;
	border:4px solid white;
	border-bottom-width: 0;
	font:normal 12px/18px  Arial, Helvetica, sans-serif;;
	z-index:100;
	color: #000000;
	background-color: #7998DF;
	
	
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 4px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #49A5E9;
color: #092966;
}
a:link {
	color:#9A6B27;
}
a:visited {
	color:#9A6B27;
}
a:hover {
	color:#045486;
}
a.footer:link {
	color:#7DC9E6;
	}
a.footer:visited {
	color:#7DC9E6;
	}
a.footer:hover {
	color:#D1F1F3;
	}