BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 12px; 
	text-align: justify;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	font-size: 12px; 
	text-align: justify;
}

A {
	color: #FFCC00;
}


H1 {
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	font-weight: normal;
	color: #003366;
	border-bottom: 1px #C0c0c0 solid;
	padding-bottom: 2px;
}

H2 {
	color: #FFFFFF;
	font-size: 15px; 
	font-weight: bold;
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 3px;
}

.hptext {
	color: #FFFFFF;
	font-size: 12px; 
	font-weight: normal;
	line-height: 15px;
}

.galheadtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px; 
	font-weight: bold;
}

.smalltext {
	font-size: 11px; 
	font-weight: normal;
}

.smalltextnavy {
	color: #00305A;
	font-size: 10px; 
	font-weight: normal;
}

.smalltextunderline {
	font-size: 11px; 
	font-weight: normal;
	border-bottom: 1px #CCCCCC solid;
}

.carttext {
	font-size: 9px; 
	font-weight: normal;
	padding-bottom: 2px;
	padding-right: 5px;
}

.viewcarttext {
	color: #FFCC00;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
}

A:hover.menu {
	color: #0000CC;
	text-decoration: none;
}

A.top {
	color: #666666;
}

A:hover.top {
	color: #0000CC;
	text-decoration: none;
}

.ptopline {
	border-top: 1px #004890  solid;
}

TD.leftmenutitleunderline {
	border-bottom: 1px #000000 solid;
}

.blackunderline {
	border-bottom: 1px #000000  solid;
}

.blackoverline {
	border-top: 1px #c0c0c0  solid;
}

TD.leftborder{
	border-left: 1px #161F68 solid;
}

TABLE.borders{
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

.menu{
	color: #003366;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #B5B1D4;
}

.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	border: 1px #000000 solid;
	background-color: #E4E2EF;
}

.formbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	border: 1px #000000 solid;
	background-color: #EFEFEF;
}

.bottombarsmalltext {
	font-size: 11px; 
	font-weight: normal;
	padding-bottom: 5px;
	color: #666666;
}



























#lightbox{
	position: absolute;
	top: 40px;
	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(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 11px Verdana, Helvetica, sans-serif;	font-weight: normal;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;	
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; color: #333333;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 1.5em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
