/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input.invalid, textarea.invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px #fff; -webkit-box-shadow: 0px 0px 5px #fff; box-shadow: 0px 0px 5px #fff;
   border: 2px solid red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { 
	color: #9f7300; 
	text-decoration: none;
}

a:hover { 
	color: #41342D;
}

/**
 * Primary styles
 *
 * Author: Brady Fopma
 */



/* COMMON STYLES */

body {
	background-image: url(/assets/images/background.png);
	background-repeat: repeat-x;
	background-color: #dbd2c0;
	color: #ded4b5;
	font-size: 16px;
	line-height: 1.125em;
	font-family: Arial;
}

body.sub { 
	background-image:url(/assets/images/sub-background.png)
}

.container {
	width: 960px;
	overflow: auto;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}

.feature ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.feature li, .feature a {
	display: block;
	position: relative;
}

.feature .slideshow {
	position: relative;
}

.feature .ctrl {
	position: absolute;
	z-index: 10;
}

.feature .ctrl li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.feature .ctrl li a {
	display: block;
	width: 30px;
	height: 10px;
	background-image: url(/assets/images/features_nav_off.png);
}

.feature .ctrl li.activeSlide a {
	background-image: url(/assets/images/features_nav_on.png);
}

/* HEADER STYLES */

#page-header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100px;
	z-index: 61;
}

#logo a {
	display: block;
	width: 220px;
	height: 120px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 4;
}

.logo_hotel a {
	background:transparent url(/assets/images/logo_hotel.png) no-repeat center top;
}

.logo_inn a {
	background:transparent url(/assets/images/logo_inn.png) no-repeat center top;
}

.logo_portal a {
	background:transparent url(/assets/images/logo_portal.png) no-repeat center top;
}

#primary-nav, #aux-nav {
	position: absolute;
	right: 0;
}

#primary-nav li, #primary-nav li a,
#aux-nav li, #aux-nav li a {
	display: block;
	text-decoration: none;
	float: left;
}

#primary-nav {
	top: 30px;
	height: 70px;
	width: 740px;
}

#primary-nav ul { 
	height: 70px;
}

#primary-nav .item1 {
	width: 131px;
}

#primary-nav .item2 {
	width: 113px;
}

body.portal #primary-nav .item2 {
	width: 180px;
}

#primary-nav .item3 {
	width: 180px;
}

#primary-nav .item4 {
	width: 109px;
}

#primary-nav .item5 {
	width: 86px;
}

#primary-nav .item6 {
	width: 115px;
}

#primary-nav .down_arrow {
	background-image: url(../images/main_nav_down_arrow.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#primary-nav ul ul ul {
	display: none !important;
}

#aux-nav { 
	top: 0;
	height: 30px;
}

#aux-nav ul {
	height: 30px;
}

#aux-nav li a {
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #fbf7eb;
	margin-right: 22px;
}

#primary-nav > ul > li {
	position: relative;
	display: block;
	border-right: 1px solid #e2d9c9;
	height: 70px;
}

#primary-nav > ul > li a {
	height: 39px;
	line-height: 16px;
	padding: 21px 15px 0px 10px;
	border-bottom: 10px solid #ffffff;
}

#primary-nav li a:hover,
#primary-nav li.hov a {
	border-bottom-color: #c39c37;
}

#primary-nav li a {
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #41342d;
}

#primary-nav > ul > li > a {
	font-weight: bold;
}
	
#primary-nav li ul {
	display: none
}

#primary-nav li.hov ul {
	display: block
}

#primary-nav li ul {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	width: 222px;
	height: auto;
	background-image: url(../images/main_nav_submenu_background.png);
	background-repeat: repeat-x;
	background-color: #fff;
	border-left: 1px solid #41342d;
	border-right: 1px solid #41342d;
	border-bottom: 9px solid #41342d;
}

#primary-nav li.hov ul li {
	display: block;
	float: none;
	line-height: 40px;
	border: none;
}

#primary-nav li.hov ul li a {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	display: block;
	float: none;
	border-bottom: 1px solid #e2d9c9;
	padding: 0 10px;
	line-height: 40px;
}

