@charset "UTF-8";
 

/**************************************************************
COMMON
**************************************************************/

body {
  padding: 0;
  margin: 0;
  background: #3b1a08;
}


/*
.header_nav_link a, .header_nav_link a:visited{
	color: #ffffff;
	text-decoration: none;
	font-family:Arial, Helvetica, 'sans-serif';
	font-size: 12px;
	padding-right: 20px;
}
.header_nav_link a:hover{
	color: #dbd9d9;
	text-decoration: none;
	font-weight:200;
	font-family:Arial, Helvetica, 'sans-serif';
	font-size: 12px;
	padding-right: 20px;
}

*/



h1, h2, h3, h4, h5, h6, p {
  margin: 0 0 12px 0;
  padding: 0;
}

h2 {
  color: #ffffff;
  font-size: 24px;	
  font-weight: normal;
}

h3 {
  color: #ffffff;
  font-size: 18px;	
  font-weight: normal;
}
hr {
  display: none;  
}

#wrapper {
  width: 949px;
  padding: 0 5px;
  margin: 0 auto;
  background: #f7f3ea;
}

#header, #footer {
  position: relative;
  clear: both;
}

#page_title {
  z-index: 29003;
}

.hr {
 border-bottom: 1px solid #999;
 margin-bottom: 19px;
 padding-top: 10px;
}

/**************************************************************
HEADER
**************************************************************/

#header {
  height: 219px;
  position: relative !important;
}

#logo {
  position: absolute;
  top: 10px;
  left: 58px;
}

#logo a {
  background: url(../images/logo.gif) no-repeat;
  width: 198px;
  height: 135px;
  text-indent: -9000px;
  display: block;
}

#gift_cards {
  position: absolute;
  top: 0;
  right: 10px;
}

#lottery {
  position: absolute;
  top: 0;
  right: 10px;
}

#specials {
  position: absolute;
  top: 48px;
  right: 10px;
}

#quick_res {
  width: 634px;
  height: 67px;
  border: none;
  padding: 0;
  margin: 0;
  background: url(../images/quick_res_bg.gif) repeat-x;
  position: absolute;
  right: 0;
  bottom: 58px;
  overflow: hidden;
}

* html #quick_res {
  bottom: 57px;
}

#quick_res p {
  margin: 0;
  top: 12px;
  font-size: 9px;
}

#quick_res input {
  margin: 4px 0 0 0;
  padding: 6px 0 0 0;
  text-align: center;
  border: none;
  color: #939393;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

#quick_res input:focus {
  color: #333;
}

#quick_res br {
  display: none;
}

#quick_res label {
  display: block;
  height: 9px;
  text-indent: -9000px;
}

#quick_res_form {
  background: url(../images/quick_res_title.gif) no-repeat 20px 14px;
  width: 634px;
  height: 131px;
}

/* CHECK IN */
#quick_res_checkin {
  position: absolute;
  left: 144px;
}

#quick_res_checkin label {
  background: url(../images/quick_res_title_arrival.gif) no-repeat;
  width: 81px;
}

#quick_res_checkin input {
  background: url(../images/quick_res_bg_arrival.gif) no-repeat;
  width: 130px;
  height: 27px;
  text-align: left;
  padding-left: 18px;
  cursor: pointer;
}

#quick_res input#btn_calendar {
  background: url(../images/quick_res_btn_arrival.gif) no-repeat !important;
  width: 21px;
  height: 17px;
  text-indent: -9000px;
  position: relative;
  top: 6px;
  left: 4px;
  cursor: pointer;
}

#quick_res input#btn_calendar:hover {
  background-position: 0 -17px !important;
}


/* NIGHTS */
#quick_res_nights {
  position: absolute;
  left: 297px;
}

#quick_res_nights label {
  background: url(../images/quick_res_title_nights.gif) no-repeat;
  width: 81px;
}

#quick_res_nights input {
  background: url(../images/quick_res_bg_textfield.gif) no-repeat;
  width: 40px;
  height: 25px;
}


/* ADULTS */
#quick_res_adults {
  position: absolute;
  left: 359px;
}

#quick_res_adults label {
  background: url(../images/quick_res_title_adults.gif) no-repeat;
  width: 81px;
}

#quick_res_adults input {
  background: url(../images/quick_res_bg_textfield.gif) no-repeat;
  width: 40px;
  height: 27px;
}


/* CHILDREN */
#quick_res_children {
  position: absolute;
  left: 422px;
}

#quick_res_children label {
  background: url(../images/quick_res_title_children.gif) no-repeat;
  width: 81px;
}

#quick_res_children input {
  background: url(../images/quick_res_bg_textfield.gif) no-repeat;
  width: 40px;
  height: 27px;
}


/* AAA */
#quick_res_aaa {
  position: absolute;
  left: 475px;
}

#quick_res_aaa label {
  background: url(../images/quick_res_title_aaa.gif) no-repeat;
  width: 32px;
}

#quick_res_aaa span {
  background: url(../images/quick_res_btn_aaa.gif) no-repeat;
  width: 13px;
  height: 13px;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  position: relative;
  top: 10px;
  left: 8px;
}

#quick_res_aaa span.on {
  background-position: 0 -13px;	
}


/* SUBMIT */
#quick_res_submit_btn {
  width: 88px;
  height: 32px;
  text-indent: -9000px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 12px !important;
}

#quick_res legend {
  display: none;
}


/**************************************************************
NAV
**************************************************************/

#udm {
	width: 949px;
	height: 58px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	margin-top: 300px;
	bottom: -57px;
	left: 2px;
}

* html #udm {
  width: 954px;
}

* html #udm {
  bottom: -1px;
}

#udm li {
  float: left;
}

#udm li a {
  display: block;
  text-indent: -9000px;
  height: 28px;
}

#udm li.page_item {
  display: none;  
}

#udm li.page_item ul, #udm li.page_item ul * {
  display: block !important;
  text-indent: 0;  
}

#udm li a:hover, .current_page_item a {
  background-position: 0 -58px !important;
}

.current_page_ancestor a, .current_page_ancestor a:hover {
  background-position: 0 -116px !important;
}

#udm li.page-item-3, #udm li.page-item-17, #udm li.page-item-5, #udm li.page-item-6, #udm li.page-item-1354, #udm li.page-item-11, #udm li.page-item-12 {
  display: block;  
}

.page-item-3 a {
  background: url(../images/menu/attraction.png) no-repeat;
  width: 140px;
}

.page-item-17 a {
  background: url(../images/menu/shopping.png) no-repeat;
  width: 126px;
}
.page-item-5 a {
  background: url(../images/menu/outdoor.png) no-repeat;
  width: 220px;
} 

.page-item-6 a {
  background: url(../images/nav_meetings.gif) no-repeat;
  width: 249px;
}

.page-item-1354 a {
  background: url(../images/nav_specials.gif) no-repeat;
  width: 93px;
}

.page-item-11 a {
  background: url(../images/nav_news.gif) no-repeat;
  width: 134px;
}

.page-item-12 a {
  background: url(../images/nav_maps.gif) no-repeat;
  width: 161px;
}

/* SUB NAV */

#udm ul{
  background: #62a503 url(..s/images/nav_sub_bg.gif) repeat-x;
  padding: 0 10px;
  border: 1px solid #9dd74a;
  border-top: none;
}

#udm ul a {
  background: none;
  text-indent: inherit;
  padding: 4px 0 !important;
  height: auto;
  color: #ffffff;
  display: block;
  width: 100%;
  border-bottom: 1px solid #9dd74a;
}

#udm ul a:hover, #udm ul .current_page_item a {
  color: #fff;
}

#udm .nav_last a {
  border: none;
}


/**************************************************************
BODY
**************************************************************/

* html #body {
  clear: both;
  float: left;  
}

#tagline {
  background: url(../images/template_tagline.gif) no-repeat;
  width: 949px;
  height: 58px;
}

#columns {
  background: #f7f3ea;
  float: left;
  font: 13px/24px Georgia, "Times New Roman", Times, serif;
}

#column_left {
  width: 670px;
  float: right;
  background: url(../images/template_column_left_bg.gif) no-repeat;
  min-height: 556px;
  color: #2d2c29; 
  position: relative;
}

