@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
body {
	margin: 0 0 0 0;
	background-color:#ffffff;
	background-image:url(../images/bg_hrz.jpg);
	background-position: 0 75px;
	background-repeat:repeat-x;
}
a:link {
	color: #C42525;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	}
.footer_header {
	font-size:large;
	font-stretch:extra-expanded;
	text-transform:uppercase;
	line-height: 2;
	}
.gallery_header {
	font-size:large;
	font-stretch:extra-expanded;
	text-transform:uppercase;
	line-height: 2;
	color:#FFFFFF;
	}
.footer_subheader {
	text-transform:uppercase;
	font-size:small;
	font-stretch:expanded;
	}
ul.footerlinks {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.5;
	}
	
li.footerlinked a {
	font-stretch:expanded;
	display:block;
	width:230px;
	color:#000000;
	margin-bottom: 1px;
	border-bottom:1px solid #990000;
	}
	
li.footerlinked a:hover {
	font-stretch:expanded;
	display:block;
	background:#990000;
	width:230px;
	color:#ffffff;
	text-decoration:none;
	margin-bottom: 1px;
	border-bottom:1px solid #990000;
	}
.header_menu a {
	color:#000000;
	}
	
.header_menu a:hover {
	background:#990000;
	color:#ffffff;
	text-decoration:none;
	}
#container {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
}
#header_menu {
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000000;
	font-size:small;
	width:600px;
	height: 30px;
	padding: 0px 0px 2px 145px;
	margin: 43px 0 0 0;
}
#doc_body img {
	border: #FFFFFF 6px;
	border-style: solid;
	margin: 0 10px 0 0;
}
#gallery img {
	border: #FFFFFF 6px;
	border-style: solid;
	margin: 0 10px 10px 0;
}
#index_body {
	float: left;
	height: 408px;
	width: 399px;
	padding: 0 0 0 100px;
	margin: 0 0 0 0;
}
#gallery {
	float: right;
	height: 378px;
	width: 300px;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}
#menu_top {
	float: right;
	height: 204px;
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#menu_bottom {
	float: right;
	height: 204px;
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footer_container {
	clear:both;
	width:800px;
	margin:0 0 0 0;
	height: 333px;
}
#footer_left {
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:small;
	width:180px;
	padding: 40px 30px 5px 145px;
}
#footer_middle {
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:small;
	width:220px;
	padding: 40px 30px 5px 0;
}
#footer_right {
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:small;
	width:220px;
	padding: 40px 30px 5px 50px;
}

/* LIGHTBOX Styles*/
#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}