/* \/\/\/ body styles */
BODY {
	font-family:Arial, Sans-Serif;
	margin:0;
	padding:0;
	color: #003399;
	background: #fff;
}
#page{
	width: 1000px;
	background-color: #cce5ff; 
	border: 1px solid #000;
	padding: 5px;
	margin: 5px auto 5px auto;
}
#body_content{
	background-color:#cce5ff;
}
#body_left{
	width: 850px;
	padding: 0;
	margin: 0;
	float: left;
}
#body_right{
	width: 150px;
	padding: 0;
	margin: 0;
	float: right;
}
#body_col_1{
	float:left;
	width: 32%;
}
#body_col_2{
	float:left;
	width: 32%;
}
#body_col_3{
	float:left;
	width: 32%;
}
/* ^^^ end body styles */
/* \/\/\/header styles */
#header {
	height: 80px;
	line-height: 80px;
	background-color:#cce5ff;
}
#header_logo {
	margin-left: 5px;
	float:left;
}

#header_logo .logo{
	vertical-align: middle;
	margin: auto 0 auto 0;
	border: 0;
}
.tagline{
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}
/* ^^^ end header styles */

/* \/\/\/ navigation styles */
.nav{
	font-weight: bold;
	width: 100%;
	background-image:url(../images/backbround_navigation.png);
}
.nav a:link, .nav a:active, .nav a:visited{
	background-image: url(../images/backbround_navigation.png);
	background-repeat: repeat-x;
	color:#666666;
	padding: 0px;
	margin: 0 10px 0 10px;
	text-decoration: none;
}
.nav a:hover{
	background-image: url(../images/backbround_navigation.png);
	background-repeat: repeat-x;
	color:#003366;
	padding: 0px;
	margin: 0 10px 0 10px;
	text-decoration: none;
}

/* ^^^ navigation styles */
/* \/\/\/ footer styles */
#footer{
	clear: both;
	margin-top: 10px;
	padding: 0;
	width: 100%;
	font-size: 70%;
	color:#000099;
	background-image:url(../images/background_footer.png);
	background-repeat: repeat-x;
}
#footer .copyright{
	text-align: center;
}

