body {
  margin: 5px;
  padding: 0;
  background-image: url("../img/bg.gif");
  scrollbar-face-color:#CCC9BA;
  scrollbar-highlight-color:#CCCCCC; 
  scrollbar-shadow-color:#000066;
  scrollbar-3dlight-color:#000000;
  scrollbar-arrow-color:#ffffff; 
  scrollbar-track-color:#ccccd5;
  scrollbar-darkshadow-color:#ffffff
}

h1, h1 a, h1 a:hover {
  font-family: 'times new roman', times, sans-serif;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 2px;
  color: #666666;
  text-transform: uppercase;
  text-decoration: none;
}

h2 {
  font-family: "trebuchet ms", "times new roman", times, sans-serif;
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}

td, p, li {
  font-family: "trebuchet ms", "times new roman", times, sans-serif;
  font-size: 13px;
  color: #333333;
}

input, textarea, select {
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  color: #333333;
}

ul {
  margin: 0;
  padding-left: 16px;
  list-style: circle;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

blockquote {
  margin-left: 0;
  padding-left: 24px;
  border-left: solid 1px #EAEAEA;
}

.left_col {
  background-image: url("../img/box_left.gif");
}

.right_col {
  background-image: url("../img/box_right.gif");
}

.content {
  background-color: #FFFFFF;
}

.testimonial, .testimonial a {
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
  text-decoration: none;
}

.testimonial a:hover {
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
  text-decoration: underline;
}

.author {
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  color: #999999;
}

.link {
  text-decoration: none;
  color: #0000FF;
  border-bottom: dotted 1px #0000FF;
}

.link:hover {
  border-bottom: solid 1px #0000FF;
}

.copyright {
  text-align: center;
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  line-height: 25px;
  color: #999999;
}

.copyright a {
  text-decoration: none;
  color: #999999;
}

.copyright a:hover {
  color: #333333;
  border-bottom: dotted 1px #333333;
}

.photo-disclaimer {
  padding: 0 35px 25px 35px;
  text-align: center;
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  color: #999999;
}

.cottage_title {
    padding: 25px 0 25px 0;
}

.textbox_small {
  width: 15px;
  text-align: center;
}

.label {
  
}

.value {
  padding: 0 5px 0 5px;
  background-color: #EFEFEF;
  text-align: center;
}

.help {
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  padding: 1px 4px 2px 4px;
  background-color: #EFEFEF;
  text-decoration: none;
  color: #666666;
}

.help:hover {
  color: #FFFFFF;
  background-color: #666666;
}

.choice {
  font-wight: bold;
  text-align: center;
  padding: 0 5px 0 5px;
  background-color: #E0E0E0;
  border: solid 1px #CCCCCC;
}

.choice_text {
  padding: 0 5px 0 5px;
  background-color: #E0E0E0;
  border: solid 1px #CCCCCC;
}

.wrap_table {
  border: solid 1px #CCCCCC;
}

.avail {
  margin: 2px 0 0 0;
  padding: 2px 5px 2px 5px;
  text-align: right;
  width: 180px;
  background-color: #E0E0E0;
  border: solid 1px #CCCCCC;
}

.not_avail {
  margin: 2px 0 0 0;
  padding: 2px 5px 2px 5px;
  text-align: right;
  width: 180px;
  background-color: #CCCCCC;
  border: solid 1px #CCCCCC;
  text-decoration : line-through;
  color: #999999;
}

.print_only {
    display: none;
}

#help p {
  margin: 15px;
}