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

/* CSS RESET */
/* http://meyerweb.com/eric/tools/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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
html, body { height: 100%; }
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; }
div { display: block; overflow: hidden; }
img { vertical-align: bottom; }
/* END CSS RESET */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body#home {
	background-image: url('templates/bg_home.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #001c31;
}

div.home_top_fade {
	background-image: url("templates/black_fade.png");
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:120px;
}

/* BACKGROUND IMAGES */

#bgnavhome #cog {
	background-image: url('templates/cog_home.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 196px;
}

#bgfade {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url('templates/home_fade.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 944px;
}

#bgnav {
	background-image: url('templates/bg_nav.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 675px;
}

#bgnavhome {
	background-image: url('templates/bg_nav.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 675px;
}

#bodycon {
	width: 100%;
	background-color: #fff;
	background-image: url('templates/bg_contentfade.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#bodycon2 {
	width: 100%;
	background-image: url('templates/bg_contentsides.png');
	background-position: center;
	background-repeat: repeat-y;
}

#bgsub {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url('templates/bg_clouds.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	height: 675px;
	
}

#bgbooking {
	background-image: url('templates/bg_booking.jpg');
	background-position: center;
	background-repeat: repeat-x;
}

#bgbooking2 {
	width: 950px;
	height: 106px;
	background-image: url('templates/bg_booking2.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0 auto;
}

#home #footer {
	background-image: url('templates/bg_footer_home.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	height: 92px;
	margin: 0 0 20px 0;
}

#footer {
	background-image: url('templates/bg_footer.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	height: 92px;
	margin: 0 0 20px 0;
}

#footerlogo {
	height: 92px;
	margin: 0 auto;
	
}


/* END BACKGROUND IMAGES */



/* GENERIC */

.center_it {
        margin: 0 auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

#cog_link {
	  position:absolute;
	  top:10px;
	  right:10px;
  }

.d950 {
	width: 950px;
	margin: 0 auto;
	position:relative;
}

.d860 {
	width: 860px;
	margin: 0 auto;
}

.clearall {
	clear: both;
}

.clearright {
	clear: right;
}

.clearleft {
	clear: left;
}

.overflowauto {
	overflow: auto;
}

.overflowdefault {
	overflow: default;
}

/* END GENERIC */


/* MISC BODY TAGS */


div.ui-datepicker {
	font-size:11px; z-index:-1; line-height:21px;
}

.subnavarea li td p,
.subcopy li td p {
	margin: 0 0 15px 0;
}

.subnavquote {
	width: 310px;
	background-image: url("templates/bg_quote.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

.subnavquote p {
	color: #2f343b;
	line-height: 17px;
	margin: 25px 55px 0 55px;
}

.subnavquotecap {
	width: 310px;
	height: 25px;
	color: #2f343b;
	font-size: 12px;
	background-image: url("templates/bg_quote2.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

#subcontent1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	float: left;
	width: 610px;
	padding: 0 30px 0 0;
}

#subcontent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	clear: both;
	width: 890px;
	padding: 0 30px 0 30px;
}


#subnavarea h1,
#subnavarea h2,
#subnavarea h3,
#subnavarea h4,
#subcontent1 h1,
#subcontent1 h2,
#subcontent1 h3,
#subcontent1 h4,
#subcontent2 h1,
#subcontent2 h2,
#subcontent2 h3,
#subcontent2 h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#banner {
	width: 468px;
	float: left;
	margin: 5px 5px 1px 5px;
}

.subh1 h1 {
	height: 29px;
	border-bottom: solid 1px #000;
	font-size: 22px;
	text-align: left;
	color: #000;
	margin: 0 0 20px 0;
	padding: 18px 0 0 0;
}

.subh1ph {
	height: 29px;
	border-bottom: solid 1px #000;
	color: #000;
	padding: 18px 0 0 0;
}

.subcopy p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #585858;
	margin: 15px 0px 15px 0;
}

