/* CSS Document */
* {
    padding:0px;
    margin:0px;
}

BODY {
    	font:12px/18px  Helvetica, Verdana, Geneva, Arial, sans-serif;
    	color:#000000;
    	background-color:#fcf8ee;
    	text-align:center;
    	background-image:url(images/bknd.gif);
	background-repeat:repeat-x;
	margin:auto 0;
}

a img { border:none; }
img, div, input { behavior: url("iepngfix.htc") }

A:link, A:visited {
  text-decoration:underline;
  color:#000000;
}

A:hover, A:active {
  text-decoration:none;
  color:#000000;
}

hr { border:0; color:#5a471c; background-color:#5a471c; height:1px; margin-bottom:12px; }

.photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #5a471c; 
	float:right;
	padding:6px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container {
    background-image:url(images/bknd-pattern.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    text-align:center;
    overflow:hidden;
	margin:auto 0;
}
/***********************************
Masthead
***********************************/
#masthead {
	width:950px;
	height:91px;
    	margin:0 auto;
    	padding:0px;
}
#logo {
	float:left;
}

#topnav {
	float:right;
	text-align:right;
    	font:12px/18px  Verdana, Geneva, Arial, sans-serif;
	margin-top:18px;
	margin-right:25px;
	color:#5a471c;
}
#topnav a:link, #topnav a:visited {
	text-transform:uppercase;
	color:#5a471c;
	font-size:11px;
	text-decoration:none;
	padding-left:12px;
}
#topnav a:hover, #topnav a:active {
	text-decoration:underline;
	font-size:11px;
}

/****************** interior mastheads *************/
#interiorphoto {
	width:1060px;
	height:371px;
	text-align:center;
    	margin:0 auto;
    	padding:0px;
	overflow:hidden;
}
div#interiorbooking {
	width:230px;
	float:right;
	font-family: Helvetica, Verdana, Geneva, Arial,sans-serif;
	font-size:11px;
	line-height:13px;
	text-align:left;
}

div#interiorbooking h2 {
    text-transform:uppercase;
    font:13px/13px Georgia, Times, sans-serif;
    color:#5a471c;
    margin-top:20px;
    margin-bottom:4px;
    font-weight:bold;
}

div#interiorbooking input.ftxt {
    width:90px;
    border:1px solid #5a471c;
    font-size:12px;
    color:#000000;
    padding:3px;
    text-align:left;
}

div#interiorbooking img.calimg {
    padding-left:3px;
}
div#interiorbooking h3 {
    	font-weight:normal;
    	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size:11px;
	line-height:13px;
	margin-top:8px;
	text-align:left;
	padding-right:120px;
}
/***********************************
Navigation
***********************************/

/* page main navigation */

div#main-nav { /* main navigation outside div */
     font-size:12px;
	font-weight:bold;
	line-height:16px;
     background:#5a471c;
     height:30px; /* height of the main navigation */
     width: 899px;
     margin:0 auto;
}

/* main navigation tabs */

ul#main-nav-ul {
     width: 899px; /* 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-transform:uppercase;
     text-align:center;
}

ul#main-nav-ul li a {
     padding:8px 22px 0 22px; /* this will increse/deccrease the size for each tab */
     display:block;
     text-decoration:none;
     color:#ffffff;
}

ul#main-nav-ul li a:hover {
	color:#c1dbab;
}


/***********************************
Under Nav Callouts
***********************************/
div#book-area {
    padding-top:10px;
}

div#book-area-inner {
	height:130px;
    	width:900px;
   	margin:0 auto;
    	color:#5a471c;
}

div#book-area-inner a:link, div#book-area-inner a:visited, div#book-area-inner a:active {
	color:#5a471c;
}
div#book-area-inner  a:hover {
	text-decoration:none;
}
div#book-area-inner h2 {
    text-transform:uppercase;
    font:13px/13px Georgia, Times, sans-serif;
    color:#5a471c;
    text-align:left;
    margin-top:12px;
    margin-bottom:4px;
    font-weight:bold;
}

div#book-area-inner h3 {
    	font-weight:normal;
    	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size:11px;
	line-height:13px;
}

div#book-area-inner p {
    	font-family: Helvetica, Verdana, Geneva, Arial,sans-serif;
	font-size:11px;
	line-height:15px;
}

div#leftcol {
	width:340px;
    	float:left;
    	padding:0px 20px 0px 20px;
    	overflow:hidden;
    	font-family: Helvetica, Verdana, Geneva, Arial,sans-serif;
	font-size:11px;
	line-height:13px;
}

div#leftcol input.ftxt {
    width:90px;
    border:1px solid #5a471c;
    font-size:11px;
    color:#000000;
	padding:3px;
}

div#leftcol img.calimg {
    padding-left:3px;
}

div#leftcol .left {
    float:left;
    text-align:left;
    width:150px;
    margin-right:20px;
}

div#leftcol .right {
    float:left;
    text-align:left;
    width:130px;
}

div#midcol {
	height:120px;
    	width:260px;
    	float:left;
	margin-right:30px;
    	text-align:left;
	background-image:url(images/bknd-photogallery.png);
	background-repeat:no-repeat;
	background-position:top right;
}

div#midcol p {
    	font-family: Helvetica, Verdana, Geneva, Arial,sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:right;
	margin-right:135px;
	padding-top:14px;
}

