@charset "UTF-8";

A.BUTTON:ACTIVE, A.BUTTON:LINK, A.BUTTON:VISITED {
	font-family : "Trebuchet MS";
	font-size : 11px;
	text-decoration: none;
	color: #FFCC33;
	font-weight: bold;
}

A.BUTTON:HOVER {
	font-family : "Trebuchet MS";
	font-size : 11px;
	color: #FFFFFF;
	font-weight: bold;
}

A.TEXTLINK:ACTIVE, A.TEXTLINK:LINK, A.TEXTLINK:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
A.TEXTLINK:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #669933;
	font-weight: bold;
}
A.SMALLLINK:ACTIVE, A.SMALLLINK:LINK, A.SMALLLINK:VISITED {
	font-family : "Trebuchet MS";
	font-size : 9px;
	text-decoration: none;
	color: #FF9900;
}

A.SMALLLINK:HOVER {
	font-family : "Trebuchet MS";
	font-size : 9px;
	color: #FFFFFF;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E15021;
	line-height: 16px;
	margin: auto;
	
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #669933;
	line-height: 16px;
	margin: auto;
	
}
/* 
previously .H2
*/
.redheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E15021;
	line-height: 16px;
}
/* 
previously .H3
*/
.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #336699;
}

/* 
previously .H4
*/
.greybody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	
}

.H5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
}

.H6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #336699;
	line-height: 20px;
	}
/* 
previously .H7
*/
.greenbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #669933;
	line-height: 14px;
}

.H8 {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #FF9900;
}


#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(/graphics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/graphics/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; }

H1,H2,H3,H4,H5,H6, H7, H8{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: inline; 
}
.lrg-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E35729;
}

