@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(../images/bg.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #4c4c4c;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: top center;
}

.wrapper {
	margin: 0 auto;
	width: 775px;
	padding: 0;
}

.header {
	height: 42px;
	position: relative;
}

.header .logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 247px;
	height: 42px;
	float: left;
}

.header .languages {
	float: right;
	overflow: hidden;
	padding-top: 14px;
}

.header .languages a {
	float: left;
	margin-left: 5px;
}

.header .slogan {
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
	float: left;
	width: 217px;
	height: 22px;
	position: absolute;
	left: 270px;
	top: 13px;
}

.navigation {
	height: 40px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	position: relative;
	
}

.navigation ul li {
	float: left;
	height: 20px;
}

.navigation ul li.home a {
	width: 50px;
	text-align: left;
	padding-left: 12px;
}

.navigation ul li.bedrooms a {
	width: 106px;	
}

.navigation ul li.special-offers a {
	width: 143px;	
}

.navigation ul li.weddings a {
	width: 108px;	
}

.navigation ul li.meetings a {
	width: 167px;	
}

.navigation ul li.location a {
	width: 98px;	
}

.navigation ul li.contact a {
	width: 85px;	
}

.navigation ul li.last a {
	border: none;	
}

.navigation ul li a {
	color: #00346b;
	text-transform: uppercase;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	border-right: 1px solid #FFF;
	text-align: center;
	float: left;
	white-space: nowrap;
}

.navigation ul li:hover, .navigation ul li.selected  {
	color: #FFF;
	background-color: #0386c4;
	text-decoration: none;
}

.navigation ul li:hover a, .navigation ul li.selected a  {
	color: #FFF;
	text-decoration: none;
}

.navigation ul ul {
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 19px;
	display: none;
	background-color: #0386c4;
	width: 775px;
	text-align: center;
}

.navigation ul li:hover ul, .navigation ul li.selected ul {
	display: block;
}

.navigation ul ul li {
	background: none !important;	
}

.navigation ul ul li a {
	color: #fff;
	height: 19px;
	line-height: 19px;
	border: none;
	padding: 0 12px;
	width: auto !important;
}

.navigation ul ul li a:hover {
	text-decoration: underline;	
}







.navigation ul li {
 float: left;
 height: 20px;
}
 
.navigation ul li a {
 color: #00346b;
 text-transform: uppercase;
 font-weight: bold;
 height: 19px;
 line-height: 19px;
 border-right: 1px solid #FFF;
 text-align: center;
 float: left;
 white-space: nowrap;
 padding: 0 15px;
 text-align: center;
}
 
and for the subnavigation to be centered:

.navigation ul ul li {
 background: none !important;
 display: inline-block;
 float: none !important;
}
 
.navigation ul ul {
 text-align: center;
}
















.intro {
	background-image: url(../images/intro-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 200px;
	background-color: #0386c4;
}

.intro .banner {
	float: left;
	width: 587px;
}

.intro .bookForm {
	float: right;
	width: 168px;
	background-image: url(../images/intro-form-bg.gif);
	background-repeat: repeat-x;
	padding: 0 10px;
	position: relative;
	height: 182px;
}

.intro .bookForm h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	height: 36px;
	line-height: 36px;
}


.intro .bookForm h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 14px;
	padding: 5px 0; 
}

.intro form label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 15px;
	display: block;
}

.intro form select {
	margin-left: 15px;
	border: 1px solid #7f9eb3;
	margin-bottom: 5px;
}

.intro form select.date {
	width: 45px;
}

.intro form select.month {
	width: 84px;
}

