/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    font:13px/20px Georgia, "Times New Roman", Times, serif;
    color:#f7f1e3;
    background-color:#322b22;
    text-align:center;
    background-image:url(images/bknd.jpg);
    background-repeat:repeat-x;
}

a img { border:none; }
img, div { behavior: url(iepngfix.htc) }

A:link, A:visited {
  text-decoration:underline;
  color:#ffffff;
}

A:hover, A:active {
  text-decoration:none;
}

hr { border:0; color:#f7f1e3; background-color:#f7f1e3; height:1px; margin-bottom:12px;
	margin-top:18px;
}

hr.hr {
	background: url(images/bknd-h2.gif) no-repeat center;
	border-bottom: 1px solid #675C46;
	height: 39px;
	margin: 15px 0 30px 0;
}

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #f7f1e3; 
	float:right;
	padding:6px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contain {
	width:900px;
	height:auto;
    	margin:0 auto;
    	padding:0px;
}

#pgbknd {
	background-image:url(images/bknd-nav.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
/***********************************
Masthead
***********************************/
#masthead {
	width:900px;
	height:91px;
    	margin:0 auto;
    	padding:0px;
	background-color:none;
}
#logo {
	float:left;
}

#topnav {
	float:right;
	text-align:right;
	font-size:12px;
	margin-top:12px;
	margin-right:0px;
	color:#ffffff;
	z-index:999;
	width:500px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#topnav strong {
	font-size:22px;
	font-weight:normal;
	text-align:right;
}
#topnav a:link, #topnav a:visited {
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
}



/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-family:Georgia, Times, sans-serif;
     font-size:14px;
	line-height:18px;
     height:50px; /* height of the main navigation */
     width: 900px;
	margin-top:10px;
}

/* main navigation tabs */

ul#main-nav-ul {
     width: 900px; /* subtract the left padding in this declaration from the overall menu width to get this value */ 
	/* This menu's starting width was 900px */ 
	list-style: none;
	margin: 0;
	padding: 0;

}

ul#main-nav-ul ul>li {
     top: auto;
     left: auto;
}

ul#main-nav-ul li {
     float:left;
     position:relative;
     list-style-type:none;
     margin:0px;
     text-align:center;
}

ul#main-nav-ul li a {
     padding:7px 20px 7px 20px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
     border-right:1px solid #908777;
}

ul#main-nav-ul li a.single {
	padding:14px 25px 18px 25px;
}
ul#main-nav-ul li a.last {
     border-right:0px;
	padding:7px 25px 7px 25px;
}

ul#main-nav-ul li a:hover {
	background-image:url(images/bknd-nav.gif);
	background-repeat:repeat-x;
}


/***********************************
Flash and Booking Area
***********************************/

#promocontain {
	width:900px;
	height:348px;
	margin:0 auto;
	color:#FFFFFF;
}
#flash {
	width:570px;
	float:left;
	height:348px;
	margin-left:5px;
}
#flash p.tagline {
	margin: -348px 0 0 0;
	width: 570px;
	height: 348px;
	position: absolute;
	text-indent: -9000px;
	overflow:visible;
}
#book-area {
	float:left;
	width:290px;
	margin-left:20px;
	text-align:left;
}
#book-area h2 {
	font-size: 153%;
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 6px 0;
}
#book-area h4 {
	font-size: 132%;
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0px 0 18px 0;
}
#book-area .left {
	float:left;
	width:140px;
	margin: 0 auto;
}
#book-area .right {
	float:left;
	width:120px;
	margin: 0 auto;
}
.calimg {
	margin-left:3px;
}

#book-area input.txt {
	width: 90px;
	font-size:12px;
	font-family: verdana, arial, sans-serif;
	border: 1px solid #b0b0b0;
	padding:2px;
	background-color: #eaeaea;
}

#book-area h3 {
    font-weight:normal;
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#ffffff;
}
.thmb {
	border:1px solid #f7f1e3;
	margin-left:12px;
	margin-top:22px;
	margin-bottom:18px;
	float:right;
}
/***********************************
Page Content
***********************************/

#maincontent {
	float:left;
	width:525px;
	text-align:left;
	padding:22px;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1 {
	font:22px/26px Georgia, "Times New Roman", Times, serif;
	color:#f7f1e3;
	text-align:left;
	margin-bottom:12px;
	font-size: 20px;
}

#maincontent h2{
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	color:#f7f1e3;
	margin-bottom:6px;
}

