/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Arial;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
body {
	line-height: 1;
}
ol,ul {
	line-height: 22px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------*/

body {
	background-color: #0D3A69;
	background-image: url(../images/backgroundtile.jpg);
	color: #345072;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #4d8ea3;
}
a:visited {
	color: #4d8ea3;
}
a:hover {
	color: #62a34d;
}
a:active {
	color: #4d8ea3;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #FFF;
}

h1 {
	font-size: 14px;
	font-family: Times New Roman;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 2.5px;
	font-weight: normal;
	color: #122B48;
	display: inline;
	
	*text-align: left;
}

.note {
	font-size: 11px;
	font-style: italic;
	color: #80a5b5;
}

p {
	line-height: 22px;
}

img.rightaccent {
	float: right;
	margin: 8px 0px 8px 10px;
}
	
img.leftaccent {
	float: left;
	margin: 8px 15px 8px 0px;
}

.center {
	text-align: center;
}

#container {
	width: 1100px;
	margin: 20px auto;
	margin-bottom: 0px;
	text-align: center;
	display: block;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#bottom {
	margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
}

#wood_top {
	width: 1100px;
	height: 29px;
	background-image: url(../images/wood_top.png);
	background-repeat: no-repeat;
	background-align: middle;
}

#wood_container {
	width: 1100px;
	background-image: url(../images/wood_background.png);
	background-repeat: repeat-y;
	float: left;
	
	_width: 900px;
}

#water_background {
	width: 1024px;
	margin: 0 38px;
	background-image: url(../images/water_bg.png);
	background-repeat: no-repeat;
	
	*padding: 0px;
}

#white_background {
	width: 1024px;
	margin: 0 38px;
	background-image: url(../images/white_bg.png);
	background-repeat: repeat-y;
	float: left;
	
	*margin-left: 38px;
	_margin-left: 19px;
	}

#content {
	text-align: left;
	padding: 20px;
	margin-bottom: 20px;
	
	*padding-top: 0px;
	*width: 984px;
	*float: left;
}

.header {
	width: 1024px;
	height: 115px;
	margin-bottom: 10px;
	display: block;
}

h1.logo_header {
	margin-left: 27px;
	width: 467px;
	height: 115px;
	background-image: url(../images/logo_header.png);
	background-repeat: no-repeat;
	float: left;
}

h1.logo_header_sales {
	margin-left: 27px;
	width: 545px;
	height: 115px;
	background-image: url(../images/logo_header_sales.png);
	background-repeat: no-repeat;
	float: left;
}

h2.sail_apostles {
	width: 298px;
	height: 43px;
	background-image: url(../images/sail_apostles.png);
	background-repeat: no-repeat;
	float: right;
	margin-top: 45px;
	margin-right: 10px;
}

ul#nav {
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 1024px;
	height: 36px;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	padding: 9px 0;
	border-bottom: 1px solid #8ac1d2;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	*padding: 0px;
	*line-height: 36px;
}

ul#nav li {
	line-height: normal;
	padding: 0;
	margin: 0;
	-webkit-transition-property: color, text-shadow;
	-webkit-transition-duration: 200ms, 200ms;
	color: #dcf6ff;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin-left: 18px;
	height: 36px;
	padding: 10px 5px;
	
	*line-height: 36px;
	*padding: 50px 5px;
}

ul#nav li img {
	*margin-top: 10px;
}

ul#nav a:link, ul#nav a:visited, ul#nav a:active {
	color: #dcf6ff;
}

ul#nav li a:hover {
	color: #ffffff;
}

ul#nav li:hover {
	color: #ffffff;
	text-shadow: #2d667c 0px 1px 2px;
	background-image: url(../images/nav_bg_hover.png);
	background-repeat: no-repeat;
	background-position: center;
}

ul#nav li.active {
	color: #ffffff;
	background-color: #001822;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul#second_nav {
	line-height: normal;
	padding: 0;
	margin: 0;
	display: inline;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul#second_nav li {
	padding: 0;
	margin: 0;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 11px;
	display: inline;
	margin-left: 15px;
}

ul#second_nav li a:link, ul#second_nav li a:visited {
	color: #9ac0d0;
	text-decoration: none;
}

ul#second_nav li a:hover {
	color: #4f8698;
}

ul#second_nav li.active {
	color: #ffffff;
	font-weight: bold;
	
}

p.homepage_text {
	width: 283px;
	height: 450px;
	background-image: url(../images/homepage_text.png);
	background-repeat: no-repeat;
	float: left;
}

.slideshow_big {
	text-align: right;
	width: 740px;
	height: 480px;
	display: inline;
	margin-left: 1px;
	
	_float: right;
	*float: right;
}

