@charset "UTF-8";

/* --------------Reset--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, #wrapper, #header, #content, #footer {
	padding:0;
	margin:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
/* --------------End Reset--------------*/

body {
	width: 100%;
	display: table;
	background-color: #6A748C;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E5E5E5;
	font-size: 62.5%;
	height: 100.1px;
}
#wrapper {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-size: 1.3em;
}
#content {
	float: left;
	width: 780px;
	background-color: #42526C;
}
#contentLeft {
	width: 198px;
	float: left;
	padding-left: 38px;
}
#navMenuTop {
	width: 198px;
	height: 10px;
}
#navMenuBtm {
	background-image: url(images/menuBtm.gif);
	background-repeat: no-repeat;
	width: 198px;
	margin-bottom: 20px;
	float: left;
	height: 20px;
}
#navMenu {
	background-image: url(images/menuMid.gif);
	background-repeat: repeat-y;
	width: 198px;
	float: left;
	padding-top: 5px;
}
#navMenu  a  {
	text-decoration: none;
	margin-bottom: 7px;
	float: left;
	color: #E5E5E5;
	width: 150px;
	margin-left: 15px;
}
#navMenu a:hover, a:hover {
	color: #999999;
}
#smallImg {
	float: left;
}
#contentRight {
	float: left;
	width: 469px;
	margin-left: 149px;
}
#contentTop {
	width: 469px;
	height: 10px;
}
#contentBtm {
	background-image: url(images/contentBtm.gif);
	background-repeat: no-repeat;
	width: 469px;
	margin-bottom: 20px;
	float: left;
	height: 20px;
}
#contentMid {
	background-image: url(images/contentMid.gif);
	background-repeat: repeat-y;
	width: 404px;
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	float: left;
	width: 780px;
	background-position: center top;
	background-color: #42526C;
	height: 88px;
	margin-bottom: 30px;
}
#smMap {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 7px;
}
#actualMap {
	background-image: url(images/mapSM.gif);
	background-repeat: no-repeat;
	float: right;
	height: 133px;
	width: 200px;
}
h1 {
	background-image: url(images/h1Back.gif);
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 32px;
	font-size: 1.2em;
	font-weight: bold;
	}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
a {
	color: #E5E5E5;
}
.hidden {
	display: none;	
}
#contentMid ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
#id8Logo {
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 53px;
	margin-right:26px;
}

/*------ LightBox CSS ---------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }