body {
	background: #043754;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

html {
	background: #043754;
}

h1 {
	color: #006633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
}

h2 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
}

p {
	line-height: 160%;
	color: #666;
}

#background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#wrapper {
	position: relative;
	z-index: 2;
	width: 1000px;
	margin: 0 auto;
	padding-top: 120px;
}

#wrapper #top {
	background: url('../images/wrapper-top.png') no-repeat;
	width: 985px;
	height: 116px;
	padding: 15px 15px 0 0;
}

#newsletter {
	width: 272px;
	float: right;
}

#newsletter h2 {
	text-align: center;
}

#newsletter .clearfix {
	margin-bottom: 0;
}

#newsletter input.text {
	float: left;
	margin-right: 10px;
	width: 120px;
}

#newsletter .submit {
	margin-top: 10px;
	text-align: center;
}

#wrapper #bottom {
	background: url('../images/wrapper-bottom.png') no-repeat;
	width: 1000px;
	height: 38px;
}

#wrapper #inner {
	background: url('../images/wrapper-stretch.png') repeat-y;
	width: 970px;
	padding: 0 15px;
}

#banners {
	width: 970px;
	height: 178px;
}

#banners img {
	position: absolute;
}

#banners img.fade {
	display: none;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 970px; /*For KHTML*/
	list-style: none;
	height: 30px;
	background:url('../images/menu-bg.gif') repeat center center;

}

ul#navmenu li {
	border: 0 none;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 27px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 151px;
  list-style: none;
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  background-color:#333;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 151px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
	padding: 3px 46px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #FFFFFF;
	font: normal 11px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: url('../images/menu-roll.gif');
	color: #FFFFFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  font-size: 10px;
  background: #333;
  color: #fff;
  padding-left: 15px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #063;
  color: #fff;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

#container {
	padding:  0 40px 0 0;
}

#copy {
	background: url('../images/copy-side.png') right 50px no-repeat;
	width: 602px;
	padding: 0 30px 0 48px;
	float: left;
}

#side {
	background: url('../images/book-now-bg.jpg') no-repeat;
	width: 185px;
	height: 80px;
	float: right;
	margin-top: 40px;
	padding: 40px 0 0 15px;
}

#side label {
	color: #FFF;
}


#side #tbArrival {
	border: 1px solid #FFF;
	width: 125px;
	height: 22px;
}

#twitter {
	background: url('../images/twitter-bg.jpg') no-repeat;
	width: 894px;
	height: 33px;
	margin: 0 auto;
	color: #FFF;
	padding-bottom: 10px;
}

#twitter ul {
	margin: 0;
	padding: 0 130px 0 20px;
}

#twitter li {
	list-style: none;
	padding-top: 10px;
}

#twitter li a {
	color: #FFF;
	font-weight: bold;
}

#footer {
	padding-right: 55px;
}

#footer p {
	color: #FFF;
	margin-left: 55px;
	font-size: 10px;
	float: left;
}

#footer #social {
	float: right;
}

#footer a {
	color: #FFF;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
