@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
img, a img {
	border: none;
}
.clearBoth {
	clear: both;
}
body {
	text-align: center;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #009ddc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
}
p {
	margin-bottom: 19px;
}
a {
	color: #009ddc;
}
a:hover {
	text-decoration: none;
}
#content #right ul {
	margin-left: 25px;
	margin-bottom: 19px;
}
#content #right ul li {
	line-height: 23px;
	font-style: italic;
}
h1 {
	color: #419639;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 30px;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #009ddc;
	margin-bottom: 8px;
}
h2 a {
	text-decoration: none;
	color: #009ddc;
}
h2 a:hover {
	text-decoration: underline;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 908px;
	position: relative;
	overflow: auto;
}
#header {
	width: 900px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	height: 132px;
	text-align: center;
	margin: 0px auto;
	clear: both;
}
#nav {
	width: 900px;
	height: 39px;
	clear: both;
	text-align: center;
	padding: 5px 0px 0px;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	margin-right: 20px;
}
#nav ul li.last {
	margin-right: 0px;
}
#nav ul li a {
	display: inline-block;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 33px;
	line-height: 33px;
	padding: 0px 10px;
}
#nav ul li a:hover, #nav ul li.hover a {
	background-color: #ffd204;
}
.megaDropMenu {
	position: absolute;
	padding: 15px 0px 0px;
	top: 170px;
	background-color: #ffd204;
	display: none;
	text-align: center;
	border: 1px solid #0088be;
	border-top: none;
	background-image: url(../img/megaDrop_bg.jpg);
	background-repeat: repeat-x;
	}
.megaDropMenu ul {
	z-index: 510;
	margin: 0px;
	padding: 0px;
	}
.megaDropMenu li {
	display: list-item !important;
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
	}
.megaDropMenu li a {
	display: block !important;
	text-align: center !important;
	color: #000 !important;
	text-decoration: none !important;
	margin: 0px !important;
	padding: 0px 10px 15px !important;
	line-height: 17px !important;
	height: auto !important;
	}
.megaDropMenu li a:hover {
	color: #009ddc !important;
	background-color: transparent !important;
}
#content {
	background-image: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
	width: 790px;
	margin: 0px auto;
	min-height: 604px;
	padding: 5px 9px;
	clear: both;
	overflow: auto;
}
#content #left {
	float: left;
	clear: left;
	width: 304px;
	margin-right: 30px;
}
#content #right {
	float: right;
	clear: right;
	width: 416px;
	padding-right: 40px;
	padding-top: 30px;
}
#content #noFloat {
	z-index: 1;
	clear: both;
	padding: 30px 30px 0px;
}
#map_canvas {
	z-index: 1;
}
.pdf {
	vertical-align: middle;
	clear: both;
}
.pdf img {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
.pdf h2 {
	vertical-align: middle;
	float: left;
	clear: right;
}
#footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 37px;
	clear: both;
	margin: 0px auto;
	font-size: 15px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	line-height: 37px;
	padding-top: 5px;
}
#footerLogos {
	width: 800px;
	margin: 5px auto 10px;
	clear: both;
}
#footerLogos table {
	width: 100%;
}
#footerLogos table td {
	width: 33%;
}
