/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* global css reset
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/
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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* global classes and styles
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/
body {
	background:#000;
	text-align:center;
	}
.hide { position:absolute; left:-9999px; }
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* leaving this in, just in case, but use the overflow:hidden method of clearing floats without markup whenever possible
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
.clearfix:after,
.clear:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix, .clear { display: inline-block; }
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* supporting divs - these are not loaded into the site by default
	* most of this stuff is injected into the dom with javascript
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#background {
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	background:#000;
	}
#background img {
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
#wrapper {
	width:994px;
	margin:0 auto;
	position:relative;
	text-align:left;
	}
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* the site logo is now in the masthead
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#masthead {
	width:982px;
	height:90px;
	margin:0 auto;
	text-align:center;
	position:relative;
	z-index:200;
	}
#masthead a {
	display:block;
	text-indent:-9999px;
	background:url('../images/logo.png') 0 0 no-repeat;
	width:279px;
	height:90px;
	margin:0 auto;
	}
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* this is the video section at the top of the landing page
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#video {
	width:982px;
	height:377px;
	padding:0 0 0 0;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	}
#video #videoContainer {
	height:577px;
	position:absolute;
	top:-100px;
	width:982px;
	}
#video #videoOverlay {
	width:982px;
	height:377px;
	position:absolute;
	top:0;
	left:0;
	}

/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* landing page content
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#content {
	width:994px;
	padding:33px 0 0 0;
	margin:0 auto;
	position:relative;
	color:#fff;
	}
#content h1 {
	display:block;
	font:16px/22px helvetica, arial, verdana, tahoma, sans-serif;
	margin:0 0 6px 0;
	padding:0 0 0 18px;
	text-transform:uppercase;
	}
#content p {
	font:13px/18px helvetica, arial, verdana, tahoma, sans-serif;
	padding:0 0 0 18px;
	}
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* landing page link blocks
	* these show a gradient in off state and turn black on hover/active
	* drop shadows appear on hover/active
	* this is a three column structure on most pages, and two column on a two pages
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#landing {
	width:994px;
	padding:40px 0 0 0;
	overflow:hidden;
	}
#pages {
	width:759px;
	float:left;
	overflow:hidden;
	}
.marina #pages,
.partners #pages {
	width:506px;
	}
#pages li {
	width:235px;
	float:left;
	margin:0 18px 18px 0;
	position:relative;
	}
#pages li .top {
	width:235px;
	height:6px;
	}
#pages li a:hover .top {
	background:url('../images/lpHoverDs/top.png') no-repeat;
	}
#pages li .middle {
	width:223px;
	padding:0 6px;
	}
#pages li a:hover .middle {
	background:url('../images/lpHoverDs/tile.png') repeat-y;
	}
#pages li .middle .lpLink {
	width:199px;
	padding:12px;
	min-height:215px;
	position:relative;
	background:#000 url('../images/lpHoverDs/gradient.png') repeat-x;
	}
#pages li a:hover .middle .lpLink {
	background:#000;
	}
#pages li a:hover .middle .lpLink .thumbnail {
	position:relative;
	}
#pages li a .middle .lpLink .rollover {
	width:198px;
	height:112px;
	border:none;
	position:absolute;
	top:0;
	left:0;
	}
#pages li a:hover .middle .lpLink .rollover {
	width:191px;
	height:104px;
	}
.home #pages li a:hover .middle .lpLink .rollover {
	border:4px solid #dec922;
	}
.island #pages li a:hover .middle .lpLink .rollover,
.real_estate #pages li a:hover .middle .lpLink .rollover,
.partners #pages li a:hover .middle .lpLink .rollover {
	border:4px solid #94d2e4;
	}
.adventures #pages li a:hover .middle .lpLink .rollover,
.club #pages li a:hover .middle .lpLink .rollover {
	border:4px solid #bcd640;
	}
.marina #pages li a:hover .middle .lpLink .rollover {
	border:4px solid #ea6858;
	}			
	
#pages li .bottom {
	width:235px;
	height:6px;
	}
