/*   =======   RESET    =======   */

body { margin: 0; padding: 0; }
a img, iframe, object { border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; }
div, span, ul, ol, dl, li, dt, dd { margin: 0; padding: 0; }
ol, ul, li { list-style: none }


/*   =======   BASICS    =======   */

body {
	background: url(../images/bg_main.jpg) 50% 0 no-repeat; 
	color: #494436;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	background-color: #fff9e8;
}
h1	{ font-size: 3.5em; line-height: 100%; letter-spacing: -0.05em; color: #831d1f; }
h2	{ font-size: 2em; margin: 0; color: #831d1f; }
h3	{ font-size: 1.5em; margin: 0; color: #831d1f; letter-spacing: 1px;}
h4	{ font-size: 1.125em; margin: 0; color: #831d1f; letter-spacing: 1px;}
p	{ font-size: .75em; line-height: 130%; margin: 0 0 15px 0; }
a, a:link, a:visited, a:active	{ color: #841d1f; text-decoration: none; }
a:hover { color: #494436;  }
a:active { outline: none; }

.left { float: left }
.right { float: right }
.clear { clear: both }
.upperC { text-transform: uppercase; }
.noBorder { border: none !important; }
img.wrapLeft { float: left; margin: 0 25px 20px 0; }
img.wrapRight { float: right; margin: 0 0 25px 20px; }

/*   =======   LAYOUT    =======   */

#topper {
	background: url(../images/bg_topbar.jpg) 50% 0 repeat-x;
	width: 100%;
	height: 101px;
}
#logo {
	margin: 0 auto;
	width: 987px;
	height: 101px;
	text-align: center;
}
#content {
	width: 987px;
	margin: 0 auto;
}
#subNav {
	overflow: auto;
}
#mainContentTop {
	background: url(../images/bg_content_top.png) transparent no-repeat;
	margin-top: -10px;
	width: 987px;
	height: 13px;
}
#mainContentBottom {
	background: url(../images/bg_content_bot.png) transparent no-repeat;
	width: 987px;
	height: 20px;
	margin-bottom: 20px;
}
#mainContent {
	background: url(../images/bg_content_mid.png) transparent repeat-y;
	width: 987px;
	height: 100%;
	margin-bottom: 0;
}
#pageText {
	clear: both;
	overflow: auto;
	margin: 15px 0 15px 24px;
	width: 940px;
}
#page_content {
	overflow:hidden;
	width:940px;
}

/*   =======   NAV    =======   */

#nav {
	margin: 13px 0 0 24px;
	position: relative;
	z-index: 5;
}
#nav ul {
 text-align: center;
}
#nav ul li {
	float: left;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	margin-right: 3px;
}
li.navBox {
	height: 89px;
	overflow: hidden;
}
li#accomodNav:hover, li#accomodNav.navOn {
	position: relative;
	top: -118px;
	margin-bottom: -118px;
	overflow: visible;
	z-index: 10;
	height: 100%;
	*top: -123px;
	*margin-bottom: -123px;
}
/*
li#amenitiesNav:hover, li#amenitiesNav.navOn {
	position: relative;
	top: -118px;
	margin-bottom: -118px;
	overflow: visible;
	z-index: 10;
	height: 100%;
	*top: -123px;
	*margin-bottom: -123px;
}
*/
li#attractionsNav:hover, li#attractionsNav.navOn {
	position: relative;
	top: -23px;
	margin-bottom: -23px;
	overflow: visible;
	z-index: 10;
	height: 100%;
	*top: -26px;
	*margin-bottom: -26px;
}
li#mediaNav:hover, li#mediaNav.navOn {
	position: relative;
	top: -72px;
	margin-bottom: -72px;
	overflow: visible;
	z-index: 10;
	height: 100%;
	*top: -75px;
	*margin-bottom: -75px;
}

#nav ul li ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#nav ul li ul li{
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;	
}
#nav ul li ul li a{
	color: #80775e;
	width: 125px;
	font-size: 12px;
	background-color: #ebebeb;
	padding: 3px 10px;
	height: 14px;
	margin: 3px;
	display: block;	
}
.navTitle a span {
	color: #790000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	height: 22px;
	display: block;
}


/*   =======   HOME PAGE CONTENT    =======   */