#column_full {
  width: 889px;
  float: left;
  background: url(../images/template_column_left_bg.gif) repeat-x;
  min-height: 556px;
  color: #2d2c29;
  padding: 0 30px;
  position: relative;
}

* html #column_left {
  height: 556px;
}

#column_right {
  width: 270px;
  float: left;
  background: url(../images/column_right_bg.png) repeat-y;
  min-height: 263px;
  color: #92908c;
}
 

#promo {
  width: 182px;
  float: left;
  background: url(../images/template_promo_bg.jpg) no-repeat;
  min-height: 200px;
  color: #83a2b0;
}
* html #column_right {
  
}

/**************************************************************
FOOTER
**************************************************************/

#footer {
  color: #371505;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  padding: 10px 10px 20px 10px;
  width: 929px;
  position: relative;
  font-size:12px;
  background-color: #e1daca;
}

#footer a {
  color: #371505;
  text-decoration:none;
}

#footer a:hover {
  color: #c35420;
  text-decoration:none;
}

#footer_social_twitter {
  position: absolute;
  top: 10px;
  right: 79px;
  display: block;
  background: url(../images/social_twitter.gif) no-repeat;
  width: 73px;
  height: 26px;
  text-indent: -90000px;
}

#footer_social_facebook {
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  background: url(../images/social_facebook.gif) no-repeat;
  width: 65px;
  height: 26px;
  text-indent: -90000px;
}
.view_more a:link, .view_more a:visited {
  color: #211410;
  text-align: right;
  display: block;
  margin: 10px 17px 0 0;
  text-decoration: none;
}

.view_more a:hover{
  color: #3e251e;
  text-align: right;
  display: block;
  margin: 10px 17px 0 0;
  text-decoration:none;
  
}
/**************************************************************
SUBPAGE
**************************************************************/

#page_title {
  margin: 0;  
}

.room_thumbnail {
  width: 145px;
  height: 106px;
  float: left;
  margin: 0 12px 4px 0;
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
}

.room_title {
  clear: both;  
}

.guest_room {
  margin: 0 0 20px 0;
  float: left;
  clear: both;  
  width: 100%;
}


/**************************************************************
RIGHT SIDE
**************************************************************/

#sidebar_events, #sidebar_news, #sidebar_programs, #sidebar_activities {
  font-family:Arial, Helvetica, 'sans-serif';
  padding: 17px 16px 7px 17px;
  position: relative;
  clear: both;
  float: left;
}

#sidebar_events_social{
  font-family:Arial, Helvetica, 'sans-serif'; 
  position: relative; 
  padding: 17px 10px 7px 17px;
  margin-left: 15px; 
  margin-right: 10px;
  background-image:url('../images/social_bg.png');
  clear: both;
  float: left;
}


#sidebar_events a, #sidebar_news a, #sidebar_programs a, #sidebar_activities a {
  font-family:Arial, Helvetica, 'sans-serif';
  color: #83a2b0;
  font-size:12px;
}

#sidebar_events, #sidebar_activities {
  font-family:Arial, Helvetica, 'sans-serif';
  padding-bottom: 0;	
  font-size:12px;
}

#sidebar_programs p, #sidebar_activities p {
  font-family:Arial, Helvetica, 'sans-serif';
  margin: 0 20px;	
  font-size:12px;
}
#sidebar_events h3
{
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 18px;	
  font-weight: normal;
}
#sidebar_events ul.events, #sidebar_activities ul.events {
  font-family:Arial, Helvetica, 'sans-serif';
  background: url(../images/sidebar_divider_line.gif) repeat-y 73px 0;
  margin: 0 0px;
  padding: 0;
  width: 206px;
  position: relative;
  list-style: none;
  font-size:12px;
}

* html #sidebar_events ul.events, * html #sidebar_activities ul.events {
  font-family:Arial, Helvetica, 'sans-serif';
  margin: 0 0px 0 0px;
  font-size:12px;
}

#sidebar_events ul.events li, #sidebar_activities ul.events li {
  font-family:Arial, Helvetica, 'sans-serif';
  width: 161px;
  margin: 0 0 0 105px;
  padding: 8px 0;
  font-size:12px;
}