#bottom_bar {
	width: 1100px;
	height: 246px;
	background-image:  url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	padding: 19.5px 0;
	float: left;
}

.bottom_box {
	width: 1024px;
	height: 197px;
}

.feature_no_bg {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 400ms;
	width: 198px;
	height: 198px;
	opacity: .7;
	display: inline;
	margin-left: 55px;
}

.feature_no_bg:hover {
	opacity: 1;
}

.blurb_box {
	width: 281px;
	height: 218px;
	background-image: url(../images/blurb_bg.png);
	background-repeat: no-repeat;
	padding: 45px 20px;
	color: #ffffff;
	text-align: left;
	font-family: Times New Roman;
	font-size: 17px;
	line-height: 26px;
	float: left;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	*width: 242px;
	*height: 178px;
}

.slideshow_small {
	width: 742px;
	height: 221px;
	display: inline;
	text-align: right;
	
	*width: 742px;
	*overflow: hidden;
	*float: right;
}

table.fleet_includes {
	font-size: 14px;
	text-align: left;
}

table.fleet_includes td {
	padding: 10px;
}

#left_area {
	float: left;
	width: 700px;
	clear: left;
	overflow: hidden;
	margin-bottom: 20px;
}

#right_area {
	width: 225px;
	float: right;
	display: inline;
	text-align: center;
}

.feature {
	width: 198px;
	height: 198px;
	background-image: url(../images/features/feature_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

table.boat_listing {
	width: 980px;
	vertical-align: middle;
	margin-bottom: 20px;
}

table.boat_listing td.image {
	width: 150px;
	vertical-align: middle;
}

table.boat_listing td.image img {
	display: block;
}

table.boat_listing td.title {
	width: 510px;
	background-color: #62a5bb;
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	padding: 3px 6px;
	vertical-align: middle;
	border-bottom: 1px solid #4f8698;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.boat_listing td.title a:link , table.boat_listing td.title a:visited, table.boat_listing td.title a:active{
	color: #CCE7ED;
}	

table.boat_listing td.info {
	width: 510px;
	background-color: #9ac0d0;
	font-size: 12px;
	line-height: 25px;
	padding: 10px;
	vertical-align: middle;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.boat_listing td.boat_pics {
	width: 320px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

table.boat_listing td.boat_pics img {
	display: inline;
	margin: 6px;
	width: 80px;
	height: 50px;
	box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

#over_nav {
	width: 1022px;
	position: absolute;
	z-index: 100;
	top: 210px;
	padding: 10px 24px;
	color: #ffffff;
	background: rgba(0, 0, 0, .6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	text-align: center;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	*position: relative;
	*top: 0px;
	*width: 976px;
}

#gallery {
	margin-bottom: 30px;
}

#gallery ul {
	line-height: normal;
	padding: 0;
	margin: 0;
	width: 700px;
	overflow: hidden;
}

#gallery li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
}

#gallery li.spacer {
	width: 33px;
}

#gallery li img {
	cursor: pointer;
}

.pika_main {
	width:700px;
	height:460px;
	display:block;
	position:relative;
}

.pika_main_img {
	position:relative;
}

.pika_subdiv{ 
	position:relative;
}

.pika_animationDivs {
	top:0px;left:0px;
} 

#pricing {
	margin: 10px 0 10px 0;
	width:700px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#pricing th {
	color: #ffffff;
	background-color: #62a5bb;
	border-bottom: 1px solid #4f8698;
	vertical-align: middle;
	padding: 10px;
}

#pricing th.pcenter {
	text-align:center;
	border-right: 1px solid #4f8698;
}

#pricing th.plast {
	padding:0 4px;
	font: bold 1em/1.5em arial, helvetica, sans-serif;
	text-align:center;
}

#pricing th.pright {
	text-align:left;
	border-right: 1px solid #4f8698;
}

#pricing td {
	background-color: #9ac0d0;
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding: 10px;
}

#pricing td.pricedesc {
	border-right: 1px solid #4f8698;
}

#pricing td.pcenter {
	border-right: 1px solid #4f8698;
	text-align: center;
}

#pricing td.plast {
	text-align: center;
}

.specs {
	margin: 10px;
	width: 225px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.specs h2 {
	background-color: #62a5bb;
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	padding: 3px 6px;
	vertical-align: middle;
	border-bottom: 1px solid #4f8698;
}

.specs p {
	line-height: 26px;
	font-size: 13px;
	background-color: #9ac0d0; 
	text-align: left;
	padding: 5px 10px;
}

#weather
{
	float:right;
	margin:20px 15px 10px 10px;

	/* stops IE from doubling the right margin */
	display:inline;
}
