/*--------------------------*/
/*   Global Elements  	    */
/*--------------------------*/
html, body {
	height: 100%;
	background:#e6f0f8 url(../img/bg.jpg) repeat-x;;
	}
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #000;
	font: 0.8em  Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 2.0em;
	margin: 10px 0 7px 20px;
	}	
h2 {
	font-size: 1.9em;
	margin: 0 0 20px 0;
	color:#467da9;
	font-weight:bold;
	letter-spacing:-1px;
	}	
h3 {	
	font-size: 1.9em;
	font-weight; bold;
	margin: 7px 0;
	color:#676767;
	}
h4 {
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	margin: 10px 0;
	color:#666;
	}
a {
	text-decoration: none;
	}
fieldset {
	border: 0;
	}
ul, ol {
	padding: 20px 0 20px 40px;
	}
input {
	margin: 2px 0 5px 0;
	padding: 3px 0;
	}
dl {
	margin: 0;
	padding-top: 10px;
	}
dt {
	font-weight: bold;
 	float: left; 
 	clear: left; 
 	width: 8em; 
 	xtext-align: right;
 	}
 dd { 
 	margin: 0 0 0 90px; 
	padding: 0 0 0.5em 0; 
	height: 1em;
 	}
/*--------------------------*/
/* Global Classes           */
/*--------------------------*/
.simpleList {
	list-style: none;
	padding: 20px 20px 20px 0;	
	}
.floatLeft {
	float: left;
	}
.floatLeftPad {
	float: left;
	margin: 20px 0 0 15px;
	}
.floatRight {
	float:right;
	}
.floatClear {
	clear: both;
	}
.clearRight {
	clear: right;
	}
.clearLeft {
	clear: left;
	}
.border {
	border: 1px solid #fff;
	padding: 20px;
	}
.imgRight {
	float: right;
	margin-left: 15px;
	}
.imgLeft {
	float: left;
	margin-right: 15px;
	}
/*--------------------------*/
/* page classes             */
/*--------------------------*/
.borderTop{
	background:url(../img/borderTopBot.jpg) repeat-x;
	height:5px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	}
.borderBot{
	background:url(../img/borderTopBot.jpg) repeat-x;
	height:5px;
	width:100%;
	position:absolute;
	botttom:0;
	left:0;
	clear:both;
	}
.headWrapper{
	background:url(../img/bgTop.jpg) no-repeat;
	width:1023px;
	margin:0 auto;
	min-height:780px;
	}
.pageWrapper {
	width: 975px;
	margin: 0 auto;
	overflow:hidden;
	text-align: justify;
	}
.header {
	width:100%;
	height:271px;
	position:relative;
	}
.holdFlash{
	position:absolute;
	right:-5px;
	top:5px;
	z-index:0;
	}
.header h1 {
	background:transparent url(../img/h1alt.png) no-repeat scroll 0 0;
	height:176px;
	left:-20px;
	margin:0;
	position:absolute;
	text-indent:-9999px;
	top:20px;
	width:333px;
	}
a.addLoc{
	background:transparent url(../img/addLoc.gif) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:44px;
	margin:10px 0;
	text-indent:-9999px;
	width:110px;
	}
a.addRadio{
	background:transparent url(../img/addRadio.gif) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:44px;
	margin:10px 0;
	text-indent:-9999px;
	width:110px;
	}
a.addEquip{
	background:url(../img/addEquip.gif) no-repeat;
	display:block;
	float:right;
	height:44px;
	margin:10px 0;
	text-indent:-9999px;
	width:110px;
	}
a.addImg{
	background:transparent url(../img/addImg.gif) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:44px;
	margin:10px 0;
	text-indent:-9999px;
	width:110px;
	}
a.pdf{
	background:url(../img/pdf.gif) no-repeat;
	display:block;
	height:44px;
	margin:10px 0;
	text-indent:-9999px;
	width:110px;
	}
.time{
	clear:both;
	float:left;
	margin:20px 0;
	width:975px;
	}
.holdMainImg{
	background:url(../img/welcomeBannerbg.jpg) no-repeat;
	width:503px;
	height:338px;
	padding:6px;
	position:relative;
	}
.absUpdate{
	position:absolute;
	right:-5px;
	top:-15px;
	background:url(../img/updateImg.gif) no-repeat;
	width:110px;
	height:44px;
	text-indent:-9999px;
	outline:0
	}
.contentWelcomeWrap{
	background:url(../img/midBg.jpg) no-repeat;
	width:975px;
	float:left;
	}
.contentWelcomeLeft{
	padding:80px 10px 10px 20px;
	float:left;
	}
