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

html, body {
	height: 100%;
}
body  {
	font-family: cochin, baskerville, Georgia, "Times New Roman", Times, serif;	
	background: #7986ac url(images/content_back.jpg) no-repeat top center;
	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;
}
#wrapper {
    background:url(images/content_tile_mid.jpg) top center repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	margin: 0 auto -38px; /* the bottom margin is the negative value of the footer's height */
}
#header_sea { 
    background:url(images/name_v3_sea.jpg) no-repeat top center;
	height: 278px;
} 
#header_conf { 
    background:url(images/name_v3_conf.jpg) no-repeat top center;
	height: 278px;
} 
#header_boat { 
    background:url(images/name_v3_boat.jpg) no-repeat top center;
	height: 278px;
} 
#header_coast { 
    background:url(images/name_v3_coast.jpg) no-repeat top center;
	height: 278px;
} 
#header_teach { 
    background:url(images/name_v3_teach.jpg) no-repeat top center;
	height: 278px;
} 
.header_title { 
	height: 100px;
	width: 700px;
	position: relative;
	top: 155px;
	left: 130px;
} 
#content { 
	background:url(images/name_v3_mid.jpg) no-repeat top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
	width: 100%
} 
#linkList {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 20 0 0 0px;
	padding: 30px 0px 0px 0px;
	text-align: left;
	list-style:none;
}
#cse{
	padding: 0px 0px 0px 20px;

}

.gsc-control-cse {
    font-family: Georgia, serif;
    border-color: #E1F3DA;
	background-color:#c4e9be;
  }

  #linkList a:link, a:active, a:visited {
	color:#3a892e;
	text-decoration:none;
}

#linkList a:hover{
	text-decoration: underline;
}

#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	position: relative;
	top:-20px;
} 
.photo_credit {
	list-style:none;
	margin-left:-20px;
	width:700px;
	}
	
.photo_item {
	width:140px;
	height:100px;
	background-color: #FFE5D0;
	text-align:center;
	font-size:.8em;
	border-width:thin;
	border-color:#bfa58f;
	border-style:solid;
}
	
.photo_credit li{
	display:block;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 10px;
	}
.photo_item img{
	margin-bottom:2px;
}


#mainContent a:link, a:active, a:visited {
	color:#273a70;
	text-decoration:none;
}

#mainContent a:hover{
	text-decoration: underline;
}
#newsflash {
	width: 220px;
	float:right;
	position: relative;
	top:20px;
	right:20px;
	padding:0 0 25px 25px;
}

#nf_head{
		width: 220px;
		height:55px;
background:url(images/news_blank.png) no-repeat top;
}
#nf_body{
		width: 220px;
background:url(images/news_02.png) repeat-y;
text-align:center;
}
#nf_btm{
		width: 220px;
		height:20px;
background:url(images/news_04.png) no-repeat bottom;
}
.sub_content {
	margin-left: 10px;
	margin-right: 20px;
}

.sub_content h3 {
	background:url(images/name_line_01.png) no-repeat top left;
}

.push {
	height: 38px; /* .push must be the same height as .footer */
	clear: both;
}

.footer {
    background:url(images/content_btm.jpg) no-repeat bottom center;
	height: 38px; /* .push must be the same height as .footer */
	clear: both;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#linkList { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#linkList { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
