body {
margin: 0px;
padding: 0px;
line-height: 16px;
outline: none;
}

.site_header {
background: url(../images/bg/header_bg.png) no-repeat left center;
height: 150px;
position: relative;
overflow: hidden;
width: 100%;
}

ul.site_nav {
bottom: 0px;
margin: 8px 0px;
padding: 0px 16px;
position: absolute;
left: 0px;
width: 1010px;
}

ul.footer_nav {
margin: 8px 0px;
padding: 0px 16px;
position: relative;
margin-left: 208px;
}


.page {
background-color: #e2e2e2;
width: 1010px;
position: relative;
margin-left: 32px;
margin-right: 32px;
padding-bottom: 32px;
position: relative;
}

.page_header {
width: 1010px;
height: 300px;
background: black;
position: relative;
overflow: hidden;
}

.page_header_bg {
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
width:100%;
}

.right_container {
position: absolute;
right: 0px;
z-index: 2;
width: 210px;
}

.subpage_header {
width: auto;
position: relative;
}

.blue {
background-color: #0194c8;
}

.ltblue {
background-color: #1a9ecd;
}

.green {
background-color: #3f5719;
}


.booking_container {
height: 148px;
width: 210px;
float: left;
background-color: #5a5b55;
border-bottom: 2px solid #6c6d67;
text-align: center;
}

.weather_container {
height: 180px;
width: 210px;
float: left;
padding: 8px 0px;
background-color: #42463f;
border-bottom: 2px solid #6c6d67;
color: white;
text-align: center;
line-height: 19px;
font-family: Arial;
font-size: 11px;
}

.page_content {
width: 100%;
padding-bottom: 32px;
}

.home_page_slideshow {
 float: left;
 height: 300px;
 overflow: hidden;
 position: relative;
 width: 800px;
 background: #333;
}

.home_page_slideshow img {
 position: absolute;
 top: 0px;
 left: 0px;
 display: none;
}

.content_column {
 width: 800px;
 float: left;
}

.content_column_left {
 float: left;
 width: 580px;
}

.content_column_right {
 float: left;
 width: 220px;
}

.content_column div p {
 padding: 8px 16px; 
}

.content_column div .gallery {
 padding: 0px; 
 margin: 0px 25px;
}

.content_column div .gallery.mini {
 padding: 0px; 
 margin: 0px 15px;
 -moz-box-shadow: 0px 0px 6px #888;
 -webkit-box-shadow: 0px 0px 6px #888;
 box-shadow: 0px 0px 6px #888;
 height: 360px;
 width: 180px;
}

.content_column div .gallery li {
  list-style: none;
  width: 140px;
  height: 120px;
  float: left;
  margin: 5px 15px 15px 5px;
  -moz-box-shadow: 4px 2px 6px #888;
  -webkit-box-shadow: 4px 2px 6px #888;
  box-shadow: 4px 2px 6px #888;
}

.content_column div .gallery.facilities li {
  margin: 5px 10px 10px 5px;
  width: 160px;
}

.content_column div .gallery.mini li {
  margin: 0px;
  width: 180px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.right_outer_column {
 float: left;
 width: 210px;
}

.rooms-list h1 {
 clear: none;
}

.rooms-list img {
 -moz-box-shadow: #555 4px 4px 8px;
 box-shadow: #555 4px 4px 8px;
 -webkit-box-shadow:  #555 4px 4px 8px;
 float: right;
 margin: 0px 0px 25px 15px;
}

.rooms-list .divider {
 clear: both;
 margin: 25px 25px;
 border-bottom: 1px solid #d2d2d2;
}

.column {
display: table;
}

.quick_info {
float: right;
width: 196px;
}

.column_header {
width: 100%;
height: 40px;
display: block;
}

.section {
display: none;
min-width: 590px;
}

.quickinfo {
display: none;
}

.footer {
height: 40px;
width: 100%;
background-color: #9e9e9b;
clear: both;
background-image: url(../images/bg/footer_bg.png);
background-repeat: no-repeat;
background-position: left center;
position: relative;
}

