/* CSS Document */

body {
width: 99%;
background-color: #006;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
color: #339;
margin: 0 auto;
padding: 0;

}
#wrapper {
background-color: #ccecff;
text-align: left;
}
/*it's all about the banner*/
#banner {
background-color: white;
background-image: url(images/island_top.jpg);
height: 101px;

}
#banner_text {
padding-top: 12px;
margin-left: 225px;
}

#banner_boat {
font-size: 1em;
color: #fff;
font-weight: bold;
float: right;
margin-right: 120px;
margin-top: 12px;
}
#subhead {
background-color: #006;
height: 20px;	
margin: 0 auto;
text-align: center;
font-size: .9em;
font-weight: bold;
color: white;
border: 1px solid white;
}

/*navigation bar styling*/
.nav {
float: left;
background-color: #ccecff;
font-size: 1em;
color: #006;
width: 185px;
font-size: 1.1em;
font-weight: bold;
display: block;
padding-top: 25px;
}
.nav a {
text-align: left;
margin: 10px 8px 10px 8px;
padding:10px 8px 10px 0px;
color: #000;
text-decoration: none;

}
.nav a:visited {
color: #006;
}
.nav a:hover {
color: #fff;
background-color: #006;
padding: 0 4px 0 4px;
}	
.nav a:active {
color: #fff;
background-color: #000;
padding: 0 4px 0 4px;
}
/*now to the content*/
#content {
background-color: #ccecff;
margin-left: 185px;
border-left: 2px white solid;
}
.mission_block {
background-color: white;
margin: 0;
border-bottom: 1px solid #9cf;
}
.mission_statement {
background-image: url(images/blu-blu-bkd.jpg);
background-repeat: repeat-x;
margin-top: 0;
margin-bottom: 0;
padding: 25px 200px 35px 40px;
font-size: 1em;
font-weight: bold;
color: #339;
}

.project_home {
background-color: #9cf;
width: 75%;
margin-top: 0;
padding-top: 0px;	
border-right: 2px solid white;
border-bottom: 2px solid white;
}
.project {
background-color: #9cf;
width: 77%;
margin-top: 0;
padding-top: 10px;	
border-right: 2px solid white;
border-bottom: 2px solid white;
}
.project_bar {
background-color: #006;
height: 20px;
margin: 0 auto;
text-align: center;
padding: 10px 0;
font-size: .9em;
font-weight: bold;
color: white;
border-bottom: 2px solid white;
}
.project_left {
width: 45%;
float: left;
margin-top: 10px;
}
.project_right {
margin-left: 48%;
}
.far_right {
float: right;
width: 19%;
margin-right: 10px;
margin-top: 15px;
}
#footer {
clear: both;
padding: 10px;
margin-top: 0;
background-color: #006;
height: 10px;
color: white;
font-weight: bold;
font-size: 1em;

}
.page_hdr {
/*background-color: white;*/
font-size: 1.1em;
color: #339;
border-bottom: #fff solid 1px;

}
p, li {
font-size: .9em;
padding: 0 6px;
}	

h1 {
font-size: 1em;
font-weight: bold;
padding: 0 6px;

}
h2 {
font-size: .9em;
color: #006;
font-weight: bold;
padding: 0 6px;
}
.emph_text {
font-size: 1.2em;
color: #6fb8e9;
font-weight: bold;	
}
.img_left {
float: left;
margin-right: 10px;
}
.img_right {
float: right;
margin-left: 10px;
}
.indent100 {
	padding: 0 100px;
}


.ctr {
text-align: center;
}
.ctr img {
margin: 10px auto;
border: 1px solid #666;
}
.greenborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9DD374;
	border-right-color: #9DD374;
	border-bottom-color: #9DD374;
	border-left-color: #9DD374;
}

.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	left: 8px;
	position: relative;
}

.calctext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	left: 8px;
	position: relative;
}
	
.quickcalctext   { color: #01628c; font-size: 10px; font-family: Arial, Helvetica, sans-serif }

a.quickcalctext:link {
	color: #62BD19;
	text-decoration: none;
}


a.quickcalctext:visited {
	color: #62BD19;
	text-decoration: none;
}

a.quickcalctext:hover {
	color: #62BD19;
	text-decoration: underline;
}