/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:#fff;
margin: 30px 0px 0px 0px;
color: #333;
line-height: 20px;
}

.left49 {width: 225px; float: left;}
.right49 {width: 225px; float: right;}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #333;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

a img{
border:none;
text-decoration: none;
}

.clear {
clear:both;
height: 1px;
margin-top: -1px;
font-size: 1px;
}

#container {
width: 820px;
margin:auto;
}

#logo {
text-align:right;
margin-right: 20px;
margin-bottom: 5px;
}

#content {
background-image:url(../images/content_bg.gif);
background-repeat:repeat-y;
height: auto;
}

#banner {
height: 220px;
padding-bottom: 5px;
}

#banner .pic{
float: left;
width: 410px;
height: 220px;
position:relative;
left: 10px;
margin-right: 5px;
background-color:#fff;
}

#banner .quote h1{
float:right;
background-image:url(../images/banner_right.gif);
background-repeat:no-repeat;
width: 395px;
margin: 0; padding: 0;
height: 220px;
color:#fff;
text-indent: -999999px;
}

.quote p{
font-family:Georgia, "Times New Roman", Times, serif;
margin:0px;
padding:0px;
width: 320px;
margin-top: 40px;
margin-left:40px;
font-size: 20px;
line-height:27px;
}

/* NAVIGATION */

	/* navigation controllers */

	#home_page #home_li a,
	#hotel_page #hotel_li a,
	#accommo_page #accommo_li a,
	#dining_page #dining_li a,
	#wellness_page #wellness_li a,
	#leisure_page #leisure_li a,	
	#weddings_page #weddings_li a,
	#business_page #business_li a,
	#activities_page #activities_li a,
	#location_page #location_li a,
	#mayo_page #music_li a,
	#contact_page #contact_li a {
		color: #000;
	}

	#home_page #home_li li a,
	#hotel_page #hotel_li li a,
	#accommo_page #accommo_li li a,
	#dining_page #dining_li li a,
	#wellness_page #wellness_li li a,
	#leisure_page #leisure_li li a,	
	#weddings_page #weddings_li li a,
	#business_page #business_li li a,
	#activities_page #activities_li li a,
	#location_page #location_li li a,
	#mayo_page #music_li li a,
	#contact_page #contact_li li a {
		color: #666;
	}

	#home_page #home_li li a:hover,
	#hotel_page #hotel_li li a:hover,
	#accommo_page #accommo_li li a:hover,
	#dining_page #dining_li li a:hover,
	#wellness_page #wellness_li li a:hover,
	#leisure_page #leisure_li li a:hover,	
	#weddings_page #weddings_li li a:hover,
	#business_page #business_li li a:hover,
	#activities_page #activities_li li a:hover,
	#location_page #location_li li a:hover,
	#mayo_page #music_li li a:hover,
	#contact_page #contact_li li a:hover {
		color: #fff;
	}


#nav {
background-image:url(../images/nav_bg.gif);
background-repeat:no-repeat;
width: 820px;
height: 34px;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size:11px;
text-align: left;
margin: 0;
list-style: none; 
padding: 5px 0 0 3px;
}

#nav a{
color:#666;
text-decoration:none;
display: block;
border-bottom: 0;
}

#nav a:hover{
color:#000;
}


#nav ul{
padding: 0;margin: 0;
list-style-type:none;
margin: auto;
text-transform:uppercase;
padding: 5px 0 0 0px;
}

#nav ul.main_nav {
	width: 785px;
}


#nav li{
display:inline;
list-style-type:none;
margin-right: 7px;
float: left;
padding: 0 2px;
z-index: 20;
position: relative;
}

#nav ul li ul li {
	width: 170px;
	margin-right: 0px;
	padding: 3px 0px;
}

#nav ul li ul li a {
	padding-left: 4px;
}

#nav li ul { /* second-level lists */
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    background-color: #eaeaea;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
    display: block;
}

#nav li ul li a:hover{
	color: #fff;
	background-color: #9A664A;
}
#menu_iframe {
    z-index: 10;
    position: absolute;
    display: none;
}
/*** BOTTOM CONTENT **/


#bottom {
width: 798px;
margin:auto;
margin-top: -5px;
}

#bottom .header{
font-family:Georgia, "Times New Roman", Times, serif;
color:#333;
font-size: 1.5em;
margin-left: 7px;
font-weight:normal;
padding-bottom: 10px;
padding-top: 20px;
}


#bottom select.day{
font-size: 11px;
width: 60px;
margin-right: 5px;
}

#bottom img{
vertical-align:middle;
}

#bottom select.month{
font-size: 11px;
width: 85px;
}

#bottom select.year {
	font-size: 11px;
	width: 45px;
	}

#bottom p.buttons{
margin-left: 15px;
}

