* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table.styled {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

body {
	font: 11pt "Times New Roman", "Times", Serif;
	background-color: #FAF8EB;
	text-align: center;
	padding-bottom: 50px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}

div#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	text-align: left;
	background-color: #EFE9C0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #6B642E;
}
div#header h1 {
	padding: 15px 0 0 20px;
}
div#top-menu {
	float: right;
	position: relative;
	top: 60px;
	right: 10px;
}
div#top-menu a {
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
}
div#top-menu a:hover {
	text-decoration: underline;
}
#pointermenu {
	margin: 15px 0;
	padding: 0;
}
#pointermenu ul {
	margin: 0;
	float: left;
	width: 820px;
	font-size: 15px;
	background-color: #6B642E;
}
#pointermenu ul li {
	display: inline;
}
#pointermenu ul li a {
	float: left;
	color: white;
	font-weight: bold;
	padding: 7px 12px 7px 11px;
	text-decoration: none;
}
#pointermenu ul li a:visited {
	color: white;
}
#pointermenu ul li a:hover, #pointermenu ul li a.selected { /*hover and selected link*/
	color: white;
	background: url(../../images/pointer.gif) bottom center no-repeat;
}
div#submenus {
	position: absolute;
	top: 111px;
	left: 0px;
}
html>body div#submenus {
	top: 115px;
}
div#submenus ul.submenu {
	background-color: #fafafa;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #6B642E;
	width: 180px;
	padding: 10px 10px 10px 25px;
	list-style-type: square;
	font-size: 0.9em;
	display: none;
	position: absolute;
	top: -4px;
}
html>body div#submenus ul.submenu {
	width: 140px;
	top: 0px;
}
div#submenus ul.submenu#bedrooms {
	left: 70px;
}
div#submenus ul.submenu#facilities {
	left: 160px;
}
div#submenus ul.submenu#events {
	left: 265px;
}
div#submenus ul.submenu li {
	margin-bottom: 5px;
}
div#submenus ul.submenu li a {
	color: black;
	text-decoration: none;
	position: relative;
	bottom: -1px;
}
div#submenus ul.submenu li a:hover {
	text-decoration: underline;
}

div#page {
	float: left;
	width: 100%;
}
div#content {
	padding: 25px;
	margin-right: 280px;
}
div#content.no-sidebar {
	margin-right: 0;
}
div#content h2 {
	font-size: 1.7em;
	letter-spacing: 3px;
	border-bottom: 1px dotted black;
	padding: 0 0 0 10px;
	margin: 0 15px 20px 0;
}
div#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 3px;
	border-bottom: 1px dotted black;
	padding: 0 0 0 10px;
	margin: 0 227px 20px 0;
}
div#content h4 {
	font-size: 1em;
	letter-spacing: 3px;
	border-bottom: 1px dotted black;
	padding: 0 0 0 10px;
	margin: 0 250px 20px 0;
}
div#content p {
	line-height: 1.45em;
	margin-bottom: 15px;
}
div#content p.center {
	text-align: center;
}
div#content p.special {
	text-align: center;
	margin: 0 auto;
	padding: 5px 10px;
	border: 3px solid #6B642E;
	background-color: #D5CF9D;
	width: 80%;
	font-weight: bold;
	font-size: 1.2em;
}
div#content p.special a {
	text-decoration: none;
}
div#content p.special a:hover {
	text-decoration: underline;
}
div#content p strong {
	font-weight: bold;
}
div#content p em {
	font-style: italic;
}
div#content p big {
	font-size: 1.1em;
}
div#content ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-bottom: 15px;
}
div#content ul li {
	line-height: 1.45em;
}
div#content p.required {
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 0.8em;
}
div#content p#error-required {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: darkred;
}
div#content span.required {
	color: red;
}
div#content table.styled {
	width: 100%;
	border: 1px solid #6B642E;
	margin-bottom: 15px;
}
div#content table.styled thead {
	background-color: #6B642E;
	color: white;
}
div#content table.styled thead tr th {
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
}
div#content table.styled tbody tr td {
	padding: 5px 10px;
}
div#content div.block {
	margin: 0 0 30px 20px;
}
div#content div.block p {
	margin-left: 35px;
}
div#content div.block table.styled {
	width: 90%;
	margin-left: 55px;
}

div#content table#reservation {
	width: 100%;
	margin-bottom: 15px;
	margin-left: 25px;
}
div#content table#reservation tr td.title {
	padding-top: 15px;
}
div#content table#reservation tr td.name {
	width: 230px;
	height: 42px;
	font-weight: bold;
	text-align: right;
	padding: 5px 15px 5px 0;
}
div#content table#reservation tr td.name small {
	font-size: 0.9em;
	font-style: italic;
	color: #555555;
	display: block;
	font-weight: normal;
}
div#content table#reservation tr td input, div#content table#reservation tr td select, div#content table#reservation tr td input, div#content table#reservation tr td textarea {
	border: 1px solid #6B642E;
	width: 250px;
	margin-right: 5px;
	padding: 1px;
}
div#content table#reservation tr td input.small {
	width: 25px;
	text-align: center;
}
div#content table#reservation tr td input[type=checkbox] {
	width: auto;
	vertical-align: middle;
	margin-bottom: 3px;
}
div#content table#reservation tr td#submit {
	text-align: center;
	padding: 25px 0 0 0;
}
div#content table#reservation tr td#submit input {
	border: 1px solid #6B642E;
	padding: 3px;
	width: auto;
	font-weight: bold;
}

div#content ul.list li {
	margin-bottom: 25px;
	clear: both;
}
div#content ul.list li h3 {
	margin-right: 310px;
}
div#content ul.list li a.image {
	float: right;
	margin: 10px 10px 25px 25px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 5px;
}
div#content ul.list li a.image img {
	display: block;
}
div#content ul.list li a.image:hover, div#content ul.list li a.image.hover {
	border-color: #555555;
	cursor: pointer;
}
div#content ul.list li p {
	margin-left: 25px;
}
div#content ul.list li a.more-link:after {
	content: " \0000BB";
}

div#sidebar {
	float: left;
	width: 280px;
	margin: 0 0 30px -290px;
}
div#sidebar ul li {
	margin: 10px;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 5px 5px 1px 5px;
	width: 250px;
	height: 188px;
	height: auto;
}
div#sidebar ul li:hover, div#sidebar ul li.hover {
	border-color: #555555;
	cursor: pointer;
}

div#cards {
	margin: 10px auto 0 auto;
	width: 30%;
}

div#footer {
	clear: both;
	width: 820px;
	padding: 5px 0;
	background-color: #6B642E;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
}

/* DATE PICKER */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* Special deals */
div#special-deal {
	text-align: center;
	margin: 16px 9px 0 0;
	padding: 5px 10px;
	border: 3px solid #6B642E;
	background-color: #D5CF9D;
	float: right;
	width: 280px;
}
html>body div#special-deal {
	width: 270px;
}
div#special-deal a {
	font-weight: bold;
	font-style: italic;
	color: red;
}

/* For tooltip */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #FFFFFF;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #FFFFFF;
  border: 3px solid #6B642E;
} 
.cluetip-default #cluetip-inner {
  padding: 10px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* THICKBOX */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  height:100%;
  width:100%;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}