#primary-nav li.hov li.last a {
	border-bottom: none;
}

#primary-nav li.hov ul li a:hover {
	background-color: #c39c37;
}

#booking-widget {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	width: 100%;
	height: 75px;
	background: transparent url('/assets/images/booking_bar_mask.png');
	z-index: 60;
}

#booking-widget form {
	width: 960px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
	color: #c4b695;
}

#booking-widget h3 {
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-size: 24px;
	float: left;
	margin-top: 37px;
	margin-left: 25px;
	margin-right: 36px;
}

#booking-widget div {
	float: left;
	font-size: 12px;
}

#booking-widget input[type="text"], #booking-widget select {
	border: 1px solid #73562c;
	background-color: #000000;
	color: #c4b695;
}

#booking-widget div.date img {
	position: relative;
	top: 2px;
}

#booking-widget input[type="text"] {
	padding: 3px 8px 3px 8px;
}

#booking-widget input.datepicker {
	margin-top: -9px;
	padding: 2px 8px 0px 8px;
}

#booking-widget div {
	margin-right: 10px;
	position: relative;
}

#booking-widget select {
	padding: 2px 0px 2px 8px;
}

#booking-widget input[type="image"] {
	margin-top: 30px;
	margin-left: 20px;
}

#booking-widget label {
	padding-left: 5px;
	margin-top: 20px;
}

/* CONTENT STYLES */

#content-container {
	margin-top: 100px;
}

#content {
	float: left;
	width: 610px;
	position: relative;
	margin-top: 75px;
}

body.sub #content {
	color: #41342d;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 40px;
	padding-right: 39px;
	width: 571px;
}

body.sub #content h2 {
	font-size: 18px;
	margin-bottom: 20px;	
}

body.sub #content h3 {
	font-size: 14px;
	margin-bottom: 20px;
}

body.sub #content p {
	margin: 0px 0px 20px 0px;
}

#content ul {
	margin-bottom: 20px;
}

#welcome {
	margin: 35px 20px 10px 10px;
	position: relative;
	height: 210px;
	overflow: hidden;
}

#welcome p {
	line-height: 24px;
	margin-top: 20px !important;
	font-size: 16px;
}
#welcome p a {
	color: #41342d;
}
#welcome p a:hover {
	color: #9f7300;
}

#bottom_content {
	position: relative;
	margin-top: 22px;
	padding: 17px 40px 0px 30px;
	border: 1px solid red;
}

#content h1 {
	color: #fbf7eb;
	font-size: 30px;
	line-height: 30px;
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
}
	#content h1 a {
		color:#fbf7eb;
	}

#content p {
	margin-top: 30px;
}

#sub-feature {
	display: block;
	width: 550px;
	height: 230px;
	padding: 20px 30px;
	overflow: hidden;
}

#sub-feature ul.slideshow {
	padding: 0;
	margin: 0;
	width: 550px;
	height: 230px;
}

#sub-feature .slideshow img {
	width: 524px;
	height: 190px;
	padding: 13px 14px 18px 14px;
	background: transparent url(/assets/images/subfeature_background.png) no-repeat;
}

#subfeature {
	width: 552px;
	height: 219px;
}

#subfeature li img {
	width: 524px;
	height: 190px;
	padding: 13px 14px 18px 14px;
	background: transparent url(/assets/images/subfeature_background.png) no-repeat;
}

#subfeature .feature-ctrl {
	top: 199px;
	left: 428px;
}

#locations-list {
	padding: 28px 29px 18px 29px;
	color: #41342D;
	font-size: 12px;
}

#locations-list article {
	border-top: 1px solid #B5A68C;
	padding: 20px 0px 15px 0px;
}

#locations-list article .thumb {
	width: 167px;
	height: 115px;
	padding: 6px 7px 13px 7px;
	background: transparent url(/assets/images/section-thumb-bg.png) no-repeat center top;
	float: left;
	margin-right: 20px;
}

#locations-list h2 {
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #41342d;
}