.contentWelcomeRight{
	float:left;
	padding:10px;
	width:405px;
	text-align:justify;
	}
.contentWelcomeRight h2{
	margin:25px 0 10px;
	}
.contentWelcomeRight p{
	line-height:20px;
	width:365px;
	}
.contentWelcomeRight img{
	padding-top:10px;
	vertical-align:middle;
	}
.contentLocationLeft{
	padding:10px;
	float:left;
	width:630px;
	}
.delLoc{
	background:url(../img/deleteBut.gif) no-repeat;
	width:27px;
	height:27px;
	position:absolute;
	top:36px;
	right:10px;
	text-indent:-9999px;
	outline:none;
	}
.contentLocationLeft ul {
	background:#d5d5d5;
	padding:10px;
	margin:5px 0;
	width: 610px;
	overflow:hidden;
	display:block;
	}
.contentLocationLeft ul li{list-style:none;}
.contentLocationLeft ul li h2{
	margin:0;
	}
.contentEquipDetLeft{
	padding:10px;
	float:left;
	width:510px;
	}
.contentEquipDetLeft ul{
	width:100%;
	margin:10px 0;
	padding:0;
	}
.contentEquipDetLeft ul li{
	list-style:none;
	float:left;
	margin:0 2px;
	padding:0;
	}
.contentEquipDetRight{
	float:left;
	width:300px;
	margin-left:20px;
	padding-top:30px;
	}
.contentEquipDetRight h2{
	font-size:25px;
	letter-spacing:-2px;
	margin:2px 0;
	}
.contentEquipDetRight h3{
	font-size:1.4em;
	}
.contentEquipDetRight p{
	margin:0 0 25px 0;
	}
.contentEquipDetRight ul{
	margin:0;
	padding:0;
	}
.contentEquipDetRight ul li{
	margin:0;
	padding:0;	
	list-style:none;
	}
.contentEquipDetRight ul li a{
	color:#666;
	text-decoration:underline;
	}
.contentLocationDetRightWrap{
	overflow:hidden;
	width:975px;
	}
.contentLocationOptRightWrap{
	margin:15px 0;
	padding:0 10px;
	overflow:hidden;
	}
.contentLocationOptRightWrap h3{
	letter-spacing:-1px;
	font-size:1.7em;	
	}
.loc{
	float:left;
	width:280px;
	}
.loc ul{
	margin:10px 0;
	padding:0;
	}
.loc ul li{
	color:#666;
	list-style:none;
	}
.loc ul li a{
	text-decoration:underline;
	font-weight:bold;
	color:#666;
	}
.locTwo{margin-left:15px;}
.locThree{margin-left:15px;}
.contentLocationBotRightWrap{
	clear: both;
	overflow:hidden;
	padding:0 10px;
	margin:15px 0;
	}
.contentLocationBotRightWrap h3{
	font-size:1.7em;
	letter-spacing:-1px;
	}
.contentLocationBotRightWrapLeft{
	float:left;
	width:600px;
	}
.contentLocationBotRightWrapLeft input{
	width:230px;
	padding:7px;
	color:#999;
	}
.contactLeftBot{
	width:250px;
	float:left;
	}
.contactRightBot{
	width:300px;
	float:left;
	margin-left:10px;
	}
.contactRightBot textarea{
	height:115px;
	width:300px;
	}
.contentLocationBotRightWrapRight{
	float:left;
	width:300px;
	}
.contentLocationBotRightWrapRight img{
	padding:15px 0 0 0;
	vertical-align:-13px;
	}
.contentLocationBotRightWrapRight a{
	color:#666;
	font-weight:bold;
	text-decoration:underline;
	margin-left:5px;
	}
.contactSubmit{
	float:right;
	margin-top:5px;
	}
.radioWrap{
	overflow:hidden;
	width:950px;
	padding:10px;
	}
.radioWrap h2{
	letter-spacing:-1px;
	margin:25px 0 0 0;
	padding:0;
	}
.radioWrap p.ital{
	font-style:italic;
	margin-top:0;
	}
.radioWrapLeft{
	float:left;
	width:400px;
	position:relative;
	}	
.radioWrapRight{
	float:left;
	width:400px;
	margin-left:20px;
	}
.radioLow{
	float:left;
	width:300px;
	padding-right: 20px;
	text-align:left;
	}
.radioLow ul{
	margin:0;
	padding:0;
	}
.radioLow ul li{
	margin:20px 5px;
	padding:0;
	color:#666;
	list-style:none;
	}
