/* CSS Document */

body
{
	color: #333333;
	background-color: #ffffff;
	margin-top: 0px;
	background: #EAEAEA url('images/background_1px.gif') top center repeat-x;
	font: small/150% "trebuchet ms", verdana, arial, tahoma;
}

#border
{
border: 0px ;
width: 800px;
background-color: #FFFFFF;
background:url('images/background-strip.gif') no-repeat;
margin: 0 auto;
}



#container
{
	width: 766px;
	margin: 0px auto;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	background: #FFFFFF;	
}


#content
{
	padding: 0.5em 1em;
	width: 740px;
	margin: 0px;
	background: #FFFFFF;
}
#header {
	background: #FFFFFF url(images/header_big-4.jpg) no-repeat left top;
	height: 378px;
}

#header2 {
	background: #FFFFFF url(images/header2.gif) no-repeat left top;
	height: 10px;
}




 #navlist
{
	float: right;
	clear: right;
	padding: 0 1px 1px;
	background: #fff url(images/bg_menu.gif) no-repeat center top;
	width: 170px;
	margin: 3px 0px 0px;
	border-top: 1px solid #FFFFFF;
	height: 360px;
	font: bold 12px Verdana, sans-serif;
}

#navlist li
{
	list-style: none;
	margin: 0;
	text-align: right;
	padding: 0px;
}

#navlist li a
{
display: block;
padding: 0.5em 1.0em 0.75em 0.75em;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
color: #000;
background: #ccc;
}

p {
	margin: 0px 0px 12px;
	padding: 0px 20px 0px 0px;
}

#content h1 {
	margin: 0px 0px -32px;
	padding: 40px 0px 0px 225px;
	background: url(images/vht_logo_yellow.gif) no-repeat left top;
	font-size: 22px;
	height: 125px;
	text-align: left;
}
h2 {
	margin: -100px 0px 0px;
	padding: 0px;
	text-align: right;
	display: inline;
	float: right;
}


	

#footer {
	clear: both;
	width: 748px;
	padding: 0px;
	height: 25px;
	border-bottom: 1px solid #000000;
}
#content p {
	word-spacing: .15em;
	width: 500px;
	margin-left: 7px;
}
h3 {
	font: bolder 18px "trebuchet ms", verdana, arial, tahoma;
	text-transform: uppercase;
	color: #4D6C05;
	margin: 4px 0px 10px;
	padding: 0px 0px 0px 20px;
	background: url(images/h3_bg_yellow.gif) no-repeat 0 50%;
	height: 45px;
	width: 540px;
	border-top: 1px solid #000000;
}

.img-wrapper{
	background: #FFFFFF url(images/shadow.gif) no-repeat right bottom;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	position:relative;
}

.img-wrapper img {
	background: background-color #fff;
	border: 1px solid #a9a9a9;
	padding: 6px;
	display: block;
	margin: -5px 5px 5px -5px;
	position:relative;
	
}


div.thumb {
	margin: 3px;
	height: auto;
	float: left;
	text-align: center;
	border-top: 1px solid #A0ACC0;
	border-right: 2px solid #838E9E;
	border-bottom: 2px solid #838E9E;
	border-left: 1px solid #A0ACC0;
	background: #E7E7E7;
	}	
.thumb img{
	display: inline;
	margin: 4px;
	border: 1px solid #A0ACC0;
	}
.thumb a:hover img {border: 1px solid black;}

.photocattitle {text-align: center; font-weight: bold;} 

.phototitle {
	text-align: center;
	width: 120px;
	margin: 0 3px 3px 3px;
	font: normal 10px/110% Arial, Helvetica, sans-serif;
	color: #999999;
  }
  
  #gallery {
	width: 560px;
  }
  
  
  
  /*-------- Start Lightbox -------------*/

#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(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) no-repeat left 15%; }
#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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	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 */
	}	
	
	  /* End Lightbox */
	  
.photocredit {
	font-size: 10px;
	color: #666666;
	text-indent: 20px;
}
.photocredit a:link {
	font-size: 10px;
	color: #666666;
	text-indent: 20px;
}