#content #locations-list p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content #locations-list p.read-more {
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}

#locations-list article .city_state {
	font-weight: bold;
	line-height: 24px;
}

#content #locations-list article h3 {
	margin-bottom: 0px;
	font-size: 18px;
}

#section-info {
	height: 247px;
	padding-top: 43px;
}

#section-info h1 {
	padding-bottom: 15px;
}

#section-info h2, #section-info h3 {
	font-size: 1.125em;
	color: #41342d;
	margin: 0.5em 0 -0.5em 0;
}

#section-info p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 1em 0;
	color: #41342d
}

body.sub #subpage-list .article-header h2 {
	margin-bottom: 0px;
}

#subpage-list article {
	position: relative;
	color: #41342d;
	border-bottom: 1px solid #b6a68d;
	margin-bottom: 20px;
	min-height: 160px;
}

#subpage-list article .article-header {
	margin: 10px 10px 4px 191px;
}

#subpage-list article .article-header h2 a { 
	color:#41342d
}

#subpage-list article .article-header .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 167px;
	height: 115px;
	padding: 6px 7px 13px 7px;
	background: transparent url(/assets/images/section-thumb-bg.png) no-repeat center top;
}

#subpage-list article .excerpt {
	margin-left: 191px;
	font-size: 12px;
}

#subpage-list article .excerpt p {
	margin: 0 0 1.5em 0;
}

#subpage-list article .article-footer {
	height: 30px;
	margin: 10px 0 20px 191px;
}

#subpage-list article .article-footer .read-more {
	margin: 0;
	padding: 0;
	text-align: left;
}

#subpage-list article .article-footer .read-more a {
	display: block;
	width: 121px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(/assets/images/learn-more-button.png) no-repeat center top;
}

#page-info {
}

#page-info h1 {
	margin-top: 43px;
	padding-bottom: 28px;
}

.page-photo {
	display: block;
	margin: 0px 0 20px 0;
	width: 544px;
	height: 380px;
	padding: 13px 13px 16px 14px;
	background: transparent url(/assets/images/page-photo-bg.png) no-repeat center top;
}

/*
#feature .feature li {
	width: 260px;
	height: 256px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 620px 40px 20px 40px;
	text-align: center;
}

#feature .feature-ctrl {
	top: 110px;
	left: 210px;
}

#feature h3 {
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fbf7eb;
}

#feature p, #feature label {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
}

#feature p {
}
*/


/* SIDEBAR STYLES */

#sidebar {
	width: 340px;
	float: right;
	position: relative;
}

body.sub #sidebar {
	padding-top: 180px;
}

#primary-feature {
	width: 338px;
	height: 595px;
	background: #41342d;
	padding: 0 1px;
	position: relative;
}

#primary-feature .slideshow {
	width: 338px;
	height: 595px;
}

#primary-feature .slideshow li {
	width: 338px;
	height: 595px;
	background: transparent url(/assets/images/feature-overlay.png) no-repeat center bottom;
}

#primary-feature #ch-mask {
	width: 338px;
	height: 340px;
	position: absolute;	
	background-image: url(/assets/images/ch_mask.png);
	background-repeat: no-repeat;
	z-index: 60000;
	top: 255px;
	left: 0px;
}

#em-sub-form {
	background: #41342D url(/assets/images/sawtooth-lt.gif) repeat-x left bottom;
	padding: 8px 35px 25px 35px;
	text-align: center;
}

#em-sub-form h3 {
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #fbf7eb;
	margin: 5px 0px;
}

#em-sub-form p {
	font-size: 12px;
	color: #ded4b5;
	margin: 10px 0px;
}

#em-sub-form label {
	padding-bottom: 16px;
	text-align: left;
}
#em-sub-form label.name {
	float: left;
	width: 48%;
	margin-right: 0;
}

#em-sub-form label.email {
	width: 100%;
	clear: left;
}

#em-sub-form label.right {
	margin-right: 0;
	float: right;
}

#em-sub-form label input {
	padding: 4px;
	border: 1px solid #000;
}