#subnavarea .subcopy p,
#subnavarea .subcopy h1,
#subnavarea .subcopy h2,
#subnavarea .subcopy h3,
#subnavarea .subcopy h4 {
	margin: 15px 20px 15px 30px;
	padding: 2px 0 2px 0;
}


#subnavarea .subcopy ul {
	margin: 0 0 0 5px;
}

#subnavarea .subcopy h2 {
	font-size: 15px;
}

.subcopy ul {
	list-style-type: none;
}
.subcopy li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #585858;
}

.subcopy h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin: 15px 30px 0 0;
	padding: 2px 0 2px 0;
	color:#004586;
}

.packageSeparator {
	clear: both;
	border-bottom: 1px solid #B7BFCD;
	margin: 20px 0 40px 0;
}

.subcopy h2 a {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.subcopy a {
	color: #000;
}

.subnavquote a {
	color: #000;
}

.subarea1 {
	float: left;
	width: 250px;
	padding: 0 0 0 25px;
}

.subarea2 {
	float: left;
	width: 640px;
}

div.subphoto {
	border: solid 1px #afafaf;
	padding: 4px;
	margin: 0 0 0 0;
}

.photoleft {
	display: inline;
	float: left;
	width: 277px;
	margin: 0;
	padding: 0 20px 20px 0;
}

.photoright {
	display: inline;
	float: right;
	width: 277px;
	margin: 0;
	padding: 0 0 20px 20px;
}

.copy2c {
	float: left;
	width: 45%;
	margin: 0 20px 0 0;
}

#ui-datepicker-div {
	font-size: 12px;
}

.CMSPublishButtons img{
	display: none;
}

.CMSPublishButtons td{
	padding: 10px 10px 0 10px;
}

.CMSPublishButtons {
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}


div.ui-datepicker {
	font-size:11px;
	z-index:999;
	}

td.cell-medium {
    FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
	BACKGROUND-COLOR: #e6e6e6;
	}	
td.cell-light {
    FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
	BACKGROUND-COLOR: #f6f6f6;
	}
	
td.cell-medium p{
margin:0;
padding:0;
}

td.cell-light p{
margin:0;
padding:0;
}

/* END MISC BODY TAGS */


/* STRETCHY PHOTOS */

.subImgContainer {
	width: 100%;
	height: 250px;
}

.subImg {
	position: absolute;
	width: 100%;
	height: 250px;
	background: #484B50;
}

.subImg img {
	position: absolute;
	display: none;
}

#bgimage {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 760px;
}

#bgimage img {
	display: none;
	position: absolute;
}

/* END STRETCHY PHOTOS */


div.hrhome {
	clear: both;
	height: 1px;
	background-image: url('templates/div_home.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin: 5px 0;
	padding: 1px 0;

}

div.homespacer {
	margin: 0 0 50px 0;
}

#content {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
}

#homecopy h1 {
	font-size: 22px;
	font-weight: normal;
	color: #eef4ff;
	margin: 20px 0 20px 0;
}

#homecopy p {
	line-height: 18px;
	color: #eef4ff;
	margin: 20px 0 20px 0;
}

#homecopy a {
	line-height: 18px;
	color: #fff;
	margin: 20px 0 20px 0;
}


/* HOMEBOOKING */

#homebooking {
	display: none;
	width: 260px;
	zoom: 1;
	background: rgba(8, 21, 45, 0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9908152D,endColorstr=#9908152D)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9908152D,endColorstr=#9908152D);   /* IE6 & 7 */
    zoom: 1;
}
	
#homebooking ul {
	margin: 15px 5px;
	list-style-type: none;
}

#homebooking h1 {
	cursor: pointer;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	background-image: url('templates/bg_hpromo_expand.gif');
	background-position: center right;
	background-repeat: no-repeat;
	padding: 10px 7px 7px 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#homebooking li {
	overflow: hidden;
	background: transparent url('templates/homebooking_widget_link.jpg') repeat-x 0 0;
}

#homebooking li.active h1 {
	background-image: url('templates/bg_hpromo_collapse.gif');
}