.intro form input.submit {
	border: none;
	background: none;
	font-family: "myriad Pro";
	font-size: 0px;
	color: #622022;
	height: 23px;
	width: 140px;
	line-height: 0px;
	background-image: url(../images/intro-form-submit-bg.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.main {
	overflow: hidden;
	clear: both;
	padding-top: 8px;	
}

.sidebar {
	float: left;
	width: 190px;
	overflow: hidden;
}

.sidebar .banner {
	margin-bottom: 6px;	
}

.sidebar .bordered {
	background-color: #FFF;
	border: 1px solid #b2b2b2;
	padding: 2px;
}

.sidebar .left-banner {
	float: left;
	width: 86px;
	text-align: center;
}

.sidebar .right-banner {
	float: right;
	width: 86px;
	text-align: center;
}

.sidebar a.red {
	color: #830707;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.sidebar a.brown {
	color: #967157;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.darkblue {
	color: #00346b;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.blue {
	color: #0386c4;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

.red {
	color: #830707;
}

.brown {
	color: #967157;
}

.sidebar .newsletter {
	border: 1px solid #b2b2b2;
	float: left;
	width: 184px;
	padding: 2px;
	margin: 6px 0;
}

.sidebar .newsletter h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
  	padding: 5px;
	background-color: #0386c4;
}

.sidebar .newsletter h3 a {
  	color: #fff;
  }

/*.sidebar .newsletter form {
	background-color: #0386c4;
	clear: both;
	margin: 0px 0;
	float: left;
	padding: 0 9px 11px 8px;
	overflow: hidden;
}

.sidebar .newsletter form h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 5px;
	line-height: 26px;
}

.sidebar .newsletter form input {
	width: 75px;
	height: 14px;
	line-height: 14px;
	padding: 3px 5px;
	border: 1px solid #ababab;
	font-size: 12px;
	color: #000;
	float: left;
}

.sidebar .newsletter form input.submit {
	border: none;
	background: none;
	width: 81px;
	height: 22px;
	font-size: 0;
	line-height: 0;
	color: #830707;
	background-image: url(../images/sidebar-form-submit-bg.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	padding: 0;
	cursor: pointer;
}*/

.sidebar .social {
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
}

.sidebar .rss {
	background-image: url(../images/icon-rss.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #494949;
	font-weight: bold;
	line-height: 14px;
	float: left;
	margin-right: 7px;
}

.sidebar .add {
	float: right;	
}

.sidebar .social .facebook {
	background-image: url(../images/icon-facebook.gif);
	line-height: 30px;
	height: 30px;
	display: block;
	padding-left: 35px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.content {
	float: right;
	width: 571px;
	line-height: 14px;
	color: #4b4a4a;
}

.content h1 {
	font-size: 13px;
	font-weight: bold;
	color: #467db1;
	line-height: 26px;
	padding-bottom: 12px;
}

.content ul {
	padding-bottom: 15px;	
}

.content ul li {
	background-image: url(../images/list-separator.gif);
	background-repeat: no-repeat;
	background-position: 22px 6px;
	padding-left: 39px;
	line-height: 13px;
}

.contentfullWidth {
	/* float: right; */
	/* width: 571px; */
}

.contentfullWidth h1 {
	font-size: 15px;
	font-weight: bold;
	color: #600405;
	line-height: 26px;
	padding-bottom: 12px;
}

.contentfullWidth ul {
	padding-bottom: 15px;	
}

.contentfullWidth ul li {
	background-image: url(../images/list-separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	margin-left: 23px;
}



/* -------------------- Newsletter -------------------- */



.hidden_box {
  	display: none;  
	background-color: #0386c4;
	width: 180px;
	padding: 10px 2px 2px 2px;
	margin: 0px;
}

.hidden_box select {
  width: 165px;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.hidden_box .radio {
  float: left;
  width: 30px;
  clear: left;
}

.hidden_box label {
  font-size: 12px;
  color: #fff;
  display: block;
  margin-left: 5px;
  line-height: 110%;
  padding: 5px 0;
}
.hidden_box .textbox {
  float: right;
  width: 100px;
  padding: 2px;
  font-size: 11px;
  margin: 2px 0;  
}

.hidden_box .button {
  background: #67A3A4;
  color: #fff;
  margin: 0 auto 5px auto;
  text-align: center;
  display: block;
  clear: both;
  width: 165px;
}




.footer {
	overflow: hidden;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 15px 0 5px 0;
	clear: both;
	margin-bottom: 5px;
}

.footer .leftaligned {
	float: left;	
}

.footer .rightaligned {
	float: right;	
}

.footer p {
	font-size: 10px;
	color: #a6a6a6;
	/* padding-left: 206px; */
}

.footer a {
	color: #a6a6a6;	
}
