html, body, p, th, td, ul, li, div, span, font { color: #3D737C; font-family: ARIAL, VERDANA, LUCIDIA, Times ; text-decoration: none; font-size: 12px; line-height: 14px; }
html { margin: 0px; padding: 0px; }
body { padding: 0px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; background-image: url(/Images/Header/backgroundgreen.jpg); }
form { border: 0px solid #000; display: inline;	margin: 0px; padding: 0px; }
input, textarea, select { font-size: 11px; line-height: 11px;}

a:link { color: #3D737C; text-decoration: underline; }
a:visited { color: #3D737C; text-decoration: underline; }
a:active { color: #3D737C; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

.FormInput { color: #05173C; background: #83ADB7; border: 1px solid #05173C; font-size: 11px; line-height: 11px; padding: 3px; }
.FormTitleText { color: #3D737C; }

/* Header / Footer */

a.FooterLink:link { color: #05173C; text-decoration: underline; font-weight: normal; font-size: 10px; line-height: 11px; }
a.FooterLink:visited { color: #05173C; text-decoration: underline; font-weight: normal; font-size: 10px; line-height: 11px; }
a.FooterLink:active { color: #05173C; text-decoration: underline; font-weight: normal; font-size: 10px; line-height: 11px; }
a.FooterLink:hover { color: #5A929F; text-decoration: underline; font-weight: normal; font-size: 10px; line-height: 11px; }

.FooterText { color: #05173C; font-size: 10px; line-height: 11px; }

/* Sub Navs */

a.SubNav:link { border-left: 1px solid #83ADB7; border-top: 1px solid #83ADB7; border-bottom: 1px solid #83ADB7; background-color: #FFFFFF; color: #83ADB7; text-decoration: none; font-weight: normal; font-size: 10px; line-height: 23px; padding: 3px 8px 3px 8px; text-transform: uppercase; }
a.SubNav:visited { border-left: 1px solid #83ADB7; border-top: 1px solid #83ADB7; border-bottom: 1px solid #83ADB7; background-color: #FFFFFF; color: #83ADB7; text-decoration: none; font-weight: normal; font-size: 10px; line-height: 23px; padding: 3px 8px 3px 8px; text-transform: uppercase; }
a.SubNav:active { border-left: 1px solid #83ADB7; border-top: 1px solid #83ADB7; border-bottom: 1px solid #83ADB7; background-color: #FFFFFF; color: #83ADB7; text-decoration: none; font-weight: normal; font-size: 10px; line-height: 23px; padding: 3px 8px 3px 8px; text-transform: uppercase; }
a.SubNav:hover { border-left: 1px solid #83ADB7; border-top: 1px solid #83ADB7; border-bottom: 1px solid #83ADB7; background-color: #05173C; color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 10px; line-height: 23px; padding: 3px 8px 3px 8px; text-transform: uppercase; }

a.SubNavOn:link { border-left: 1px solid #83ADB7; border-top: 1px solid #83ADB7; border-bottom: 1px solid #83ADB7; background-color: #05173C; color: #05173C; color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 10px; line-height: 23px; padding: 3px 8px 3px 8px; text-transform: uppercase; }
a.SubNavOn:visited { border-left: 1px solid #83ADB7; border-top: 1px solid #83ADB7; border-bottom: 1px solid #83ADB7; background-color: #05173C; color: #05173C; color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 10px; line-height: 23px; padding: 3px 8px 3px 8px; text-transform: uppercase; }
a.SubNavOn:active { border-left: 1px solid #83ADB7; border-top: 1px solid #83ADB7; border-bottom: 1px solid #83ADB7; background-color: #05173C; color: #05173C; color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 10px; line-height: 23px; padding: 3px 8px 3px 8px; text-transform: uppercase; }
a.SubNavOn:hover { border-left: 1px solid #83ADB7; border-top: 1px solid #83ADB7; border-bottom: 1px solid #83ADB7; background-color: #05173C; color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 10px; line-height: 23px; padding: 3px 8px 3px 8px; text-transform: uppercase; }

.SubNavRightStroke { border-right: 1px solid #83ADB7; }



/* Text */

.MainCopy { text-align: justify; }


/* Images */

.SubHero { float: left; margin-right: 30px; margin-bottom: 40px; }

/* Contact Form */

.ErrorTable { width: 300px; padding: 5px; border: 1px solid #83ADB7; background-color: #05173C; }
.ErrorText { color: #FFFFFF; }

/* Calendar */

a.CalendarLink:link { color: #05173C; text-decoration: underline; font-weight: normal; font-size: 11px; line-height: 12px; }
a.CalendarLink:visited { color: #05173C; text-decoration: underline; font-weight: normal; font-size: 11px; line-height: 12px; }
a.CalendarLink:active { color: #05173C; text-decoration: underline; font-weight: normal; font-size: 11px; line-height: 12px; }
a.CalendarLink:hover { color: #000000; text-decoration: underline; font-weight: normal; font-size: 11px; line-height: 12px; }

/* Weather */

.WeatherTemperature { font-size: 20px; line-height: 18px; font-weight: bold; }
.WeatherData {  }

/* Lightbox */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

.TabHeader {background-color:#DAE2E7; color:#000000;padding:3px 3px 3px 6px;margin-top:0;}
.TabNavLeft { border-bottom: 1px solid #83ADB7; border-right: 1px solid #83ADB7; border-left: 3px solid #83ADB7; background-color: #FFFFFF; color: #05173C; font-weight: normal; font-size: 10px; line-height: 12px; padding: 3px 6px 3px 6px; text-transform: uppercase; text-align:right; }
.TabNavRight { border-bottom: 1px solid #83ADB7; background-color: #FFFFFF; color: #05173C; font-weight: bold; font-size: 10px; line-height: 12px; padding: 3px 6px 3px 6px; text-transform: uppercase; text-align:center; width:50; }