#homebooking h1.bgnone {
	background-image: none;	
}

#homebooking li .content {
	display: none;
}

#homebooking img {
	margin: 0 auto;
	display: block;
}

#homebooking li.active .content {
	display: block;
}

#homebooking li p {
	color: #aa9a84;
	margin: 5px 0 5px 8px;
}

#homebooking .specialsLink {
	/*background-image:url('http://www.bonaventureresortandspa.com/i/SITE_120802_13103924_TD13Y/templates/arrow_right.gif');
	background-position:95% 5%;
	background-repeat:no-repeat;*/
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#homebooking .specialsLink div {
	padding: 2px 0 2px 3px;
}

/* END HOMEBOOKING */


/* WIDGET OFFERS */

#hboffer ul {
	text-align: left;
	margin: 5px 0 20px 0;
}

#hboffer li {
	font-weight: normal;
	color: #fff;
	list-style-type: none;
	background-image: url('templates/bg_book_arrow.gif');
	background-repeat: no-repeat;
	background-position: 7px 6px;
	margin: 2px;
	padding: 2px 2px 1px 22px;
}

#hboffer a {
	color: #fff;
	text-decoration: none;
}

/* END WIDGET OFFERS */


/* WIDGET EVENT */

#homebooking li #hbevent p {
	color: #fff;
	margin: 5px 0 5px 8px;
}

#hbevent ul {
	margin: 5px 0 20px 0;
}

#hbevent li {
	font-weight: normal;
	color: #fff;
	list-style-type: none;
	background-image: url('templates/bg_book_arrow.gif');
	background-repeat: no-repeat;
	background-position: 7px 6px;
	margin: 2px;
	padding: 2px 2px 1px 22px;
}

#hbevent a {
	color: #fff;
	text-decoration: none;
}

/* END WIDGET EVENT */


/* WIDGET CONTACT */

#hbcontact ul {
	margin: 5px 0 20px 0;
}

#hbcontact li {
	font-weight: normal;
	color: #fff;
	list-style-type: none;
	background-image: url('templates/bg_book_arrow.gif');
	background-repeat: no-repeat;
	background-position: 7px 6px;
	margin: 2px;
	padding: 2px 2px 1px 22px;
}

#hbcontact a {
	color: #fff;
	text-decoration: none;
}

/* END WIDGET CONTACT */



/* HOME RES */

#homeres {
	width: 250px;
	float: left;
	padding: 10px 0;
}

#homebooking li #homeres p {
	width: 250px;
	font-size: 11px;
	color: #fff;
	margin: 10px 5px;
}

#homebooking li #homeres a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-image: url("templates/homeres_link.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding: 5px 15px 5px 0;
}

#homebooking li #homeres h4 {
	clear: both;
	width: 250px;
	font-size: 14px;
	color: #fff;
	margin: 10px 5px;
}

#homeres label {
	font-size: 11px;
	color: #9e9e9e;
}

#homeres .field1 {
	float: left;
	margin: 0 0 0 5px;
	*margin:0;
}

#homeres .field1 input.txt {
	width: 90px;
	height: 16px;
	border: none;
	float: left;
	margin: 0 2px 0 0;
}

#homeres .field1 img {
	display: inline;
	float: left;
}

#homeres .field2 {
	float: left;
	margin: 3px 2px 0 5px;
}

#homeres .field2 select {
	height: 18px;
	font-size: 10px;
	padding: 0 2px 0 2px;
}

#homeres .field3 {
	display: inline;
	float: left;
	margin: 10px 0 0 0;
}

#homeres .field3 input {
	display: inline;
	font-size: 10px;
}

div.content #homeres input.imgInput {
	display: inline;
	float:left;
        margin:5px 0 0 0;
}

/* END HOME RES */


/* HOME PROMO */

.homepromo {
	font-size: 11px;
	color: #fff;
	line-height: 12px;
	width: 270px;
	height: 105px;
	overflow: hidden;
	background-color: #08152d;
	margin: 0 2px 0 0;
	padding: 5px;
}

