@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('images/underwaterkelp.jpg');
	color: #37271C;
	background-repeat: repeat;
}

/*===============indicates no border around any image ============*/
body img {
	border: 0;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/

#container {
	margin: auto;
	padding: 10px;
	background-color: #FBCEAC;/*lt orange*/
	width: 95%;
}

#news {
	border: 9px solid #000066;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;/*white*/;
	width: 656px;
}


/*=================== styles for top banner ========================*/

#banner {
	padding: 0;
	background: #fff url('images/logo.gif') no-repeat top left;
	height: 205px;
	color: #000;
	position: relative;
}

#banner2 {
	margin: 0;
	padding: 0;
	background: transparent url('images/shop.jpg') no-repeat top right;
	height: 205px;
	color: #000;
	position: relative;
}

#banner .title {	
	text-align: center;
	background: transparent;
	color: #003C66;

	font-size: 1em;
	font-weight:bold;
}

/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #37271C;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #F68A37;
	color: #ffffff;}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #904B12;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	/*margin-right: 200px;*/
	margin-left: 200px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/bullet.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/fireweed-bullet2.html');
	padding: 2px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#leftnav{
border: 1px solid #482609;
border-bottom-width: 0;
width: 185px;
float:left;
}

#leftnav ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#leftnav li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/;
	text-decoration: none;
	color: white;
	background-color: #62B1EA;
	border-bottom: 1px solid #002D4D;
	border-left: 7px solid #002D4D;
	
}

* html #leftnav li a{ /*IE only */
width: 187px; /*IE 5*/
width: 169px; /*185px minus all left/right paddings and margins*/
}

#leftnav li a:hover {
background-color: #1975B8;
border-left-color: #000D99;
}

#leftnav div.menutitle{
color: white;
border-bottom: 1px solid #975B8F;
padding: 1px 0;
padding-left: 5px;
background-image: url('images/bg-water.gif');
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.gallery table { float: left;
                 margin: 0 5px 20px 0; 
}


/*============== Styles for footer ===================*/
#footer {
	margin: 10px auto 10px auto;
	border-top: 2px solid #242F24;
	clear: both;
	padding: 2px;
	color: #37271C;
	font-size: .75em;
	background: transparent;
	text-align: center;
	width: 90%;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #003C66; /*dk blue*/;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	
}
h2 {
	font-size: 1em;
}

h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================ misc ==============*/
.center {
	text-align: center;
}

.click-on {
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
.align-rt {
	text-align: right;
}

.smtxt {
 font-size: small;
}


/* the toggle stuff */

a.sub {
margin: 0 2px 0 0;
padding: 0;
border: 0;
}

a.sub:hover {
text-decoration: underline;
}

.info {
margin: 10px 20px;
padding: 10px;
background: #FFFFD7;
border: 1px solid #fe7500;
display: block;
line-height: 1.4em;
}

.noprint {display:none;}

/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