#pages li a:hover .bottom {
	background:url('../images/lpHoverDs/bottom.png') no-repeat;
	}
#pages li h2 {
	display:block;
	font:16px/22px helvetica, arial, verdana, tahoma, sans-serif;
	margin:0 0 6px 0;
	text-transform:uppercase;
	color:#fff;
	}
#pages li p {
	font:12px/17px helvetica, arial, verdana, tahoma, sans-serif;
	color:#eae8e5;
	padding:0 0 0 0;
	}
#pages li a {
	color:#fff;
	display:block;
	text-decoration:none;
	}
#pages li img {
	margin:0 0 12px 0;
	display:block;
	}
#pages li.clear {
	clear:left;
	}
#pages li span {
	white-space:nowrap;
	}
.home #pages li a span {
	color:#dec922;
	}
.island #pages li a span,
.real_estate #pages li a span,
.partners #pages li a span  {
	color:#94d2e4;
	}
.adventures #pages li a span,
.club #pages li a span {
	color:#bcd640;
	}
.marina #pages li a span {
	color:#ea6858;
	}
#pages li a:hover span {
	text-decoration:underline;
	}
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* these are the call to action blocks on the landing pages
	* typically, they're blue and appear to the right of the page blocks in the fourth column
	* hover/active state shows a drop shadow
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#ctas li {
	width:235px;
	float:left;
	margin:0 0 18px 0;
	position:relative;
	}
#ctas li .top {
	width:235px;
	height:6px;
	}
#ctas li a:hover .top {
	background:url('../images/lpHoverDs/top.png') no-repeat;
	}
#ctas li .middle {
	width:223px;
	padding:0 6px;
	}
#ctas li a:hover .middle {
	background:url('../images/lpHoverDs/tile.png') repeat-y;
	}
#ctas li .middle .lpLink {
	width:199px;
	padding:12px;
	min-height:215px;
	background:#89c7d6;
	}
#ctas li.active .middle .lpLink {
	/* background:#dec922; */
	}
#ctas li .bottom {
	width:235px;
	height:6px;
	}
#ctas li a:hover .bottom {
	background:url('../images/lpHoverDs/bottom.png') no-repeat;
	}
#ctas li h3 {
	display:block;
	font:14px/18px helvetica, arial, verdana, tahoma, sans-serif;
	margin:0 0 8px 0;
	text-transform:uppercase;
	color:#010101;
	}
#ctas li h3 a {
	color:#010101;
	}
#ctas li p {
	font:12px/17px helvetica, arial, verdana, sans-serif;
	color:#010101;
	margin:0 20px 0 0;
	padding:0 0 0 0;
	}
#ctas li a {
	color:#010101;
	display:block;
	text-decoration:none;
	}
#ctas li img {
	margin:0 0 12px 0;
	}
#ctas li a strong,
#ctas li a span {
	color:#010101;
	white-space:nowrap;
	text-decoration:underline;
	}
#ctas li a:hover strong,
#ctas li a:hover span,
#ctas li.active a strong,
#ctas li.active a span  {
	color:#eae8e5;
	text-decoration:none;
	}
#ctas li a:hover .middle .lpLink .thumbnail {
	position:relative;
	}
#ctas li a .middle .lpLink .rollover {
	width:198px;
	height:112px;
	border:none;
	position:absolute;
	top:0;
	left:0;
	}
#ctas li a:hover .middle .lpLink .rollover {
	width:191px;
	height:104px;
	}
#ctas li a:hover .middle .lpLink .rollover {
	border:4px solid #eae8e5;
	}
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* subpage content
	* #subnav contains the subpage navigation
	* #page is a clearing wrapper
	* #entry contains the main page content
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#page {
	width:982px;
	overflow:hidden;
	}
#subnav {
	width:210px;
	float:left;
	margin:0 18px 0 0;
	}
#subnav li {
	display:inline;
	}
#subnav a {
	display:block;
	text-align:right;
	padding:12px 0 13px 0;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font:normal 11px helvetica, arial, verdana, sans-serif;
	}
.home #subnav a:hover,
.home #subnav .active a {
	color:#dec922;
	}
