@charset "UTF-8";
/* CSS Document */
body {
	background-color: black;
	margin: 0 auto;
}
#index_container {
	width: 800px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:1em;
	text-align:center;
}
#index_container a {
	color: white;
	text-decoration:none;
}
#index_container a:hover {
	color: #600;
}
.copyright {
	font-size:.8em;
}
#container {
	width: 980px;
	margin: 0 auto;
}
#nav {
	background:#330000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:white;
	text-align:center;
	padding: 8px 5px;
}
#nav a {
	color:white;
	text-decoration:none;
}
#nav a:hover {
	color:#FC0;
}
#foot {
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font-size:.8em;
	line-height:2em;
	text-align:center;
}
#foot a {
	color:white;
	text-decoration:underline;
}
#home_content {
	height: 1171px;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
}
#about_content {
	height: 1171px;
	background-image: url(images/about_bg.jpg);
	background-repeat: no-repeat;
}
#gallery_content {
	height: 1171px;
	background-image: url(images/gallery_bg.jpg);
	background-repeat: no-repeat;
}
#contact_content {
	height: 1171px;
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
}
#links_content {
	height: 1171px;
	background-image: url(images/links_bg.jpg);
	background-repeat: no-repeat;
}
#main_text {
	width: 460px;
	border-left: thin solid black;
	border-right: thin solid black;
	border-bottom: thin solid black;
	background-color: white;
	padding: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:1em;
	line-height:1.4em;
}



h1 {
	font-family:"Times New Roman", Times, serif;
	color:#330000;
	font-size:2em;
	font-weight:normal;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	color:#330000;
	font-size:1.5em;
	font-weight:normal;
}
.subhead {
	font-family:"Times New Roman", Times, serif;
	color:#330000;
	font-size:.8em;
	font-weight:normal;
	line-height:1.5em;
}
#photo1 {
	border: thin solid #330000;
	margin-left: 30px;
	margin-bottom: 30px;
}
#photo2 {
	border: thin solid #330000;
	margin-left: 10px;
	margin-top: 30px;
}
#photo3 {
	border: thin solid #330000;
	margin-right: 10px;
	margin-top: 30px;
}
.photo4 {
	border: thin solid #33000;
}
#photo4 {
	border: thin solid #33000;
}
#photo4 a {
	border: thin solid #33000;
}
#address {
	width: 180px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:.9em;
	background-color:#330000;
	margin: 20px 10px;
	line-height:1.5em;
}
.address_headline {
	font-family:"Times New Roman", Times, serif;
	color:white;
	font-size:1.7em;
	line-height:1.5em;
}



/* LIGHTBOX CSS */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
