@charset "UTF-8";
body  {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #122228;
}
.nowfixed #container { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/layout/sidebar_bg.gif) left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:-9999;
} 
.nowfixed #containerWide { 
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:-9999;
} 
.nowfixed #header { 
	background: #FFFFFF; 
	height: 130px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid #BBBBBB;
	position:relative; /* Added to allow the Book Now btn to be absolutely positioned */
} 
.nowfixed #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.nowfixed .spacer_fullwidth {
	background-color:#FFFFFF;
	padding:5px;
}
.nowfixed .spacer_fullwidth_line {
	background-color:#FFFFFF;
	padding:5px;
	border-bottom:1px solid #BBBBBB;
}
.nowfixed .fullwidth {
	background-color:#FFFFFF;
	padding:15px;
}
.nowfixed #flash {
	background-color:#FFFFFF;
	z-index:-999;
}
.nowfixed #flashNoLine {
	background-color:#FFFFFF;
	margin-bottom:10px;
	z-index:-999;
}
.nowfixed #flashResort {
	background-color:#FFFFFF;
	z-index:20;
}
.nowfixed #flashGallery {
	background-color:#FFFFFF;
	border-bottom:1px solid #BBB;
	z-index:-9999;
}
.nowfixed #flashResortJade {
	background-image:url(../images/jade/prop1_bw.jpg);
	background-color:#FFFFFF;
	z-index:-9999;
}
.nowfixed #flashResortSapphire {
	background-image:url(../images/jade/prop1_bw.jpg);
	background-color:#FFFFFF;
	z-index:-9999;
}
.nowfixed #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 10px 0px;
}
.nowfixed #mainContent { 
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.nowfixed #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	border-top: 2px solid #BBBBBB;
	position:relative; /* Added to allow the footer-menu to be absolutely positioned */ 
} 
.nowfixed #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0px 20px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
.nowfixed #booknow_btn { 
	position:absolute;
	top:0px;
	right:0px;
	width:130px;
	height:51px;
}

.nowfixed #weather_update { 
	position:absolute;
	top:0px;
	right:200px;
	width:130px;
	height:51px;
}

.nowfixed #spanish { 
	position:absolute;
	top:10px;
	right:170px;
	width:15px;
	height:51px;
}


.nowfixed #awards { 
	position:absolute;
	top:0px;
	right:65px;
	width:130px;
	height:51px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ----- Footer Sprite Menu ---------- */

ul#footer-menu {
	width: 345px;
	padding-left:0px;
	margin: 3px 0px 0px 0px;
	list-style: none;
	position:absolute;
	top:0px;
	right:0px;
}

ul#footer-menu li { display: inline; }
	
ul#footer-menu li a {
	display: block; float: left; height: 47px;
	background-image: url(../images/layout/footer_logos.gif); text-indent: -9999px;
}

	ul#footer-menu li a.zoetry {
		width: 82px; background-position: 0 -47px;
	}
	
	ul#footer-menu li a.secrets {
		width: 82px; background-position: -90px -48px;
	}
	
	ul#footer-menu li a.dreams {
		width: 80px; background-position: -176px -48px;
	}
	
	ul#footer-menu li a.amresorts {
		width: 100px; background-position: -255px -48px;
	}
	
	
	ul#footer-menu li a.zoetry:hover, ul#footer-menu li a.zoetry:focus {
		background-position: 0 0px;	
	}
	
	ul#footer-menu li a.secrets:hover, ul#footer-menu li a.secrets:focus {
		background-position: -90px -1px;	
	}
	
	ul#footer-menu li a.dreams:hover, ul#footer-menu li a.dreams:focus {
		background-position: -176px -1px;	
	}
	
	ul#footer-menu li a.amresorts:hover, ul#footer-menu li a.amresorts:focus {
		background-position: -255px -1px;	
	}
	
/* ----- Footer Sprite Menu With Preferred ---------- */

ul#footer-menu-pref {
	width: 380px;
	padding-left:0px;
	margin: 3px 0px 0px 0px;
	list-style: none;
	position:absolute;
	top:0px;
	right:0px;
}

ul#footer-menu-pref li { display: inline; }
	
ul#footer-menu-pref li a {
	display: block; float: left; height: 47px;
	background-image: url(../images/layout/footer_logos_pref.gif); text-indent: -9999px;
}

	ul#footer-menu-pref li a.zoetry {
		width: 70px; background-position: -6px -48px;
	}
	
	ul#footer-menu-pref li a.secrets {
		width: 74px; background-position: -91px -48px;
	}
	
	ul#footer-menu-pref li a.dreams {
		width: 80px; background-position: -176px -48px;
	}
	
	ul#footer-menu-pref li a.amresorts {
		width: 100px; background-position: -255px -48px;
	}	
	
	ul#footer-menu-pref li a.pref {
		width: 55px; background-position: -356px -48px;
	}
	
	
	ul#footer-menu-pref li a.zoetry:hover, ul#footer-menu-pref li a.zoetry:focus {
		background-position: -6px -1px;	
	}
	
	ul#footer-menu-pref li a.secrets:hover, ul#footer-menu-pref li a.secrets:focus {
		background-position: -91px -1px;	
	}
	
	ul#footer-menu-pref li a.dreams:hover, ul#footer-menu-pref li a.dreams:focus {
		background-position: -176px -1px;	
	}
	
	ul#footer-menu-pref li a.amresorts:hover, ul#footer-menu-pref li a.amresorts:focus {
		background-position: -255px -1px;	
	}
	
	ul#footer-menu-pref li a.pref:hover, ul#footer-menu-pref li a.pref:focus {
		background-position: -356px -1px;	
	}
	

a { outline: none; }

/*--------- Sidebar Styles ------------ */

.sidebar_promo {
width:284px;
padding-bottom:15px;
}

.sidebar_promo img {
padding:5px;
background-color:#FFFFFF;
border:1px solid #BBB;
}

/*------Added Dn 11/14/11-----*/

.nowfixed #faqContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.nowfixed #testimonialContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 





