a:link
{ 
	color: #1AABB5;  
	text-decoration:underline;
}

a:visited
{
	color: #1AABB5; 
	text-decoration:underline;
} 
a:active 
{
	color: #1AABB5;
	text-decoration:none;
}

a:hover
{
    color: #60EEF8;
    text-decoration:none;
}

BODY, TABLE, TD, TH

{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: standard;
	color: #ffffff;
}


p
{
	font-family: Verdana, Arial, Helvetica; font-size: 10pt; color: #011C41; font-weight: standard
}

h1
{
   font-size: 16pt; color: #ffffff; font-weight: bold; font-family:Arial, Helvetica 
}

h2
{
   font-size: 14pt; color: #1E1B82; font-weight: bold; font-family:Arial, Helvetica 
}

h3
{
   font-size: 14pt; color: #011C41; font-weight: bold
}

h4
{
   font-size: 9pt; color: #011C41; font-weight: bold 
}

b
{
   font-weight: bold
}


.h1 { font-family:Arial, Helvetica; font-size:11pt; color:#4A7497; font-weight:bold }

.h2 { font-family:Arial, Helvetica; font-size:10pt; color:#9C6D53; font-weight:bold }

.address { font-family:Arial, Helvetica; font-size:9pt; color:#ffffff; font-weight:normal }
.address2 { font-family:Arial, Helvetica; font-size:9pt; color:#771417; font-weight:normal }

.feature { font-family:Arial, Helvetica; font-size:10pt; color:#ffffff;}

.f1 { font-family:Arial, Helvetica; font-size:15pt; color:#978704; font-weight:bold; font-style: italic}

.f2 { font-family:Arial, Helvetica; font-size:15pt; color:#ffffff; font-weight:bold; font-style: italic}

.f3 { font-family:Arial, Helvetica; font-size:12pt; color:#1AABB5; font-weight:bold; font-style: italic}

.left { 
  background-image: url(images/left_bg.jpg);
} 

.right { 
  background-image: url(images/r_bg.jpg);
} 

.main { 
  background-image: url(images/main_bg.jpg);
} 

.main2 { 
  background-image: url(images/main_bga.jpg);
} 
.hours
{
	padding: 4px 0px;
	text-indent: 8px;
	border-bottom: 1px solid #ccc;
}
.alt
{
	background-color: #CBC5AB;
}

.sm
{
	width: 300px;
}
.copyright { font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: standard;
	color: #341A01;
	}
	
.staff
	{
	padding-left: 50px;
	}

.news { font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: standard;
	color: #341A01;
	}	
.title { font-family: Arial, Verdana, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #341A01;
	}	
.title2 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: auto;
	}	
.subtitle { font-family: Arial, Verdana, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #772200;
	}	
	

	
.bodytext { font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	padding-left: 15px;
	font-weight: normal;
	color: #341A01;
	}	
.footer    { text-decoration:none; font-size: 8pt; color: #FAEEBD}
.footer a:active    { text-decoration:none; font-size: 8pt; color: #B8960C}
.footer a:link     { text-decoration:none; font-size: 8pt; color: #B8960C}
.footer a:visited     { text-decoration:none; font-size: 8pt; color: #B8960C}
.footer a:hover     { text-decoration:none; font-size: 8pt; color: #83CCFF}	

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#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;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("images/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("images/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg: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;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("images/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	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 */
	}	