#sidebar_events ul.events li strong, #sidebar_activities ul.events li strong {
  font-family:Arial, Helvetica, 'sans-serif';
  position: absolute;
  left: 0px;
  width: 105px;
  color: #c5c9b4;
  font-size:12px;
}

a#all_events {
  margin: 10px 20px 0 105px;
  position: relative;
  top: 10px;
}

a#all_activities {
  margin: 10px 20px 0 85px;
  position: relative;
  top: 10px;
}

.view_more {
  color: #c5c9b4;
  text-align: right;
  display: block;
  margin: 10px 17px 0 0;
  text-transform: lowercase;
}





.right_title {
  text-indent: -9000px;
  width: 286px;
  height: 50px;
}

#sidebar_events h2 {
  background: url(../images/home_right_title_events.png) no-repeat;
}

* html #sidebar_events h2 {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/home_right_title_events.png');
  background: none;
}

#sidebar_activities h2 {
  background: url(../images/home_right_title_activities.png) no-repeat;
}

* html #sidebar_activities h2 {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='..//images/home_right_title_activities.png');
  background: none;
}

#sidebar_news h2 {
  background: url(../images/home_right_title_news.png) no-repeat;
}

* html #sidebar_news h2 {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='../images/home_right_title_news.png');
  background: none;
}

#sidebar_programs h2 {
  background: url(../images/home_right_title_programs.png) no-repeat;
}

* html #sidebar_programs h2 {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='..//images/home_right_title_programs.png');
  background: none;
}

.news_title {
  color: #c5c9b4;
}

.news_item {
  margin: 0 20px;
  padding: 8px 0;
  width: 246px;
}

.news_item a {
  text-decoration: none;
  display: block;
}

.news_item .article_link a {
  color: #c5c9b4;
}

/**************************************************************
DD MAILER FORM
**************************************************************/

.ddfmwrap label {
  display: block;
}

.ddfmwrap textarea {
  width: 100%;
  height: 200px;
}


/**************************************************************
EMAIL SUBSCRIBE FORM
**************************************************************/

#email_updates_form strong {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
}

#email_updates_form p {
  margin: 0;
  padding: 0;
}

#email_updates_form input {
  margin: 0 0 12px 0;
  padding: 0;
}

#email_updates_form br {
  display: none;	
}


/**************************************************************
ICAL PLUGIN
**************************************************************/

#ical_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ical_list li {
  margin-bottom: 20px;
}

#ical_list li h2 {
  position: relative;
}

#ical_list li span {
  position: absolute;
  right: 0;
}
/***************************************************************
WEATHER
***************************************************************/

.weather_header {
	font-size: 16px;
	font-weight: bold;
	color: #893B07;
	
}
.weather_data {
	font-size: 12px;
	color: #996600;
}
.weather_data ul {
}
.weather_data li  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}
 
/***************************************************************
HOMEPAGE TEASER
**************************************************************/
 li .teaser_content  a:link, .teaser_content    {
	color: #ffffff;
	text-decoration: none; 
	font-size: 18px;
	padding-right: 20px;
}

