body {
	/* background-image: url(../images/common/header.gif); */
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: top center;
}
#top {
	position: relative;
	background-color: transparent;
	text-align: left;
	width: 100%;
	/*border: 1px #CCC solid;*/
	text-align: center;
	margin: 0 0 -2px 0;
	padding: 0;
	z-index: 2;
	/*margin-right: auto;
	margin-left: auto;*/
	font-family: verdana, monotype corsiva;
	font-size: 11px;
	color: #000;
}
#wrapper {
	position: relative;
	background-color: transparent;
	background-image: url(../images/common/bg_border.gif); 
	text-align: left;
	width: 772px;
	/*border: 1px #CCC solid;*/
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 14px 0 14px;
	font-family: verdana, monotype corsiva;
	font-size: 11px;
	color: #000;
}
.inside5 {
	padding:5px;
}
.inside10 {
	padding:10px;
}
#header {
	float: left;
	width: 497px;
	height: 217px;
	background-color: #000;
	margin-bottom: 10px;
}
#header a:link  img, #header a:visited img {
	border: 5px solid #000000;
}
#header a:hover img, #header a:active img {
	border: 5px solid #CC0000;
}
#header2 {
	float: left;
	width: 300px;
	height: 310px;
	background-color: #000;
	margin-bottom: 10px;
}
#header2 a:link  img, #header2 a:visited img {
	border: 5px solid #000000;
}
#header2 a:hover img, #header2 a:active img {
	border: 5px solid #CC0000;
}
ul {
	padding-left: 12px;
	margin-left: 2px;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
	background-color: transparent;
}
#outleft {
	float: left;
	width: 497px;
}
#outright {
	float: right;
	width: 249px;
}
.inleft {
	float: left;
	padding: 0 5px 5px 5px;
	border: 1px #999 solid;
	overflow:hidden;
	height: 210px;
	width: 232px;
	background-color: #fff;
}
.inright {
	float: right;
	padding: 0 5px 5px 5px;
	border: 1px #999 solid;
	overflow:hidden;
	height: 210px;
	width: 232px;
	background-color: #fff;
}
.inright_s {
	float: right;
	padding: 0 5px 5px 5px;
	border: 1px #999 solid;
	overflow: auto;
	height: 210px;
	width: 232px;
	background-color: #fff;
}
.inright_p2 {
	float: right;
	padding: 0 5px 5px 5px;
	border: 1px #999 solid;
	overflow: auto;
	height: 300px;
	width: 425px;
	background-color: #fff;
}
#nav {
	width: 100%;
	padding: 5px 0;
	border: 1px #999 solid;
	margin: 0 0 10px 0;
	width: 750px;
	text-align: center;
	font-size: 160%;
}
#nav ul {
	list-style: none;
	padding: 0 0 0 3px;
	margin: 0;
}
#nav li {
	display: inline;
	margin: 0 9px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000;
}
#nav a:hover, #nav a:active {
	color: #FF0000;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	display: block;
	margin-bottom: -7px;
	margin-top: 5px;
}
.clear {
	clear: both;
}
#footer {
	height: 210px;
	width: 740px;
	margin-top: 0px;
	padding: 5px;
	border: 1px #999 solid;
	overflow:hidden;
	background-color: #fff;
	background-image: url(../images/sponsors.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
#subfoot {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/common/bg_footer.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 34px;
	padding: 0;
	background-color: #fff;
	background-position: bottom;
}
#cominghome {
	text-align: center;
	width: 40px;
	padding: 3px;
	border: 1px solid #000;
}	
/* lightbox styles */
#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;	}
#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;
	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 */
	}	
	