.island #subnav a:hover,
.island #subnav .active a,
.real_estate #subnav a:hover,
.real_estate #subnav .active a,
.partners #subnav a:hover,
.partners #subnav .active a {
	color:#98d9eb;
	}
.adventures #subnav a:hover,
.adventures #subnav .active a,
.club #subnav a:hover,
.club #subnav .active a {
	color:#bcd640;
	}
.marina #subnav a:hover,
.marina #subnav .active a {
	color:#ea6858;
	}	
#entry {
	width:754px;
	float:left;
	}
#entry h1 {
	width:754px;
	padding:0 0 18px 0;
	overflow:hidden;
	}
#entry h1 span {
	float:right;
	display:block;
	margin:30px 0 0 0;
	min-width:395px;
	max-width:650px;
	font:normal 17px/28px helvetica, arial, verdana, sans-serif;
	color:#fff;
	text-transform:uppercase;
	}
#entry h1.tight span {
	margin:0 0 0 0;
	}
.home #entry a {
	color:#dec922;
	text-decoration:none;
	}
.island #entry a,
.partners #entry a,
.real_estate #entry a {
	color:#98d9eb;
	text-decoration:none;
	}
.adventures #entry a,
.club #entry a {
	color:#bcd640;
	text-decoration:none;
	}
.marina #entry a {
	color:#ea6858;
	text-decoration:none;
	}
#entry a:hover {
	text-decoration:underline;
	}		
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* entry content styling
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#entry {
	font-size:13px;
	font:normal 12px/17px helvetica, arial, verdana, sans-serif;
	line-height:18px;
	}
#entry .header_photo {
	margin:8px 0 0 0;
	float:right;
	display:inline;
	width:754px;
	}
#formCopy h1 {
	margin:0 0 10px 0;
	float:none;
	display:block;
	min-width:395px;
	max-width:500px;
	text-align:left;
	font:normal 17px/28px helvetica, arial, verdana, sans-serif;
	color:#fff;
	text-transform:uppercase;
	}
#entry h2 {
	margin:20px 0 30px 0;
	float:right;
	display:block;
	min-width:395px;
	max-width:650px;
	text-align:left;
	font:normal 17px/28px helvetica, arial, verdana, sans-serif;
	color:#fff;
	text-transform:uppercase;
	}
#entry h3 {
	margin:10px 0 20px 0;
	float:right;
	display:block;
	min-width:395px;
	max-width:650px;
	text-align:left;
	font:normal 14px/20px helvetica, arial, verdana, sans-serif;
	color:#fff;
	text-transform:uppercase;
	}
#content #entry p {
	margin:0 0 20px 359px;
	padding-left:0;
	font:normal 12px/16px helvetica, arial, verdana, sans-serif;
	}
#entry #page_features li p {
	margin:0 0 20px 0;
	}
#entry #page_features {
	width:754px;
	margin:0 0 20px 0;
	}
#entry #page_features ul {
	margin-left:0px;
	}
#entry #page_features li {
	margin:0 0 10px 0 !important;
	padding:0 0 0 0 !important;
	background:none !important;
	}
#entry ul {
	margin:0 0 20px 359px;
	}
#entry ul ul {
	margin:10px 0 20px 10px;
	}
#entry li {
	margin:0 0 6px 10px;
	background:url('/assets/chskv2/images/arrow.png') 0 2px no-repeat;
	padding:0 0 0 22px;
	}
	

#faqs table {
	margin:20px 0 20px 20px;
	width:330px;
	}
#faqs table th {
	border:1px solid #eee;
	background:#000;
	padding:4px 0;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	}
#faqs table td {
	border:1px solid #eee;
	padding:2px 3px;
	font-size:12px;
	}
#faqs table td em {
	font-size:11px;
	}		
#page_features li li {
	margin:0 0 6px 10px !important;
	background:url('/assets/chskv2/images/arrow.png') 0 2px no-repeat !important;
	padding:0 0 0 22px !important;
	}	