.radioLeft{width:200px !important;}
.radioMid{
	margin-left:15px;
	width:330px !important;
	}
.radioRight{
	margin-left:45px;
	}
.locationsTitle{
	margin:0 0 15px 0;
	padding:35px 10px 0;
	}
.locationsTitle h2{
	margin:0;
	padding:0
	}
.locationsTitle p{
	margin:0;
	padding:0;
	}
.contentLocationDetLeft{
	padding:0 10px 10px;
	float:left;
	width:510px;
	}
.contentLocationDetLeft ul{
	width:100%;
	margin:10px 0;
	padding:0;
	overflow: hidden;
	}
.contentLocationDetLeft ul li{
	list-style:none;
	float:left;
	margin:0 2px;
	padding:0;
	}
.contentLocationDetRight{
	float:left;
	width:400px;
	margin-left:15px;
	padding: 0 15px 0 0;
	}
.contentLocationDetRight p{margin:0; padding:0;}
.insideLoc{
	float:left;
	width:340px;
	margin-left:20px;
	}
.insideLoc h2{
	font-size:1.8em;
	}
.insideEquip{
	float:left;
	width:340px;
	margin-left:20px;
	margin-top:15px;
	text-align: left;
	}
img.padDown{
	padding:25px 0 0 15px;
	}
img.imgSched{
	margin: 0 10px 7px 0;
	}
.contentLocationRight{
	float:left;
	margin-left:10px;
	padding:10px;
	width:280px;
	}
.mainWrapper{
	clear:both;
	margin-bottom:25px;
	overflow:hidden;
	}
.mainWrapper p{
	text-align: justify;
}
.mainBot{
	width:300px;
	float:left;
	}
.Three img {
	padding: 0 0 15px 15px;
}
.videoUnit{
	background:#333333 none repeat scroll 0 0;
	height:290px;
	position:relative;
	width:285px;
	}
.videoUnit object{
	position:absolute;
	top:12px;
	z-index:1;
	}
.videoUnit img{
	position:absolute;
	bottom:4px;
	left:19px;
	z-index:3;
	}
.One{margin-right:20px;}
.Two{margin-right:20px;}
.Two ul{padding:0;}
.Two ul li{
	background:#E3E4ED none repeat scroll 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0;
	padding:20px 10px;
	overflow:hidden;
	clear: both;
	text-align: left;
	float: left;
	width: 280px;
	}
.Two ul li img{
	float:left;
	padding-right: 10px;
	}
.Two ul li a{
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	}
p.underLoc{
	margin:0;
	}
.contentWrapper {
	clear: both;
	}
.content {
	float: left;
	clear:both;
	}
.content h2 {
	}
.footerWrap{
	clear:both;
	background:#fff url(../img/botBg.jpg) repeat-x;
	height:40px;
	width:100%;
	}
.footer {
	clear: both;
	margin: 10px auto 0;
	padding: 5px 0;
	font-size:11px;
	text-align:center;
	width: 965px;
	height: 30px; /* .push must be the same height as .footer */
	}
.footer ul {
	padding:0;
	margin:10px 0;
	}
.footer li {
	display:inline;
	padding:0 3px;
	}
.footer li a {
	color:#666;
	text-decoration:underline;
	}
.footer a:visited {
	}	
.footer p {
	}
/*--------------------------*/
/* navigation               */
/*--------------------------*/
ul.navList {
	background-color:#EAF3F9;
	border-bottom:39px solid #D4E5F2;
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	position:absolute;
	right:0;
	width:100%;
	bottom:0;
	}
ul.navList li {
	float: left;
	text-align: center;
	position:relative;
	}
ul.navList li a{
	display: block;
	font-size: 0.9em;
	line-height: 38px;
	vertical-align: middle;
	color: #676767;
	background-color: #eaf3f9;
	padding: 0 10px;
	}
ul.navList li a:hover{
	color: #fff;
	background: #d4e5f2;
	}
/* drop down suckerfish navigation */
ul.navList li ul {
	position: absolute;
	top:38px;
	left:0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
	display:none;
	border-top:none;
	border-bottom:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
	}
ul.navList li ul li{
	background:#D4E5F2 none repeat scroll 0 0;
	clear: both;
	}
ul.navList li ul li a{
	background:none;
	padding-left:3px;
	text-align:left;
	width:15em;
	}
ul.navList li ul li a:hover{
	background:none;
	padding-left:3px;
	text-align:left;
	width:15em;
	}
ul.navList li:hover ul, #nav li.sfhover ul {
	 display: block;
}
hr{
	clear:both;
	margin-bottom:30px;
	}
