@charset "utf-8";
/* CSS Document */




body {
	padding:0;
	margin:0;
	background-color:#02253a;
	font-size:12px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a {
color:#08a3ff;
}
a:hover {
color:#7bceff;
}

h1, h2, h3, h4, h5, h6 {
padding:0;
margin: .5em 0 .5em 0;
}
h1 {font-size:24px;}
h2 {font-size:18px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:10px;}
h6 {font-size:8px;}
#main{
	padding:0;
	margin:0;
	background-color:#02253a;
	font-size:12px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* Header */
#header {
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/layout/hdr_bg.jpg);
}

/* Header Logo */
#logo{
	height: 87px;
}

#logo a{
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	background-image: url(../images/layout/hdr_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -999999px;
	height: 87px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Main Navigation */
#navigation {
	height:45px;
	background-image: url(../images/layout/nav_bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
}

#navigation ul{
	list-style-type:none;
	padding:0px;
	margin: 0px;
/* Remove Comment Marks when testing or Launching Live*/
/*	float:right;  */
}
#navigation ul li{
	display:inline;
}
#navigation ul li a {
	height:34px;
	border-bottom:11px solid #033b5d;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height:34px;
	font-size: 13px;
	white-space: nowrap;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation ul li a:hover{
	background-color:#05639b;
	border-bottom-color: #044f7c;
}
.navactive {
	background-color:#08a3ff;
	height:34px;
	border-bottom:11px solid #044f7c;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height:34px;
	font-size: 13px;
	white-space: nowrap;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
/* Sub Navigation Link*/
.subnavlink {
	display: block;
	padding: 5px;
	background-color: #054E7B;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #033B5D;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.subnavlink:hover{
	color:#ffffff;
	background-color:#05639b;
	border-bottom-color: #044f7c;
}

/* Page Sub Navigation */
.pagSubNav {
	display: block;
	background-color: #044f7c;
	padding: 6px;
	margin-bottom: 12px;
}

.pagSubNav h2{
font-size:17px;
font-weight:bold;
padding:0;
margin:0;
}

.pagSubNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.pagSubNav li{
	margin: 0px;
	padding: 0px;
}
.pagSubNav li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #066aa6;
	margin: 0px;
}
.pagSubNav .sub {
	padding-left:15px;
	font-size:11px;
}
.pagSubNav .active2 {
font-weight:bold;

}
.pagSubNav li a:hover, .active{
	background-color: #08a3ff;
	font-weight:bold;
	font-color:#ffffff;
}

/* Home Banenr */
#banner {
	margin:0 auto;
	width:800px;
	height:236px;
	background-image: url(../images/layout/banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Container */
#wrapper {
margin:0 auto;
width:800px;
}

/* Main Content Wrapper Home */
#maincontenthome{
	margin-top:25px;
	padding-bottom:15px;
	overflow:hidden;
	background-image: url(../images/layout/home_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* Main Content Wrapper 1 */
#maincontent{
	margin-top:25px;
	padding-bottom:15px;
		overflow:hidden;
}
/* Main Content Wrapper 2 */
#maincontent2{
	margin-top:14px;
	background-image: url(../images/layout/waterbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	padding: 0px 0px 15px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Main Content Wrapper 3 */
#maincontent3{
	margin-top:14px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom:15px;
}

/* Left Column Floats */
#leftcolumn {
	float: left;
	width: 490px;
}

#leftcolumn2 {
	float: left;
	width: 161px;
	margin: 0px;
	padding: 0px;
}

/* Right Column Floats */
#rightcolumn {
	float: right;
	width: 290px;
}

#rightcolumn2 {
	float: right;
	width:630px;
}

/* Footer */
#footer {
background-color:#044e7a;
padding:10px;
}

#footer p{
font-size:10px;
}

/* Footer Navigation*/
#footernav {
	text-align: center;
}
#footernav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footernav ul li{
	display: inline;
}

#footernav ul li a{
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

/*Image Swap*/
.pics {  
    height:  236px;  
    width:   800px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    background-color: #eee;  
    width:  800px; 
    height: 236px; 
    top:  0; 
    left: 0 
} 


/* Yacht Tour Layout Legend */
.YachtMaplegend {
	display:block;
	padding: 6px;
	background-color: #96b5c7;
	border: 6px solid #DFE9EE;
	color: #000000;
	font-weight: bold;
}
.YachtMaplegend ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.YachtMaplegend ul li{}

.tablespecs1 {}
/* Content Container/Wrapper */
.contentwrap1 {
	margin: 5px;
	padding: 10px;
	background-color: #044E7B;
	border: 10px solid #033B5D;
}

.contentwrap1 h2{
margin:0;
}

.contentwrap1 p{
line-height:1.5em;
}
.contentwrap2 {
	margin: 5px;
	padding: 10px;
	background-color: #044E7B;
	border: 10px solid #033B5D;
}

.contentwrap2 h2{
margin:0;
}

.contentwrap2 p{
line-height:1.5em;
padding-left:2em;

}