#flashContent {
	margin: 0 0 0 14px;
}
#homeColLeft {
	width: 505px;
	float: left;
	margin-right: 22px;
}
#homeColRight {
	float: left;
}
#homeColLeft h3 { 
	float: left;
}
.homeDate {
	font-style: italic;
	font-size: 12px;
	color: #710003;
	float: right;
	display: block;
	margin-top: 12px;
}
.postTitle {
}

/*   =======   ACCOMODATIONS   =======   */

.roomBox {
	float:left;
	width:415px;
	margin:0px 0px 36px 40px;
}

.roomBox img {
	float: left;
	border: 1px solid #959595;
	margin: 3px 20px 5px 0;
}

.roomBox li{
/*	background:url(../images/listArrow.png) 224px 9px; */
    background:url(../images/listArrow.png) left 8px;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #954143;
	line-height:20px;
	padding:0;
	margin:0;	
	float:left;
	padding-left:15px;
	width:165px;

}

.roomBox input{
	padding:0;
	margin:0;	
}

/*   =======   ROOM ACCOMODATIONS   =======   */



.roomAccomGalleryLarge {
	float:left;
	background-image:url(../images/accomPicFrameLarge.jpg);
	background-repeat:no-repeat;
	width:480px;
	height:319px;
	margin:0 0 0 29px;
	padding:1px 0 0 1px;
	border:2px solid #626262;
}

.roomAccomRight {
	float:left;
	width:385px;
	margin:0 0 0 23px;
}

.roomGalleries {
	float:left;
	width:508px;
	margin:10px 0 0 29px;
}

.roomAccomGallerySmall {
	float:left;
	background-image:url(../images/accomPicFrameSmall.jpg);
	background-repeat:no-repeat;
	width:149px;
	height:98px;
	margin:0 15px 0 0;
	padding:1px 0 0 1px;
	border:1px solid #626262;
}

.roomAccom li{
	background:url(../images/listArrow.png) 0px 9px;
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #954143;
	line-height:20px;
	padding:0 0 0 12px;
	margin:0;	
}


.roomAccom ul{
	margin:0 0 58px 0;	
}


.roomAccomButtons {
	width:205px;
	margin:0 0 0 180px;
}

.roomAccom input{
	padding:0;
	margin:0;	
}






/*   =======   DEFAULT PAGE CONTENT    =======   */

#page_content h1, #singleCol h1 {
	font-size: 1.625em;
	margin-bottom: 1em;
	font-weight: normal;
	color: #494436;
	letter-spacing: 0;
}
#page_content h3 {
	font-size: 1.25em;
	color: #494436;
	font-weight: normal;
	margin: .5em 0;
	letter-spacing: 0;
}

#page_content ul, #page_content ol {
	margin: 1em 0;
	font-size: 1em;
	font-family:Tahoma,Arial,sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
}
#page_content ul li, #page_content ol li {
	margin-left: 2em;
	padding-left: .5em;
	list-style: disc;
}
#page_content ol li { list-style: decimal; }

#subNav ul { 
	float: left;
	margin: 0 0 0 14px;
}
#subNav li {
	float: left;
	margin: 5px 0 0 0;
	*margin-top: 2px;
}
#subNav li a {
	font-size: 11px;
	font-weight: bold;
	color: #790000;
	text-transform: uppercase;
	padding-right: 24px;	
}
#subNav li a:hover {
	color: #494436;
}
.reservation {
	float: right;
	margin-right: 5px;
}
#footer {
	margin: 40px auto 0 auto;
	width: 937px;
	text-align: center;
}
#footer ul {
	margin: 0 auto;
	text-align: center;
	overflow: auto;
}
#footer li {
	display: inline;
	margin: 0 13px;
	color: #796a42;
	font-size: 11px;
	text-transform: uppercase;
	
}
#copyright {
	border-top: solid 1px #ce8587;
	margin-top: 7px;
	padding-top: 9px;
	color: #a67c52;
	font-size: 11px;
	text-transform: uppercase;
}

#social {
	width: 100%;
	margin: .5em auto;
	overflow: hidden;
}
#social p.left {
	line-height: 32px;
	font-size: .75em;
}
#socialnetworks {
	float: left;
	margin: 0 0 0 5px !important;
}
#socialnetworks li {
	display: block;
	float: left;
	padding: 0 5px !important;
	list-style: none !important;
	margin: 0 !important;
}
/*   =======   SUB PAGES CONTENT    =======   */