#entry #page_features h2 {
	display:block;
	width:348px;
	min-width:10px;
	margin:0 11px 0 0;
	float:left;
	text-align:right;
	font:14px/18px helvetica, arial, verdana, sans-serif;
	text-transform:uppercase;
	color:#fff;
	}
#page_features .feature_description {
	float:left;
	width:395px;
	}
#ret {
	margin:30px 0 0 0 !important;
	}	
#page_features .feature_description h2.ret_name {
	display:block;
	text-align:left !important;
	font:14px/18px helvetica, arial, verdana, sans-serif;
	text-transform:uppercase;
	color:#fff;
	}	
#calltoactions li  {
	margin:0 0 20px 0;
	display:inline;
	float:left;
	width:371px;
	padding:12px;
	background:#000 url('../images/ctabg.jpg') repeat-x;
	}
#entry ul#devteam  {
	margin:0 0 20px 0;
	}
#entry ul#devteam ul {
	margin:20px 0 20px 30px;
	}
#entry ul#devteam li {
	margin:0 0 30px 0;
	background:none;
	}
#entry #devteam li li {
	margin:0 0 6px 10px;
	background:url('/assets/chskv2/images/arrow.png') 0 2px no-repeat;
	padding:0 0 0 22px;
	}
#entry ul#devteam li .team_member {
	float:left;
	width:348px;
	margin:0 11px 0 0;
	}
#entry ul#devteam li .team_member h2 {
	display:block;
	width:348px;
	margin:2px 0 20px 0;
	text-align:right;
	font:14px/18px helvetica, arial, verdana, sans-serif;
	text-transform:uppercase;
	color:#fff;
	}
#entry ul#devteam li .team_member .team_logo {
	float:right;
	margin:2px 11px 10px 0;
	}
#entry ul#devteam .team_description {
	float:left;
	width:365px;
	padding:3px 0 0 0;
	}
#entry ul#devteam .team_description p {
	margin:0 0 20px 0;
	}
#entry ul#devteam .team_description p a {
	color:#98d9eb;
	text-decoration:none;
	}
#entry ul#devteam .team_description p a:hover {
	text-decoration:underline;
	}	
#lc_list {
	float:left;
	width:348px;
	margin:0 11px 30px 10px;
	display:inline;
	background:#000 url('../images/ctabg.jpg') repeat-x;
	}
#lc_list h2 {
	float:none;
	margin:20px 0 10px 20px;
	width:330px;
	font:normal 15px/22px helvetica, arial, verdana, sans-serif;
	color:#fff;
	text-transform:uppercase;
	}
#entry #lc_list ul {
	width:320px;
	margin:10px 0 20px 6px;
	}
#entry #lc_list p {
	margin:10px 0 10px 0;
	}
#entry #lc_list h4 a.active {
	color:#fff;
	text-decoration:none;
	}
#entry #rc_view p {
	margin:0 0 20px 20px;
	}
#entry #rc_view ul {
	margin:10px 0 20px 6px;
	}
#rc_view {
	float:right;
	width:350px;
	margin:0 0 0 0;
	}
#rc_view h3 {
	float:none;
	margin:20px 0 10px 20px;
	width:330px;
	max-width:330px !important;
	min-width:330px !important;
	font:normal 15px/22px helvetica, arial, verdana, sans-serif;
	color:#fff;
	text-transform:uppercase;
	}
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* request info form
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#contact_form {
	padding:20px;
	margin:0 0 0 3px;
	width:714px;
	background:#000;
	}
.formSection {
	width:686px;
	padding:10px;
	border:2px solid #434343;
	margin:0 0 20px 0;
	background:#000 url('/assets/chsk/images/ctabg.jpg') repeat-x;
	}
.footnote {
	width:400px;
	float:left;
	font:normal 11px/18px helvetica, arial, tahoma, sans-serif;
	text-transform:uppercase;
	text-align:left;
	color:#f0f0f0;
	}
.button {
	width:710px;
	margin:10px 0 0 0;
	}
.button input {
	float:right;
	}
.formSection .sectionWrapper {
	width:686px;
	}
.formSection table table {
	width:536px;
	}
