* {
padding: 0;
margin: 0;
} 

body {
	margin:0;
	padding: 0;
	background: #000066;
	color: #000000;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 17px;
}

img {border: none;}
a{ color: #00009C; text-decoration: none; }
a:hover {  color: #990000; }

#wrap {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	border: medium solid #990000;
}

#header {
	height: 187px;
	line-height: 187px;
	background-image: url(../images/png/header.png);
	background-repeat: repeat-x;
}
#header h1 { 
font-size: 50px;
text-align: center;
color: #990000;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000099;
}

#headermenu {
	height: 23px;
	line-height: 23px;
	padding: 0;
	background: #333 url(../images/menubg.gif) repeat-x;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
#headermenu li {
float:left;
list-style-type:none;
border-left:1px solid #990000;
}
#headermenu li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
}
#headermenu li a:hover {
background: #333 url(../images/menubghover.gif) repeat-x;
color:#fff;
text-decoration:none;
}

#wrapper {
padding: 10px;
}

#menu {
float: right;
width: 175px;
padding: 10px;
border: 2px solid #000066;
line-height: 15px;
}
#menu h2 {
margin-top: 10px;
font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 10px; 	
border-bottom: 1px dotted #999;
}
#menu ul  {
color: #000000;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
#menu ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
#menu ul a {
font-weight: 600;
color: #990000;
}
#menu ul a:hover { color : #00009C; }

#content { 
float: left;
width: 490px;
padding: 10px;
margin-right: 10px;
border: 2px solid #000066;
line-height: 20px;
}
#content h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #990000;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

#footer {
	color: #FFFFFF;
	margin-top:20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	background-color: #990000;
}
#footer a {  color: #FFFFFF; text-decoration: none; }
#footer  a:hover { } 


#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; }
