@charset "utf-8";
/* DO NOT USE THIS STYLESHEET IN PRODUCTION */
/* ON THE PRODUCTION SITE, YOU SHOULD USE A COMPRESSED VERSION TO REDUCE DOWNLOAD SIZE */
/* Layout Styles For BoatUS.com */
@import url(reset_src.css);
@import url(html5_src.css);
@import url(forms_src.css);
@import url(content_src.css);
@import url(buttons_src.css);
@import url(tables_src.css);
@import url(angler_src.css);

body {
	/* This Quick one-line hack will make font size consistent accross browsers */
	font-family: Arial, Helvetica, "DejaVu Sans Light", sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	height: 100%;
}

html {
	height: 100%;
}

.container_30, footer {
	font-size: 13px;
}

header, #header {
	position: relative;
}

#page {
	margin-bottom: 10px;
	position: relative;
}

#sidebar {
	margin-bottom: 10px;
	margin-top: 10px;
}

footer, #footer {
	clear: both;
	text-align: center;
	padding: 50px 0 2px;
	background: #FFF url(../img/footer_bg.png) repeat-x left bottom;
	position: relative;
}

footer.small, #footer.small {
	height: 90px;
}

footer *, #footer * {
	vertical-align: middle;
}

footer .footerDivider, #footer .footerDivider {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	height: 1px;
	overflow: visible;
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

footer .footerDivider .buoy, #footer .footerDivider .buoy {
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 35px;
	margin-top: -13px;
}

header .title, #header .title {
	position: absolute;
	top: 18px;
	left: 240px;
	letter-spacing: -1px;
	padding: 3px;
	line-height: normal;
	width: 550px;
	z-index: 1000;
}

header #promo, #header #promo {
	position: absolute;
	left: 520px;
	top: 0px;
	z-index: 10000;
	max-width: 275px;
	max-height: 100px;
}

header nav, #header .nav {
	border-top: 2px solid #ddd;
	overflow: visible !important;
}

header nav .menu, #header .nav .menu {
	list-style: none;
	display: table-cell;
	width: 960px;
	vertical-align: middle;
	background: #013262 url(../img/topnav_bg.gif) repeat-x top left;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(10,45,83)),color-stop(0.78, rgb(1,51,100)));
	background: -moz-linear-gradient( center bottom,rgb(10,45,83) 0%,rgb(1,51,100) 78%);
	min-height: 15px;
}

header nav .menu li, #header .nav .menu li {
	position: relative;
	display: inline-block;
	display: inline;
	zoom: 1;
	padding: 8px 0;
	text-align: center;
	line-height: normal;
	color: #FFF !important;
	font-weight: bold;
	float: left;
}

header nav .menu li a, header nav .menu li a:hover, header nav .menu li a:active, header nav .menu li a:visited, #header .nav .menu li a, #header .nav .menu li a:hover, #header .nav .menu li a:active, #header .nav .menu li a:visited {
	text-decoration: none;
	color: #fff;
	/*border-bottom: 1px solid none !important;*/
}

header nav .menu li a:hover, header nav .menu li a:active, #header .nav .menu li a:hover, #header .nav .menu li a:active {
	/*border-bottom: 1px solid #fff !important;*/
	text-decoration: underline;
}

header nav .menu li ul.subNav, #header .nav .menu li ul.subNav {
	position: absolute;
	width: 158px;
	background-color: #f7f3f7;
	border: 1px solid #003063;
	padding: 9px 9px 5px 9px;
	left: -999px;
	z-index: 999999;
	margin-left: -1px;
}

header nav .menu li:hover, #header .nav .menu li:hover {
	z-index: 1000000;
}

header nav .menu li.hasSub div, #header .nav .menu li.hasSub div {
	background: url("../img/navBullets.png") no-repeat scroll right -1px transparent;
	padding-right: 12px;
}

header nav .menu li.hasSub:hover div, #header .nav .menu li.hasSub:hover div {
	background: url("../img/navBullets.png") no-repeat scroll right -143px transparent;
	padding-right: 12px;
}

header nav .menu li:hover ul.subNav, #header .nav .menu li:hover ul.subNav {
	left: auto;
	margin-top: 6px;
}

header nav .menu li ul.subNav li, #header .nav .menu li ul.subNav li {
	padding: 2px 0 2px 2px;
	border-bottom: 1px dotted #2e5578;
	color: #00305a;
	text-align: left;
}

header nav .menu li ul.subNav li.last-child, header nav .menu li ul.subNav li:last-child, #header .nav .menu li ul.subNav li.last-child, #header .nav .menu li ul.subNav li:last-child { border-bottom: none; }

