body{
	background: url(images/background.jpg) white center top no-repeat fixed;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4a6085;
	font-size: 15px;
}




#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; }
	
html {overflow-y: scroll;}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: transparent;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
border-bottom-width: 0; 
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 175px; /* width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: transparent;
color: transparent;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: transparent;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: transparent;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


html {overflow-y: scroll;}

a{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4a6085;
	text-decoration: none;
	font-size: 15px;
}

img{
	border:none;
}

p{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4a6085;
	text-decoration: none;
	font-size: 15px;	
}

p.center{
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4a6085;
	text-decoration: none;
	font-size: 15px;	
}

p.text{
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4a6085;
	text-decoration: none;
	font-size: 15px;	
}

#wrapper {
	width: 804px;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

#header {
	width: 802px;
	height: 500px;
	background: url(images/header.png) no-repeat left;
	margin:0 auto;
	margin-top: 15px;
}

#content {
	width: 802px;
	background: url(images/content.png) repeat-y left;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

#footer {
	width: 802px;
	height: 150px;
	background: url(images/footer.png) no-repeat left;
	margin:0 auto;
	margin-top: 0px;
}
