/* CSS Document */

#wrap
	{background-color:#990000;
	height:1500px;
	}
	
	#wrap1
	{background-color:#990000;
	height:1800px;
	}
	
#logo
{padding:30px 0 0 124px;}
	
	
	#links h2
	{display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:14px;
	color:#666666;
	margin-left:45px;
	text-decoration:none;}

/* links STYLES */	



#links
	{
	margin:-50px 0px 0 200px;}
	
#links a, #links a:active, #links a:visited, #links a:hover
	{text-decoration:none;}
	
	
#links a:hover h2
	{color:#990000;
	cursor:crosshair;
	text-decoration:none;}
	
#heading
	{margin:-24px 0 0 129px;}
	
	

	

	
#mid_collumn
	{width:732px;
	
	
	background-color:#FFFFFF;;
	margin-top:24px;
	margin-left:140px;}
	


/* TEXT STYLES */

#mid_collumn h1
	{margin-top:15px;
	margin-left:20px;
	width:440px;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:18px;
	}
	
#mid_collumn .about
	{margin-top:15px;
	margin-left:20px;
	width:440px;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:18px;
	}

	
#mid_collumn h2
	{margin-top:15px;
	margin-left:20px;
	width:440px;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:16px;
	}
	
	#mid_collumn h3 .bold
		{margin-top:0px;
	margin-left:0px;
	width:440px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	}
	
		#mid_collumn h3 .broshures
		{margin-top:0px;
	margin-left:0px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:600px;
	font-size:14px;
	}
	
	#mid_collumn h3
	{margin-top:0px;
	margin-left:20px;
	width:440px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:12px;
	}
	
	#mid_collumn h4
	{margin-top:10px;
	margin-left:20px;
	width:440px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:11px;
	}
	
#mid_collumn p, .text, .text3, .text3
	{width:490px;
	margin-left:20px;
	margin-top:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}
	
	.text
	{width:490px;
	margin-left:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	}
	
#mid_collumn blockquote
	{width:400px;
	margin-left:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:14px;
	font-style:italic;
	}
	
	/* object STYLES */
	
	
	#thumbnails
		{margin:-30px 0 0 30px;
		width:200px;
		float:left;
		}
	
	#thumbnails img
		{margin-top:30px;}
		
		
#footer img
	{margin:-16px 0 0 136px;
	width:741px;}
	

#footer a:hover 
	{color:#FF6666;
	cursor:crosshair;}
	
	#table
	{margin:0 0 0 340px;}
	
		#table img
	{margin:30px 0 0 0px;}




/* LIGHTBOX */
	
#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/lightbox/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/lightbox/images/nextlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(../images/lightbox/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;
	}