#em-sub-form label.name input {
	width: 114px;
}

#em-sub-form label.email input {
	width: 255px;
}

#em-sub-form .button {
	height: 30px;
	-moz-font-feature-settings: inherit;
	-moz-font-language-override: inherit;
	background-color: #41342D;
	background: transparent url(/assets/images/button_background.png) no-repeat center top;
	border-style: none;
	color: #41342d;
	cursor: pointer;
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 10px;
	padding: 0 9px 2px 8px;
	clear: both;
}

#sub-nav {
	margin-top: 0px;
	border: 1px solid #41342d;
	width: 338px;
}

#sub-nav h2 {
	margin: 0;
	padding: 0;
	background: #dbd2c0;
	font-size: 18px;
}

#sub-nav h2 a {
	color: #41342d;
	text-decoration: none;
	line-height: 50px;
	padding: 0 20px;
	background: #dbd2c0;
	display: block;
}

#sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#sub-nav ul li {
	display: block;
	border-top: 1px solid #e2d9c9;
	background: #fff;
	font-size: 14px;
	line-height: 49px;
}

#sub-nav ul li a {
	display: block;
	color: #41342d;
	text-decoration: none;
	line-height: 49px;
	padding: 0 20px;
}

#sub-nav ul li a:hover,
#sub-nav ul li.here a {
	background: #f4efe4;
}

/* FORM BASICS */
form label {
	display: block;
}

form label span.title {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	margin-bottom: 4px;
}

/* RFP FORM */
form#rfp > div, form#rfp > div#event_information > div, form#rfp > div#other_information > div {
	margin-bottom: 10px;
	position: relative;
}

form#rfp > div#event_information, form#rfp > div#other_information {
	display: none;
}

form#rfp label {
	display: inline;
}

form#rfp input[type="text"], form#rfp select, form#rfp div span {
	position: absolute;
	left: 215px;
}

form#rfp textarea {
	margin-top: 10px;
}

form#rfp .required_indicator {
	color: red;
	left: 200px;
}

form#rfp label.error {
	position: absolute;
	left: 375px;
	color: red;
}

form#rfp input.error {
	border: 1px solid red;
}

#events {
	margin-bottom: 30px;
	padding: 0 30px 20px 30px;
	color: #41342d;
	font-size: 12px;
	line-height: 16px;
}

body.sub #events {
	padding: 0;
}

#events .section-header {
	position: relative;
}

#events .section-header .read-more {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	margin: 0;
}

#events article {
	margin-bottom: 20px;
}

#events .read-more {
	text-align: right;
	font-weight: bold;
}

#events ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	border-top: 1px solid #b5a68c;
	list-style-type: none;
}

#events li {
	border-bottom: 1px solid #b5a68c;
	padding-top: 19px;
	padding-bottom: 9px;
}

#events h2 {
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #41342d;
}

#events h3 {
	font-family: Arial;
	font-size: 18px !important;
	margin-bottom: 0px !important;
	line-height: 18px;
	font-weight: bold;
}

#events h4 {
	font-size: 12px;
	line-height: 26px;
	color: #ffffff;
	font-weight: bold;
}

#events a, #events a:visited {
	color: #c39c37;
}

#events a:hover {
	color: #41342D;
}

#events p {
	margin: 0px 0px 10px 0px;
}

hr {
	border-top: 1px solid #b5a68c;
	padding-top: 0;
	margin-top: 0;
}

#events .read_more {
	text-align: right;
}


#featured-specials {
	position: relative;
	width: 610px;
	padding: 10px 0 20px 0;
}

#specials-content {
	margin: 0 30px 0 22px;
	padding: 0 0 0 8px;
	width: 550px;
	z-index: 60;
	overflow: hidden;
}

#specials-content ul {
	padding: 0;
	margin: 0;
	width: 558px;
}

#specials-content li {
	width: 178px;
	height: 364px;
	background-image: url(/assets/images/specials_background.png);
	background-repeat: no-repeat;
	overflow: hidden;	
	margin-right: 8px;
	position: relative;
	float: left;
}

