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

body {
	padding: 0;
  	margin: 0;
  	background: #f6fd87 url(images/bg.png) no-repeat center top;
  	font: normal Georgia, "Times New Roman", Times, serif;
	color: #85074e;

	width: 100%;
	display: table;
}

img {
	border: none;
	padding: 5px;
}

h4 {
	font: bold 120%/100% Georgia, "Times New Roman", Times, serif;
	padding: .85em 0 5px;
	color: #85074e;
}


#content {
	width: 860px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 20px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	

}

#header {
	height: 150px;
	width: 905px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 45px;
	left: 560px;
	width: 336px;
}

#description {
	width: 336px;
	text-align: right;
	position: absolute;
	left: 560px;
	top: 95px;
	font: italic normal 24px/26px Georgia, "Times New Roman", Times, serif;
	color: #85074e;
}

#nav {
	position: absolute;
	left: 8px;
	bottom: 9px;
	list-style: none;
	font: bold 15px/15px Georgia, "Times New Roman", Times, serif;
	color: #85074e;
	width: 534px;
	height: 37px;
}

#nav li {
	background: none;
	float: left;
	padding: 0px;
	width: 100px;
	text-align: left;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #85074e;
}
#nav a:hover {
	text-decoration: underline;
	color: #000000;
}

#footer {
	clear: both;
}

#footer-wrap {
	width: 905px;
	height: 360px;
	margin: 0 auto;
}

#disclaimer {
	font-size: 80%;
	width: 860px;
	float: right;
	padding: 10px 25px 0 0;
}


#credits {
	font-size: 80%;
	color: #85074e;
	clear: both;
	margin: 0;
	padding: 10px 0 0 10px;
}

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

