@charset "utf-8";
/* CSS Document */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
body, html {
	width: 100%;
	height: 100%;
	}
body {
	font-size: 100%;
	line-height: 1;
	background: #fff url(../images/background-grey.png) left top no-repeat fixed;
	}
a {
	color: #0099FF;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: none;
	}
ul, ol, li {
	list-style: none;
	}
.clear {
	clear: both;
	}
/* Headers 
- - - - - - - - - - - - - - - - */
h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;  
	}  
h1 {
	display: none;
	}
h2 {
	margin: 15px 10px 15px 0;
	padding: 3px 0;
	font: bold 13px tahoma, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	color: #000;
	border-top: 1px #333333 solid;
	border-bottom: 1px #0099ff solid;
	}
h3 {
	margin: 20px 0 10px 35px;
	padding: 2px 0 4px 5px;
	font-size: 13px;
	color: #000;
	border-top: 2px #000 solid;
	border-bottom: 1px #666 solid;
	}
h4 {
	margin: 10px 0;
	padding-left: 8px;
	font: bold 12px tahoma, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	color: #333333;
	border-left: 5px #000 solid;
	}
h5 {
	margin: 10px 0;
	padding: 5px 0 5px 5px;
	font: bold 13px tahoma, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	color: #fff;
	background: #000;
	}
/* Typography 
- - - - - - - - - - - - - - - - */
p {
	font: 13px tahoma, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 18px;
	}
#container p, #container-alt p {
	color: #444;
	}
#links p {
	margin: 10px 0 10px 35px;
	}
#footer p {
	line-height: 14px;
	}
.bold {
	font-weight: bold;
	color: #000;
	}
.blue {
	color: #0099ff;
	}
.date {
	padding: 4px 3px;
	font-weight: bold;
	color: #fff;
	background: #0066ff;
	border: none;
	}
/*----------begin generic div styles----------*/
#container {
	position: relative;
	top: -5px;
	margin: auto;
	width: 975px;
	}
#header {
	float: left;
	width: 736px;
	height: 175px;
	background: url(../images/header.png);
	}
#content {
	float: left;
	width: 736px;
	height: 319px;
	background: url(../images/main.png);
	}
#footer {
	padding: 15px 0 25px 0;
	width: 900px;
	font-size: 11px;
	color:
	text-align: center;
	}
/*----------begin alternate styles----------*/
#banner {
	width: 900px;
	height: 200px;
	}
#container-alt {
	display: block;
	position: relative;
	margin: 0 auto 50px auto;
	padding: 0 0 50px 0;
	width: 900px;
	}
#content-alt {
	float: left;
	width: 660px;
	background: none;
	}
#content-alt p {
	margin: 10px 10px 10px 0;
	}
#content-alt img {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px #000 solid;
	}
#content-alt ul, #content-alt ol {
	margin: 10px 0;
	padding: 0 0 0 40px;
	font: 12px tahoma, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	color: #222;
	}
#content-alt ol {
	color: #333;
	}
#content-alt ul li {
	line-height: 18px;
	list-style: disc;
	}
#content-alt ol li {
	line-height: 18px;
	list-style: decimal;
	}
#content-alt ul ul {
	margin: 10px 0;
	padding: 0 0 0 40px;
	}
#content-alt ul.upcoming-events {
	padding-left: 5px;
	}
#content-alt ul.upcoming-events li {
	line-height: 24px;
	list-style: none;
	}
#content-alt ul.upcoming-events li p {
	margin: 0 0 15px 0;	
	}
/*----------begin RATE FEE TABLE----------*/
#content-alt table {
	font: 12px tahoma, Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	color: #333;
	text-align: left;
	}
#content-alt table a {
	color: #000;
	}
#content-alt table a:hover {
	color: #0099ff;
	}
#content-alt table p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 14px;
	}
#content-alt table th {
	padding: 5px 0 5px 5px;
	color: #fff;
	background: #000;
	}
#content-alt table td {
	padding: 2px 0;
	}
/*----------begin ALTERNATE LINKS----------*/
#links-alt {
	float: right;
	width: 239px;
	height: 494px;
	font-family: Tahoma, Verdana, lucida-grande, sans-serif;
	font-size: 13px;
	background: url(../images/links.png) no-repeat;
	background-position: 0 -102px;
	}
#links-alt p {
	margin: 10px 0 10px 40px;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	}
#links-alt p span {
	font-weight: bold;
	color: #000;
	}
#links-alt ul {
	margin: 60px 0 0 65px;
	padding: 0;
	}
#links-alt ul li, #links ul li {
	line-height: 18px;
	list-style: disc;
	}
#links-alt ul li a {
	color: #666;
	text-decoration: none;
	}
#links-alt ul li a:hover {
	padding-left: 5px;
	color: #0099FF;
	}
/*----------begin image gallery styles----------*/
#content-images {
	float: left;
	width: 736px;
	height: 319px;
	}
#images {
	margin: 55px 20px 0 0;
	text-align: right;
	}
#images img {
	margin: 1px;
	border: 5px #000 solid;
	}
/*----------begin links div styles----------*/
#links {
	float: right;
	width: 239px;
	height: 494px;
	font-family: Tahoma, Verdana, lucida-grande, sans-serif;
	font-size: 13px;
	background: url(../images/links.png) no-repeat;
	}
#links p {
	margin: 10px 0 10px 40px;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	}
#links p span {
	font-weight: bold;
	color: #000;
	}
#links ul {
	margin: 160px 0 0 65px;
	padding: 0;
	}
#links ul li {
	margin: 2px 0;
	}
#links ul li a {
	color: #666;
	text-decoration: none;
	}
#links ul li a:hover {
	color: #0099FF;
	}
/* Navigation Bar
- - - - - - - - - - - - - - - - - - */
#nav {
	margin: 0 0 0 0px;
	padding: 0;
	width: 975px;
	}
#nav img  {
	padding: 20px 0 0 0;
	}
#nav img:hover {
	padding: 0 0 20px 0;
	}
