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;
}

.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;
}
