body { background: #f1eadb url("../../images/site/bkgr.gif") repeat-x;}
body,tr,td {
	color: #222;
	font-weight: normal;
	font-size: 14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
}
a, a:link, a:visited, a:active {
	color: #25aae1;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 780px;
	float: left;
	background: url(../../images/site/menubar-bkgr.gif) repeat-x;
}
ul li {
	float: left;
}
ul a {
	display: block;
	float: left;
	padding: 0 0.8em;
	line-height: 2.75em;
	background: url(../../images/site/menubar-div.gif) repeat-y left top;
	text-decoration: none;
	color: #FFF;
}	
ul .first a {
	background: none;
}
ul a:hover {
	color: #FFF;
	background: #25aae1;
}
.tabletext {
	color:#FFF;
	font-weight: bold;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.destext {
	color:#FFF;
	font-weight: normal;
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.destext2 {
	color:#f1a248;
	font-weight: normal;
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.fineprint {
	color:#444;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.fineprintDark {
	color:#000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
/* The stuff on the top */
#logo {
	position: absolute;
	height: 168px;
	width: 336px;
	left: 25px;
	top: 17px;
	z-index: 4;
}
#starfish {
	position: absolute;
	height: 200px;
	width: 190px;
	left: 820px;
	top: 238px;
	z-index: 5;
}
#sky {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 116px;
	width: 800px;
	z-index: 1;
	background:url(../../images/site/skybkgr.jpg) no-repeat;
}
#slogan {
	position: absolute;
	left: 575px;
	top: 130px;
	height: 25px;
	width: 235px;
	z-index: 2;
}
#menubar {
	position: absolute;
	left: 25px;
	top: 178px;
	height: 2.75em;
	width: 780px;
	z-index: 5;
}
#menubarShadow {
	position: absolute;
	left: 25px;
	top: 178px;
	height: 45px;
	width: 840px;
	z-index: 4;
}

/* Content */
#contentC1 {
	position: absolute;
	top: 240px;
	left: 382px;
	width: 420px;
	z-index: 55;
}
#contentBig {
	position: absolute;
	top: 240px;
	left: 25px;
	width: 776px;
	z-index: 55;
}
#frame {
	position: absolute;
	top: 240px;
	left: -29px;
	width: 400px;
	height: 260px;
	z-index: 50;
}

/* Contact Form */
#contact-area {
	position: absolute;
	margin-top: 240px;
	margin-left: 380px;
	width: 420px;
}
#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 400px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact-area textarea {
	height: 90px;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #25aae1;
}
#contact-area input.submit-button {
	width: 100px;
}
label {
	width: 50px;
	padding-top: 5px;
	font-weight: bold;
}

/* Mailto */
a[href ^="mailto:"] {
	padding-right: 20px;
	background: transparent url(../../images/site/icon_mailto.gif) no-repeat center right;
}

/* Picture Popups */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	z-index: 101;
}
#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: 102;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 10%;
	height: 100%;
	background: url(../../images/popup/blank.gif) no-repeat;
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover {
background: url(../../images/popup/prev.gif) no-repeat left 15%;
border: medium none;
}
#nextLink, #nextLink:hover, #nextLink:visited:hover {
background: url(../../images/popup/next.gif) no-repeat right 15%;
border: medium none;
}
#imageDataContainer{
	font: 11px Arial, 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;  background-color: #FFF;}
#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 { height: 1%;}
#contentBig p a {
	text-align: left;
}
