@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	color:#444;
	margin:0 0 -5px 0;
	border-bottom:1px dotted #CCC;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-weight:normal;
	color:#FFF;
	background-color:#395898;
	padding:0px 2px 2px 2px;
	margin:0 0 -3px 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	font-style:italic;
	color:#395898;
	font-weight:normal;
	padding:15px 0 0 0;
	margin:-10px 0 -5px 0;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#b4c3cf;
	font-weight:normal;
	padding:10px 0 0 0;
	margin:0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#444;
	padding:0 0 0 5px;
}

a {
	color:#B90000;
	text-decoration:none;
}

a:hover {
	color:red;
}

a img {
	border:none;
}

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


#nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	text-align:left;
	margin:0 0 0 0;
}

#nav ul {
	width:840px;
	background-color:#FFF;
	padding:10px 0 5px 0;
	margin:inherit;
	border-bottom:2px solid #395898;
}

#nav ul li {
	display:inline;
	padding:10px 5px;
}

#nav ul li a {
	color:#666;
	padding:5px 0 0 0;
}

#nav ul li a:hover {
	border-top:3px solid #395898;
	color:#000;
}

#header img{
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #395898;
	padding:2px 0 2px 0;
}

#body {
	width:72%;
	margin:2em 0 5px 0;
	padding:0 0 0 5px;
}

#body ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#444;
	list-style-type:disc;
}

#bold {
	font-weight:bold;
}

#gallery {
	line-height:40px;
	letter-spacing:8px;
	margin:0 0 0 -30px;
}

#gallery img {
	border:1px solid #395898;
	margin:0;
	padding:3px;
}

#gallery ul li {
	list-style:none;
	display:inline;
}

#sidebar {
	width:25%;
	border-left:1px dotted #888;
	padding:0 0 25px 10px;
	height:auto;
	float:right;
	margin:2.6em 0 0 0;
}

#footer {
	background-color:#395898;
	background:url(images/footer.png) repeat-x;
	border-top:3px groove #395898;
	height:200px;
	margin-top:200px;
}

#footerbox {
	width:810px;
	margin-left:auto;
	margin-right:auto;
}

#footercontent {
	width:185px;
	height:175px;
	background:url(images/footer_sep.png) no-repeat left center;
	float:left;
	padding:0 0 0 15px;
}

#footercontent p {
	font-family:Arial, Helvetica, sans-serif;
	color:#b4c3cf;
	font-size:.7em;
}

#footercontentleft {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	width:185px;
	height:175px;
	float:left;
	padding:0 0 0 15px;
}

#footercontentleft p {
	font-family:Arial, Helvetica, sans-serif;
	color:#b4c3cf;
	font-size:.7em;
}



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