.formSection th {
	font:bold 11px/18px helvetica, arial, tahoma, sans-serif;
	text-transform:uppercase;
	text-align:right;
	color:#f0f0f0;
	width:140px;
	margin:0 0 0 0;
	padding:4px 10px 14px 0;
	}
.formSection th.la  {
	text-align:left;
	padding-left:40px;
	width:140px;
	padding-bottom:4px;
	}
.formSection td {
	padding:0 0 4px 0;
	}
.formSection td th {
	font:normal 11px/18px helvetica, arial, tahoma, sans-serif;
	text-transform:lowercase;
	text-align:left;
	color:#f0f0f0;
	
	padding:0 0 0 0;
	}
.formSection td td {
	padding:0 0 0 0;
	}
.formSection .check {
	width:20px;
	padding:0 10px 0 0;
	}
.formSection .check input {
	float:left;
	width:auto;
	background:#000;
	border:none;
	}
.formSection .checkHeader {
	text-align:left;
	text-transform:none;
	width:500px;
	}
.formSection th small {
	display:block;
	font:normal 11px/18px helvetica, arial, tahoma, sans-serif;
	text-transform:lowercase;
	text-align:left;
	color:#f0f0f0;
	}
.formSection td.full {
	padding-left:150px;
	padding-bottom:14px;
	}
	
.formSection input {
	border:2px solid #434343;
	background:#f0f0f0;
	padding:4px;
	width:294px;
	}	

.formSection select {
	margin:4px 0 0 0;
	width:306px;
	}
.formSection select option {
	padding:2px;
	}
.formSection select.multiple {
	height:120px;
	}
.formSection textarea {
	width:302px;
	border:2px solid #434343;
	background:#f0f0f0;
	}	
.formSection #contact_form_comments {
	height:200px;
	}
.formSection input.required,
.formSection textarea.required,
.formSection select.required {
	float:left;
	}
.formSection span {
	color:#f0f0f0;
	float:left;
	font:normal 16px helvetica, arial, tahoma, sans-serif;
	padding:2px 0 0 4px;
	}	
.formSection label.error {
	color:#c90000;
	float:left;
	margin:2px 0 0 10px;
	display:inline;
	padding:0 0 0 20px;
	background:url('/assets/chsk/images/error.png') 0 50% no-repeat;
	font:normal 12px/18px helvetica, arial, tahoma, sans-serif;
	}
#formCopy {
	padding:0 0 20px 0;
	}
#content #formCopy p {
	margin-left:0;
	}
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* call to action content in entry
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#content #calltoactions ul {
	margin:0 0 0 0;
	}
#content #calltoactions .call_to_action p {
	margin-left:0;
	}
#content .call_to_action {
	margin:0 0 20px 359px;
	display:inline;
	float:left;
	width:371px;
	padding:12px 12px 0 12px;
	background:#000 url('../images/ctabg.jpg') repeat-x;
	font-size:13px;
	line-height:18px;
	}		
#content #calltoactions .call_to_action h3 {
	display:block;
	min-width:10px;
	width:371px;
	margin:0 0 12px 0;
	font:14px/18px helvetica, arial, verdana, sans-serif;
	text-transform:uppercase;
	color:#fff;
	}
#content .call_to_action img {
	margin:0 12px 12px 0;
	}
#content .call_to_action .photo {
	width:175px;
	float:left;
	}	
#content .call_to_action .copy {
	width:175px;
	float:left;
	}	
#content .call_to_action p.link {
	display:block;
	clear:both;
	text-align:right;
	padding:10px 0;
	margin:12px 0 0 0 !important;
	}	
#calltoactions li {
	font-size:13px;
	line-height:18px;
	padding:12px;
	}		
#calltoactions li h3 {
	display:block;
	width:371px;
	float:none;
	margin:0 0 12px 0;
	font:14px/18px helvetica, arial, verdana, sans-serif;
	text-transform:uppercase;
	color:#fff;
	}
#entry #calltoactions li p {
	margin:0 0 10px 0;
	padding:0 0 0 0;
	}
#calltoactions li img {
	float:left;
	margin:0 12px 12px 0;
	}