#bottom h1, #footer h1{
margin:0px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
margin-left: 7px;
font-weight:normal;
margin-bottom:0px;
padding-top: 20px;
}

#bottom h2, #footer h2 {
margin: 0 0 0 20px;
text-transform: uppercase;
font-size: 11px;
font-weight:bold;
padding: 0;
}

h2.booking_headings {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	}

/** COLUMN 1 **/

#bottom .column1{
float: left;
width: 238px;
margin-right: 13px;
}

.column1 .book{
background-color:#BD8D46;
width: 220px;
margin-left: 16px;
height: auto;
}

.column1 .book p{
margin:0px;
padding:0px;
margin-left: 10px;
margin-bottom: 5px;
}

.book .booktop{
background-image:url(../images/book_right.gif);
background-repeat:no-repeat;
background-position:right top;
height: 19px;
}

.book .bookbottom{
background-image:url(../images/book_left.gif);
background-repeat:no-repeat;
background-position:left top;
height: 17px;
}

.column1 .specialoffers{
background-color:#F6E497;
width: 220px;
margin-left: 16px;
margin-top: 10px;
height: auto;
}

.specialoffers p{
margin:0px;
padding:0px;
margin-left: 10px;
margin-bottom: 5px;
}

.specialoffers ul{
list-style-type:none;
padding:0px;
margin:0px;
margin-left: 30px;
margin-bottom: 5px;
}

.specialoffers li{
list-style-type:none;
padding-bottom: 5px;
}

.specialoffers .specialtop{
background-image:url(../images/special_yellow_right.gif);
height: 19px;
background-repeat:no-repeat;
background-position: top right;
}

.specialoffers .specialbottom{
background-image:url(../images/special_yellow_left.gif);
height: 17px;
background-repeat:no-repeat;
background-position:left top;
}

.emailbox {
background-color:#FFDB97;
width: 219px;
margin-left: 20px;
margin-top: 10px;
height: auto;

}

.emailbox .emailtop{
background-image:url(../images/email_right.gif);
min-height: 85px;
background-repeat:no-repeat;
background-position: top right;
padding-top:15px;
}

.emailbox .emailbottom{
background-image:url(../images/email_left.gif);
height: 17px;
background-repeat:no-repeat;
background-position:left top;
}

.emailbox p{
margin:0px;
padding:0px;
margin-left: 20px;
width: 170px;
}

.emailbox input{
width: 170px;
border:1px solid #000;
margin-top: 5px;
}

.emailbox img{
width: 170px;
margin-left:20px;
margin-top: 5px;
}

html>body .emailbox input{
margin-left:20px;
}

.emailtop p{
margin:0px;
padding:0px;
width: 175px;
font-size: 1.3em;
font-family:Georgia, "Times New Roman", Times, serif;
margin-left: 15px;
margin-top: 5px;
}


/** COLUMN 2 **/

#bottom .column2{
float: left;
width: 170px;
margin-left: 10px;
}

#bottom .wider {
	width: 515px;
	}

.column2 img{
position:relative;
left: 15px;
}

.column2 .vcard{
margin: 10px 0px 15px 15px;
padding:0px;
line-height:20px;
width: 150px;
}

.column2 .events, .column2 .comps {
width: 166px;
margin-top: 10px;
background-color:#D5EBFB;
height: auto;
}

.column2 .comps {background-color: #669933; color: #fff;}
.column2 .comps a {color: #fff;}

.events p, .comps p{
margin:0px;
padding:0px;
margin-left: 10px;
margin-bottom: 10px;
}

.events .vevent{
margin:0px;
padding:0px;
list-style-type:none;
width:150px;
margin-left: 10px;
margin-bottom: 8px;
}

.events .eventstop, .comps .compstop {
background-image:url(../images/events_gray_right.gif);
height: 19px;
background-position:top right;
background-repeat:no-repeat;
}

.events .eventsbottom, .comps .compsbottom{
background-image:url(../images/events_gray_left.gif);
height: 23px;
background-position:left top;
background-repeat:no-repeat;
}

.comps .compsbottom {background-image: url(../images/comps_left.gif)}
.comps .compstop {background-image: url(../images/comps_right.gif)}

#bottom .column3{
float: left;
width: 345px;
}

.column3 p{
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
position:relative;
left: 15px;
width: 310px;
padding-top: 4px;
}


#footer {
	width: 795px;
	height: 50px;
	text-align: center;
}
#footer img {
	padding: 0 20px;
}

#footer h1{
	padding: 0;
}

.events h3 {
	font-size: 11px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 0px;
	}
	
.events p {
	margin-top: 0px;
	margin-bottom: 2px;
	}
	
div.middle_images {margin-left: -20px; margin-top: 10px; text-align:center;}
div.middle_images img {margin: 10px 0;}
	