.homepromo h1 {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 5px 0;
}

.homepromo p {
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	margin: 0 0 15px 0;
}

.homepromo a {
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	color: #a7e4a8;
}

/* END HOME PROMO */


/* RES */

#res {
	width: 296px;
	float: left;
}

#res p {
	width: 266px;
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	border-bottom: solid 1px #6797ae;
	padding: 0 0 0 30px;
	font-weight:normal;
}

#res label {
	font-size: 11px;
	color: #ffffff;
}

#res .field1 {
	display: inline;
	float: left;
	margin: 0 20px 0 30px;
}

#res .field1 input.txt {
	width: 100px;
	height: 16px;
	border: none;
	float: left;
	margin: 0 2px 0 0;
}

#res .field1 img {
	display: inline;
	float: left;
}

#res .field2 {
	display: inline;
	float: left;
	margin: 0 2px 0 2px;
}

#res .field2 select {
	height: 18px;
	font-size: 10px;
	padding: 0 2px 0 2px;
}

#res .field3 {
	display: inline;
	float: left;
	margin: 16px 0 0 0;
}

#res .field3 input {
	height: 18px;
	font-size: 10px;
	padding: 0 4px 0 4px;
}

/* END RES */


/* SUB SOCIAL */

#subsoc {
	width: 176px;
}

#subsoc ul {
	display: inline;
	list-style-type: none;
}

#subsoc li {
	display: inline;
	list-style-type: none;
	float: left;
}

/* END SUB SOCIAL */



/* FOOTER */

#footermarks {
	width: 520px;
	margin: 20px auto;
}

#footermarks ul {
	list-style-type: none;
}

#footermarks li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
}

#footerTop ul {
	list-style-type: none;
	height: 46px;
	width: 895px;
	margin: 0 auto;
}

#footerTop li {
	float: left;
	height: 46px;
}

#footerTop input {
	margin: 15px 0 0 2px;
	width: 120px;
	height: 15px;
}

#footerAddress {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	width: 440px;
}

#footerAddress p {
	color: #fff;
	margin: 8px 0 0 0;
	line-height:1.4;
}

#footerNav {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding:5px 0 0 0;
	width: 460px;
}

#footerNav  ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
}

#footerNav li {
	color: #fff;
	height: 16px;
	overflow: hidden;
	list-style-type: none;
	white-space:nowrap;
	float: left;
}

#footerNav a {
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px 2px 0px;
	position:relative;
	z-index:99;
	
}


#footsignup .left a,#footsignup .left  {
	position:relative;
	display:block;
	z-index:99;
}
#footsocial ul {
	display: block;
	overflow: hidden;
	height: 46px;
	list-style-type: none;
	margin: 0 0 0 68px;
}

#footsocial li {
	list-style-type: none;
	float: left;
	position:relative;
	display:block;
	z-index:99;
}

#footsocial li a  {
	poistion:relative;
	display:block;
	z-index:999px;

}

/* END FOOTER */


/* NAV 1 */
.navWrapper {

	height: 70px;
	z-index:1;
}
#nav1 {
	height: 35px;
}

#nav1 ul {
	list-style-type: none;
}

#nav1 li {
	list-style-type: none;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	z-index:2;
}

#nav1 a {
	line-height: 35px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 15px 0 0;
	position:relative;
	z-index:99;
	display:block;
}

/* END NAV 1 */


/* NAV 2 */

#nav2 {
	height: 35px;
}

#nav2 ul {
	list-style-type: none;
}

#nav2 li {
	list-style-type: none;
	float: left;
	color: #FFFFFF;
}

#nav2 a {
	line-height: 39px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 15px 0 0;
	position:relative;
	z-index:100;
	display:block;
}

/* END NAV 2 */


/* SUBNAV 1 */

#subnavarea {
	display: block;
	overflow: hidden;
	float: left;
	width: 310px;
}

#subnav1 {
	width: 310px;
}

