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


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "MS Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/coastal_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 24px;
}

a:link {
	color: #00BBEE;
}

a:visited {
	color: #00BBEE;
}

a:hover {
	color: #003F62;
}

a:active {
	color: #003F62;
}

.sidebar {
	color: #FFFFFF;
	font-size: 100%;
}

.sidebar a:link {
	color: #FFFFFF;
}

.sidebar a:visited {
	color: #FFFFFF;
}

.sidebar a:hover {
	color: #FFFFFF;
}

.sidebar a:active {
	color: #FFFFFF;
}

.footertext {
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "MS Trebuchet", Verdana, Arial, Helvetica, sans-serif;
}

.footertext a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footertext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footertext a:hover {
	color: #00BBEE;
	text-decoration: none;
}
.footertext a:active {
	color: #00BBEE;
	text-decoration: none;
}

.subheading {
	font-size: x-large;
	color: #333333;
	font-weight: lighter;
	text-transform: uppercase;
}

.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #header {
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr   #mainHome {
	background-image: url(images/main_bg.jpg);
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	background-color: #003F62;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 35px;
}
.photos {
	border: 2px solid #003F62;}
	
.photos a:link {
	border: 2px solid #003F62;
}
.photos a:visited {
	border: 2px solid #003F62;
}
.photos a:hover {
	border: 2px solid #00BBEE;
}
.photos a:active {
	border: 2px solid #00BBEE;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




.oneColFixCtrHdr #container2 {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr  #mainContent {
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-image: url(images/main_bg.jpg);
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.slideshow {
	width: 960px;
	margin: auto
}
.slideshow img { padding: 3px; border: none; background-color: #fff; }

img.floatLeft { 
    float: left; 
    margin: 5px; 
	border: 2px solid #003F62;
}
img.floatRight { 
    float: right; 
    margin: 5px; 
	border: 2px solid #003F62;
}
