
div.float {
    float: left;
    width: 90px;
    height: 202px;
}

body {
	margin: 0; padding: 0;
	font: normal 10px/1.8 Verdana, Arial, sans-serif;
	color: #444;
	/*background: #FCF6ED url('../images/styling/logo.gif') no-repeat center 25px;*/
	background: #FCF6ED no-repeat center 25px;
	
}

td { margin: 0; padding: 0; border: 0; }

a:link { color: #A7927C; text-decoration: none; }
a:visited { color: #A7927C; text-decoration: none; }
a:hover { color: #382522; }
a:active { color: #382522; }

h1 { font-size: 12px; line-height: 1; margin: 0 0 6px 0; }
h2 { font-size: 11px; font-weight: bold; color: #CC9900; line-height: 1; margin: 0 0 6px 0; }


/**************************************************************************
 * Header Section */

#header {
	position: relative;
	height: 125px;
	width: 920px;
	font: normal 11px/1.8 Georgia, Palatino, serif;
	color: #AA9A87;
}

#header-logo {
	display: block;
	height: 85px;
	width: 115px;
	position: absolute;
	top: 25px;
	left:402px;
}

#email-signup {	
	float: left;
	width: 345px;
	margin-top: 90px;
	padding-top: 8px;
	border-top: 1px solid #D8C7B4;
	text-align: center;
}

.inline-arrow {
	vertical-align: top;
	border: none;
	float:right;
}

.globalNavLinks {
	font-family: georgia,arial;
	color: #aa9a87;
	font-size: 11px;
}

.globalNavAvailablility {
	font-family: georgia,arial;
	color: #aa9a87;
	font-size: 10px;
}

.signUpForm {
	font-family:georgia,arial;
	color:#aa9a87;
	font-size:12px;
}

.signUpBtn {
	font-family:georgia,arial;
	color:#aa9a87;
	font-size:12px;
	background-color: #E8F5F7; border: 1px solid #FFF;
}



table#ca {
    margin: 0px;
    padding: 0px;
    /* border: 1px solid black; */
}

table#ca td {
    /* border: 1px solid black; */
}








/* Reservation form styling */

#reservations-form { 
	position: absolute;
	top: 25px;
	right: 0;
	width: 345px;
	font-size: 10px;
}

#reservations-form table { float: left; }
#reservations-form label { display: block; float:left; width: 96px; }
#reservations-form select, #reservations-form button {
	margin: 0; padding: 0; outline: 0;
	border: 1px solid #FCF6ED;
	font: normal 10px/1 Georgia, Palatino, serif;
	color: #AA9A87;
}

#res-date { margin-right: 4px; }
#res-date, #res-nights, #res-adults { width: 58px; }
#reservations-form button { 
	float: right;
	width: 130px;
	/*padding: 2px;*/
	margin-top: 16px;
	font-size: 9.1px;
	font-weight: bold;
	letter-spacing: -0.12px;
	text-transform: uppercase;
	background-color: #E8F5F7;
}

#reservations-form button div {
	background-color: #E8F5F7;
	border: 1px solid #FFF;
	padding: 3px 2px;
}


/**************************************************************************
 * Main Navigation Bar */
  
#nav, #nav ul {
	margin: 100px;
	padding: 4px 0 0 0;
	width: 920px;
	list-style: none;
	border-top: 1px solid #D8C7B4;
}

#nav li#the-resort a { width: 96px; background-image: url(../images/styling/the-resort.gif); }
#nav li#accommodations a { width: 135px; background-image: url(../images/styling/accommodations.gif); }
#nav li#reservations a { width: 111px; background-image: url(../images/styling/reservations.gif); }
#nav li#the-spa a { width: 70px; background-image: url(../images/styling/the-spa.gif); }
#nav li#dining a { width: 66px; background-image: url(../images/styling/dining.gif); }
#nav li#meetings---events a { width: 140px; background-image: url(../images/styling/meetings-events.gif); }
#nav li#weddings a { width: 87px; background-image: url(../images/styling/weddings.gif); }
#nav li#photo-gallery a { width: 119px; background-image: url(../images/styling/photo-gallery.gif); }
#nav li#real-estate a { width: 96px; background-image: url(../images/styling/real-estate.gif); }

