@charset "utf-8";
/* CSS Document */
/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 0%;}
	.clearfix {display: block;}
	
	body {
	background-image: url(../images/bg-pat.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0;
}
#main-content {
	padding: 25px;
}
#main-content img {
	float: center;
	margin: 5px;
}


#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 9px;
	font-size: 80%;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	background-image: url(../images/001_05.jpg);
	background-repeat: repeat-y;
}
#main-banner {
	clear: both;
}

#content .intro-image {
	float: left;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#header {
	margin: 0px;
	padding: 10px;
	height: 73px;
	color: #000000;
}
#main-banner img {
	float: left;
}
.name h1 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav-bar {
	line-height: 20px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	height: 35px;
	padding-left: 7px;
}
a:link, a:visited {
	text-decoration:underline;
	color: #FFFFFF;
	
}
a:hover {
	text-decoration: none;
}

#nav-bar #menu {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	margin-top:7px;
	padding: 0px;
}
#menu li {
	float: left;
}
#mainbody {
	background-color: #660000;
	padding: 5px 0px;
	clear: both;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #b2cd5a;
}
#header img {
	float: right;
}
#nav-bar #menu a:link, #nav-bar #menu a:visited {
	color: #FFFF99;
	padding-right: 8px;
	padding-left: 15px;
	font-weight: bold;
	text-decoration:none;
}
#nav-bar #menu a:hover {
	color: #A7C75A;
	font-weight: bold;
	text-decoration:none;
}
.name {
	float: left;
	margin-top: 10px;
}
#footer {
	line-height: 29px;
	background-color: #000000;
	height: 44px;
	clear: both;
	text-align: center;
}
h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	color: #ffff99;
}
h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	color: #FFFF99;
}
p {
	margin: 5px 0px 10px;
	padding: 0px;
}



.contact{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
color:#ffff99;
}

#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; }

