@charset "UTF-8";

/* BEGIN GENERAL */



#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.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;
}


/* END GENERAL */


/* BEGIN TOP SECTION */

#top {
	padding-top: 155px;
	text-align: center;
	padding-left: 9px;
	margin: 0;
} 

#flash {
	text-align: center;
	margin: 0;
	z-index: 1;
}

#nav {
	/*width:580px;*/
	height:14px;
	position:relative;
	z-index:9000px;
	padding:4px 0 10px 10px;
	margin:0 80px 20px 80px;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*GRADIENT*/
  
  background-color: #fdedb1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdedb1), to(#dac363));
	background-image: -webkit-linear-gradient(top, #fdedb1, #dac363);
	background-image:    -moz-linear-gradient(top, #fdedb1, #dac363);
	background-image:     -ms-linear-gradient(top, #fdedb1, #dac363);
	background-image:      -o-linear-gradient(top, #fdedb1, #dac363);
	background-image:         linear-gradient(top, #fdedb1, #dac363);


}

/*style the main menu*/
.myMenu { margin:0; padding:0; z-index:9000} 
.myMenu li { 
	list-style:none;
	float:left;
	font-size:13px;
	font-family:Arial, Helvetica;
	color:#dac363;
} 

.myMenu li a:link, .myMenu li a:visited { display:block; text-decoration:none; /*background-color:#dac363;*/ padding: 2px 26px 2px 26px; margin:0; color:#0136ba; font-weight:bold; } 
.myMenu li a:hover { background-color:#0CF; }



/*style the sub menu*/ 
.myMenu li ul { position:absolute; visibility:hidden; border-top:1px solid #fff; margin:0; padding:0; text-align: left } 
.myMenu li ul li { display:inline; float:none; text-align:left; font-size: 11px} 
.myMenu li ul li a:link, .myMenu li ul li a:visited { background-color:#ffecb1; width:auto; font-size: 11px } 
.myMenu li ul li a:hover { background-color:#0CF; font-size: 11px }

/* END TOP SECTION */


/* BEGIN LEFT SIDEBAR */

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	z-index: 1;
}

#sidebar-top {
	float: center; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: left;
	padding-top: 0px;
	background-image: url(../images/search-box/reserve_holder.jpg);
	height: 212px;
	background-position: center;
	background-repeat: no-repeat;
}

#sidebar-bottom {
	float: left top; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: left;
	padding-top: 10px;
}

/* END LEFT SIDEBAR */


/* BEGIN CONTENT */


#MainHeader {
	text-align:left;
}
#mainContent {
	z-index:1;
}
#RtImg {
	text-align:right;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: text-top;
	padding-right: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}

#CtrImg {
	text-align:center;
	width:565px;
	height:auto;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#floorplans {
	text-align:center;
	width:569px;
	height:657px;
	float: none;
	background-image: url(../images/accomodations-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#fp-nav {
	height:54px;
	padding-top:41px;
	text-align:center;
}

#fp-descrip {
	height:586px;
	text-align:center;
}

#map {
	text-align:center;
	vertical-align: top;
}

.header1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#C60;
	font-style:italic;
	font-weight:bold;
}


/* END CONTENT */

/* BEGIN FOOTER SECTION */

#footer {
	text-align: center;
	font-family: "Trebuchet MS";
	z-index: 1;
} 

#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#logos {
	text-align: center;
	border-color: #FFF;
}

/* END FOOTER SECTION */

#list-color {
	background-color:#6CF;
	padding: 1px 5px 0 3px;
	width: 560px;
}


#reserve_holder {
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-image: url(../images/reserve_holder.jpg);
	background-repeat: no-repeat;
}

#reserve_holder table {
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 12px;
}

#reserve_holder select{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-size: 9px;
}

#date {
	margin-right: 5px;
	text-align: right;
}

#border {
	padding: 5px;
	border-bottom: #DDD 1px solid;
}

#border-main {
	padding: 10px;
	border: #DDD 1px solid;
}

