*
{
padding: 0;
margin: 0;
font-family: arial;
font-size: 9pt;
color: #000;
}

body {
font-family: arial;
font-size: 9pt;
color: #000;
background-color: #000000;
background-image: url(http://www.voorheestkd.com/2008/images/tile.jpg);
background-repeat: repeat-x;
}

p{
color: #000;
padding: 5px 10px 5px 10px;
}

h1
{
font-size: 12pt;
font-weight: bold;
padding-bottom: 5px;
padding-left: 10px;
padding-top: 10px;
}

h2
{
font-size: 10pt;
font-weight: bold;
}

h3
{
padding-left: 10px;
}

#header
{
background-image: url(http://www.voorheestkd.com/2008/images/headerBG.jpg);
background-repeat: no-repeat;
left: 50%;
margin-left: -512px;
padding-top: 15px;
position: relative;
height: 168px;
}

.navlink
{
color: #fff;
text-decoration: none;
}

.navlink:hover, .navlink:active
{
color: #9C0300;
text-decoration: underline;
}

#topnav
{
color: #fff;
z-index: 25;
position: relative;
left: 260px;
margin-top: -25px;
margin-bottom: 30px;
}

a:hover
{
color: #9C0300;
text-decoration: underline;
}

.newsbar
{
position: absolute; 
margin-top: -15px; 
margin-bottom: 10px; 
background-image: url(images/sidebarHead.png); 
height: 20px;
_height: 32px; 
width: 240px; 
text-align: center; 
color: white; 
padding-top: 6px;
margin-left: -12px;
}

#header img
{
margin-left: 128px;
}

#content
{
position: relative;
left: 50%;
margin-left: -377px;
margin-top: -40px;
background-color: #FDF4E4;
width: 756px;
}

#footer
{
position: relative;
left: 50%;
margin-left: -377px;
background: #FDF4E4;
width: 756px;
text-indent: 15px;
font-size: 7pt;
padding: 20px 0 10px 0;
clear: both;
border-bottom: 10px solid black;
}

/* start lightbox style area */
#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) 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;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color: #333;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #333;}			
#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 */
	}	


