a:link {  color: #990000; text-decoration: none}
a:visited {  color: #990000; text-decoration: none}
a:active {  color: #CC6600; text-decoration: none}
a:hover {  color: #CC6600; text-decoration: none}

body {  font-family: "Times New Roman", Times, serif; font-size: 11px; color: #333333;}
td {  font-family: "Times New Roman", Times, serif; font-size: 11px; color: #333333}
h1 { font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#990000; margin-bottom:0.2em; margin-top:0.1em}
h2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000000; margin-bottom:0.2em; margin-top:0.1em}
.title {  font-family: "Times New Roman", Times, serif; font-size: 14px; color: #FFFFFF; font-weight: bold}
.mini { font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 9px; color: #333333}
.minibrown { font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 7pt; color: #A58A7B; font-weight: normal }
.red { font-family: Tahoma; font-size: 11px; color: #990000; font-weight: bold }
.bigblack { font-family: "Times New Roman", Times, serif; font-size: 14px; color: #333333; font-weight: bold }
.minired { font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 7pt; color: #990000; font-weight: normal }
.bigred { font-family: "Times New Roman", Times, serif; font-size: 14px; color: #990000; font-weight: bold }
.minilight { font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 7pt; color: #CCCC99; font-weight: normal }
.miniwhite {
font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 7pt; color: #FFFFFF; font-weight: normal
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
vertical-align:bottom;
padding:3px;
margin-top:0.2em
}

.mainitems a{
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 2em;
left: 0;
background-color: #FFF;
border: 1px solid black;
font-weight:bold;

}

.subuls li{
display:block;
width: 100%;
padding:0.2em;
}

.subuls li a{
text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: 2em;
left: 0;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#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(../images/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(../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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}