/* CSS Document

--- Colors ---
grey: #999b9e
dark blue: #0078c1;
red: #ff0000;
green: #8CC639;
darker blue: #263866;
*/




/* global styles */



body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center; /* ie hack */
	background:#fff url(../images/bkgd.gif) 50% 0px repeat-y;
	font-size:11px;
	}
	
* {
	margin:0;
	padding:0;
	}
	
a, a:link {
	text-decoration:none;
	color: #0078c1;
	}
	
a:hover {
text-decoration:underline;
}
	

	
#wrapper {
	width:771px;
	text-align:left;
	margin:0 auto 0;
	}
	
/* utility navigation styles */
	
#uNav {
	float:right;
	color:#999b9e;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 15px 5px 0px;
	text-align: right;
}

#uNav a, #uNav a:link {
	color:#999b9e;
	}
	
#uNav a:hover {
	text-decoration:underline;
	color: #0078c1;
	}
	
#uNav p.first {
	font-size:11px;
	}
	
#uNav p.second {
	font-size:9px;
	padding-top:3px;
	font-weight: normal;
	}
	
span.red {
	color: #f00;
	padding-right:5px;
	}
	
/* logo */
#logo {
	padding:10px 0px 0px 15px;
	}
	
/* global nav */

#gNav {
	height:19px;
	text-align:left;
	padding: 15px 0px 10px 1px;
	}
	
#gNav div {
	float:left;
	}
	
/* content styles */
#content {
}

#contentNoImage {
	padding-top:50px;
	}



/* local styles */
#localNav {
	width:175px;
	float:left;
	}
	
#localNav ul {
	margin:0;
	}
	
#localNav ul li {
	list-style:none;
	
	
	}
	
#localNav a, #localNav a:link {
	color:#0078c1;
	display:block;
	padding:5px 0px 5px 27px;
	background:#fff url(../images/greenBullet.gif) 15px 50% no-repeat;
}
	
#localNav a:hover {
	background:#fff url(../images/locNavBkgd.gif) 0px 0px no-repeat;
	text-decoration:none;
	}
	
#localNav a.pdf {
	background:none;
	padding:0;
	}
	
#localNav a.pdf:hover {
	background:none;
	padding:0;
	}
	
/* local navigation headlines */

#localNav h1 {
	height:14px;
	margin:8px 0px 5px 15px;
	}
	
#localNav h1.sportFishing {
	background:url(../images/locNavSport.gif) 0px 0px no-repeat;
}

#localNav h1.commercialFishing {
	background:url(../images/locNavCommercial.gif) 0px 0px no-repeat;
	height:26px;
	}
	
#localNav h1.recreationalBoating {
	background:url(../images/locNavRecreational.gif) 0px 0px no-repeat;
	height:26px;
	}
	
#localNav h1.workboats {
	background:url(../images/locNavWorkboats.gif) 0px 0px no-repeat;
	height:26px;
	}

	

	
#localNav h1 span {
	display:none;
	}
	
.downloadPDF {
	padding:15px 0px 5px 15px;
	}
	
/* body copy */
#bodyCopy {
	margin-left:185px;
	padding: 0px 0px 0px 0px;	
	}
	
div.clear {
	clear:both;
	}
	
#bodyCopy h1 {
	color:#0078c1;
	font-weight:normal;
	font-size:18px;
	padding:15px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#bodyCopy h2 {
	color:#0078c1;
	font-weight:bold;
	font-size:12px;
	border-bottom: 1px solid #ccc;
	margin:0px 50px 5px 0px;
	padding: 5px 0 3px;
	}
	
#bodyCopy h3 {
	color:#0078c1;
	font-weight:bold;
	font-size:12px;
	margin:0px 50px 5px 0px;
	padding: 5px 0 0px;
	}

	
#bodyCopy h2.noRule {
	border-bottom:none;
	}
	
#bodyCopy p {
	color:#666;
	font-size:11px;
	line-height:16px;
	padding:0px 110px 8px 0px;
	}
	
#bodyCopy p.byline {
	font-size:11px;
	padding: 5px 0 0 0;
	border-top: 1px solid #ccc;
	display: inline;
	margin-top: 50px;
	}

#bodyCopy p.last {
	padding-bottom:25px;
	}
	
#bodyCopy p.top a {
	background: url(../images/arrow_up.gif) 0px 50% no-repeat;
	font-size:10px;
	color:#688EB7;
	text-decoration:none;
	padding:0px 0px 0px 14px;
	}
	
#bodyCopy p.top a:hover {
	text-decoration:underline;
	}
	
#bodyCopy p.price,
#bodyCopy p.date {
	font-weight:bold;
	color: #8CC639;
	margin-top: -3px;
	}
	
#bodyCopy a.email {
	background:url(../images/emailArrow.gif) 100% 60% no-repeat;
	font-size:10px;
	padding:0 10px;
	white-space:nowrap;
	}
	
