@charset "UTF-8";
/* CSS Document */

html {
margin: 0;
padding: 0;
background: url(images/header_bg.jpg) top center repeat-x #e8e3d4;
}

body {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
//font-family: Georgia, "Times New Roman", Times, serif
}

#wrapper {
margin: auto;
width: 924px;
}

#header {
margin: 0;
padding: 0;
height: 108px;
}

#header_img {
margin-left: 10px;
}

#header h1 {
margin-left: -10000px;
display:none;
}

#link_list {
width: 1024px;
height: 50px;
}

#link_list img {
padding: 0;
margin: 0;
}

#link_list ul {
list-style-type:none;
display: inline;
padding: 0;
margin-left: 5px;
}

#link_list li {
display: inline-block;
margin-left: -5px;
}

#home_button {
height: 50px;
width: 96px;
display: block;
background: url(images/home_button2.jpg) no-repeat;
}

#home_button:hover {
background: url(images/home_button_hover2.jpg);
}

#accommodations_button {
height: 50px;
width: 238px;
display: block;
background: url(images/accommodations_button.jpg) no-repeat;
}

#accommodations_button:hover {
background: url(images/accommodations_button_hover.jpg);
}

#contact_button {
height: 50px;
width: 118px;
display: block;
background: url(images/contact_button.jpg) no-repeat;
}

#contact_button:hover {
background: url(images/contact_button_hover.jpg);
}

#pictures {
height: 275px;
width: 924px;
margin: 0;
padding: 0;
}

#pictures img {
margin: 0;
padding: 0;
border: 0;
position:absolute;
}

#1 {
z-index: 10;
}
#2 {
z-index: 9;
}
#3 {
z-index: 8;
}
#4 {
z-index: 7;
}
#5 {
z-index: 6;
}
#6 {
z-index: 5;
}

#content {
width: 924px;
}

#content h2 {
color: #990100;
padding: 2px 0px;
margin: 10px 0 0 5px;
font-size: 28px;
font-weight: bold;
}

#content h3 {
color: #990100;
padding: 2px 0px;
margin: 10px 0 0 5px;
font-size: 20px;
font-weight: bold;
}

#content p {
padding: 0px;
margin: 3px 5px 3px 5px;
line-height: 1.25em;
font-size:17px;
text-indent: 24px;
}

#sidebar {
width: 320px;
background: #990100;
height: 100%;
float: right;
margin: 10px;
}

#sidebar img {
margin: 10px;
}

#welcome {
width: 308px;
float: left;
margin: 0px;
padding: 0px;
}

#features {
width: 308px;
float: left;
margin: 0px;
padding: 0px;
}

#features ul {
margin-top: 3px;
}

#contact_info {
width: 308px;
float: right;
margin: 0px;
padding: 0px;
}

.room_buttons {
display: inline;
padding: 5px;
background: #990100;
border: 2px solid #baad86;
}

.room_lists {
margin-left: -12px;
}

a.room_links, a.room_links:visited {
color: white;
text-decoration:none;
}

#first_bar {
height: 245px;
width: 100%;
background: #990100;
margin: 10px 0px;
display: none;
border: 5px solid #baad86;
}

#second_bar {
height: 245px;
width: 100%;
background: #990100;
margin: 10px 0px;
display: none;
border: 5px solid #baad86;
}

#third_bar {
height: 245px;
width: 100%;
background: #990100;
margin: 10px 0px;
display: none;
border: 5px solid #baad86;
}

.bar_pictures {
display: inline !important;
margin: 10px 16px 10px -16px;
list-style-type:none;
}

.sidebar_headline {
color: white !important;
margin: 5px 10px 0px 10px !important;
}

#room1 {
display:none;
}

#room2 {
display:none;
}

#room3 {
display:none;
}

#room4 {
display:none;
}

#room5 {
display:none;
}

#room6 {
display:none;
}

#living {
display:none;
}

#dining {
display:none;
}

#sitting {
display:none;
}

p.small_text {
font-size: 12px !important;
}

p.no_indent {
text-indent:0px !important;
}

p.full_indent {
text-indent: 0px !important;
margin: 0px 5px 0px 24px !important;
line-height: 1.1em !important;
}

#map {
float: right;
width: 600px;
height: 450px;
margin-top: 10px;
}

.smaller_font {
font-size: 15px !important;
}