#imageHeader {
	margin: 0 0 0 14px;
}
#singleCol, #twoCol {
	width: 936px;
	overflow: auto;
}
.twoCol-colLeft {
	width: 590px;
	float: left;
}
.twoCol-colRight {
	width: 300px;
	margin-left: 50px;
	float: left;
}
.pageTitle {
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	padding-bottom: 10px;
	overflow: auto;
}
.pageTitle h3 {
	font-size: 1.5em;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
}
.subPageTitle { 
	float: right;
	color: #603913;
	font-size: 1.25em;
	margin-top: 3px;
}
.subHead {
	font-size: 1em;	
}

.staffBioBox { 
	float: left;
	margin: 0 0 20px 25px;
	padding: 0 25px 10px 0;
	border-right: 1px solid #d4c9c0;
	width: 255px;
	min-height: 300px;
}
.staffBioBox h4 {
	font-weight: normal;
	color: #514836;
	margin-bottom: 10px;
}
.staffBioBox img {
	float: left;
	border: 1px solid #959595;
	margin: 3px 20px 15px 0;
}

.newsBox { 
	margin: 25px 15px;
	overflow: auto;
}
.newsBox img {
	float: left;
	display: block;
	border: 1px solid #736357;
}
.newsText {
	float: left;
	margin-left: 25px;
	width: 870px
}
.newsTitle {
	overflow: auto;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
.newsTitle h4 a{
	color: #003471;
	font-size: 1em;
	font-weight: normal;
	float: left;
}
.newsTitle .newsDate {
	float: right;
	color: #494436;
	font-size: 1em;
}
.galleryContainer {
	overflow: auto;
	margin-left: 15px;
}
.galleryImage {
	float: left;
	margin: 10px 17px 10px 0;
}
.galleryImage img {
	border: 1px solid #534741;
}
.galleryImage p {
	margin: 5px 0;
	font-size: 11px;
}
.expBlock {
	clear: both;
	margin: 1em 0;
	overflow: auto;
}
.expBlock img {
	float: left;
	margin-right: 1em;
}
.page-nav {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	margin: 15px 0;
	padding: 15px 0;	
	overflow: hidden;
}
.page-nav li {
	list-style: none;
	padding: 0 25px !important;
	margin: 0 !important;
	display: block;
	float: left;	
}
.page-nav li a {
	display: block;
}

/*  CONTACT PAGE  */

.contactBox {
	overflow: auto;
	width: 750px;
	margin: 35px auto;
}
.contactInfo {
	float: left;
	width: 325px;
	border-right: 1px solid #d4c9c0;
	
}
.contactForm {
	float: left;
	width: 400px;
	margin: 15px 0 0 20px;
}
.hotelAddress {
	padding: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #d4c9c0;
}
.contactBox h4 {
	color: #494436;
	font-size: 1em;
	font-weight: normal;
}
.hotelGroupInfo {
	padding: 15px;
}
.hotelGroupInfo p {
	float: right;
	margin-bottom: 40px;
}
.hotelGroupInfo .brownTitle {
	color: #724b2e;
}
.contactForm form {
	text-align: right;
}
.contactForm label {
	font-size: .75em;
	color: #362f2d;
	float: left;
	margin: 5px 0 0 60px;
	width: 50px;
}
.contactForm .inputText {
	width: 270px;
	padding: 3px;
	font-size: 1em;
	border: 1px solid #c7b299;
}
.required {
	color: #844d3c;
}
.submitButton {
	margin: 5px 0;
}

/*  BLOG  */

.blogPost{
	margin: 35px 0 35px 35px;

}
.blogPostHeader {
	overflow: auto;
}
.postDate {
	width: 41px;
	text-align: center;
	margin-right: 10px;
	float: left;
}
.postDateMonth{
	background: url(../images/blog_dateboxtop.png) no-repeat #302a28;
	color: #fff;
	font-size: .75em;
	padding: 2px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.postDateDay {
	background-color: #fbf2db;
	color: #9e0b0f;
	font-size: 1em;
	padding: 2px 0;
}
.postTitle {
	float: left;
	width: 500px;
	border-bottom: 1px solid #d1c0b3;
	padding-bottom: 1px;
	margin-bottom: 15px;
}
.postTitle h3 {
	float: left;
	font-weight: normal;
	font-size: 1.375em;
	width: 405px;
}
.postTitle h3 a, .postTitle h3 a:visited {
	color: #514836;
}
.postTitle h3 a:hover {
	color: #9e0b0f;
}
.commentsTotal {
	float: right;
	color: #603913;
	font-size: .75em;
	text-align: right;
	margin-top: 5px;
}
.largeNum {
	font-size: 16px;
}
.postTitleInfo {
	float: left;
}
.postBy {
	font-size: .75em;
	color: #756e61;
}
.categoryName {
	font-size: .75em;
	color: #756e61;
}
.postText {
	clear: both;
	overflow: auto;
	margin-top: 20px;
}
.postFooter {
	border-top: 1px solid #d1c0b3;
	border-bottom: 1px solid #d1c0b3;
	overflow: auto;
	padding: 4px;
	font-size: .75em;
	margin-top: 5px;
}
.addComment a, .addComment a:visited {
	color: #9e0b0f;
	float: left;
	text-decoration: underline;
}
.addComment a:hover {
	text-decoration: none;
}
.approvePost {
	float: right;
}
.approvePost a, .approvePost a:visited {
	color: #5d5443;
	margin: 0 5px;
	text-decoration: underline;
}
a.approveTotal, a:visited.approveTotal {
	color: #9e0b0f;
	text-decoration: underline;
}
.approvePost a:hover {
	text-decoration: none;
}
.blogSideBox {
	margin: 35px 0 0 0;
}
.blogSideBox h4 {
	color: #724b2e;
	margin: 0 0 5px 25px;
	font-size: 14px;
	text-transform: uppercase;
}
.blogSideText {
	background: #fbf2db;
	width:210px;
	padding: 25px;
	color: #756e61;
}
.blogSideText li {
	list-style: square outside;
	margin-left: 20px;
}
.blogSideText li a {
	font-size: .75em;
	margin: 6px 0;
	color: #756e61;
}
input.goButton { 
	margin: 0 0 0 10px;
}
input.inputSearch {
	border: 1px solid #c7b299;
	padding: 3px;
}

#reserve {
margin:0pt;
padding:0pt;
border:0;
float:none;
}

.reservationLeft {
width:300px;
margin-left:8px;
float:left;
}

.reservationRight {
width:300px;
margin-right:8px;
float:right;
}

.reservationCenter {
width:310px;
margin-right:4px;
margin-left:6px;
float:left;
/*padding-left:5px;
padding-right:5px;*/

/*border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;*/

}

/* == RESERVATION WIDGET BLOCK == */

.res-widget	{
	background-color:#fff;
	border:1px solid #af292e;
	margin:12px 0;
	padding:8px;
	width: 450px;	
}
.res-widget td {
	color: #777777;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
}

.res-widget-short	{
	background-color:#fff;
	border:0px solid #D8C181;
	margin:0 0;
	padding:0 0;
	width: 400px;	
}
.res-widget-short td {
	color: #777;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 12px;
}
.res-widget-short .block-area {
	padding: 0 0 10px;
}
.res-widget-short .main-table {
	margin: 15px 15px 0;
}
.res-widget-short tr.date span.res_form {
	display:block;
	float:left;
	padding-top: 3px;
	width:120px;
}
.res-widget-short tr.date select {
	display: block;
	float: left;
}
.res-widget-short .rate-selection {
	width: 270px;
}

.res-form {
color: #494436;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
}

	
#homeColRight .submit input
{
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
color: #fff;
background: transparent;
border: 0px solid #d8c181;
padding: 2px 6px

}

#homeColRight input { 
background-color: #ffffff; 
color: #494436;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
border:1px solid #99a4a6;
}

#homeColRight option { 
background-color: #ffffff; 
color: #494436;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
border:0px solid #335061;
}

#homeColRight select{


filter:alpha(opacity=40); 
opacity: .50; 
background-color: #ffffff;
border:1px solid #335061;
color: #494436;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
margin: 3px;
}


