/* CSS Document */

body {
	background: url(images/bg.gif) repeat-y center 0;
	margin: 0;
	padding: 0;
	font-family: 'Tahoma', Verdana, Arial, Sans-Serif;
	}
	
p {
	font-size: 12px;
	line-height: 18px;
	}

h2 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top:20px;
	margin: 0;
	}
	
h3 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top:20px;
	margin: 0;
	}
	
h4 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top:20px;
	margin: 0;
	}
	
h5 {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top:20px;
	margin: 0;
	}
	
a, a:visited {
	color: #748db5;
	text-decoration: none;
	}

a:hover {
	color: #748db5;
	text-decoration: underline;
	}
	
#frame {
	width:620px;
	margin: 0 0 0 -310px;
	padding:0px;
	position: relative;
	left: 50%;
	text-align: left;
	}
	
#header {
	height: 144px;
	width: 620px;
	margin: 0px 0 0 0;
	background: url(images/header.gif) no-repeat;
	padding: 0px 0px 0px 0;
	}
	
#navbar {
	width: 620px;
	margin: 0;
	background: url(images/navbar.gif) no-repeat;
	padding: 4px 0 0 0;
	}
	
#navbar a, #navbar a:visited {
	color: #999;
	text-decoration: none;
	}

#navbar a.active:link, #navbar a.active:visited, #navbar a:hover {
	color: #748db5;
	text-decoration: none;
	}

#content ul {
	font-size: 12px;
	line-height: 17px;
	margin-left: 20px;
	padding-left: 0px;
	padding-right: 165px;
	}	
	
#content {
	width: 560px;
	margin: 0px;
	padding: 0px 20px 60px 40px;
	background: url(images/content.gif) top left no-repeat;
	color: #666;
	}
	
#content p {
	padding-right: 145px;
	}
	
#footer {
	margin: 0 0 5px 0;
	text-align:center;
	font-size: 10px;
	color: #999;
	width: 620px;
	}


#horRule {
	margin: 0px 0 2px 0;
	padding: 0;
	border-top: 1px solid #ccc;
	height: 1px;
	}
	
#horRule hr {
	display: none;
	}
	
.navbarimg {
	float: left;
	padding: 0;
	margin: 0;
	}
	
#navbar ul {
	color: #999;
	font-size: 13px;
	line-height: 17px;
	list-style: none;
	padding: 3px 0 7px 0;
	margin: 0;
	}
	
#hidehead {
	display: none;
	}
	
.leftimg {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 20px 10px 0;
	float: left;
	}
	
.rightimg {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 0 10px 20px;
	float: right;
	}
	
.clear {
	clear:both;
	}
	
.backup {
	font-size: 11px;
	text-align: right;
	padding-right: 65px;
	}

#table{
	width: 350px;
	}
	
#table p {
	padding: 0 20px 0 0;
	}
	
#lightbox{
	position: absolute;
	top: 40px;
	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, #prevLink:hover, #prevLink:visited:hover {
background: url(images/prevlabel.gif) left 15% no-repeat;
border: none;
}

#nextLink, #nextLink:hover, #nextLink:visited:hover {
background: url(images/nextlabel.gif) right 15% no-repeat;
border: none;
}
/**/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	color: #666;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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: 40px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	