header nav .menu li ul.subNav a, #header .nav .menu li ul.subNav a {
	color: #00305a !important;
	display: inline-block;
	background: url("../img/navBullets.png") no-repeat scroll -5px -210px transparent;
	padding: 2px 0 2px 10px;
}

header nav .menu li ul.subNav a:hover, #header .nav .menu li ul.subNav a:hover {
	background: url("../img/Bullets.png") no-repeat scroll -5px -978px transparent;
}

header nav .menu li .omega, #header .nav .menu li .omega {
	margin-left: 0px;
}

header nav .menu li > div, header nav .menu li.fullLine, #header .nav .menu li > div, #header .nav .menu li.fullLine {
	border-right: 2px solid #fff;
}

header nav .menu li.fullLine div, header nav .menu li:last-child div, header nav .menu li.last-child div, header nav .menu li.noLine div, #header .nav .menu li.fullLine div, #header .nav .menu li:last-child div, #header .nav .menu li.last-child div, #header .nav .menu li.noLine div {
	border: none;
	border-right: 1px solid #0A2D5
}

header nav .menu li.last-child div, #header .nav .menu li.last-child div {
	border-right: 1px solid #0A2D53;
}

header nav .menu li.left div, #header .nav .menu li.left div {
	padding-left: 5px;
}

header .nav-6 li, #header .nav-6 li {
	width: 158px;
	margin: 0;
}

header .nav-5 li, #header .nav-5 li {
	width: 190px;
	margin: 0;
}

header .nav-4 li, #header .nav-4 li {
	width: 237px;
	margin: 0;
}

header .nav-3 li, #header .nav-3 li {
	width: 316px;
	margin: 0;
}

header .nav-3 li:first-child, header .nav-4 li:first-child, header .nav-6 li:first-child, #header .nav-3 li:first-child, #header .nav-4 li:first-child, #header .nav-6 li:first-child { margin-left: 1px; }

header .nav-3 li:last-child, header .nav-4 li:last-child, header .nav-6 li:last-child, #header .nav-3 li:last-child, #header .nav-4 li:last-child, #header .nav-6 li:last-child { margin-right: 1px; }

header nav.nav-5 li, #header .nav.nav-5 li { margin: 0; }

#header-contact {
	position: relative;
}

header .contact, #header .contact {
	padding-top: 15px;
	position: absolute;
	color: #666666;
	text-align: right;
	right: 10px;
	font-size: 11px;
	line-height: normal;
}

header .contact a, header .contact a:hover, header .contact a:active, header .contact a:visited, #header .contact a, #header .contact a:hover, #header .contact a:active, #header .contact a:visited {
	color: #666666;
	text-decoration: none;
}

header .contact a:hover, #header .contact a:hover { text-decoration: underline; }

header .contact li, #header .contact li {
	padding: 2px 24px 2px 0;
	font-size: 11px;
}

header .contact .email, #header .contact .email { background: transparent url(../img/Contact.png) no-repeat right 1px; }

header .contact .phone, #header .contact .phone { background: transparent url(../img/Contact.png) no-repeat right -42px; }

header .contact .hours, #header .contact .hours { background: transparent url(../img/Contact.png) no-repeat right -82px; }

header .contact .print, #header .contact .print { background: transparent url(../img/Contact.png) no-repeat right -122px; }

header .contact .comment, #header .contact .comment { background: transparent url(../img/Contact.png) no-repeat right -162px; }

header .contact .help, #header .contact .help { background: transparent url(../img/Contact.png) no-repeat right -201px; }

header .contact .information, #header .contact .information { background: transparent url(../img/Contact.png) no-repeat right -242px; }

#sidebar .leftNav {
	padding: 0 5px;
	background-color: #13283f;
	background: #13283f url(../img/leftnav_bg.gif) repeat-x bottom left;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(0,51,102)),color-stop(0.78, rgb(19,40,63)));
	background: -moz-linear-gradient(center bottom,rgb(0,51,102) 0%,rgb(19,40,63) 78%);
	line-height: normal;
	font-size: 12px !important;
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar .leftNav li { padding: 4px  0 4px 2px; }

#sidebar .leftNav li a, #sidebar .leftNav a:hover, #sidebar .leftNav li a:active, #sidebar .leftNav li a:visited, #sidebar .leftNav li label {
	text-decoration: none;
	color: #fff !important;
}

#sidebar .leftNav li.hasSub div a {
	display: inline-block;
	width: 100%;
}

#sidebar .leftNav li a:hover, #sidebar .leftNav li a:active { text-decoration: underline; }