#nav a {
	display: block;
	margin: 100px; padding: 0;
	height: 28px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li {
	float: left;
	margin: 0; padding: 0;
}

#nav a:hover {
	background-position: 0 -28px;
}

#nav li.selected a {
	background-position: 0 -56px;
}


/**************************************************************************
 * SUB Navigation Bar */
  
#sub-nav, #sub-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 920px;
	background: url('../images/styling/sub-nav-bg.gif') repeat-x top left;
	list-style: none;
}

#sub-nav a {
	display: block;
	padding: 6px 12px 6px 10px;
	font: bold 10px/1 Georgia, Palatino, serif;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	background: #FFFFFF url('../images/styling/nav-bullet.gif') no-repeat center right;
}

#sub-nav li { float: left; }
#sub-nav li.selected a { color: #444; }



/**************************************************************************
 * THIRD Navigation Bar */
  
#third-nav, #third-nav ul {
	margin: 0 0 15px 0; 
	padding: 0;
	list-style: none;
	color: #AA9A87;
}

#third-nav a { font: normal 11px/1 Georgia, Palatino, serif; }

#third-nav li {
	display: inline;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #AA9A87;
}

#third-nav li:first-child {
    border-left: 1px solid #AA9A87;
}

#third-nav li.selected a { color: #444; }



/**************************************************************************
 * Main Content Section */

#content {
	position: relative;
	/* text-align: center; */
	margin-top: 4px;
	min-height: 330px;
	width: 920px;
	background-color: #fff;
}

#home-copy, #home-image,
.left-image, .left-copy,
.right-image, .right-copy,
.left-image-half, .left-copy-half,
.right-image-half, .right-copy-half,
.left-copy-wide, .right-copy-wide,
.left-image-gallery, .right-thumbnails {
	float: left;
	min-height: 330px;
	width: 460px;
	background-color: #FFFFFF;
}


.left-image-gallery {width: 510px; }
.right-thumbnails { width: 410px; }

.right-copy-half {
	padding: 60px 220px 0 40px;
	min-height: 270px;
	width: 200px;
}


.right-copy-wide {
	padding: 25px 25px;
	min-height: 280px;
	width: 460px;
	text-align: center;
}

#home-copy, .left-copy-half {
	min-height: 270px;
	width: 200px;
	padding: 60px 40px 0 220px;
}

.left-image, .right-image {
	width: 410px;
}

.left-copy, .right-copy {
	padding: 25px 60px;
	min-height: 280px;
	width: 390px;
	text-align: center;
}

.right-copy p { }

img.right-callout {
	position: absolute;
	top: 100px;
	right: 40px;
}

img.left-callout {
	position: absolute;
	top: 100px;
	left: 40px;
}

img.callout-1, img.callout-2 {
	margin: 45px 0 25px 15px;
}

img.callout-1 { margin-left: 0; }


/**************************************************************************
 * Rates Tables */

.room-rates { 
	text-align: left;
	font: normal 10px/1.8 Georgia, Palatino, serif;
	color: #AA9A87;
}

.room-rates { 
	text-align: left;
	font: normal 10px/1.8 Georgia, Palatino, serif;
	color: #AA9A87;
}
.room-rates .date-header{ 
	text-align: center;
	font: normal 11px/1.8 Georgia, Palatino, serif;
	color: #444;
	font-weight:bold;
	
}

.room-rates table { 
	border-collapse: collapse; 
	width: 100%;
}

.room-rates table td {
	padding: 3px 7px 3px 0;
	border-bottom: 1px solid #AA9A87;
}

