/* layout-related styles*/
BODY   		{ font-size: 85%; font-family: Arial, Helvetica, Geneva, Sans-Serif; color: #666; margin: 0; }
TABLE 		{ font-size: 100%; color: #666; background-color: transparent; margin: 0px; }
.tablehead  	{ color: #fff; font-weight: bold; background-color: #666; }
.tablerowgray    	{ color: #666; background-color: #eee; }
/* text-related styles */
H1 		{ color: #fff; font-size: 100%; margin: 0 0 1em; padding: 0; }
H2 		{ color: #fff; font-size: 90%; margin: 0 0 1em; padding: 0; }
P 		{ color: #fff; margin: 0 0 1em; padding: 0; }

.content a:link      	{ color: #8baea2; text-decoration: underline; }
.content a:visited 	{ color: #999; text-decoration: underline; }
.content a:active, .content a:hover	{ color: #666; text-decoration: underline; }

#alignleft 	 { text-align: left; }
#alignright 	 { text-align: right; }
#aligncenter { text-align: center; }
.alignleft 	 { text-align: left; }
.alignright 	 { text-align: right; }
.aligncenter { text-align: center; }
.italictext 	{ font-style: italic; }
.boldcopy   	{ color: #fff; font-weight: bold; }
.bolditalic 	{ color: #fff; font-weight: bold; font-style: italic; }

.smtxt  		{ color: #fff; font-size: 90%; text-align: left; }
.caption    	{ color: #666; font-size: 80%; font-weight: bold; text-align: left; }
.nav 		{ font-size: 75%; background-image: url(../images/sub_bg.gif); background-repeat: no-repeat; padding-top: 58px; padding-bottom: 0; padding-left: 40px; }
.navhome { font-size: 75%; background-image: url(../images/homebg2.gif); background-repeat: no-repeat; padding-top: 58px; padding-bottom: 0; padding-left: 40px; }
td.nav a,a:hover,a:visited,a:active { text-decoration: none; color: #8baea2; }
TD.adjustfontsize { font-size: 1px; }
DIV.imgbox 	{ float: right; padding-left: 15px; padding-bottom: 15px; }

/* COOL HOVER EFFECT from joshuaink.com */
#image-box {
  width: 600px;
}  

#image-box a:hover {
  white-space: normal;
}

#image-box li {
	width:100px;
	background:#000;
	padding:10px 10px 0 0;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px 5px 0 0;
}

#image-box a span {
/*\*/
	position:absolute;
	left:-9999px;
}

#image-box a:hover span{ top:10px; left:10px; width:102px; font-weight:bold; background:#fff; color:#999; padding:5px 0; font-size:80%; border-color: #eee; border-style: solid; border-width:0 0 10px; filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

#image-box img{
	border:solid 1px #666;
}

/* gallery "lightbox effect" styles */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#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/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 53% no-repeat; }

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

#imageData{
	padding:0 10px;
	}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; }			
#imageData #bottomNavClose{ width: 36px; float: right; }	
		
#overlay{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	}
.bodytext { color: #fff; font-size: 90%; padding-right: 20px; padding-bottom: 20px; padding-left: 16px; }
.rightsideimage { padding-top: 28px; }
.nav ul { font-size: 100%; font-weight: bold; line-height: 14pt; margin: 0; padding: 0; list-style-type: none; }
.nav li { font-size: 100%; font-weight: bold; line-height: 16pt; list-style-type: none; margin: 3px 0 0; padding: 0; }
.nav li li { font-size: 100%; font-weight: normal; line-height: 12pt; margin: -3px 0 0; padding: 0 0 0 8px; list-style-type: none; }
a:link { color: #8baea2 ; text-decoration: none; }
a:visited { color: #8baea2 ; text-decoration: none; }
a:hover { color: #8baea2 ; text-decoration: none; }
a:active { color: #fff ; text-decoration: none; }
.active { color: #fff; }
.formcopy { color: #fff; font-size: 90%; }
.homebg { background-image: url(../images/home_extbg.jpg); background-repeat: no-repeat; }
