/*
***********  Layout css ************
*/

table {
	border-collapse:collapse;
}

#mainTable {
	width:887px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background-color:#FFFFFF;
}

tr {
	vertical-align:top;
}

p {
	margin-bottom:19px;
}

#popupWindowCaller {
	display:none;
}




/* Header */

#header {
	background-color:#0D527D;
	height:250px;
}

.menu {
	float:left;
	width:885px;
	position:absolute;
}

#banner {
	width:621px;
	float:right;
	margin-top:70px;
}

.logo {
	margin-top:102px; margin-left:22px;
}

/* Sub Nav */

.destinationSubmenu {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-top:7px;
}

.destinationSubmenu li {
	list-style-type:none;
	background:url(images/spacers/submenu_spacer.gif) top center no-repeat;
	padding:0px;
	margin:0px;
	width:209px;
	padding-top:2px;
	height:18px;
}

.destinationSubmenu li.first {
	background:none;
}

.destinationSubmenu li a {
	color:#4D4D4D;
	padding-left:16px;
	display:block;
}

.destinationSubmenu li a:hover {
	color:#FFFFFF;
	background-color:#0D527D;
	font-weight:bold;
}

.destinationSubmenu li a.down {
	color:#FFFFFF;
	background-color:#0D527D;
	font-weight:bold;
}

/* Content */

.body {
	width:676px;
}

.bodyGallery {
	background:url(/images/backgrounds/right_col_bg.gif) 675px 0;
	background-repeat:repeat-y;
}

#pageHeading {
	border-bottom:2px solid #2E658C;
	width:600px;
	margin:44px 37px 25px;
	padding-bottom:13px;
}

#destinationHeading {
	border-bottom:2px solid #2E658C;
	width:600px;
	margin:44px 0px 25px;
	padding-bottom:13px;
}
#destinationContent {	
	width:600px;
	margin-left:0px;
	margin-bottom:15px;
}
#content {	
	width:600px;
	margin-left:38px;
	margin-bottom:15px;
}


/* Adventure Sailing */

#destination {
	width:100%;
	background:url(images/backgrounds/destination_bg.gif) repeat-x;
	height:113px;
	margin-top:15px;
}

#destination ul {
	margin-top:20px;
	margin-left:0px;
}

#destination li {
	background:url(images/spacers/destination_arrow.gif) no-repeat center left;
	margin-bottom:15px;
	color:#0D527D;
	font-size:14px;
	padding-left:1px;
	list-style:none;
	padding-left:15px;
}

.pickdestination {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4F4F4F;
}


/* Boats */

.boatTable {
	background-color:#C2D4DE;
}

.boatTable td, .boatTable2 td {
	padding:5px;
	color:#154260;
}

.boatTable a, .boatTable2 a{
	font-weight:bold;
}

.boatTable img, .boatTable2 img{
	border: 1px solid #cccccc
}


/* Right Col */

.rightcol {
	width:209px;
	background-color:#FCFCFC;
	background-image:url(/images/backgrounds/right_col_bg.gif);
	background-repeat:repeat-y;
	color:#808080;
}

#subscribe {
	width:179px;
	margin-left:15px;
	margin-bottom:11px;
}

.subscribe {
	text-align:right;
	border-top:2px solid #0D527D;
}

.subscribeDesc {
	padding-top:10px;
	padding-bottom:10px;
	line-height:14px;
	color:#808080;
}

.quicksubscribeLabel {
	color:#808080;
	padding-right:10px;
}

.rightcolHead2 {
	background-color:#0D527C;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:15px;
}

.rightcol p {
	margin-left:15px;
	margin-right:12px;
}

/* Footer */

#footer {
	border-top:2px solid #CFDCE5;
	line-height:20px;
	padding-top:13px;
	padding-left:33px;
	padding-bottom:13px;
}

#footer ul {
	margin:0px;
	padding:0px;
}

#footer li {
	display:inline;
}

#footer li a {
	color:#4F4F4F;
}

#footer li a:hover {
	color:#0D527D;
}

.copy {
	color:#0D527D;
	font-size:10px;
}