hr { width: 100%; margin: 0; background-color: #2b4c3f; height:2px;}
ul.footer_nav {list-style-type:none; margin-top: 20px;}
ul.footer_nav li {display: inline; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 3px; text-transform:lowercase;}
ul.footer_nav li a {color: #999;}

img.montage {margin: 10px 0 0 -10px;}
div#email_news_p p {font-size: 11px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000;}

div#bronze_pack, div#silver_pack, div#gold_pack {
	float: left; width: 160px; 
	margin: 3px 3px 3px 0px;
	padding: 4px; background: #fff url(../images/bronze_bg.jpg) repeat-x;
	}

div#silver_pack {
	background: #fff url(../images/silver_bg.jpg) repeat-x;
	}
	
div#gold_pack {
	background: #fff url(../images/gold_bg.jpg) repeat-x;
	}
	
button {
	background:none;
	border: none;
	cursor: pointer;
	}

/* Booking Summary Information */
.booking_summary {color: #9A664A; font-size: 11px; font-family: verdana, helvetica, arial, sans-serif; width: 480px; margin-bottom: 20px;}
.booking_summary td{text-align: center; padding: 3px 5px; border: 1px solid #eaeaea; }
.booking_summary tr.top_row td {background: #c0Ac7e; text-align: left; color: #fff;}
.booking_summary td.right_align {text-align: right;}
.booking_summary td.left_align {text-align: left;}
.booking_summary td.row_header {background: #9A664A; border-bottom: 1px solid #333; font-weight: bold; color: #fff;}
.booking_summary tr.last_row td {background: #c0Ac7e; color: #fff; font-weight: bold; border-top: 1px solid #333; border-bottom: 2px solid #333;}

#hidden_specials_form {margin-left: 20px; position: relative;}
button.booking_button {position: absolute; top: -33px; left: 130px;}
	
/* progress bar for navigation */
/* the navigation controls for the sprite navigation */
#progress_container {position: relative; margin: 10px 0;}
#progress {background: url(../images/progress.gif); height: 50px;width: 520px; margin-bottom: 20px;}
.column2 #progress ul {width: 520px;	height: 50px; position: relative; margin: 0;}
.column2 #progress ul li{background: none; padding:0; margin: 0;}
#progress li {position: absolute; top: 0;}
#progress li, #progress a { height: 50px; display: block; text-indent: -999999px; margin: 0; padding: 0;}	

#prog1 {left: 6px; width: 62px;}
#prog2 {left: 68px; width: 78px;}
#prog3 {left: 146px; width: 82px;}
#prog4 {left: 228px; width: 89px;}
#prog5 {left: 317px; width: 85px;}
#prog6 {left: 402px; width: 116px;}

#prog1 a.progress_active {background: transparent url(../images/phm_progress.gif) -6px -0px no-repeat;}
#prog2 a.progress_active {background: transparent url(../images/phm_progress.gif) -68px -0px no-repeat;}
#prog3 a.progress_active {background: transparent url(../images/phm_progress.gif) -146px -0px no-repeat;}
#prog4 a.progress_active {background: transparent url(../images/phm_progress.gif) -228px -0px no-repeat;}
#prog5 a.progress_active {background: transparent url(../images/phm_progress.gif) -317px -0px no-repeat;}
#prog6 a.progress_active {background: transparent url(../images/phm_progress.gif) -402px -0px no-repeat;}

#prog1 a.progress_future {background: transparent url(../images/phm_progress.gif) -6px -50px no-repeat;}
#prog2 a.progress_future {background: transparent url(../images/phm_progress.gif) -68px -50px no-repeat;}
#prog3 a.progress_future {background: transparent url(../images/phm_progress.gif) -146px -50px no-repeat;}
#prog4 a.progress_future {background: transparent url(../images/phm_progress.gif) -228px -50px no-repeat;}
#prog5 a.progress_future {background: transparent url(../images/phm_progress.gif) -317px -50px no-repeat;}
#prog6 a.progress_future {background: transparent url(../images/phm_progress.gif) -402px -50px no-repeat;}

#prog1 a.progress_past {background: transparent url(../images/phm_progress.gif) -6px -100px no-repeat;}
#prog2 a.progress_past {background: transparent url(../images/phm_progress.gif) -68px -100px no-repeat;}
#prog3 a.progress_past {background: transparent url(../images/phm_progress.gif) -146px -100px no-repeat;}
#prog4 a.progress_past {background: transparent url(../images/phm_progress.gif) -228px -100px no-repeat;}
#prog5 a.progress_past {background: transparent url(../images/phm_progress.gif) -317px -100px no-repeat;}
#prog6 a.progress_past {background: transparent url(../images/phm_progress.gif) -402px -100px no-repeat;}