#subnav1 h2, #subnav1 h2 a {
	width: 235px;
	height: 25px;
	border-bottom: solid 1px #000;
	font-size: 18px;
	text-align: right;
	color: #000;
	margin: 0 0 0 30px;
	padding: 22px 45px 0 0;
}

#subnav1 h2 a {
	margin: 0;
	padding: 0;
	border: 0;
}

#subnav1 ul {
	list-style-type: none;
	text-align: right;
	margin: 20px 0;
}

#subnav1 li {
	list-style-type: none;
	color: #2f343b;
	background-image: url("templates/bg_subnavarrow.gif");
	background-repeat: no-repeat;
	background-position: 257px 4px;
}

#subnav1 ul li ul{
	margin: 10px 0;
}

#subnav1 ul li ul li{
	background-image: url("http://www.bonaventureresortandspa.com/i/SITE_120802_13103924_TD13Y/templates/bg_subnavarrow2.gif");
	background-position: 239px 6px;
}

#subnav1 ul li ul li a{
	padding: 0 89px 0 0;
	font-size: .85em;
}

#subnav1 a {
	line-height: 18px;
	text-decoration: none;
	color: #000;
	padding: 0 66px 0 0;
}

#subnav1 a.active {
	text-decoration: underline;
}

#subnav1 li li ul {
	display: none;
}

/* END SUBNAV 1 */


/* PROPERTY LISTING */

div#subcontent2 table#propertyTable {
	margin-left:280px;
}

div#subcontent2 table#propertyTable td.propertyBox a {
	float:left;
	width:600px;
	margin:1px;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
}

div#subcontent2 table#propertyTable td.propertyBox a:hover {
	color:#423D36;
}

div#subcontent2 table#propertyTable td.propertyBox a.evenRow {
	background-color:#CDE3F4;
}

div#subcontent2 table#propertyTable td.propertyBox a.oddRow {
	background-color:#E6E6E6;
}

div#subcontent2 table#propertyTable td.propertyBox a img {
	float:left;
	margin:5px;
	padding:2px;
	border:1px solid #423D36;
	background-color:#A48965;
}
	
div#subcontent2 table#propertyTable td.propertyBox div {
	width:450px;
	float:left;
	margin:4px 0 0 5px;
}

div#subcontent2 table#propertyTable td.propertyBox div p {
	font-size:10px;
}

/* END PROPERTY LISTING */


/* PHOTO GALLERY */

.descriptionText {
	text-align:center;
	margin: 20px 0;
}

.nothumbnails .thumbnails,.nothumbnails .descriptionText{
	display: none;
}
.thumbnails {
	text-align:center;
	margin: 5px 0 20px 0;
}

.thumbnails img {
	display: inline;
	float: none;
	margin: 4px;
	padding: 2px;
	border: 1px solid #6B6447;
	cursor: pointer;
}

/* END PHOTO GALLERY */


/* FOLLOW PAGE STYLES */

.follow {
	overflow: hidden;
	padding: 30px 0 0 0;
}

.followCol {
	float: left;
	width: 272px;
}

.followSpacer {
	float: left;
	height: 250px;
	width: 36px;
}

.subnavquote h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 15px 0 -20px 0;
}

.subnavquote {
	text-align:center;
}

/* END FOLLOW PAGE STYLES */



/* ========= DEFAULT ========= */

body#default {
	background-color: #FFFFFF;
}

#default #cog {
	/*background-image: url('http://www.bonaventureresortandspa.com/i/SITE_120802_13103924_TD13Y/templates/cog.png');*/
	background-position: top center;
	background-repeat: no-repeat;
	height: 675px;
}

#default .subh1 h1 {
	color:#004586;
	border-bottom: solid 1px #004586;
}

#default #subnav1 h2 {
	color:#004586;
	border-bottom: solid 1px #004586;
}

#default #subnav1 h2 a {
	color:#004586;
}


/* ========= WEDDINGS ========= */


body#wed {
	background-color: #fff;
}

#wed #cog {
	background-image: url('templates/cog_wed.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 675px;
}

