body {
	margin:0 auto;
	font:13px/19px Helvetica, Geneva, Arial, sans-serif;
	color:#434343;
	background-color:#c0ccd8;
	text-align:center;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
}

img {
	display:block;
	border:0;
}

a {
	color:#333333;
}
a:hover {
	text-decoration:none;
}
#maincontent .photoborder {
	margin-left: 18px;
	margin-bottom: 10px;
	border:1px solid #c0ccd8; 
	float:right;
	padding:6px;
}
hr {
  	border: 0;
  	width: 100%;
  	color: #c0ccd8;
	background-color: #c0ccd8;
	height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#container {
	width:948px;
	background:#c0ccd8 url(../images/bknd.jpg) repeat-y;
	text-align:center;
	margin:0 auto;
}

/* masthead */
#masthead {
	width:948px;
	height:116px;
	padding:0px;
	margin:0 auto;
	text-align:right;
	background-image:url(../images/bknd-masthead.jpg);
	background-repeat:no-repeat;
	font:15px/22px Helvetica, Geneva, Arial, sans-serif;
}
#masthead p {
	padding:55px 26px 0 0;
	color:#2d4686;
}
#masthead a:link, #masthead a:visited {
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
	color:#2d4686;
}
#masthead a:hover, #masthead a:active {
	text-decoration:underline;
}

#logo {
	float:left;
	padding:52px 0 0 82px;
}

/* Flash area and booking mask */
#flashcontain {
	width:922px;
	text-align:center;
	margin:0 13px 0 13px;
	height:344px;
}
#flash {
	float:left;
	width:744px;
}
#booking {
	float:left;
	width:178px;
	height:344px;
	background-image:url(../images/bknd-booking.jpg);
	background-repeat:no-repeat;
	font:11px/14px Helvetica, Geneva, Arial, sans-serif;
	text-align:center;
}
#bookingpad {
	padding:22px 12px 0 12px;
	text-align:center;
} 
.leftalign {
	text-align:left;
	margin-left:22px;
}
#quick-booking {
	width: 150px;
	text-align:center;
}
#quick-booking h2 {
	text-transform:uppercase;
	color:#16436d;
	font-weight:normal;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	border-bottom:1px solid #16436d;
	padding: 0 6px 4px 6px;
}

#quick-booking input.inputfieldbooking {
    width: 90px;
/*    border: 1px solid #ccc; */
}

#quick-booking img {
	margin-left: 4px;
	display:inline;
}

#quick-booking .checkinlabel, .checkoutlabel {
	font-weight: normal;	
	text-align:left;
	margin-left:22px;
}

#quick-booking input.availcheck {
	background-color: #EDC80C;
	color: #333;
	padding: 3px;
}
/* navigation */
#top-nav {
	display:table;
	width:922px;
	text-align:center;
	margin:0 13px 0 13px;
	background:#16436d;
}
#top-nav li {
	width:131px;;
	border-left:1px solid #5c7c99;
	display:table-cell;
	vertical-align:top;
}
#top-nav li:first-child{border:none; width:134px;}

* html #top-nav li {
	float:left;
	margin-left:-1px;
}
#top-nav li div {
	display:table;
	position:relative;
}
#top-nav li a {
	width:131px;
	height:43px;
	color:#ffffff;
	font-size:13px;
	line-height:14px;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
}
#top-nav li:hover a,
#top-nav li.hover a,
#top-nav li.active a {background:#f4cd0a; color:#16436d}
#top-nav li ul {
	position:absolute;
	top:inherit;
	left:inherit;
	background:#c0ccd8;
	color:#FFFFFF;
	width:180px;
	overflow:hidden;
	display:none;
	margin:43px 0 0 -131px;;

}
#top-nav li:hover ul,
#top-nav li.hover ul{display:block;}
#top-nav ul li {
	float:none;
	display:block;
	height:auto;
	width:180px;
	border-left:none;
	margin:0;
}
#top-nav ul li a {
	border-bottom:1px solid #5c7c99;
	width:180px;
	border-left:none;
	display:block;
	height:auto;
	line-height:normal;
	text-transform:none;
	text-align:left;
	padding:5px 2px 5px 7px;
	background:none !important;
}
#top-nav ul a:hover{background:#f4cd0a !important;}




/* main content */
#content {
	width:922px;
	padding:0;
	margin:0 auto;
	text-align:center;
	background:#fff url(../images/bknd-content.jpg) no-repeat;
	overflow:hidden;
}

#maincontent {
	float:left;
	width:555px;
	margin:35px 0 0 30px;
	overflow:hidden;
	text-align:left;
}
#maincontent h1 {
	color:#16436d;
	margin:0 0 12px 0;
	font-weight:normal;
	font:22px/22px Georgia, "Times New Roman", Times, serif;
}
#maincontent h2 {
	color:#16436d;
	font-weight:normal;
	font:18px/24px Georgia, "Times New Roman", Times, serif;
	margin:0 0 2px 0;
}
#maincontent p {
	margin:0 0 12px 0;
}
#maincontent ul {
    	padding: 0px 10px 12px 30px;
	list-style:square;
}
#maincontent li {
	padding-bottom:6px;
}

#promo {
	float:right;
	width:250px;
	margin-left:32px;
}
#promo p {
	padding:12px;
	font:12px/16px Helvetica, Geneva, Arial, sans-serif;
}

/* left column callouts */
#leftcolumn {
	float:left;
	overflow:hidden;
	width:292px;
	margin:0 auto;
	padding:0;
}

#leftcolumn h2 {
	color:#16436d;
	font-weight:normal;
	border-bottom:1px solid #16436d;
	font:18px/22px Georgia, "Times New Roman", Times, serif;
}

#specials {
	background-image:url(../images/bknd-specials.jpg);
	background-repeat:no-repeat;
	margin:auto;
	padding: 40px 34px 0 34px;
	overflow:hidden;
}
#specials p, #leftcolumnpad p {
	text-align:left;
}
#specials a:link, #specials a:visited {
	text-decoration:none;
	font-weight:bold;
	line-height:26px;
}
#specials a:hover, #specials a:active {
	text-decoration:underline;
}

#specialsborder {
	background-image:url(../images/bknd-left-column.jpg);
	background-repeat:repeat-y;
}
#weather {
	background-image:url(../images/bknd-weather.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	overflow:hidden;
	padding-bottom:30px;
}

#leftcolumnpad {
	padding: 0 34px 0 34px;
}
/* footer */
#footer {
	background-color:#c0ccd8;
	font-size:12px;
	line-height:15px;
	text-align:right;
	padding:0 45px 22px 0;
}
#footer p {
	margin:0;
	padding-top:8px;
}
#footer a:link, #footer a:visited {
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
}





/***********************************
Calendar Styles
***********************************/
#maincontent table { border-collapse:collapse; width:100%; padding:6px;}

.inputFormButton { font-size:11px; color: #ffffff; background-color:#16436d; border: 1px #16436d solid; padding: 4px 8px 4px 8px; }
.titleEvent { font-weight: bold; }
.eventLine { font-style:normal; }
.monthYear { font-size:16px; font-weight: bold;
background-color:#16436d; 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}
.todayColorIn { color: #ffffff; background-color: #c0ccd8; 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; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333;  } /* 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 */