.contentwrap3 {
	margin: 5px;
	padding: 10px;
	background-color: #E4E4CB;
	border: 10px solid #CCCC99;
	color: #333333;
}

.contentwrap3 h2{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	border-bottom-width: 7px;
	border-bottom-style: double;
	border-bottom-color: #CCCC99;
}

.contentwrap3 p{
line-height:1.5em;
}
.contentwrap4 {
	margin: 5px;
	padding: 10px;
	background-color: #044E7B;
/*	border: 10px solid #CCCC99;*/
	color: #333333;
}

#itinerarywrapper {}
#itinerarywrapper ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#itinerarywrapper ul li{
}
#itinerarywrapper ul li p{
padding:0;
margin:0;
}
#itinerarywrapper .day{
	float:left;
	border: 3px solid #056DAB;
	margin-right: 5px;
	margin-bottom: 5px;
}
#itinerarywrapper .day .daytext{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #033B5D;
	padding-top: 2px;
	padding-bottom: 2px;
}
#itinerarywrapper .day .daynumber{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #EFEFDE;
	padding: 2px;
}
#itinerarywrapper .description{}

/* misc tools */

.clrflt {
clear:both;
}
.fltleft {
float:left;
margin:0 10px 10px 0;
}
.fltright {
float:right;
margin:0 0 10px 10px; 
}


/*Design & Development Sig*/
.yvsign{
	font-size:10px;
	color:#0684CE;
	text-align: right;
	display: none;
}

.yvsign a{
color:#ffffff;
}

/* */
.typeformat1 {
font-size:14px;
line-height:1.5em;
}
.typeformat1 h3{}

.review {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0677BB;
}
.review .quote{
	font-size: 12px;
	line-height: 1.5em;
	font-style: italic;
	background-color: #0677BB;
	padding: 5px;
}
.review .guest{
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu li {

	margin-bottom: 15px;

	padding: 5px;
}
.menu li h3{
display:block;
	padding:5px 5px 0 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin:0;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.menu li p{
	display:block;
	margin:0;
	padding: .5em 5px .5em 5px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}



.backtop {
	color:#000000;
	text-decoration:none;
	font-size:10px;
	padding:5px;
	background-color:#CCCC99;
	text-transform: uppercase;
}
.backtop:hover {
	background-color:#B6B66D;
	color: #FFFFFF;

}

#rateswrapper {}
#rateswrapper table{
margin:0 0 20px 0;
/*border:solid 1px #ffffff;*/
}
#rateswrapper table td{

}
#rateswrapper table .numberPerson{
	padding: 5px;
	background-color: #067CC4;
}

#rateswrapper table .ratePerPerson {
	background-color: #05639b;
}

#rateswrapper table .yachtRate{
	background-color: #056DAB;
}
#rateswrapper h3{
border-bottom:solid 1px #ffffff;
}
#rateswrapper {}
#rateswrapper {}

#ratesInfo ul {}
#ratesInfo ul li{
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
.yachtvideolink1{
	display: block;
	background-image: url(../images/layout/video_img2.jpg);
	background-color: #054E7B;
	background-repeat: no-repeat;
	height: 44px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #033B5D;
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.yachtvideolink2{
	display: block;
	background-image: url(../images/layout/video_img2.jpg);
	background-color: #054E7B;
	background-repeat: no-repeat;
	height: 44px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: center;
}

#gallerytable {
}

#gallerytable td{
	background-color: #056DAB;
}
#gallerytable td:hover{
	background-color: #08a3ff;
}
#gallerytable td tr{}

#gallerytable img{
border:solid 3px #FFF;
margin:5px;
}

/* Homepage List */
ul.liststyle1 {
	list-style-type: none;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
}
ul.liststyle1 li{
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #08A3FF;
	text-decoration: none;
}
ul.liststyle1 li a{
	text-decoration: none;
	color: #FFFFFF;
}

/*Homepage Spec List*/
ul.liststyle2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-left: 0px;
}
ul.liststyle2 li{
	margin-bottom: 5px;
	list-style-type: square;
	color: #D6EFFE;
}

.crewquote {
	font-size: 14px;
	background-color: #033B5D;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.crewquote p{
	margin: 0px;
	padding: 0px;
}
.crewsig {
	text-align: right;
	font-weight: bold;
}

.itinnav {
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	}
.itinnav li{
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
	position:relative;
	}
.itinnav li a{
	display:block;
	font-weight:bold;
	font-size:15px;
	color:#95b7cc;
	padding:10px;
	margin-right:5px;
	margin-left:5px;
	margin-top:10px;
	background-color:#03395a;
	text-decoration:none;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	width:260px;
	text-align:center;

}
.itinnav li .pointer{
	display:none;
	}
.itinnav li.current .pointer{
	margin-right:10px;
	display:block;
	background-image:url(../images/layout/itinnav_pointer.jpg);
	height:9px;
	background-repeat: no-repeat;
	background-position: center top;
	}
.itinnav li a:hover,.itinnav li a.current{
	color:#fff;
	background-color:#02253a;
	}
	
	
