@charset "utf-8";


body {
	background-color: #000;
	margin:auto;
	padding:0;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}

.h1 {
	font-size: 1.50em;
	font-weight: bold;
	color: #003;
	font-family: Verdana, Geneva, sans-serif;
}

.h2 {
	font-size: 1.1em;
	font-weight: 100;
	color:#003;
	font-family: Arial, Helvetica, sans-serif;
}

.h3 {
	font-size: 12px;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	color: #D6D6D6;
	font-family: Verdana, Geneva, sans-serif;
}

.h4 {
	font-size: 1.3em;
	font-weight: 100;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

.spacer {
	display: block; height: 40px;
}

#main-wrapper {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	z-index: 0;
	opacity: 0.7;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding-top: 10px;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	position: static;
}
	
#outer {
	background: url('images/inner-bkgd.png') #818182 repeat-x; 
	opacity: 0.9;
	width: 900px;;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: thin;
	overflow: hidden;
	padding: 40px;
	clear: both;
}

#inner {
	background-color: #FFF;
	opacity: .8;
	height: auto;
	outline-style: solid;
	outline-width: thin;
	outline-color: #333;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	margin-bottom: 40px;
	padding: 10px;
	float: none;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	height: 45px;
	width: auto;
	margin-bottom: 10px;
}

.gallery li {
        display: inline;
        list-style: none;
        width: 150px;
        min-height: 175px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
}

.border {
		border-width: .2em;
		border-style: groove;
		border-color: #999;
} 



#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; }