#calltoactions li p.link {
	display:block;
	clear:both;
	text-align:right;
	margin:12px 0 0 0;
	}	
.island #calltoactions li a,
.partners #calltoactions li a,
.real_estate #calltoactions li a {
	color:#98d9eb;
	text-decoration:none;
	}
.island #calltoactions li a:hover,
.partners #calltoactions li a:hover,
.real_estate #calltoactions li a:hover {
	text-decoration:underline;
	}
.adventures #calltoactions li a,
.club #calltoactions li a {
	color:#bcd640;
	text-decoration:none;
	}
.adventures #calltoactions li a:hover,
.club #calltoactions li a:hover {
	text-decoration:underline;
	}
.marina #calltoactions li a {
	color:#ea6858;
	text-decoration:none;
	}
.marina #calltoactions li a:hover {
	text-decoration:underline;
	}	

/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* related content
	* appears on both the landing pages and the content pages
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/		
#related {
	width:982px;
	border-top:2px solid #444;
	padding:17px 0 52px 0;
	margin:22px 0 0 6px;
	overflow:hidden;
	}
#related li {
	float:left;
	width:327px;
	margin:0 0 0 0;
	}
#realted li.last {
	width:328px;
	}

#related h4 {
	font:normal 17px/28px helvetica, arial, verdana, sans-serif;
	color:#fff;
	margin:0 0 30px 0;
	text-transform:uppercase;
	}	
#related li a {
	display:block;
	text-decoration:none;
	}
#related li img {
	border:5px solid #292525;
	width:94px;
	float:left;
	margin:0 12px 0 0;
	}
#related li a:hover img {
	border-color:#000;
	}
#related li h5 {
	float:left;
	width:190px;
	margin:0 20px 6px 0;
	font:normal 14px/20px helvetica, arial, verdana, sans-serif;
	color:#fff;
	}
#related li.full h5 {
	width:300px;
	}
#related li h5 {
	color:#91d6e6;
	text-decoration:none;
	}
#related li p {
	float:left;
	width:180px;
	font:13px/18px times, "Times New Roman", georgia, serif;
	color:#eae8e5;
	padding:0 12px 0 0;
	}
#related li.full p {
	width:300px;
	}
#related li a p {
	color:#eae8e5;
	text-decoration:none;
	}
.home #related li span,
.home #related li h5 {
	color:#dec922;
	}
.island #related li a span,
.real_estate #related li a span,
.island #related li a h5,
.real_estate #related a h5,
.partners #related li a span,
.partners #related a h5{
	color:#94d2e4;
	}
.adventures #related li a span,
.club #related li a span,
.adventures #related li a h5,
.club #related a h5 {
	color:#bcd640;
	}
.marina #related li a span,
.marina #related li a h5 {
	color:#ea6858;
	}
#related li a:hover span,
#related li a:hover h5 {
	text-decoration:underline;
	}

/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* footer
	* two columns, #copyright and #footer_nav
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
#footer {
	width:982px;
	padding:10px 0 20px 0;
	margin:0 auto;
	background:url('../images/footerborder.png') repeat-x;
	font:10px/14px Helvetica, Arial, Verdana, sans-serif;
	color:#918f8f;
	overflow:hidden;
	}
#copyright {
	float:left;
	text-align:left;
	width:382px;
	}
#footer_nav {
	float:left;
	text-align:right;
	width:600px;
	}
#footer_nav a {
	display:block;
	padding:3px 6px;
	margin:0 3px;
	float:right;
/* 	background:url('../images/overlay.png'); */
	text-decoration:none;
	}
.home #footer_nav a {
	color:#dec922;
	}
.island #footer_nav a,
.real_estate #footer_nav a,
.partners #footer_nav a  {
	color:#94d2e4;
	}
.adventures #footer_nav a,
.club #footer_nav a {
	color:#bcd640;
	}
.marina #footer_nav a {
	color:#ea6858;
	}	
#footer_nav a:hover {
	color:#ccc !important;
	text-decoration:none;
	}	