#bodyCopy p.footnote {
	color: #688eb7;
	font-size:10px;
	padding:10px 0 15px;
	}
	
#bodyCopy ul {
	padding:5px 0px 10px 15px;
}

#bodyCopy li {
	color:#666;
	padding:3px 0px;
	}
	
#bodyCopy p.emphasis {
	color: #0078c1;
	border:1px solid #ccc;
	border-width:1px 0;
	margin-right:100px;
	padding: 10px 0 15px;
	}
	
	
/* tables styles for features & benefits */

#features {
	width:525px;
	}
	
#features td {
	vertical-align:top;
	}
	
#features p {
	padding:0;
	}
	
#features tr.odd td{
	background:#B7D9EE;
	}
	
#features tr.even td {
	background:#E5F1F9;
	}
	
#features td.text {
	padding:8px 10px;
	}
	
#features th {
	padding:7px 10px;
	}
	
#features th p {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#0078c1;
	}
	
#features span.featureLeadIn {
	color:#0078c1;
	font-weight:bold;
	text-transform:uppercase;
	padding-right:5px;
	font-size:10px;
	}
	
#features span.featureLeadInNew {
	color:#263866;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	}
	
#features td.icon {
	padding:5px;
	vertical-align:top;
	}
	
/* table styles for specs */

table#specs {
	width:525px;
	border:1px solid #ccc;
	}
	
table#specs td {
	border:1px solid #ccc;
	border-width:1px 1px 0px 0px;
	}
	
table#specs tr.top td {
	border-top:none;
	}
	
table#specs td {
	padding:5px 3px 5px 3px;
	color:#666;
	}
	
table#specs td.features {
	width:33%;
	}
	
table#specs td.right {
	border-right:0px;
	}
	
table#specs td.odd {
	background:#eee;
	}
	
/* table styles for reporting interval */

table#reporting {
	width:525px;
	border:1px solid #ccc;
	margin:10px 0;
	}
	
table#reporting td {
	vertical-align:top;
	width:20%;
	border:1px solid #ccc;
	border-width:1px 1px 0px 0px;
	padding:5px;
	font-size:9px;
	text-align:center;
	}
	
table#reporting tr.top td {
	border-top:none;
	background:#eee;
	font-weight:bold;
	padding:8px;
	color:#0078c1;
	}
	
table#reporting td.right {
	border-right:none;
	}
	
table#reporting tr.top td.left,
table#reporting td.left {
	background:#0078c1;
	color:#fff;
	text-align:left;
	}
	
/* home page style */ 

#homeStyles {
	border:5px solid #ccc;
	border-width:0 0 0 8px;
	padding:0 0 0 25px;
	margin-top:20px;
	}
	
#homeStyles h1 {
	padding-top:0px;
	}


#homeStyles p {
	font-size:14px;
	line-height:21px;
	}
	
/* footer styles */

#footer {
	text-align:center;
	padding:10px 0 5px 0px;
	color: #8CC639;
	border-top:1px solid #ccc;
	letter-spacing:1px;
	font-size:10px;
	}
	
#footer a {
	color: #0078c1;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #0078c1;
	text-decoration:underline;
	}
	
#copyright {
	color: 666;
	font-size:10px;
	text-align: center;
	padding: 10px 10px;
	letter-spacing: 1px;
	}
	
	

	

	
/* download styles */

span.downloadInfo {
	font-size:10px;
	}
	
/* misc styles */

div.releaseInfo {
	display:none;
	}
	
#wrapper h1.homeAltContent {
	font-weight:normal;
	font-size:14px;
	padding:50px 100px;
	}
	
div.coverageMap {
	padding:10px 0;
	}
	
/* contact form */

table#contactTable {
	border:none;
	margin: 15px 0;
}

table#contactTable td {
	vertical-align:top;
	padding:3px 0;
	}
	
table#contactTable input {
	border:1px solid #ccc;
	}
	
table#contactTable td.label {
	width:125px;
	color:#0078c1;
	font-size:10px;
	border-bottom: 1px dotted #eef;
	}
	
table#contactTable tr.odd td {
	/*background:#ccc;*/
	}
	
#contactForm {
}

#contactForm label {
	display:block;
	padding: 5px 0 1px 9px;
	color:#0078c1;
	background: url(../images/contactArrow.gif) 0px 60% no-repeat;
	}
	
#contactForm input {
	width:400px;
	border: 1px solid #999;
	padding: 1px 0;
	background:#eee;
	}
	
	
#contactForm select {
	width:200px;
	margin-bottom:15px;
	}
	
#contactForm textarea {
	display:block;
	margin:5px 0 0;
	width:375px;
	height:100px;
	border:1px solid #ccc;
	}
	
#contactForm input.submit {
	width:69px;
	height:22px;
	border:none;
	}
	
/* product shots */

div.productShot {
	padding:10px 0;
	}
	
a.productShot {
	padding:10px 0px 5px 20px;
	background:url(../images/viewPix.gif) 0px 70% no-repeat;
	}



	
	

	
