* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
	background-color: #fff;
	font: 12px arial,helvetica,sans-serif;
	padding: 0;
	margin: 0;
}

ul {
	padding-left: 20px;
}

img {
	border: 0;
}


a {
	text-decoration: none;
	color: #2366C1;
}
 
 
a:hover {
	text-decoration: underline;
}

strong {
	font-weight:bold;
}
 
#bluebanner {
	background-color: #44697d;
	padding: 12px 16px;
	color: #f8f8f8;
	font-size: 18px;
	
}

#header {
	width: 100%;
	height: 128px;
	background-color: #000;
	border-bottom: 5px solid #f0ab00;
}

#footer {
	border-top: 5px solid #f0ab00;
	position: relative;
	margin-top: -50px;
	height: 32px;
	color: #000;
	clear: both;
}

#footer div {
	margin: 0 auto;
	width: 970px;
	padding: 8px 10px 0 10px;
	line-height: 20px;
	text-align: center;
}

#footer a {
	color: #000;
}

#footer #contact-us {
	font-size: 14px;
}

#footer #contact-info {
	font-size: 11px;
	padding: 8px;
	margin: 0 auto;
}

#footer #search input {
	border: 0;
	background-color: #d8d8d8;
	
}

#footer #search {
	font-size: 14px;
}

#menu  {
	margin: 0 auto;
	width: 970px;
	padding: 4px 10px;
	height: 128px;
}

#menu td {
	vertical-align: bottom;
	font-size: 18px;
}

#menu td a {
	color: white;
	text-transform: uppercase;
	vertical-align: bottom;
	line-height: 40px;
}

#menu td a:hover {
	color: #f0ab00;
	text-decoration: none;
}

#menu td.selected a {
	color: #f0ab00;
}

#menu td.logo {
	text-align: right;
}

#subheader {
	width: 100%;
	background-color: #686868;
	height: 28px;
	line-height: 28px;
}

ul#submenu {
	margin: 0 auto;
	width: 950px;
	list-style: none;
	padding: 0 10px;
}

ul#submenu li {
	float: left;
	padding-right: 40px;
	font-weight: bold;
}

ul#submenu li a {
	color: #000;
}

ul#submenu li a:hover {
	color: #f0ab00;
	text-decoration: none;
}


ul#submenu li.selected a {
	color: #f0ab00;
}


#content {
	width: 950px;
	margin: 0 auto;
	padding: 10px 10px 58px 10px;
	font-family: georgia;
	font-size: 14px;
	line-height: 25px;
}


#splash-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 500px;
	margin-top: -250px;
	margin-left: -360px;
}

#splash,
#splash-menu {
	font-size: 13px;
	text-align: right;
}

#splash-menu {
	padding-right: 16px;
}

#splash-menu a {
	padding: 0 4px;
	color: #fff;
}

#contactform table {
	margin: 0 auto;
}

#contactform th {
	text-align: right;
	padding: 8px;
}

#contactform input,
#contactform textarea {
	width: 300px;
	padding: 4px;
}

#contactform ul {
	list-style: none;
}

#contactform .submit {
	width: 100px;
	margin-left: 210px;
	margin-top: 8px;
	padding: 2px 4px;
}

.eventform {
	width: 600px;
}

.eventform label {
	clear: left;
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 8px;
}

.eventform input.text {
	width: 300px;	
}

.eventform .submit {
	width: 80px;
	margin-left: 204px;
}
.eventform .choices {
	float: right;
	width: 390px;
}
.eventform .error {
	margin-left: 208px;
	color: #800;
	font-weight: bold;
}

.eventform textarea {
	width: 300px;
	height: 60px;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