#sidebar li { border-bottom: 1px dotted #fff; }

#sidebar li:last-child, #sidebar li.last-child { border-bottom: none; }

#sidebar .leftNav li.section h5 { color: #fff; }

#sidebar .subNav {
	margin-left: 2px;
	display: none;
}

#sidebar .subNav li { padding: 3px 0 3px 3px; }

#sidebar .subNav li a {
	padding: 2px 0px 2px 10px;
	background: transparent url(../img/navBullets.png) no-repeat -5px -210px;
	font-weight: normal;
	font-size: 11px;
	display: inline-block;
}

#sidebar .subNav li a:hover {
	background: transparent url(../img/navBullets.png) no-repeat -5px -280px;
}

#sidebar .closed > div {
	background: transparent url(../img/navBullets.png) no-repeat right -2px;
	padding-right: 12px;
}

#sidebar .open > div {
	background: transparent url(../img/navBullets.png) no-repeat right -144px;
	padding-right: 12px;
}

#sidebar .closed > div:hover {
	background-position: right -72px;
}

#sidebar .open > div:hover {
	background-position: right -144px;
}

#sidebar .subNav .closed > div {
	background-position: right -2px;
}

#sidebar .subNav .open > div {
	background-position: right -144px;
}

#sidebar .subNav .closed > div:hover {
	background-position: right -72px;
}

#sidebar .subNav .open > div:hover {
	background-position: right -144px;
}

#sidebar .current {
	text-decoration: underline !important;
}

#sidebar .subNav .current {
	background-position: -5px -280px;
	text-decoration: underline !important;
}

#sidebar .boatUSLinks {
	margin-bottom: 10px;
	padding: 5px;
	background: #F1F1F1;
	line-height: normal;
}

#sidebar .boatUSLinks li {
	padding: 5px 0px 5px 2px;
	font-weight: bold;
	border-bottom-color: #C7C6C7;
}

#sidebar .boatUSLinks li a, #sidebar .boatUSLinks li a:hover, #sidebar .boatUSLinks li a:active, #sidebar .boatUSLinks li a:visited {
	text-decoration: none;
	color: #000;
	padding-left: 8px;
	font-size: 12px;
}

#sidebar .boatUSLinks li a:hover, #sidebar .boatUSLinks li a:active {
	text-decoration: underline;
	background: url(../img/Bullets.png) no-repeat scroll -5px -980px transparent;
}

#sidebar .boatUSLinks .search input {
	width: 100px;
}

#sidebar .boatUSLinks li.search a.arrow {
	background: transparent url(../img/Bullets.png) no-repeat -5px -345px;
}

#sidebar .boatUSLinks .search a.arrow:hover {
	background-position: -5px -295px;
}

#sidebar .boatUSLinks .searchPoweredByGoogle {
	background: transparent url(../img/footer_google.png) no-repeat right top;
	width: 100%;
	height: 13px;
	display: block;
	margin-top: 3px;
}

#sidebar h3 {
	border-bottom: 1px solid #CCC;
	margin: 10px 0 5px 0;
}

.boatUSSocial li {
	margin: 3px 0;
}

.boatUSSocial { margin-bottom: 10px; }

.boatUSSocial li.social a {
	background-image: url(../img/social/social.png);
	background-repeat: no-repeat;
	padding: 3px 0px 3px 20px;
	font-size: 12px;
}

.boatUSSocial .FB a { background-position: -200px -148px; }

.boatUSSocial .FB a:hover { background-position: left -148px; }

.boatUSSocial .TW a { background-position: -200px -198px; }

.boatUSSocial .TW a:hover { background-position: 0px -198px; }

.boatUSSocial .GP a { background-position: -200px -449px; }

.boatUSSocial .GP a:hover { background-position: left -449px; }

.boatUSSocial .YT a { background-position: -200px -298px; }

.boatUSSocial .YT a:hover { background-position: left -298px; }

.boatUSSocial .RSS a { background-position: -200px -98px; }

.boatUSSocial .RSS a:hover { background-position: left -98px; }

.boatUSSocial .SHA a { background-position: -200px -398px; }

.boatUSSocial .SHA a:hover { background-position: left -398px; }

.boatUSSocial .STF a { background-position: -200px -348px; }

.boatUSSocial .STF a:hover { background-position: left -348px; }

.boatUSSocial a, .boatUSSocial a:active, .boatUSSocial a:hover, .boatUSSocial a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

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

#content {
	margin-top: 10px;
}

footer p, #footer p {
	color: #000;
	margin-top: 15px;
	font-size: 9px;
}