#wed .subImg {
	background: #fff;
}

#wed #bgnav {
	background-image: url('templates/bg_nav_wed.png');
}

#wed #bodycon {
	background-color: #fff;
	background-image: url('templates/bg_contentfade_wed.jpg');
}

#wed #bodycon2 {
	background-image: url('templates/bg_contentsides_wed.png');
}

#wed #bgsub {
	background-image: url('templates/bg_clouds_wed.jpg');
}

#wed #bgbooking {
	background-image: url('templates/bg_booking_wed.jpg');
}

#wed #bgbooking2 {
	background-image: url('templates/bg_booking2_wed.jpg');
}

#wed #nav1{
	height:35px;
}

#wed #nav1 li {
	color: #293e4d;
}

#wed #nav1 a {
	color: #fff;
}

#wed #nav2 li {
	color: #fff;
}

#wed #nav2 a {
	color: #fff;
}

#wed #res p {
	color:#fff;
	border-bottom: 1px solid #b4ae94;
}

#wed .subh1 h1 {
	border-bottom: solid 1px #534b30;
	color: #534b30;
}

#wed #subnav1 h2, #wed #subnav1 h2 a {
	color: #534b30;
}

#wed .packageSeparator {
	border-bottom: 1px solid #534b30;
}

#wed .subcopy h2, #wed .subcopy h2 a, #wed .subcopy p a {
	color: #534b30;
}

#wed #res label {
	font-size: 11px;
	color: #fff;
}

#wed #footerAddress p {
	color: #fff;
}

#wed #footerNav li {
	color: #fff;
}

#wed #footerNav a {
	color: #fff;
}

#wed #footer {
	background-image: url('templates/bg_footer_wed.jpg');
}

/* ========= END WEDDINGS ========= */



/* ========= SPA ========= */


body#spa {
	background-color: #fff;
}

#spa #cog {
	background-image: url('templates/cog_spa.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 675px;
}

#spa .subImg {
	background: #fff;
}

#spa #bgnav {
	background-image: url('templates/bg_nav_spa.png');
}

#spa #bodycon {
	background-color: #fff;
	background-image: url('templates/bg_contentfade_spa.jpg');
}

#spa #bodycon2 {
	background-image: url('templates/bg_contentsides_spa.png');
}

#spa #bgsub {
	background-image: url('templates/bg_clouds_spa.jpg');
}

#spa #bgbooking {
	background-image: url('templates/bg_booking_spa.jpg');
}

#spa #bgbooking2 {
	background-image: url('templates/bg_booking2_spa.jpg');
}

#spa #nav1 li {
	color: #fff;
}

#spa #nav1 a {
	color: #fff;
}

#spa #nav2 li {
	color: #fff;
}

#spa #nav2 a {
	color: #FFF;
}

#spa #res p {
	border-bottom: 1px solid #78574b;
}

#spa .subh1 h1 {
	border-bottom: solid 1px #745639;
	color: #302000;
}

#spa #subnav1 h2, #spa #subnav1 h2 a {
	color: #302000;
}

#spa .packageSeparator {
	border-bottom: 1px solid #00347b;
}

#spa .subcopy h2, #spa .subcopy h2 a, #spa .subcopy p a {
	color: #528037;
}

#spa #res label {
	font-size: 11px;
	color: #fff;
}

#spa #footerAddress p {
	color: #fff;
}

#spa #footerNav li {
	color: #FFF;
}

#spa #footerNav a {
	color: #FFF;
}

#spa #footer {
	background-image: url('templates/bg_footer_spa.jpg');
}


/* ========= END SPA ========= */





/* floorplans flash app */

#floorplans { text-align:center; height:350px; overflow:hidden; font-family:Arial, Helvetica, sans-serif; text-wrap:none;}

#floorplans ul { padding-bottom:15px; }

#floorplans ul li {
	display:inline;
	list-style:none;
	padding-right:12px;
	color:#CCC;
}

#floorplans ul li a { color:#000; text-decoration:none; }

