@charset "UTF-8";
/* CSS Document */

BODY {
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color:#333333;
	}
IMG {
	border: 0;
	}
.bold {
	font-weight:bold;
	}
.wrapper {
	margin:0 auto;
	width: 799px;
	height: auto;
	background-color:#FFFFFF;
	}
.mast {
	background-image: url(images/mast.gif);
	background-repeat:no-repeat;
	width: 799px;
	height: 104px;
	margin: 0 auto;
	padding:0;
	}
.mainpic {
	background-image: url(images/main_pic.jpg);
	background-repeat:no-repeat;
	width: 799px;
	height: 203px;
	margin: 0 auto;
	padding:0;
	
	}
.content {
	width: 799px;
	margin: 0 auto;
	float: left;
	border-top: solid 1px #E2E2E2;
	margin: 10px 0 0 0;
	}
.leftcol {
	width: 215px;
	float: left;
	margin: 0 auto;
	height:auto;
	text-align:left;
	}
.nav {
	margin:0 auto;
	padding: 0;
	list-style-type:none;
	width: 215px;
	height:268px;
	}
.nav IMG {
	border: 0px;
	}
.nav_item {
	margin: 0 0 -4px 0;
	padding:0;
	}
.leftcol p {
	font-size: 13px;
	color:#666;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 45px;
	line-height:19px;
	}
.middlecol {
	width: 345px;
	float: left;
	margin: 0 auto;
	height:auto;
	text-align:left;
	border-left: solid 1px #E2E2E2;
	padding: 0 0 0 12px;
	}
.middlecol p {
	font-size: 13px;
	color:#666;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	line-height:19px;
	}
.rightcol {
	width: 225px;
	float: left;
	margin: 0 auto;
	height:auto;
	text-align:left;
	border-left: solid 1px #E2E2E2;
	}
.rightcol p {
	font-size: 13px;
	color:#666;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 10px 15px 10px;
	line-height:19px;
	}
.rightcol h1 {
	font-size: 17px;
	color:#ababab;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 10px 0 0 10px;
	}	
.news {
	border-top: solid 1px #ababab;
	}
.intcontent {	
	width: 570px;
	float: left;
	margin: 0 auto;
	height:auto;
	text-align:left;
	border-left: solid 1px #E2E2E2;
	padding: 0 0 0 12px;
	}
.intcontent h1 {
	font-size: 45px;
	color:#666666;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 10px;}
.intcontent p {
	font-size: 12px;
	color:#666666;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 15px 0 10px;
	line-height:24px;}
.intcontent table {
	font-size: 12px;
	color:#666666;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 15px 0 10px;
	line-height:24px;
	}
.intcontent table a {
	color: #666666;
	}
.intcontent table a:hover {
	color:#999966;
	}
	
.footer {
	width: 800px;
	height:25px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	clear:both;
	font-size: 10px;
	color:#666;
	font-family:"Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	}
.footer a {
	color:#666;}
	
.movie {
	margin: 25px 0 0 25px;
	}
	
	/* lightbox stuff */

#lightbox{
	position: absolute;
	top: 0px;
	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{
	background-image: url(../images/loading.gif)
	position: absolute;
	top: 30%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0px;
	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;background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(../images/nextlabel.gif) right 15% no-repeat;}
#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=90);
	-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 */
	}
	/* END OF LIGHTBOX STUFF */