/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-color: #A0A1A3;
	}
#container {
	width: 850px;
	border: 1px red dotted;
	}
a {
	text-decoration:none;
	}
h2 {
	text-indent: -10000px;
	background-image: url(../images/logo03_sm.jpg);
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	top: 3px;
	right: 53px;
	height: 51px;
	width: 47px;
	margin: 21px 0 0 0;
	}
h2 a {
	display: block;
	height: 51px;
	width: 47px;
	margin: -20px 0 0 0;
	}
h3 {
	font-size: 24px;
	font-weight:normal;
	clear: both;
	margin: 23px 0 0 40px;
	}
#firstLinks {
	position: absolute;
	list-style: none;
	z-index: 30;
	left: 200px;
	top: 235px;
	}

#header {
	background-image: url(../images/sig_small.jpg);
	background-repeat: no-repeat;
	background-color: #939496;
	height: 80px;
}
#topBar {
	background-color: #939496;
	padding: 1px 0 0 40px;
	height: 17px;
}
#topBar a {
	text-decoration: none;
}
#topBar a:hover {
	text-decoration: underline;
}
#contactInfo {
	float: left;
	margin: 0;
	width: 235px;
}
#contactInfo p {
	margin: 0;
	padding: 0;
	float: left;
}
#contactInfo img {
	border: 0;
}
#contactInfo a {
	margin: 25px 0 0 15px;
}
#nav2 {
	float: left;
	margin: 0 0 0 37px;
	padding: 0;
}
#nav2 a {	
	color: #fff;
}
#nav2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav2 li {
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.underline {
	text-decoration: underline;
}
/* -------------- Main navigation links ----------------- */
#intro {
	width: 289px;
	clear: both;
	float: left;
}
#intro p {
	line-height: 17px;
	margin: 0 36px 37px 40px;
	padding: 0;
}
.attrib01 {
	margin-left: 15px;
}
.attrib02 {
	margin-left: 24px;
}
#content {
	width: 820px;
}
#vertLine {
	width: 15px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	height: 370px;
	margin: 19px 8px 30px 0;
}
#thumbnailArea {
	background-color: #a0a1a3;
	float: left;
	width: 480px;
	height: 355px;
}
.thumb {
	height: 82px;
	margin: 27px 17px 10px 0;
	float: left;
	}
.thumb img {
	padding: 3px;
	background-color:#fff;
	border: 0;
}
#pageNav {
	/*clear: right;*/
	float: left;
	margin: 0;
	width: 450px;
	padding: 27px 0 20px 0;
	height: 20px;
}
#pageNav a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0;
}
#pageNav a:hover {
	text-decoration: underline;
}
#pageNav a.dead {
	color: #CCCCCC;
	text-decoration:none;
}
.gray {
	color: #CCCCCC;
}
/* ------------------------------------------------------- */
#footer {
	background-color: #939496;
	/*margin: 10px 0 0 0;*/
	margin-top: 10px;
	clear: both;
	/*float: left;*/
	width: 100%;
}
#copyright {
	padding: 4px 0 4px 0;
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	padding-right: 40px;
}
.clearer {
	clear: both;
}
/*-------------------------------------- Lightbox styles ----------------------------------------- */
#lightbox {
	position: absolute;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData {	
	padding:0 10px; color: #666; 
	}
	
#imageData #imageDetails { width: 48%; float: left; text-align: left; }	
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 156px; float: right;  padding-bottom: 0.7em;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*---------------------------------- end Lightbox styles ----------------------------------------- */
