/* CSS Document */
body {
	scrollbar-arrow-color:#D6D6D6;
	scrollbar-base-color:#F1F1F1;
	scrollbar-shadow-color:#B8B8B8;
	scrollbar-face-color:#F1F1F1;
	scrollbar-darkshadow-color:#F1F1F1;
	scrollbar-3dlight-color:#B8B8B8;
	background-color:#FFFFFF;
	color: #000000;
	}
	
img, div { 
	behavior: url(iepngfix.htc) 
}
	
p { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	}

a:link {
	color: #666666; text-decoration: none;
	}
a:visited {
	color: #666666; text-decoration: none;
	}
a:hover {
	color: #EE3A43;
	text-decoration: underline;
	}

h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; color: #666666}
h2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; color: #666666
	}
	
li {
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../images/arrow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
	
#container{
	position: center;
	top: 0px;
	left: 2%;
	right: 2%;
	width:950px;
	height:800px;
}
	
#banner {
	width:950px;
	height:800px;
 	border:0px solid #000;
	background-image: url();
	background-repeat: no-repeat;
}
#login{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width:500px;
	height:50px;
	border:0px solid #000;
	top: -80px;
	font-weight: normal;
}

#leftnav{
	padding: 0px;
	margin-top:225px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
	float: left;
	left: 0px;
	top: 0px;
}
#content{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin-left:200px;
	left: 75px;
	top: 220px;
	width: 570px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
	background-repeat: no-repeat;	
	
}

#navigation_div {
	position: relative;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border:0px solid gray;
	margin-left:0px;
	margin-right:0px;
	width:950px;
	top: -45px;
	font-weight: bold;
}

#body_text_div {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border:0px solid gray;
	margin-left:0px;
	margin-right:0px;
	height:100%;
	width:390px;
	text-align:left;
	padding-top:360px;
	padding-left:625px;
}

.copyright {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
			}
			
.smaller {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
			}	
			
#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; }

.RED {
	color: #FF0000;
	font-size: 9px;
}
.style2 {font-size: large}
.style3 {color: #D4D0C8}
.style5 {color: #EE3A43}

.hide {display: none;}
.topper {height:80px;}
