@charset "UTF-8";
/* CSS Document */
/*
	----------------------------
	@font-face
	____________________________
*/
@font-face {
	font-family: 'PTSansNarrowRegular';
	src: url('/media/type/PTN57F-webfont.eot');
	src: local('☺'), url('/media/type/PTN57F-webfont.woff') format('woff'), url('/media/type/PTN57F-webfont.ttf') format('truetype'), url('/media/type/PTN57F-webfont.svg#webfontzjaCm4lR') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
	----------------------------
	RESET & DEFAULTS
	____________________________
*/
body,img,p,h1,h2,h3,h4,h5,h6,form,table,td,ul,ol,li,fieldset,dl,dd,dt { margin:0; padding:0; border:0; }
p,h1,h2,h3,h4,h5,h6,ul { margin:15px 0; }
ul { padding-left: 20px; }
input,select { vertical-align: middle; }
input[type=text],textarea { padding: 3px 5px; }
input.short { width: 70px; }
label { display: block; font-weight: bold; }
textarea { width:450px; height: 100px; }

body { font: 12px/18px Helvetica, Arial, sans-serif; background-color:#0082c5; color:#505050; }
h1,h2,h3,#navigation a { font-family: "Arial Narrow", "PTSansNarrowRegular", Arial, sans; }
h1 { color:#006093; font-size:24px; margin-top: 0; }
h2 { color:#0082c5; font-size:18px; }
	h2 a { font: 14px Helvetica, Arial, sans-serif; }
h3 { color:#000; font-size:16px; }
h4 { color:#006093; font-size:14px; }
a { color: #006093; font-weight: bold; text-decoration: none; }
#grelated_iframe_2, .grelated-iframe { display: none !important; } /* block google related toolbar */
#IndieForm4 {height:50px !important;}
#IndieForm5 {height:1700px !important;}
#specCodeForm {display:none !important;}

/*
	----------------------------
	LAYOUT
	____________________________
*/

#header-wrapper {background: #fff url(/media/layout/header-background.jpg) repeat-x; height:120px;}
#header { position: relative; width: 980px; margin: 0 auto; }
	#logo { position:absolute; left: 0; top:10px; }
	#member-of {position:absolute; left:55px; top:85px;}
	#signup-and-number { position: absolute; right: 0; top: 0; padding: 15px 30px 0; width: 495px; height: 90px; background: url(/media/layout/header-box-background.png) no-repeat; }
		#signup-form { float: left; width: 350px; }
			#signup-form h3, #signup-form p { margin: 0; float: left; }
			#signup-form h3 { padding-right: 20px; }
			#signup-form p { width: 238px; }
			#signup-form form { margin: 0; padding: 0; }
		#call-today { float: right; width: 125px; text-align: center; }
			#call-today h3 { margin: 0; float: none; }
			#call-today h3 b { display: block; color: #0082c5; padding-top: 5px; font-size: 18px; }
	/* For A/B testing version of signup form - test & target */
	iframe[width="0"] { position: absolute; }
	#signup-and-number-c { position: absolute; right: 0; top: 0; padding: 15px 30px 0; width: 495px; height: 90px; background: url(/media/layout/header-box-background-c.png) no-repeat; }
		#signup-and-number-c h3, #signup-and-number-c p, #signup-and-number-c h3, #signup-and-number-c #call-today h3 b { color: #fff; }
		#signup-and-number-c input[type="submit"] { background-color: #2db81b; color: #fff; border: 0; font-weight: bold; padding: 4px 10px; }
		
#navigation-wrapper { background-color:#fff; }
	#navigation { list-style:none; padding: 0; margin:0 auto; width:980px; height: 30px; }
	#navigation li { float: left; }
	#navigation li a { text-decoration:none; font-size:14px; color:#015581; display: block; padding: 7px 10px; font-weight:bold;}
	#navigation li a:visited {color:#015581;}
	#navigation li a:hover {color:#62c147;}
#main { width:960px; background-color:#fff; margin:35px auto 20px; padding-bottom:30px; }
	#content { float:right; width:650px; padding: 20px 20px 0 0; }
		.content-columns { float: left; width: 100%; }
			.col-a { float: left; width: 460px; }
			.col-b { float: right; width: 170px; border-left: 1px solid #ccc; padding: 0 0 0 10px; }
				.col-b h2 { font-size: 16px; color: #000; margin: 0 0 15px; }
				.col-b ul.item-list { margin: 0 0 0 -10px; padding: 0 0 20px; list-style: none; }
				.col-b ul.item-list li a { display: block; padding: 3px 10px; text-decoration: none; font-weight: normal; }
				.col-b ul.item-list li a:hover { background-color: #f6f6f6; }
				.col-b ul.item-list li a.active { background-color: #0082c5; color: #fff; }
	#sidebar { float:left; width:255px; padding:20px 0 0 20px; }
		#social-buttons { padding-left: 2px; }
			#social-buttons a { padding-right: 2px; }
		
		#search-box { background:url(/media/layout/search-background.png) no-repeat; height:350px; width:270px; margin:-35px 0 10px -25px; padding:1px 0 0 20px;}
			#search-box h2, #sidebar-specials h2 { background: url(/media/layout/heading-border.jpg) repeat-x left center; width: 90%; margin-left: -10px; }
				#search-box h2 span, #sidebar-specials h2 span { padding: 0 5px; background-color: #e8eff5; margin-left: 5px; }
				
		#specials-b { background:url(/media/layout/search-background.png) no-repeat; width:245px; float: left; margin:-20px 0 10px -5px; padding:1px 25px 0 20px;}
			#specials-b h2{ background: url(/media/layout/heading-border.jpg) repeat-x left center; width: 90%; margin-left: -10px; }
				#specials-b h2 span { padding: 0 5px; background-color: #e8eff5; margin-left: 5px; }		
				
				
		#sidebar-specials { background:url(/media/layout/sidebar-specials-bg.png) no-repeat; margin:0 0 20px -25px; padding: 1px 20px; }
			#sidebar-specials h2 { width: 100%; }
		#sidebar-golf-promo { background: #eee url(/media/layout/golf-background.jpg) no-repeat; margin: 10px 0; padding: 10px 20px; width:215px; }
			#sidebar-golf-promo h3 { margin: 0 0 5px; }
			#sidebar-golf-promo p { margin: 0; }
				#sidebar-golf-promo-col-a { float: left; width: 45%; }
					#sidebar-golf-promo-col-a img { display: block; }
					#sidebar-golf-promo-col-a ul { margin: 10px 0 0; list-style: none; padding: 0; }
					#sidebar-golf-promo-col-a ul li { padding-bottom: 10px; }
					#sidebar-golf-promo-col-a ul li a { font-size: 11px; line-height: 14px; display: block; }
				p#sidebar-golf-promo-col-b { float: right; width: 45%; }
		
		#sidebar .news-widget { margin: 15px 0; padding: 0; list-style: none; }
			#sidebar .news-widget li { clear: both; }
		#sidebar #facebook-fan-box { position: relative; }
		#sidebar #facebook-fan-box { position: relative; }
		
		.blog-photos {height:100px; float:left;}
		
#footer-wrapper { background-color:#0082c5;}
	#footer {width:960px; margin:0 auto 20px; margin-top:15px; color:#fff;}
		#footer p {color:#fff; margin-top:5px; margin-bottom:5px; line-height:17px;}
		#footer a {color:#fff; text-decoration:none;}
		#left-footer {float:left; width:331px;}
		#right-footer {float:right; width:629px; text-align:right;}

/*
	----------------------------
	Modular elements
	____________________________
*/
/* PROMO PANEL - large image based promos on home and golf pages */
#promo-panel { position:relative; background: url(/media/layout/promo-bg2.png) no-repeat; float:right; width:648px; height:360px; padding: 15px 15px 15px 16px; margin: -33px -25px 10px 0;}
	#promo-slideshow a { display: none; }
	#promo-slideshow a.promo-item-1 { display: block; }

	#promo-slideshow-nav { position: absolute; bottom: 53px; left: 30px; z-index: 99; }
	#promo-slideshow-nav a { display: block; float: left; width: 20px; height: 20px; background-color: #fff; margin-right: 5px; text-indent: -9999px; overflow: hidden; }	
	#promo-slideshow-nav a.activeSlide { background-color: #0082c5; }
body#home #promo-panel { margin: -10px -10px 0 0; }







/* SITE PROMOTIONS - small text/image promotions on home and golf pages */
#site-promotions { background:url(/media/layout/site-promotions-bg.jpg); width:630px; padding: 15px 0 15px 15px; }
	#site-promotions h3 { margin: 0 0 10px; }
	.site-promotion { float:left;  }
		.site-promotion a, .site-promotion a h3 { text-decoration: none; color: #006093; }
		.site-promotion a img { display: block; }
		#site-promotions .site-promotion h3, #site-promotions .site-promotion p { margin: 5px 0; }
	.promotion-size-3 { width: 186px; padding:0 20px 0 0; }
	.promotion-size-4 { width: 142px; padding:0 15px 0 0; }
/* SPECIALS */
#specials-list { margin: 0; }
	#specials-list dd { padding: 0 0 10px; }
		#specials-list dd h4, #specials-list dd p { margin: 0 0 3px; }
			#specials-list dd h4 a { margin: 0 0 5px; color: #217209; }
	#specials-list dd.clear { float: none; display: block; overflow:hidden; height:1px; clear:both; margin-bottom: 10px; padding: 0; }



/** VERSION B STYLES FOR TESTING **/

#search-box-b{float: left; width: 650px;}		

#video-promo-b{padding-left: 10px;border-left: 1px solid #dcdcdc; margin: 30px 0px 0px 10px;}
	#video-promo-b img{width: 90px; height: 63px;float: left;margin:-7px 7px 0px 0px;}
	#video-promo-b h3{margin-bottom: 0px; padding-bottom: 0px; line-height: 0px;}







/*  IMAGE GALLERIES  */
#image-gallery { list-style: none; padding: 0; }
	#image-gallery li { float: left; padding: 0 15px 15px 0; }
	#image-gallery li a { padding: 5px; border:1px solid #ccc; display: block; }
	#image-gallery li a img { display: block; }
	
/* INFORMATION Listings */
ul.info-list { padding: 0; list-style: none; }
	ul.info-list li { padding: 10px 0; }
	
/* Sister Prioperties list - footer */
ul#sister-properties-list { padding: 0; list-style: none; width:400px;}
	ul#sister-properties-list li { width: 180px; float: left; }
/*
	----------------------------
	PAGE SPECIFIC
	____________________________
*/
/*  HOME  */
#search-promo-panel-wrapper {width:960px; height:360px; }
	#search-promo-panel-wrapper #search-box { margin: -15px 0 0 -5px; float:left; }
	#promo-slideshow a { display: none; }
#search-promo-panel-wrapper2 {width:960px; height:360px; }
	#search-promo-panel-wrapper2 #search-box { margin: -15px -20px 0 0; float:right; }
	body#home #search-promo-panel-wrapper2 #promo-panel { float: left; margin: -15px 0 0 -10px; }
	
	
#specials-video-tour {background: url(/media/layout/specials-and-video-bar.jpg) no-repeat; height:115px; margin:0 -5px 0 -5px; width: 930px; padding: 20px; }
	#specials-video-tour #video-promo { float: right; width: 300px; padding-left: 20px; border-left: 1px solid #ccc; }
		#specials-video-tour #video-promo h3, #specials-video-tour #video-promo p { margin: 0 0 5px; }
		#specials-video-tour #video-promo img { float: right; padding-left: 20px; }
	#specials-video-tour #specials { float: left; width:580px; }
		#specials-video-tour #specials h2 { margin: 0 0 5px; color: #000; background: url(/media/layout/heading-border.jpg) repeat-x left center; }
		#specials-video-tour #specials h2 a, #specials-video-tour #specials h2 span { padding: 0 5px; background-color: #d6e9f0; margin-left: 5px; }
		#specials-video-tour #specials h2 a { float: right; background-color: #e2edf1;  }
		#specials-video-tour #specials #specials-list dd { float: left; width: 40%; padding-right: 9%; }
		#specials-video-tour #specials #specials-list dd.clear { display: none; }
#sponsors ul {list-style-type:none;}
	#sponsors li {float:left;}
#golfgiftform table {width:650px;}


/* GOLF */
.golf-news { margin: 20px 0; }

/*  Course Grid  */
#course-grid table { padding: 0; margin: 10px 0; border-collapse: collapse; }
	#course-grid table td, #course-grid table th { padding: 3px 5px; font-size: 12px; border-bottom: 1px solid #ccc; text-align: left; }
	#course-grid .overallScore { font-weight: normal; font-size: 11px; line-height: 12px; }
		#course-grid .overallScore img { display: block; margin-bottom: 2px; }

/* Video */
.video-top { padding-bottom: 10px; border-bottom: 1px solid #ccc; }
.video-list-tabs { margin: 10px 0 0; list-style: none; padding: 0; border-bottom: 1px solid #ccc; float: left; width: 90%; }
	.video-list-tabs li { border: 1px solid #ccc; border-bottom: 0; padding: 5px 10px; float: left; margin: 0 5px; }
	.video-list-tabs li a.selected { color:#000; }
.video-list-tabs { float: left; padding-right: 20px; }
.video-list { padding: 0; list-style: none; display: none; }
	.video-list li { padding: 0 10px 10px; float: left; width: 175px; }
		.video-list li a { padding: 5px; border: 1px solid #ccc; display: block; height: 145px; }
			.video-list li a b { padding: 2px 0 5px; line-height: 12px; display: block; text-align: center; }
.current_tab { display: block; }


/* Directiosn */
#get-directions {float:left; width:200px; margin-left:25px;}
#get-directions input {width:250px;}
#map_canvas {width: 600px; height: 500px; float:left; margin-top:25px; margin-bottom:25px; border-style:solid; border-color:#99CCFF border-width:5px; margin-left:35px;}


/* FREE TRIP*/
#infoContent{width: 700px; float: left; border-right: 1px solid #ccc; padding-right: 10px; }
#giveaway-container {margin-top:35px;}
#giveaway-left {float:left; height:217px; width:390px; background-image:url(/media/images/breakers-giveaway.jpg); background-repeat:no-repeat;}
#giveaway-left h3 {margin-left:250px !important;}
#giveaway-left h4 {margin-left:250px !important;}
#giveaway-right {float:right; width:250px;}
#giveaway-page h3 {text-align:center; color:#990000;}
#giveaway-page h4 {color:#000; text-align:center;}
#giveaway-page img {margin-left:0px;}
.left-h3 {text-align:left !important;}


/* -- golf-give-away -- */
#golf-give-away{}
	#golf-give-away ul li{list-style-type: none; padding: 0px 0px 15px 0px;}
	#golf-give-away label{margin: 0px 0px 5px 0px;}
	#golf-give-away input{margin: -20px 0px 15px 0px;}
	#golf-give-away input#submit{background-color:#eee;border:1px solid #000000;color:#333;font-size:10px;font-weight:bold;padding:3px 10px;text-transform:capitalize;margin: 0px 0px 0px 20px;}
		p.checkLabel{clear: both;display: block;margin-bottom: 5px;}
		#checks input{float: left; margin: 0px 10px 0px 0px;}
		 #checks .text{flaot: left; padding: 0px 0px 0px 10px; font-weight: bold;}
		 #golf-give-away .ulMonths input, #golf-give-away .ulMonths label{float: left; margin: 0px 10px 0px 0px; padding: 0px;}

		#golf-give-away #checks li{padding: 0px 0px;}
		#golf-give-away .ulMonths, #golf-give-away #checks{clear: both;}
		#golf-give-away .ulMonths li{padding: 0px;}
		
		
/* -- STATIC PAGES PHOTO GALLERY -- */
		
#pages-photo-gallery {width:350px; height:256px; position:relative; float:right; text-align:center; padding:2px 2px 2px 2px; border:1px solid #60B648; background-color:#0082C5; margin-right:10px; margin-bottom:10px;background: #0082c5; /* Old browsers */
background: -moz-linear-gradient(top, #0082c5 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082c5), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0082c5 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0082c5 0%,#7db9e8 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #0082c5 0%,#7db9e8 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082C5', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #0082c5 0%,#7db9e8 100%); /* W3C */-moz-box-shadow: 1px 1px 5px #000000;
box-shadow: 1px 1px 5px #000000; }
#promo-slideshow-static-pages-nav a { display: none; }
	#promo-slideshow-static-pages-nav a.promo-item-1 { display: block; }

	#promo-slideshow-static-pages-nav { position: absolute; bottom: 13px; left: 10px; z-index: 99; }
	#promo-slideshow-static-pages-nav a { display: block; float: left; width: 20px; height: 20px; background-color: #fff; margin-right: 5px; overflow: hidden; }	
	promo-slideshow-static-pages-nav a.activeSlide { background-color: #0082c5; }


/*-- POPUP --*/

.closeD {font-size:12px; float:right; margin-bottom:20px;}
#popup-form {margin:0 auto; width:335px; height:50px;}
#popup-form ul { margin: 0; padding: 0; list-style: none; }
	#popup-form ul li { padding-right: 10px; float: left; }
	#popup-form p { margin: 0 0 10px; font-size: 14px; color: #fff; }
	#popup-form label { display:block; padding-bottom: 2px; text-transform: uppercase; }
	#popup-form input.lowprice-email { width: 150px; padding: 2px; }
	#popup-form input.lowprice-zip { width: 60px; padding: 2px; }
	.popup-form-submit {margin-top:4px;}
#popup-form a {color:#fff;}
.ui-dialog .ui-dialog-content {text-align:center; color:#0082C5;}
#dialog-modal { 
	display: none;
	border:3px solid #b7d887;
	background: rgb(229,231,220); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,231,220,1) 0%, rgba(214,216,208,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,231,220,1)), color-stop(100%,rgba(214,216,208,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(229,231,220,1) 0%,rgba(214,216,208,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(229,231,220,1) 0%,rgba(214,216,208,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(229,231,220,1) 0%,rgba(214,216,208,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e7dc', endColorstr='#d6d8d0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(229,231,220,1) 0%,rgba(214,216,208,1) 100%); /* W3C */}


/*
	----------------------------
	CLASSES
	____________________________
*/
.dash-header {color:#fff;}
.small-nav-text {font-size:14px; color:#114969;}
hr {width:180px; color:#eff3f6; margin-top:4px;}
div.clear { overflow:hidden; height:1px; clear:both; }
img.alignRight { float:right; margin:0 0 15px 15px; }
img.alignLeft { float:left; margin:0 15px 15px 0; }
.thick-divider {margin-top:5px; margin-bottom:5px; text-align:center;}
.error { color: red; }
a.rss { background: url(/media/layout/rss-12.png) no-repeat; padding-left: 18px; }
