/* 100% of this script belongs to Skyler Kanegi. */

/* Background color. */
body {
background-color: #2D3426;
margin: 0px;
padding: 0px;
}

/* Navigation links area div. */
#nav {
position: relative;
width: 961px;
height: 31px;
padding: 10px 11px 10px 0;
margin: 0 auto;
} 

/* White header div. */
#headerwhite {
position: relative;
width: 961px;
height: 84px;
background-image: url(header_white.png);
margin: 0 auto;
}

/* Header pic div. */
#headerpic {
position: relative;
width: 961px;
height: 420px;
background-image: url(header_pic.png);
margin: 0 auto;
}

/* Logo, tagline, and search div. */
#logo {
position: absolute;
top: 23px;
left: 23px;
z-index: 3;
} 

/* Booking div. */
#booking {
position: absolute;
top: 13px;
left: 42px;
z-index: 3;
}

/* Main content div. */
#body {
position: relative;
width: 961px;
margin: 0 auto;
}

/* Copyright div. */
#copyright{
position: relative;
width: 100%;
height: 130px;
background-image: url(footer.png);
background-repeat: repeat-x;
margin: 0 auto;
}

/* Footer links div. */
#links {
position: absolute;
top: 36px;
left: 58px;
z-index: 3;
}

#form {
position: relative;
float: left;
width: 600px;
font-family: Arial;
font-size: 80%;
color: #EEEEEE;
margin: 10px 0 18px 0;
}

/* Left column. */
td.bodyleft {
float: left;
width: 635px;
padding: 20px 0 0 5px;
}

/* Right column. */
td.bodyright {
float: right;
width: 280px;
padding: 0 5px 0 21px;
margin-top: 20px;
border-left: 2px #4F4F4F solid;
}

.text {
float: left;
text-align: left;
text-decoration: none;
font-family: Arial;
font-size: 80%;
color: #EEEEEE;
padding: 12px 10px 10px 10px;
}

.booking_text {
float: left;
width: 200px;
text-align: left;
text-decoration: none;
font-family: Arial;
font-size: 80%;
color: #2D3426;
padding: 6px 10px 10px 10px;
}

.copyright {
width: 961px;
text-align: left;
text-decoration: none;
font-family: Arial;
font-size: 75%;
color: #666666;
line-height: 2.1em;
padding: 6px 10px 10px 10px;
margin: 0 auto;
}

span.right {
position: relative;
float: left;
margin-left: 450px;
font-style: italic;
}

span.required {
font-size: 13px !important;
color: red !important;
}

/* Formats text links. */
.text a {
text-decoration: underline;
color: #3399FF;
}

.booking_text a {
text-decoration: underline;
color: #3399FF;
}

.copyright a {
text-decoration: underline;
color: #666666;
}

.copyrightindex a {
text-decoration: none;
color: #666666;
}

.text a:visited {
color: #4F4F4F;
}

.booking_text a:visited {
color: #4F4F4F;
}

.copyright a:visited {
color: #393939;
}

/* Formats text links hover properties. */
.text a:hover {
color: #FF0033;
}

.booking_text a:hover {
color: #FF0033;
}

.copyright a:hover {
text-decoration: underline;
color: #3E9C35;
}

/* Properties of all images. */
img {
border: 0;
}

/* List properties. */
ul {
padding: 27px;
margin-left: -12px;
margin-top: -37px;
margin-bottom: -37px;
}

ol {
padding: 27px;
margin-left: -12px;
margin-top: -37px;
margin-bottom: -37px;
}

li {
margin-top: 10px;
margin-bottom: 10px;
}