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

#wrapper{
	margin:auto;
	width:750px;
	height:745px;
}

#left{
	width:66px;
	height:705px;
	float:left;
	background-image:url(../images/left.jpg);
}

#central_container{
	width:619px;
	height:705;
	float:left;
}

#mid_central_container{
	width:619px;
	height:369;
	float:left;
}

#menu{
	width:619px;
	height:46px;
	float:left;
}

#below_menu{
	width:619px;
	height:44px;
	float:left;
	background-image:url(../images/below_menu.jpg);
}

#right{
	width:64px;
	height:705px;
	float:left;
	background-image:url(../images/right.jpg);
}

#image_fade{
	width:242px;
	height:369px;
	float:left;
	background-image:url(../images/fade_bg.jpg);
}

#middle_spacer{
	width:33px;
	height:369px;
	float:left;
	background-image:url(../images/middle_spacer.jpg);
}

#text{
	width:148px;
	height:269px;
	padding-top:100px;
	padding-right:10px;
	float:left;
	background-image:url(../images/text.jpg);
}

#thumb_1{
	width:186px;
	height:115px;
	float:left;
	background-image:url(../images/thumb_1.jpg);
}

#thumb_2{
	width:186px;
	height:130px;
	float:left;
	background-image:url(../images/thumb_2.jpg);
}

#thumb_3{
	width:186px;
	height:124px;
	float:left;
	background-image:url(../images/thumb_3.jpg);
}

#bottom{
	width:619px;
	height:246px;
	float:left;
	background-image:url(../images/bottom.jpg);
}

#footer{
	width:750px;
	height:40px;
	float:left;
}

#block{
	width:344px;
	height:219px;
	padding-top:150px;
	float:left;
	background-image:url(../images/block.jpg)
}

#maps{
	width:344px;
	height:369px;
	float:left;
	background-image:url(../images/maps.jpg)
}

#facilities{
	width:344px;
	height:349px;
	padding-top:20px;
	float:left;
	background-image:url(../images/block.jpg)
}



.style1 {
	font-family:"Century Gothic", Georgia, Arial;
	font-size: 10px; line-height:16px;
}

.style1 a:link {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CC0033;
}

.style1 a:over {
	color:##666666;
	text-decoration:none;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999;
}

.style1 a:visited {
	color:#0066CC;
	text-decoration:none;
	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC;
}


.style2 {
	font-family:"Century Gothic", Georgia, Arial;
	font-size: 12px; line-height:20px;
}

.style2 a:link {
	color:#000000;
	text-decoration:none;
	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CC0033;
}

.style2 a:hover {
	color:#666666;
	text-decoration:none;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999;
}

.style2 a:visited {
	color:#0066CC;
	text-decoration:none;
	border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCCCCC;
}








#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 */
	}	
	
	
	
	
	.mouseover img {
border: 0;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.mouseover img:hover{
filter:alpha(opacity=90);
-moz-opacity: 0.90;
opacity: 0.90;
}