body { color: black; font-size: 9pt; font-family: Verdana, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-variant: normal; background-color: white; }
h6 { color: black; font: 9pt/14pt Verdana, Helvetica, sans-serif; background-color: white; }
h4 { color: white; font-size: 9pt; font-family: Verdana, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; margin: 0; padding: 0; border-width: 0; outline-width: 0; }
h4 a:hover { color: purple }
h4 a:link { color: white }
h4 a:visited { color: white }

p { margin: 0 0 0 10px; padding: 0 0 0 10px; }
h3 { color: #5a5a5a; font-size: 9pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; font-style: inherit; margin: 0 0 5px 5px; padding: 0 0 5px 5px; }
h2 { color: #000; font-size: 9pt; font-weight: normal; font-style: normal; margin: 0 0 0 5px; padding: 0 0 0 5px; }
h1 { color: #eaa400; font-size: 13pt; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; margin: 0; padding: 0 0 0 10px; }

td {}

a:link { color: #1179c0 }

a:visited { color: #1179c0 }

a:hover { color: purple }

a:active { color: red }

#faq ol{
	padding-left:		0;
	margin-left: 		0;
}

#faq li{ padding:			5px 0 0 10px; margin-left:		0; }

#faq ul{
	padding-left:		0;
	margin-left: 		0;
	list-style-type:	none;
}

#faq li.ans{
	padding:			5px 0 20px 7px;
	margin-left:		0;
	width: 355px;
}

#links td { border-bottom: 1px dotted #000; border-top-style: none; border-top-width: 0; border-right-style: none; border-right-width: 0; border-left-style: none; border-left-width: 0; outline-style: none; outline-width: 0; }

#links ul { list-style-type: none; width: 308px; float: right; margin: 0 0 0 0; padding: 0; }
#links li { border-width: 0 0 1px; margin: 0; padding: 0; border-color: #999; border-style: dotted; }

#links li a { color: #0b5382; font: bold 13pt "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; display: block; padding: 0; text-decoration: none; }
#links li a:hover { color: #f6c112; font: bold 13pt "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; display: block; padding: 0; }
#links td a { color: #0b5382; font: bold 13pt "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; text-decoration: none; display: block; padding: 0; }
* html #links li a {  /* make hover effect work in IE */
	width: 308px;
}

#links li a:hover {
        background: #f6eca3;
}

#links a em { color: #333; font-size: 9pt; font-family: Verdana, Helvetica, sans-serif; font-weight: normal; font-style: normal; font-variant: normal; padding-bottom: 8px; display: block; }

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}




#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;
	}