#floorplans ul li a:hover { color:#193921; text-decoration:underline; }

.floorplans_selected { font-weight:bold; }


a.teeTimes {
	font-size:10px;
	color:#9E9E9E;
	text-decoration:none;
	position:relative;
	left:120px;
	bottom:5px;
	}
a.teeTimes:hover {
	color:#fff;
}



/* PROPERTY LISTING */

div#subcontent1 table#propertyTable {
	/*margin-left:280px;*/
}

div#subcontent1 table#propertyTable td.propertyBox a {
	float:left;
	width:600px;
	margin:3px;
	border:1px solid #000;
	text-decoration:none;
	color:#647595;
padding-bottom:5px;
}
div#subcontent1 table#propertyTable td.propertyBox a .pname{
 	font-size:14px;
	color:##647595;
}

div#subcontent1 table#propertyTable td.propertyBox a.evenRow:hover  {
	color:#444;
}

div#subcontent1 table#propertyTable td.propertyBox a.oddRow:hover {
	color:#444;
}

div#subcontent1 table#propertyTable td.propertyBox a.evenRow {
	background-color:#e8e9e9;
	color:#000;
}

div#subcontent1 table#propertyTable td.propertyBox a.oddRow {
	background-color:#DFE1E3;
	color:#000;
}

div#subcontent1 table#propertyTable td.propertyBox a img {
	float:left;
	margin:5px;
	padding:4px;
	border:1px solid #000;
	background-color:#fff;
}
	
div#subcontent1 table#propertyTable td.propertyBox div {
	width:450px;
	float:left;
	margin:4px 0 0 5px;
}

div#subcontent1 table#propertyTable td.propertyBox div p {
	font-size:10px;
}

/* END PROPERTY LISTING */

.longDescription ul {
list-style:disc;
margin-left:40px;
}

.longDescription ul li {
list-style:outside;
}


/* FOOTER LOGOS */

#footermarks ul li {
	width:150px;
	height:120px;
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:0;
	padding:0;
	float:left;
}

#footermarks ul li.diamond {
	background-image:url('templates/footer_diamond_black.png');
}

#footermarks ul li.benchmark {
	background-image:url('templates/footer_bench_black.png');
	width: 220px;
}

#footermarks ul li.benchmark img {
	width:220px;
	height:150px;
}

/*
#footermarks ul li.preferred {
	background-image:url('templates/footer_preferred_black.png');
}
*/

#footermarks ul li.iacc {
	background-image:url('templates/footer_iacc.png');
}

#home #footermarks ul li.diamond {
	background-image:url('templates/footer_diamond_white.png');
}

#home #footermarks ul li.benchmark {
	background-image:url('templates/footer_bench_white.png');
}

/*
#home #footermarks ul li.preferred {
	background-image:url('templates/footer_preferred_white.png');
} */

/* SEO FOOTER STYLES */

#seo{
	border-bottom:solid 1px #6a9e6d;
}
#seo .photo{
	border: solid 3px #6a9e6d;
}
#seo .seolist h3{
	color:#ffffff;
}
#seo .seolist a{
	color:#000000;
}
#seo .text p,#seo .branding p{
	color:#ffffff;
}
#seo .seoinfo .buttons a{
	background:#6a9e6d;
	color:#ffffff;
}
#seo .text h2,#seo .text h3 {
	color:#de6c03;
}
#seo .text.green h2,#seo .text.green h3{
	color:#72a900;
}
#seo .buttons a.res {
	background:#de6c03;
	color:#ffffff;
}
#seo .buttons.green a {
	color:#ffffff;
}
#seo .buttons.green a.res {
	background:#72a900;
	color:#ffffff;
}
#seo .seoinfo .text p{
	line-height:12px;
}
#seo .seobin .seoheader nav li a{
	color:#ffffff;
}
#seo .seobin .seolist .seodiv{
	background-color:#7caa7f;
}
#seo .ir{
	overflow:hidden;
	text-align:left;
	text-indent:-999em;
}

/* END SEO FOOTER STYLES */