#specials-content h3, #specials-content h3 a {
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 17px;
	color: #41342d;
}

#specials-content img {
	width: 167px;
	height: 115px;
	margin: 6px 0px 0px 6px;
}

#specials-content div.excerpt p {
	color: #41342d;
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	top: 188px;
	padding-right: 12px;
	margin-top: 0px !important;
}

a.button, a.button:visited, a.button:hover {
	display: block;
	width: 85px;
	height: 22px;
	font-family: "trajan-pro-1","trajan-pro-2",sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #41342d;
	padding: 8px 0px 0px 0px;
	background: transparent url(/assets/images/button_background.png) no-repeat center top;
	overflow: hidden;
	text-align: center;
	border: none;
}

#specials-content a.button {
	position: absolute;
	top: 334px;
}

#specials-ctrl a {
	display: block;
	width: 20px;
	height: 78px;	
	background-color: #41342d;
	position: absolute;
	top: 10px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#specials-ctrl a.prev {
	left: 0px;
	background-image: url(/assets/images/carousel_left_arrow.png);
}

#specials-ctrl a.next {
	right: 0px;
	background-image: url(/assets/images/carousel_right_arrow.png);
}

#callouts {
	padding-top: 16px;
}

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

#callouts li {
	margin-bottom: 16px;
}

/* FOOTER STYLES */

#page-footer {
	position: relative;
	clear: both;
	height: 400px;
	background: #7c633f url(/assets/images/footer-bg.png) repeat-x center top;
}

#footer-logo a {
	display: block;
	width: 220px;
	height: 120px;
	background-repeat: no-repeat;
	left: 0px;
	top: 1px;
	position: absolute;
	text-indent: -9999px;
}

#page-footer .container p {
	margin-left: 230px;
	font-size: 12px;
}

#page-footer p a {
	color: #DED4B5;
	text-decoration: none;
}

#page-footer .copyright {
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 8px;
}

#page-footer .address {
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 100px;
}

#page-footer .address a {
	color: #c39c37;
}

#page-footer .container .cr-tag {
	position: absolute;
	top: 30px;
	right: 100px;
	width: 220px;
	height: 80px;
	background: transparent url(/assets/images/cr-tag.png) no-repeat center top;
	margin: 0;
}

#page-footer .cr-tag a {
	display: block;
	width: 220px;
	height: 40px;
	text-align: center;
	padding-top: 28px;
	text-transform: lowercase;
}

#footer-nav {
	display: table;
	background-color: #fbf7eb;
	height: 50px;
	margin: 0 auto;
}

#footer-nav ul {
	list-style: none;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer-nav li {
	display: inline;
}

#footer-nav a, #footer-nav a:visited, #footer-nav a:hover {
	font-size: 12px;
	color: #41342d;
	padding: 0 15px;
	line-height: 50px;
}

#footer-nav a:hover {
	color: #9f7300;
}

.displace {
    position: absolute;
    left: -5000px;
}

#stone_wall {
	width: 100%;
	height: 431px;
	position: absolute;
	top: 100px;
	z-index: 1;
	background-image: url(/assets/images/stone_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

.sub #stone_wall {
	height: 154px;
	background-image: url(/assets/images/stone_background_subpage.jpg);
}

#footer_stone_wall {
	width: 100%;
	height: 320px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	background-image: url(/assets/images/footer-stone-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

.ui-widget {
	font-size: 1em;
}

.photo_gallery {
	margin: 0px 0px 50px 25px;
}

.photo_gallery ul {
	list-style-type: none;
	margin-top: 25px;
}

.photo_gallery li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.photo_gallery img {
	width: 90px;
	height: 90px;
	padding: 5px;
	background-color: #fff;
}

body.sub #content_specials h2 {
	margin-top: 10px;
	margin-bottom: 20px;
}

body.sub #content_specials .content_specials_content {
	float: right;
	width: 370px;
}

body.sub #content_specials .content_specials_image {
	float: left;
	width: 179px;
}