/*--------------------------*/
/* form formatting          */
/*--------------------------*/
.redFont {
	color: #f00;
	}
.row {
	clear: both;
	padding-top: 5px;
	}
.row label {
	clear: both;
	width: 65px;
	text-align: right;
	margin-top: 2px;
	margin-left:10px;
	}
.row input, .row select, .row textarea {
	float: left;
	width: 200px;
	margin: 0 0 0 10px ;
	text-align: left;
	} 
.row textarea {
	width: 200px;
	}
.button {
	clear: both;
	}
.button input{
	width: 70px;
	margin: 0 0 0 145px;
	}
.mymap {
	float: right;
	}
.message {
	background-color:#F5F5F5;
	border:1px solid #DCDCDC;
	float: left;
	margin:10px;
	padding:10px;
	text-align:center;
	width: 690px;
	}
.submitSearch{
	background:url(../img/buttonBg.jpg) repeat-x;
	border:1px solid #ccc;
	color:#999;
	padding:5px;
	font-size:12px;
	}
.inputSearch{
	color:#333;
	margin:5px 3px 5px 5px;
	padding:5px !important;
	width:175px;
	}
#cse-search-results{background:none !important;}
ul.forms{
	width:546px;
	margin:5px 0;
	padding:0;
	}
ul.forms li{
	list-style:none;
	margin:2px 0;
	padding:0 5px;
	}
ul.forms li a{
	color:#666;
	background:#CCC;
	height:30px;
	display:block;
	padding:15px 12px;
	}
ul.forms li a:hover{
	background:#ddd;
	}
ul.schedule{
	background:transparent none repeat scroll 0 0;
	margin:0;
	padding:0 0 0 25px;
	}
ul.schedule li{
	margin:5px 0;
	padding:0;
	list-style:none;
	}
ul.schedule li a{
	color:#666;
	text-decoration:underline;
	}
ul.normalList{
	margin:0;
	padding:12px;
	background:none;
	}
ul.normalList li{
	margin:8px 0;
	padding:0;
	color:#666;
	font-weight:bold;
	list-style:none;
	}
ul.inner{
	width:500px;
	background:none;
	}
ul.inner li{
	margin:2px 0;
	padding:3px;
	background:#eee;
	font-weight:normal;
	}
.galleryMain{
	background:url(../img/equipBg.jpg) no-repeat;
	width:503px;
	height:337px;
	padding-top:6px;
	text-align:center;
	}
.radioMain{
	background:url(../img/radioBg.jpg) no-repeat;
	width:345px;
	height:231px;
	padding-top:6px;
	text-align:center;
	}
ul.galleryImg li{
	background:transparent url(../img/galleryBg.jpg) no-repeat scroll 0 0;
	height:85px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0;
	padding-top:6px;
	width:119px;
	text-align:center;
	position:relative;
	}
a.floatDel{
	background:url(../img/deleteBut.gif) no-repeat;
	width:26px;
	height:27px;
	position:absolute;
	top:0;
	right:0;
	text-indent:-9999px;
	}
.listImg{
	background:transparent url(../img/galleryBg.jpg) no-repeat scroll 0 0;
	height:85px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0;
	padding:6px 0 0 0;
	text-align: center;
	width:127px;
	float:left;
	}
ul.staff{
	background:none;
	margin:0;
	padding:0;
	}
ul.staff li{
	width: 100%;
	float:left;
	margin:10px 0;
	clear:both;
	}
ul.staff li img{
	float:left;
	}
.staffRight{
	width:300px;
	float:left;
	margin-left:10px;
	}
p.under{
	font-size:11px;
	font-style:italic;
	margin:0;
	}
p.contact{margin:0;}
.faqHolder{
	padding:15px;
	color:#666;
	width: 920px;
	}
.faqHolder ul li {
	text-align: justify;
}
a.learnMore{
	color:#666;
	text-decoration:underline;
	margin:15px 0 25px 0;
	float:left;
	font-weight:bold;
	}
a.learnMoreBlue{
	color:#467DA9;
	text-decoration:underline;
	margin:15px 0 40px 0;
	float:left;
	font-size: 20px;
	font-weight:bold;
}
.reportsOverride{width:940px !important;}
.underNav{
	bottom:0;
	left:0;
	position:absolute;
	width:300px;
	}
.radioImageHolder {
	float: left;
	width: 120px;
}
.credit {
	padding-right: 10px;
}
.videoHome {
	float: left;
	background: #333333;
	margin:0 0 20px;
	width: 300px;
}
.videoHome img {
	padding: 4px 0 4px 19px;
}