@charset "utf-8";
/* CSS Document */
body  {
	font:  Georgia, "Times New Roman", Times, serif;
	background: #ffffff; 
	margin: 0;
	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: #334260;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #334260;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container #banner img {
	border-bottom: 2px solid #334260;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #334260;
color: #fd9308;
width: 100%;
font: normal 85% Georgia, "Times New Roman", Times, serif;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #334260;
color: #fd9308;
padding: .2em 1em;

}

#navcontainer li a:hover
{
background-color: #a0aec1;
color: #334260;
}

#sidebar1 {
	clear: both;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #a0aec1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	height: 650px;
}

#sidebar1 h3 {
text-align: center;
font-size: medium;
padding-bottom: 10px;
border-bottom: #334260 4px solid;
width: 180px;
margin: 0 auto; }


#linkBox1 { 
height: 38px; background: #a0aec1 url(../images/weatherDuck.gif) no-repeat center right; width: 180px; 
margin: 0 auto; padding: .4em 0 .4em 0;
border-bottom: #334260 3px solid;   
}

#linkBox2 {
height: 38px; background: #a0aec1 url(../images/buoy.gif) no-repeat center right; width: 180px; 
margin: 0 auto; padding: .4em 0 .4em 0;
border-bottom: #334260 3px solid;}

#linkBox3 {
height: 38px; background: #a0aec1  url(../images/tide.gif) no-repeat center right; width: 180px; 
margin: 0 auto; padding: .4em 0 .4em 0;
border-bottom: #334260 3px solid;}

#linkBox4 {
height: 38px; background: #a0aec1 url(../images/odfw_logoSm.gif) no-repeat center right; width: 180px; 
margin: 0 auto; padding: .4em 0 .4em 0;
border-bottom: #334260 3px solid;}

#linkBox5 {
height: 38px; background: #a0aec1 url(../images/OCZMALogoSm.gif) no-repeat center right; width: 180px; 
margin: 0 auto; padding: .4em 0 .4em 0;
border-bottom: #334260 3px solid;}

#linkBox6 {
height: 38px; background: #a0aec1 url(../images/btnterrafinSm.jpg) no-repeat center right; width: 180px; 
margin: 0 auto; padding: .4em 0 .4em 0;
border-bottom: #334260 3px solid;}

#linkBox7 {
background: url(../images/meetingBG.gif) no-repeat; font-size: small;
 margin: 0 auto; padding-top: .4em; height: 120px;
text-align: center; color: #FFFFFF;
}

#linkBox8 {
height: 38px; background: #a0aec1 url(../images/btnterrafinSm.jpg) no-repeat center right; width: 180px; 
margin: 0 auto; padding: .4em 0 .4em 0;
border-bottom: #334260 3px solid;}


#linkBox1 a {padding: 2px; margin-bottom: 2em;
font-size: small; color: #334260; text-decoration: none;
vertical-align: middle;
}
#linkBox2 a {padding: 2px; font-size: small; color: #334260; text-decoration: none;
vertical-align: middle;
}
#linkBox3 a {padding: 2px; font-size: small; color: #334260; text-decoration: none;
vertical-align: middle;
}
#linkBox4 a { font-size: small; color: #334260; text-decoration: none;
vertical-align: middle;
}
#linkBox5 a {
	font-size: small;
		color: #334260;
	text-decoration: none;
		vertical-align: middle;	
}

#linkBox6 a {
	font-size: small;
	color: #334260;
	text-decoration: none;
	vertical-align: middle;	
}

#linkBox1 a:hover {
color: #fd9308; background-color: #334260;}

#linkBox2 a:hover {color: #fd9308; background-color: #334260;}

#linkBox3 a:hover {color: #fd9308; background-color: #334260;}

#linkBox4 a:hover {color: #fd9308; background-color: #334260;}

#linkBox5 a:hover {
	color: #fd9308;
	background: #334260;
}

#linkBox6 a:hover {color: #fd9308; background-color: #334260;}




#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. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

#mainContent h3 {text-align: center;
font-size:large;
margin: 0; padding: 0;}



#mainContent p {
margin: 0; padding: .2em;}

#footer {
clear: both; font-size: x-small; text-align: center;}


.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;
	