body.sub #content_specials .content_specials_image img {
	width: 167px;
	height: 115px;
	padding: 6px 6px 14px 6px;
	background-image: url(../images/specials_background.png);
	background-repeat: no-repeat;
}

body.sub #content_specials .content_specials_details {
	display: none;
}

#contact {
	margin-top: 20px;
}

#contact label {
	display: inline;
}

#contact div {
	margin-bottom: 20px;
}

#contact .city, #contact .state, #contact .zip, #contact .phone, #contact .email {
	float: left;
}
#contact-fname, #contact-lname, #contact-city, #contact-phone, #contact-email, #contact-address, #contact-comments, #contact-state, #contact-zip {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-fname, #contact-lname, #contact-city, #contact-phone, #contact-email {
	width: 206px;
	margin-right: 6px;
}
#contact-address, #contact-comments {
	width: 418px;
	width: 424px !ie7;
	margin-right: 6px;
}
#contact-state {
	width: 100px;
	margin-right: 6px;
}
#contact-zip {
	width: 100px;
	margin-right: 6px;
}

#contact div.clear {
	margin-bottom: 0px;
}

div.clear {
	clear: both;
	width: 0px;
	height: 0px;
}

.smaller {
	font-size: 0.833em;
}

/*
#booking_bar_mask {
	width: 100%;
	height: 77px;
	position: absolute;
	top: 100px;
	z-index: 60;
	background-image: url(/assets/images/booking_bar_mask.png);
	background-repeat: repeat-x;
}
*/

html.ie8 #primary-nav > ul > li > a,
html.ie7 #primary-nav > ul > li > a {
	padding: 21px 5px 0px 5px;
}




body.newsroom { background-color:#FBF7EB }



#newsroom-breadcrumb {}
	#newsroom-breadcrumb ul {}
		#newsroom-breadcrumb ul li {}
			#newsroom-breadcrumb ul li a {}



#newsroom {}
	#newsroom .article {}
		#newsroom .article .head {}
			#newsroom .article .head .title {}
			#newsroom .article .head .dateline {}
			#newsroom .article .head .categories {}
			#newsroom .article .head .socnets {}
		#newsroom .article .excerpt {}
		#newsroom .article .body {}
		#newsroom .article .foot {}
			#newsroom .article .foot .tags {}



#newsroom {}
	#newsroom .article {}
		#newsroom .article .head {
			height:auto;
			padding-bottom:6px;
			margin-bottom:6px;
		}
			#newsroom .article .head .title {
				margin:0 0 4px 0;
				line-height:1em;
				font-size:2.25em;
			}
			#newsroom .article .head .dateline {
				margin:8px 0 4px 0;
				font-size:1em;
				font-weight:bold;
			}
			#newsroom .article .head .categories {
				margin:8px 0 8px 0;
				font-size:1em;
				font-weight:bold;
				background:#DBD2C0;
				padding:4px 8px;
			}
			#newsroom .article .head .socnets {
				margin:16px 0;
			}
			#newsroom .article .head .socnets {
				margin:16px 0;
				height:30px;
				line-height:30px;
			}
				#newsroom .article .head .socnets iframe.twitter-share-button {
					display:block;
					float:right;
					margin-top:3px;
				}
		#newsroom .article .excerpt {
			overflow:auto;
			font-size:1.125em;
			line-height:1.375em;
		}
			#newsroom .article .excerpt .nr-thumb {}
		#newsroom .article .body {
			overflow:auto;
			font-size:1.125em;
			line-height:1.375em;
		}
			#newsroom .article .excerpt .nr-thumb,
			#newsroom .article .body .nr-thumb {
				background:#fff;
				border:1px solid #E2D9C9;
				padding:4px;
				float:right;
				margin:0 0 8px 8px;
			}
		#newsroom .article .foot {
			background:transparent;
			height:auto;
			padding:0;
			margin:8px 0 24px 0;
			text-align:left;
			border-bottom:1px solid #B8A57A;
		}
			#newsroom .article .foot .tags {}
			#newsroom .article .foot .read-more { text-align:right;font-weight:bold; }









/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

