/* CSS Document */
body {
  font-family: Georgia, 'Book Antiqua', Palatino, serif;
  font-size: 62.5%;
  line-height: 160%;
  cursor: default;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url('../images/bg.gif') repeat-x;
}

img{border:0}

img.float-right {
  float: right;
  margin: 8px 0 5px 30px;
  border: 1px solid #000;
}

p {
  margin: 0 0 10px 0;
  font-size: 1.4em;
  line-height: 1.6em;
  clear: left;
}

p.comment {
  color: #660000;
  margin: 0 0 5px 50px;
  font-style: italic;
}

p.comment2 {
  color: #660000;
  margin: 0 0 5px 30px;
  font-style: italic;
}

p.attraction {
  margin-left: 30px;
}

p.verse {
  font-style: italic;
}

a:link, a:active {
  text-decoration: underline;
  color: #660000;
}
a:visited {color: #994C59;}
a:hover {text-decoration: none;}

ul.features, ul.policies {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 160%;
}

ul.features li, ul.policies li {
  margin-left: 40px;
}

ul.sitemap {
  padding: 20px 0 0 40px;
  font-size: 1.4em;
}

ul.sitemap li {
  line-height: 1.6em;
}

span.name {
  font-weight: bold;
}

span.name a {
  font-weight: bold;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  line-height: 160%;
  color: #000;
  text-align: center;
  font-weight: normal;
  margin: 0 0 25px 0;
}

h1 span {
  font-weight: bold;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 160%;
  color: #000;
  text-align: left;
  margin: 30px 0 5px 0;
  clear: both;
}

h2.less-space {
  margin-top: 0;
}

h2.no-clear {
  clear: none;
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 160%;
  color: #72400F;
  margin: 0 0 5px 0;
  text-align: center;
}

h3.sub {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
}

#top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#heading {
  width: 800px;
  height: 238px;
  margin: 0 auto;
  position: relative;
}

#heading p.logo {
  width: 250px;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 30px;
  color: #383838;
  font-size: 1.45em;
  font-style: italic;
  line-height: 140%;
}

img.heading-photos {
  position: absolute;
  top: 19px;
  right: 20px;
}

#navbar {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.left {
  background: url('../images/navbar_left.gif') no-repeat;
  width: 20px;
  height: 39px;
  float: left;
}

.middle {
  float: left;
  width: 756px;
  height: 39px;
  background: url('../images/navbar_bg.gif') repeat-x;
}

.right {
  background: url('../images/navbar_right.gif') no-repeat;
  width: 23px;
  height: 39px;
  float: left;
}

ul.navbar  {
  list-style-type: none;
  margin: 5px auto 0 auto;
  padding: 0;
  width: 100%;
}

ul.navbar li {
  display: inline;
}

ul.navbar a:link, ul.navbar a:visited, ul.navbar a:active {
  font-size: 1.1em;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  padding: 3px 18px;
  line-height: 21px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url('../images/navbar_divider.gif') no-repeat left center;
}

ul.navbar a:link.first, ul.navbar a:visited.first, ul.navbar a:active.first {
  background: none;
}

ul.navbar a:link#current, ul.navbar a:visited#current {
  text-decoration: underline;
}

ul.navbar a:hover {
  text-decoration: underline;
}

#middle {
  width: 660px;
  margin: 0 auto;  
  padding: 258px 70px 20px 70px;
  text-align: left;
}
* html #middle {width:800px;w\idth:660px;}

.cabin {
  width: 272px;
  text-align: center;
  float: left;
  margin: 28px;
  position: relative;
}

.cozy-pine {
  float: none;
  margin: 0 auto;
  clear: both;
  text-align: center;
}

.cabin p {
  font-size: 1.1em;
}

.thumbnails {
  text-align: center;
}

.thumbnails img {
  border: 1px solid #000;
  margin: 5px;
} 

.column-half {
  width: 49%;
  float: left;
  padding-bottom: 30px;
}

#contact-left {
  float: left;
  width: 460px;
  padding: 10px 30px 20px 0;
  text-align: center;
}
* html #contact-left {width:490px;w\idth:460px;}

#contact-left p {
  text-align: left;
}

img.map {
  border: 0;
  margin-top: 10px;
}

img.sign {
  border: 1px solid #999;
  margin: 10px auto 20px auto;
}

#contact-right {
  float: left;
  width: 170px;
  padding: 15px 0 20px 0;
}

/* Directions form on contact page begins */
p.directions {
  font-size: 1.2em;
  margin-bottom: 10px;
}

form p {
  margin: 0;
  padding: 1px 0 0 0;
  font-size: 1.2em;
  clear: left;
}

form p label {
  float: left;
  width: 100%;
}

.txt {
  border: 1px solid #DDB7B7;
  background: none;
  color: #990000;
  width: 97%;
  font-family: Georgia, 'Book Antiqua', Palatino, serif;
}

.st {
  width: 50px;
  float: left;
  margin-right: 5px;
}

.zip {
  width: 80px;
  float: left;
}

select.country {
  font-size: 1em;
  margin-left: 3px;
  color: #990000;
  font-family: Georgia, 'Book Antiqua', Palatino, serif;
  border: 1px solid #DDB7B7;
}

input.submit {
  font-size: .9em;
  color: #FFF;
  border: 0;
  background: #990000;
  font-weight: bold;
  margin: 10px;
  padding: 2px;
}

p.submit {
  text-align: center;
}
/* Directions form on contact page ends */

#footer-container {
  position: relative;
  width: 100%;
  height: 241px;
  background: url('../images/footer_bg.gif') repeat-x;
  clear: both;
}

#footer {
  width: 800px;
  margin: 0 auto;
  position: relative;
  height: 241px;
}

img.rose {
  position: absolute;
  top: 46px;
  left: 93px;
  z-index: 1;
}

p.bar-text {
  font-size: 1.5em;
  font-style: italic;
  line-height: 2.4em;
  text-align: center;
  margin: 0;
  position: relative;
  color: #FFF;
}

div.contact-info {
  position: absolute;
  top: 60px;
  right: 150px;
}

p.tranquil-acres-name {
  color: #881616;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}

p.tranquil-acres-address {
  color: #716161;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
}

p.credits {
  font-size: 1em;
  line-height: 160%;
  margin: 8px 0 16px 0;
  color: #666;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

p.credits span {
  margin: 0 6px;
}

#footer a:link, #footer a:visited, #footer a:active {
  font-size: 1em;
  color: #333;
  text-decoration: underline;
  margin: 0;
}

#footer a:hover {
  text-decoration: none;
}