/* ^^^ end footer styles */
/* \/\/\/ad styles */
#ads{
/*	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-width: 1px;
	border-color: #003300;
	border-style:inset;
	
	*/
	text-align: center;
}
.resourceAds{
	float:left;
	width: 120px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	border-width: 1px;
	border-color: #003300;
	border-style:inset;
}
/* ^^^ end ad styles */
/* \/\/\/heading styles */
H1, H2 {
	color: #003399;
	background-color: transparent;
}
H3 {
	color: #000099;
	background-color: transparent;
}
/* ^^^ end heading styles */
/* \/\/\/ feed styles */
.news_feed{
	background-image: url(../images/background_feeds.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color:#6699CC;
	margin: 2px;
	padding: 2px;
	font-size: 12px;
}
.noaa_news_feed{
	background-image: url(../images/background_feeds.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color:#6699CC;
	margin: 2px;
	padding: 2px;
	font-size: 12px;
}
.feed_title{
	font-size: 120%;
	margin-bottom:0;
	padding-bottom:0;
}
.feed_desc{
	margin:0;
	padding:0;
}
.feed_item_title{
	margin-bottom:0;
	padding-bottom:0;
}
.feed_item_pub_date{
	font-style:italic;
	color: #999999;
	padding-bottom: 5px;
}
.feed_item_desc{
	margin-top:0;
	padding-top:0;
}
.feed_more{
	text-align: right;
}
.blog_feed{
	background-image: url(../images/background_feeds.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color:#6699CC;
	margin: 2px;
	padding: 2px;
	font-size: 12px;
}
/*^^^ end feed styles */
/* \/\/\/ link styles */
a:link, a:visited {
/*	color: #006633;*/
	color: #666666;
	background-color:transparent;
/*	text-decoration:none;*/
}
a:hover, a:active{
/*	color: #ff6600;*/
	color: #666699;
	background-color:transparent;
}
/* ^^^ end link styles */
/*  \/\/\/ sail planner styles */
#mapArea{
	position:relative;
	width: 420px;
	height: 620px;
	overflow:auto;
}
#resultsArea{
	position:absolute;
	left: 440px;
	width: 400px;
	height: 420px;
	padding-top: 10px;
	padding-left: 10px;
	border: 0px solid #000;
	overflow: auto;
	font-size:small;
}
#buildList{
	visibility:visible;
	position:absolute;
	top: 3em;
	left: 1em;
	border: 0px solid #FFFF00;
}
#resultList{
	visibility:hidden;
	position:absolute;
	top: 3em;
	left: .5em;
	padding-right: 1em;
	margin:0;
	border: 0px solid #000;
}
.resultTable{
	border: 1px solid #999999;
	border-spacing: 0px;
	border-collapse:collapse;
}
.resultTable th{
	font-weight: bold;
	background-color: #FFCC66;
	border: 1px solid #999999;
	padding: 4px;
	text-align:left;
	vertical-align:bottom;
}
.resultTable caption{
	font-weight: bold;
	background-color: #FFCC66;
	border: 1px solid #999999;
}
.resultTable td{
	border: 1px solid #999999;
	padding: 4px;
	text-align:left;
	vertical-align:bottom;
}
tr.odd td{
	background-color: #CCFFFF;
	border-right: 1px solid #99CCFF;
}
tr.even td{
	background-color:  #99CCFF;
	border-right: 1px solid #CCFFFF;
}
.mapImage{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.location{
	position:absolute;
	z-index: 2;
}
.location a:link, .location a:visited {
	font-size: small;
	color: #FF9933;
	font-weight:bold;
	background-color: transparent;
	text-decoration:none;
}
.location a:hover, .location a:active {
	font-size: small;
	color:#FF6600;
	background-color: #FFFF99;
}
.locationsDisplay{
	background-color: transparent;
	color: #000099;
}

.locationsButton{
	font-size: small;
	color: #FF9933;
	font-weight:bold;
	background-color: transparent;
	border: 0;
	position:absolute;
	z-index: 2;
	cursor:pointer;
}
/*^^^ end sail planner styles */
/* \/\/\/ boat rating result page styles */
#results{
	float: left;
	margin:0;
	padding: 0;
	width:40%;
	font-size:small;
	margin-left:5px;
	border:0px solid #000;
}
#results p span.result{
	color:#000099;
	background-color:transparent;
	border-bottom: 1px dotted #0066FF;
}
#results p span.label{
	float:left;
	margin:0;
	padding:0;
	padding-left:2px;
	width:18em;
	color:#000099;
	background-color:transparent;
	font-weight:bold;
	border-bottom:1px dotted #0066FF;
}
#results p{
	clear:left;
	margin:0 0;
	padding:.25em .25em;
}
#results p.heading{
	font-weight:bold;
	font-size: 110%;
	color: #0066FF;
	background-color:transparent;
}
a, img {
	border: 0;
}
/*^^^ boat rating result page styles */
/*\/\/\/ boat ratings page styles*/
.definitions{
/*	position:absolute;
	left: 0;
	margin-top: 5px;
	margin-left:45%;
	width: 35%;
	padding: 5px;
	border: 0px solid #000000;
	border-left: 2px solid #3366FF; */
	clear: left;
	margin-top: 5px;
	margin-left:0em;
}
#sad.definitions{
	visibility:hidden;
}
#dispToLen.definitions {
	visibility:hidden;
}
#hullSpeed.definitions {
	visibility:hidden;
}
#ballastToDisp.definitions {
	visibility:hidden;
}
#waterplaneArea.definitions {
	visibility:hidden;
}
#capScreenRatio.definitions {
	visibility:hidden;
}
#comfortRatio.definitions {
	visibility:hidden;
}
.defButton{
	margin-left: 1em;
	padding:0;
}
/*^^^ end boat ratings page styles*/

.product_search{
	background-image: url(../images/background_feeds.png);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color:#6699CC;
	margin: 2px;
	padding: 2px;
	font-size: 12px;	
}
.clear{
	clear:both;
}
.accesskey{
	text-decoration:underline;
}