a:visited, a:link{
	color: #ffffff;
	text-decoration: none; 
	font-size: 12px;
	padding-right: 20px;
}
.teaser_head { 
	background-image: url('..//images/teaser_head_bg.png');
	width: 670px;
	display: block;
	height: 40px;  
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.teaser_head h2{ 
	margin-left: 20px; 
	padding-top: 10px; 
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.teaser_content { 
	background: url('..//images/teaser_content_bg.png') repeat-y;
	width: 670px;  
	padding-top: 0px;
	margin-top: 0px; 
	padding-bottom: 0px;
	margin-bottom: 0px; 
}

.teaser_footer { 
	background-image: url('..//images/teaser_footer_bg.png');
	width: 670px;  
	height: 20px;
	padding-top: 0px;
	margin-top: 0px; 
}

.header_sub {
	color: #4a9fbb;
	} 
/*--- Slideshow styles --*/

.carousel { width:640px; position: relative; height:420px; }

.carousel .slides { width: 640px; overflow: hidden; height: 420px; margin-top:0px; position: absolute; top:0; }

.carousel ul a img { border: 0px; }

.carousel .slides ul { width: 9999px; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; position: absolute; top: 0; height:420px; }

.carousel ul li { display:block; float:left; padding: 0px; height: auto; width: 640px; text-align:center; }

.carousel ul li a img { display:block; }

.slides p { color:#74cce9; font-size:18px; text-align:center; margin-top:20px; }
.slides h6 { color:#74cce9; font-size:14px; text-align:center; margin-top:0px; font-weight:normal; }

.forward { background:url(../images/common/btn-next.png) no-repeat; width:50px; height:50px; position: absolute; top: 330px; cursor: pointer; right: 15px; }

.vback { position: absolute; top: 330px; cursor: pointer; left: 15px; background:url(../images/common/btn-prev.png) no-repeat; width:50px; height:50px; }


/*--- Lightbox styles ---*/
#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }

#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }

#lightbox-container-image { padding: 10px; }

#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#lightbox-nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none; }

#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; display: block; }

#lightbox-nav-btnPrev { left: 0; float: left; }

#lightbox-nav-btnNext { right: 0; float: right; }

#lightbox-container-image-data-box { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }

#lightbox-container-image-data { padding: 0 10px; color: #666; }

#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em; }

#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }





















#sidebar_events h3
{
  font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 18px;	
  font-weight: normal;
}
#sidebar_events2 ul.events, {
  font-family:Arial, Helvetica, 'sans-serif';
  background: url(../images/sidebar_divider_line.gif) repeat-y 73px 0;
  margin: 0 0px;
  padding: 0;
  width: 206px;
  position: relative;
  list-style: none;
  font-size:12px;
}

* html #sidebar_events2 ul.events  {
  font-family:Arial, Helvetica, 'sans-serif';
  margin: 0 0px 0 0px;
  font-size:12px;
}

#sidebar_events2 ul.events li, #sidebar_events2 ul.events li a:link{
  font-family:Arial, Helvetica, 'sans-serif';
  width: 161px;
  margin: 0 0 0 205px;
  padding: 8px 0;
  font-size:14px;
  list-style:none;
}

#sidebar_events2 ul.events li strong  {
  font-family:Arial, Helvetica, 'sans-serif';
  position: absolute;
  left: 0px;
  width: 205px;
  color: #ffffff;
  font-size:14px;
  padding-left: 30px;
}              


 
#sidebar {float: left; width: 210px; background: url(../images/shadow-sidebarside.gif) top right repeat-y; margin-right: 37px;}
html>body #sidebar {margin-right: 0px;}
#sidebar h1 {background:#713d20  url(../images/shadow-sidebartop.gif) top left no-repeat; margin: 0; padding-top: 7px;}
#sidebar h1 a {display: block; background: #713d20 url(../images/shadow-subnavtop.gif) bottom left repeat-x; color: #fff; padding: 10px; margin: 0 0 0 0; border-bottom: 1px solid #fff; text-decoration: none; font-family: verdana, sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .4em;}
#sidebar h1 a:hover {background: #713d20 url(../images/shadow-subnavtop-on.gif) bottom left repeat-x;}
#sidebar h1.navhighlight a {background: #713d20 url(../images/shadow-subnavtop-on.gif) bottom left repeat-x;}
#sidebar ul {margin: 0; padding: 0; list-style: none; width: 210px; background: #808080 url(../images/shadow-subnavbottom.gif) bottom left repeat-x; padding-bottom: 8px; border-bottom: 2px solid #fff;}
#sidebar li {margin: 0; padding: 0; list-style: none; background: #808080; font-family: tahoma, arial, helvetica, sans-serif; font-size: 10px; border-bottom: 1px solid #fff; font-weight: bold; line-height: 21px;}
#sidebar li a {display: block; width: 190px; color: #fff; text-decoration: none; padding: 0 10px; background:#808080;}
#sidebar li a:hover {background: #bcbbbb;} 
#sidebar li.navhighlight a {background: #711649;}
#sidebar img {display: block;}
#sidebar #bottomlinks {background: url(../images/shadow-sidebarbottom.gif) bottom left no-repeat; padding-bottom: 7px;background: #711649;}
#sidebar #bottomlinks img {border-top: 2px solid #fff;background: #711649;}


.menu_top a:link {
color:#00FF00;
}