/* 
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
	* video player on landing pages
	* _-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-_-~=^=~-
*/	
/* root element should be positioned relatively so that 
	child elements can be positioned absolutely */
div#controlBar {
	position:absolute;
	top:335px;
	height:42px;
	background:url('../images/skin/controlbar.png');
	width:982px;
}

/* play/pause button */
div#controlBar a.play { 
	position:absolute;
	width: 40px;
	height:42px;
	display:block;
	text-indent:-9999em;
	background:url('../images/skin/play.png');
	cursor:pointer;
	right:0;
}
div#controlBar a.pause {
	position:absolute;
	width: 40px;
	height:42px;
	display:block;
	text-indent:-9999em;
	background:url('../images/skin/pause.png');
	cursor:pointer;
	right:0;
}
/* the timeline (or "scrubber")  */
div#controlBar div.track {  
	left:31px;
	top:16px;
	position:absolute;
	cursor:pointer;
	width:906px;
	height:10px;
	margin:0 0 0 0;
	background:url('../images/skin/controlbar.png');
}

/* the draggable playhead */
div#controlBar div.playhead {
	position:absolute;
	cursor:pointer; 
	width:2px;
	height:10px;
}

/* buffer- and progress bars. upon runtime the width of these elements grows */
div#controlBar div.progress {	
	position:absolute;
	width:0px;
	height:10px !important;
	background-color:#94d2e4;
}
div#controlBar div.buffer {
	position:absolute;
	width:0px;
	height:10px;
	}

.home #controlBar .buffer {
	background-color:#433d0a; /* primary color at 30% over black */
	}
.home #controlBar .progress {
	background-color:#dec922;
	}
.home #controlBar .playhead { 
	background-color:#fff;	
	}
	
.island #controlBar .buffer {
	background-color:#2d3f45;
	}
.island #controlBar .progress {
	background-color:#94d2e4;
	}
.island #controlBar .playhead { 
	background-color:#fff;	
	}

.adventures #controlBar .buffer {
	background-color:#394113;
	}
.adventures #controlBar .progress {
	background-color:#bcd640;
	}
.adventures #controlBar .playhead { 
	background-color:#fff;	
	}

.marina #controlBar .buffer {
	background-color:#471f1b;
	}
.marina #controlBar .progress {
	background-color:#ea6858;
	}
.marina #controlBar .playhead { 
	background-color:#fff;	
	}	

.club #controlBar .buffer {
	background-color:#394113;
	}
.club #controlBar .progress {
	background-color:#bcd640;
	}
.club #controlBar .playhead { 
	background-color:#fff;	
	}
	
.real_estate #controlBar .buffer {
	background-color:#2d3f45;
	}
.real_estate #controlBar .progress {
	background-color:#94d2e4;
	}
.real_estate #controlBar .playhead { 
	background-color:#fff;	
	}	
	
.partners #controlBar .buffer {
	background-color:#292a2a;
	}
.partners #controlBar .progress {
	background-color:#94d2e4;
	}
.partners #controlBar .playhead { 
	background-color:#fff;	
	}	
	

/* time display */
div#controlBar div.time {
	position:absolute;		
	width:129px;
/* 	left:330px; */
	left:-9999px;
	padding:12px 0;
	text-align:center;
	border:1px solid #999;
	border-width:0 1px;
	
	font-family:futura,"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;	
	font-size:12px;
	color:#fff; 
}

/* total duration in time display */
div#controlBar div.time strong {
	font-weight:normal;
	color:#666;
}

/* mute / unmute buttons */
div#controlBar a.mute, div#controlBar a.unmute {
	position:absolute;
	left:460px;
	width:30px;
	height:42px;
	text-align:center;
	padding:8px 0;
	cursor:pointer;
	text-indent:-9999em;
	background:url(/img/player/skin/hulu.png) no-repeat 5px -323px;
}

div#controlBar a.mute:hover {
	background-position:5px -367px;	
}

/* unmute state */
div#controlBar a.unmute {
	background-position:5px -235px;	
}

div#controlBar a.unmute:hover {
	background-position:5px -279px;	
}
	
	
	