footer nav, #footer nav {
	list-style: none;
	width: 960px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

footer nav > ul > li > ul, #footer nav > ul > li > ul {
	margin-bottom: 8px;
}

footer nav > ul > li, #footer nav > ul > li {
	border-right: 1px solid #DDDDDD;
	float: left;
	font-size: 10px;
	margin: 0 3px 0 0;
	padding: 0 8px 0 0;
	width: 150px;
	text-align: left;
}

footer nav > ul > li.omega, #footer nav > ul > li.omega {
	border-right: none;
	margin: 0;
	padding: 0;
}

footer nav h4, #footer nav h4 {
	color: #444444;
	font-size: 11px;
	height: auto;
	line-height: 16px;
	overflow: hidden;
	padding: 2px 0 2px 5px;
	text-transform: uppercase;
}

footer a, footer a:hover, footer a:active, footer a:visited, #footer a, #footer a:hover, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #000;
	padding: 2px 0 3px 5px;
	/*border-bottom: 1px dotted #666666 !important;*/
}

footer nav li a:hover, footer nav li a:active, #footer nav li a:hover, #footer nav li a:active {
	/*border-bottom: 1px solid #000066 !important;*/
	text-decoration: underline;
	color: #990000;
}

footer nav ul li ul li h4 a, footer nav ul li ul li h4 a:active, footer nav ul li ul li h4 a:visited, footer nav ul li ul li h4 a:hover, #footer nav ul li ul li h4 a, #footer nav ul li ul li h4 a:active, #footer nav ul li ul li h4 a:visited, #footer nav ul li ul li h4 a:hover {
	padding: 0;
}

footer.small nav ul li, #footer.small nav ul li {
	width: 106px;
	border: none;
	margin: 0;
	text-align: center;
}

footer.small p, #footer.small p {
	text-align: center;
	clear: both;
	padding-top: 20px;
}

.flash-message {
	border: 1px solid #D3D3D3;
	background-color: #F5F7F7;
	margin: 0 0 8px 0;
	padding: 10% 10px;
	text-align: center;
	vertical-align: middle;
}

.clear {
	clear: both;
}

/* GRID STYLES */
.container_30 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-5-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-12-5, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19, .grid-19-5, .grid-20, .grid-21, .grid-22, .grid-23, .grid-24, .grid-25, .grid-26, .grid-27, .grid-28, .grid-29, .grid-30 {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}

.grid-1 {
	width: 22px;
}

.grid-2 {
	width: 54px;
}

.grid-3 {
	width: 86px;
}

.grid-4 {
	width: 118px;
}

.grid-5 {
	width: 150px;
}

.grid-5-5 {
	width: 160px;
}

.grid-6 {
	width: 182px;
}

.grid-7 {
	width: 214px;
}

.grid-8 {
	width: 246px;
}

.grid-9 {
	width: 278px;
}

.grid-10 {
	width: 310px;
}

.grid-11 {
	width: 342px;
}

.grid-12 {
	width: 374px;
}

.grid-12-5 {
	width: 390px;
}

.grid-13 {
	width: 406px;
}

.grid-14 {
	width: 438px;
}

.grid-15 {
	width: 470px;
}

.grid-16 {
	width: 502px;
}

.grid-17 {
	width: 534px;
}

.grid-18 {
	width: 566px;
}

.grid-19 {
	width: 598px;
}

.grid-19-5 {
	width: 618px;
}

.grid-20 {
	width: 630px;
}

.grid-21 {
	width: 662px;
}

.grid-22 {
	width: 694px;
}

.grid-23 {
	width: 726px;
}

.grid-24 {
	width: 758px;
}

.grid-25 {
	width: 790px;
}

.grid-26 {
	width: 822px;
}

.grid-27 {
	width: 854px;
}

.grid-28 {
	width: 886px;
}

.grid-29 {
	width: 918px;
}

.grid-30 {
	width: 950px;
	max-width: 950px;
	overflow: hidden;
}

.alpha { margin-left: 0; }

.omega { margin-right: 0; }

/* PERCENTAGE GRID STYLES */

.pct-20, .pct-25, .pct-33, .pct-50, .pct-75 {
	display: inline;
	float: left;
	position: relative;
}

.pct-20 {
	width: 20%;
}

.pct-25 {
	width: 25%;
}

.pct-33 {
	width: 33.3%;
}

.pct-50 {
	width: 49%;
}

.pct-66 {
	width: 66.6%;
}

.pct-75 {
	width: 75%;
}

.grid-inside {
	margin: 0 5px;
}