#maincontent .text strong {
	color:#f7f1e3;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#commentsbox {
	border:1px solid #f7f1e3;
	padding:8px;
	margin: 40px 0;
	overflow:visible;
}
#testimonials {
	padding:30px;
	background-position:top left;
	background-image:url(images/bknd-testimonials.gif);
	background-repeat:no-repeat;
}
#testimonials blockquote {
	background-position:bottom right;
	background-image:url(images/bknd-testimonials-end.gif);
	background-repeat:no-repeat;
}
#testimonials p {
	text-align:right;
}
/***********************************
To Style Specials Links
***********************************/
#specialbuttons a:link, #specialbuttons a:visited, #specialbuttons a:active {
font-size:12px; color: #000000; background-color:#e1dbce; padding: 4px 12px 4px 0;
font-weight:bold;
text-align:right;
width:530px;
margin-top:8px;
text-decoration:none;
display:block;
}

#specialbuttons a.normal {
	background: none;
	color: #F7F1E3;
	display: inline;
	font-weight: normal;
	margin: 0;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}

#specialbuttons a.normal:hover {
	background: none;
	text-decoration: none;
}

#specialbuttons a:hover {
	background-color:#f7f1e3;
	color:#FFFFFF;
}
#specialbuttons .text b {
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	color:#f7f1e3;
	margin-bottom:6px;
}
/***********************************
Right Column Callouts
***********************************/
#rtcallouts {
	float:right;
	text-align:center;
	font:13px/22px Georgia, "Times New Roman", Times, serif;
	margin:30px 40px 30px 0;
	width:244px;
}


#visiting {
	width:244px;
	text-align:center;
	color:#ffffff;
	margin:0 auto;
	padding:0;
}

#rtcallouts h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:46px;
	color: #ffffff;
	padding-bottom:2px;
	width:244px;
	margin: 0 auto;
	border-bottom:1px solid #675c46;
	background-image:url(images/bknd-h2.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:40px;
	font-weight: normal;
	text-align:center;
}
#visiting a:link, #visiting a:visited {
	text-decoration:none;
	color:#ffffff;
	line-height:28px;
}	
#visiting a:hover, #visiting a:active {
	text-decoration:underline;
	color:#ffffff;
}	

.pad {
	padding:12px;
}
.specials {
	width:244px;
	text-align:left;
	border:1px solid #675c46;
	background-color:#675c46;
	color:#ffffff;
	margin-bottom:18px;
}

.specials a:link, .specials a:visited {
	text-decoration:none;
	color:#ffffff;
}	
.specials a:hover, .specials a:active {
	text-decoration:underline;
	color:#ffffff;
}	
.specials h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	color: #f7f1e3;
	margin: 0 auto;
	font-weight: normal;
}
.weather {
	font:13px/15px Georgia, "Times New Roman", Times, serif;
}
.textsmall {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
}
.linksmall {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
}
.smlinks {
	text-align:left;
}
img.smicon {
margin-left:8px;
margin-bottom:4px;
margin-top:8px;
float:right;
}

#attractions {
	font-size: 11px;
	margin: 25px 0;
}

/***********************************
Footer
***********************************/
#footercontain {
	margin:0 auto;
	overflow:hidden;
	background-image:url(images/bknd-footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.footerhdr {
	font:12px/15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#footer {
	border-top:1px solid #817058;
	width:900px;
	text-align:center;
	color:#ffffff;
	font:12px/15px Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding:18px 0 22px 40px;
	
}
#footer A:link, #footer A:visited {
	font:12px/15px Georgia, "Times New Roman", Times, serif;
  	text-decoration:none;
  	color:#ffffff;
}

#footer A:hover, #footer A:active {
  text-decoration:underline;
}
#footer p {
	margin-bottom:4px;
}

 /* classes which define the calendar styles */
#maincontent table {border-collapse:collapse; width:100%;}
.inputFormButton { font-size:11px; color: #ffffff; background-color:#000000; border: 1px #000000 solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#322b21; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif; text-transform:capitalize}
.daysOfWeek { font-size: 12px; font-weight: bold; }
.gridMain { font-style:normal; border:none}
.linkDayInCell {font-weight:bold; font-size:15px; background-color:#4d4431; padding:5px;}
.todayColorIn { color: #ffffff; background-color: #322b21; font-weight:bold } /* font color for the current date for current month */
.inMonthFaceIn { color: #ffffff; background-color: #675c46; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #ffffff; background-color: #675c46; } /* font color for days not in the display month for current month */
.todayColorOut { color: #ffffff; background-color: #322b21; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #ffffff; background-color: #675c46; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #ffffff; background-color: #675c46; } /* font color for days not in the display month for days in the display month 
*/
body.inside a.linkDayInCell { color: #000; }
.dropDownInCalendar { background-color:#fff; border: 1px #666 solid; }
.calendardetail { line-height: 15px; padding-right: 5px }
 /* End classes which define the calendar styles */

/* @end */