.room-rates .table-heading {
	color: #444;
	font-weight:bold;
}


/**************************************************************************
 * Old Rates Tables */

table.r8s {
    /*margin-bottom: 20px;*/
    width: 100%;
}

table.r8s td {
    /*padding: 8px 8px 8px 8px;*/
    text-align: center;
    width: 19%;
}

table.r8s tr.r8colhead td.corner {
    width: 23%;
}

table.r8s tr.r8colhead td {
    padding: 5px 5px 5px 5px;
    text-align: center;
	color: #444;
}

table.r8s td.row1head, table.r8s td.row2head {
   /* padding: 8px 10px 8px 10px; */
    text-align: right;
    width: 23%;
	color: #444;
}


/**************************************************************************
 * Homepage Sections */

#home-copy {
	background: #FFFFFF url('../images/styling/resort-home-lady.jpg') no-repeat top left;
	
}


/**************************************************************************
 * Photo Gallery Section*/

.galleria{list-style:none;padding:0;margin:0;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0;}
.galleria li a{display:none;}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer;}
.galleria li.active div img,.galleria li.active div{display:block;}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto;}
* html .galleria li div span{width:400px} /* MSIE bug */

.galleria_container { }
.galleria_container .caption {
	/*padding: 5px;
	font: bold 10px/1 Verdana, sans-serif;
	text-transform: uppercase;
	margin: -20px 0 0 0;
	background-color: #000;
	color: #FFF;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;*/
}

.gallery-styled {width:280px; margin:80px auto;}
.gallery-styled li{width:65px;height:54px;border:1px solid #D8C7B4; margin: 0 3px 3px 0; }

/*	.gallery-styled li div{left:240px}
	.gallery-styled li div .caption{font:italic 0.7em/1.4 georgia,serif;} */


/**************************************************************************
 * Footer Section */

#footer {
	/* height: 360px; */
	margin: 4px 0;
	border-top: 1px solid #D8C7B4;
	
	font: normal 11px/1.8 Georgia, Palatino, serif;
	color: #AA9A87;
}

#footer ul
{
	float: left;
	list-style: none;
	margin: 0px 0px 0px 55px; /* going to have to eye-ball the centering here... */
	padding: 10px 0;
}

#footer a {
	padding: 0 12px;
}

#footer li {
	float: left;
	border-right: 1px solid #D8C7B4;

}

#footer li.first {
	border-left: 1px solid #D8C7B4;
}



/* ....... ····· ¨¨¨¨¨ images + text ¨¨¨¨¨ ····· ....... */

.jpoutbox { 
    padding: 1px;
    border: 1px solid #fbd4d1;
}

.jpinbox {  
    padding: 10px;
    background-color: #f4e5d7;
}

.jpimageout { 
    float: left; 
    width: 334px;
    margin-bottom: 10px; 
    padding-right: 10px; 
}

.jpimagein { 
    padding: 1px; 
    background-color: #b2817d;
}

.jpimagein img { 
    border: 1px solid #fff;
}

.jptextout { 
    float: left; 
    width: 517px;
    padding: 1px; 
    margin-bottom: 10px; 
    background-color: #fff;
}

.jptextin { 
    min-height: 200px;
    padding: 10px; 
    border: 1px solid #f4e5d7;
    text-align: center;
}


/* ¨¨¨¨¨ ····· ..... º§º§º º§º§º º§º§º ..... ····· ¨¨¨¨¨ */



/* ..... ····· ¨¨¨¨¨ jp common footer ¨¨¨¨¨ ····· ..... */

#jpftro {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    text-align: center;
}

#jpftri {
    width: 840px;
    height: 59px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}

.jpfele {
    float: left;
}

.jpfele img {
    border: 0;
}

/* ¨¨¨¨¨ ····· ..... º§º§º º§º§º º§º§º ..... ····· ¨¨¨¨¨ */


































