body {background : #222222; margin : 0px; font-family : verdana, arial, helvetica, sans-serif;}

.content {width : 720px; border : 1px solid #4e8bcc; padding : 15px 35px 30px 15px; margin : 5px 5px 0px 200px; background : #000000; text-align : left; color : #eeeeee;}
.content h1 {font-size : 1em; color : #4e8bcc;}
.content h2 {font-size : 0.9em; color : #cc0033;}
.content h3 {font-size : 0.8em;}
.content p {font-size : 0.7em; color : #eeeeee;}
.content p strong {color : #4e8bcc;}
.content li strong {color : #4e8bcc;}
.content p a:link, .main p a:visited {color : #cc0033; text-decoration : underline;}
.content p a:hover, .main p a:active {color : #4e8bcc; text-decoration : none;}
.content ul {font-size : x-small; color : #eeeeee; margin : 0px 0px 0px 30px; list-style-image : url(../img/bullet.gif); padding : 2px 0px 2px 0px;}
.content ul li {margin : 0px; padding : 2px 0px 2px 0px;}
.content ul li a:link, .content ul li a:visited {color : #4e8bcc; text-decoration : underline;}
.content ul li a:hover, .content ul li a:active {color : #cc0033; text-decoration : none;}
.content ul li .ghost {color : #666666;}
.content .tn {width : 100px; height : 100px; border : 1px solid #cc0033;}

.nav {width : 180px; position : absolute; top : 0px; left : 10px; margin : 5px 0px 0px 0px; padding : 15px 0px 0px 0px; border : 1px solid #cc0033; background : #000000; color : #eeeeee;}
.nav ul {font-size : xx-small; margin : 0px 0px 5px 5px; padding : 0px 0px 5px 5px; list-style-type : none;}
.nav ul li {margin : 0px; padding : 0px;}
.nav ul a:link, .nav ul a:visited {color : #4e8bcc;}
.nav ul a:active, .nav ul a:hover {color : #cc0033;}

.footer {width : 950px; padding : 0px; margin : 0px; color : #cccccc; font-size : 0.6em; clear : both; text-align : right;}
.footer p a:link, .footer p a:visited {color : #cccccc; text-decoration : none;}
.footer p a:hover, .footer p a:active {color : #cc0033; text-decoration : underline;}

.logo {text-align : center;}
.logo img {height : 108px; width : 200px; border : 0px;}

.content:after, .nav:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight : bold;
font-size : 0.7em;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#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(../img/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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}