div#rightcol {
	height:97px;
    	width:190px;
    	float:left;
    	padding:12px 20px 0px 20px;
    	text-align:left
}
div#rightcol p {
	font-family: Helvetica, Verdana, Geneva, Arial,sans-serif;
	font-size:11px;
	line-height:13px;

}

/***********************************
Page Content
***********************************/
#contain {
	width:900px;
	height:auto;
    	margin:0 auto;
    	padding:0px;
}

#maincontent {
	float:left;
	width:530px;
	text-align:left;
	padding:0 22px 22px 22px;
}
#maincontent p {
	margin-bottom:12px;
}

#maincontent p.right {
	float:right;
}
#maincontent p.left {
	float:left;
}
#maincontent h1 {
	font:22px/22px "Times New Roman", Times, Garamond, Georgia, serif;
	color:#5a471c;
	text-align:left;
	margin-bottom:12px;
	border-bottom:1px solid #5a471c;
}

#maincontent h2 {
	font:18px/18px "Times New Roman", Times, Garamond, Georgia, serif;
	color:#5a471c;
	text-align:left;
	border-bottom:1px solid #5a471c;
}

#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}


.text b {
	font:18px/18px "Times New Roman", Times, Garamond, Georgia, serif;
	color:#5a471c;
	text-align:left;
	border-bottom:1px solid #5a471c;

}
/****************** homepage callouts *************/

#homecallouts {
	text-align:left;
	width:550px;	
	float:left;
	margin-left:22px;
}
#homecallouts strong {
	font:12px/14px "Times New Roman", Times, Garamond, Georgia, serif;
	display:block;
	height:6px;
	color:#5a471c;
	font-weight:bold;
}
#homecallouts p {
	padding:4px;
	line-height:16px;
}
.btmborder {
	margin-bottom:4px;
}
#homecallouts UL {
	padding-top:12px;
}
#homecallouts LI {
	list-style:none;
	width:155px;
	height:240px;
	border:1px solid #5a471c;
	padding:3px;
	float:left;
	margin-right:16px;
}

#homecallouts LI .last{
	margin-right:0;
}
/****************** Right Column *************/
#rightcontain {
	padding-top:22px;
	float:right;
	width:270px;
	margin-right:22px;
	color:#FFFFFF;
}
div#photogallery-int {
    	text-align:right;
	background-color:#fcf8ee;
	height:135px;
	color:#5a471c;
}
div#photogallery-int h2 {
	font:18px/22px "Times New Roman", Times, Garamond, Georgia, serif;
	margin:16px 12px 4px 4px;
	text-align:left;
	color:#5a471c;
	border-bottom:1px solid #5a471c;
}
#rtcallouts {
	text-align:center;
	padding:5px;
	background-color:#541b12;
	background-image:url(images/bknd-rightnav.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#rightcontain h2 {
	font:18px/22px "Times New Roman", Times, Garamond, Georgia, serif;
	border-bottom:1px solid #ffffff;
	margin:16px 12px 4px 12px;
}
#rtlinks {
	padding: 0 0 98px 0;
}

#rtlinkslist li {
	list-style:none;
}
ul#rtlinkslist li a {
	font:13px/14px "Times New Roman", Times, Garamond, Georgia, serif;
     display:block;
     text-decoration:none;
	margin-top:12px;
	list-style:none;
	color:#FFFFFF;

}
ul#rtlinkslist li a:hover {
	font:18px/14px "Times New Roman", Times, Garamond, Georgia, serif;
	color:#cfe0b3;
	font-weight:bold;
}

#awards {
	text-align:left;
	color:#5a471c;
}
#awards h2 {
	font:18px/22px "Times New Roman", Times, Garamond, Georgia, serif;
	border-bottom:1px solid #5a471c;
	margin:16px 12px 4px 12px;
	text-align:center;
}
div#awards h2.green{
	color:green !important;
}
#awards p {
	margin-bottom:12px;
}
#awards a:link, #awards a:visited {
	text-decoration:none;
	color:#5a471c;
}
#awards a:hover, #awards a:active {
	text-decoration:underline;
}

#rtadmin {
	margin:16px 12px 4px;
	text-align:center;
}
/***********************************
Footer
***********************************/

#footer {
	width:900px;
	border-top:1px solid #5a471c;
	font:11px/15px  Helvetica, Verdana, Geneva, Arial,sans-serif;
	margin:auto;
	color:#5a471c;
	padding:12px 0 22px 0;
}
#footer A:link, #footer A:visited {
  text-decoration:none;
  color:#5a471c;
}

#footer A:hover, #footer A:active {
  text-decoration:underline;
  color:#5a471c;
}


/***********************************
Calendar Styles
***********************************/
#maincontent table { border-collapse:collapse; width:100%;}
#maincontent table A:link, #maincontent table A:visited, #maincontent table A:active {
	color:#4f6d32
}
.inputFormButton { font-size:11px; color: #ffffff; background-color:#5a471c; border: 1px #5a471c solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#5a471c; 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, .linkDayInCell a:link {font-weight:bold; font-size:18px; color:#4f6d32}
.todayColorIn { color: #ffffff; background-color: #5a471c; font-weight:bold } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #000; background-color: #ffffff; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #e3e0df; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #e3e0df; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #e3e0df; } /* 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 */

