/* -/header */
#header h1 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 740px;
  height: 190px;
  text-indent: -9999px;
  background: url(/getaway/images/bg_nortonranch.png) center no-repeat;
}
#header a,
#header a:link {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 194px;
  text-decoration: none;
}

/* -/navlist */
ul#navlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
#navlist li {
  float: right;
  margin: 0px 0px 0px 2px;
  padding: 0px;
  font-size: 100%;
  font-weight: bold;
  background: transparent url(/getaway/images/nav_tab_lt.png) bottom left no-repeat;
  color: #666;
  text-align: center;
}
#navlist a,
#navlist a:link,
#navlist a:visited {
  display: block;
  margin: 0;
  padding: 0.5em 1em 0.8em;
  text-decoration: none;
  background: transparent url(/getaway/images/nav_tab_rt.png) bottom right no-repeat;
  color: #aaa;
}
#navlist a.current,
#navlist a.current:link,
#navlist a.current:visited,
#navlist a:hover {
  background-color: transparent;
  color: #ecb644;
}
/* -/content */
#content h1,
#content h2,
#content h3 {
  background-color: transparent;
  color: #ecb644; /* 9d782b; */
}
#content address {
  font-style: normal;
}
#content p {
  text-align: justify;
}
#content a,
#content a:link,
#content a:visited {
  text-decoration: underline;
  background-color: transparent;
  color: #cc9d3b;
}
#content a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #ecb644;
}
div.left {
  float: right;
  margin-left: 12px;
  width: 50%;
}
div.right {
  float: right;
  margin-left: 24px;
  width: 280px;
}

#tr_info {
  position: absolute;
  top: 40px;
  left: 450px;
  width: 260px;
  background: transparent url(/getaway/images/bg_transparent.gif);
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
#tr_info p,
#md_info p {
  margin: 0.5em;
}
#md_info {
  position: absolute;
  top: 300px;
  left: 40px;
  width: 260px;
  background: transparent url(/getaway/images/bg_transparent.gif);
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
#bt_info {
  position: absolute;
  bottom: 0px;
  left: 60px;
  width: 600px;
  background: transparent url(/getaway/images/bg_transparent.gif);
  color: #fff;
  border: 1px solid #fff;
}
#bt_info p {
  margin: 0.5em;
}

/* -/slideshow */
#slideShow {
  float: right;
  position: relative;
  margin: 30px 0px 6px 6px; 
  padding: 0;
  width: 280px;
  height: 210px;
  text-align: center;
  border: 6px solid #888;
}
#slideShow img {
  margin: 0em auto;
}

/* -/promo */
#promo {
  clear: right;
  float: right;
  margin: 0px 6px 6px 6px;
  padding: 0px;
  width: 280px;
  background: #3b71ab url(/getaway/images/bg_promo.gif) bottom center no-repeat;
  color: #000;
}
#promo h4 {
  margin: 0;
  padding: 6px 6px 0;
  background-image: url(/getaway/images/bg_promo.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  color: #000;
}
#promo p {
  margin: 6px 6px 8px;
}

.extra {
  float: left;
  margin: 12px 6px;
  padding: 0;
  width: 240px;
  background: transparent url(/getaway/images/bg_extra.png) bottom center no-repeat;
  color: #fff;
}
.extpad {
  margin: 0;
  padding: 8px;
  background: transparent url(/getaway/images/bg_extra_top.png) top center no-repeat;
  color: #fff;
}

/* -/footer */
#footer p {
  font-size: 80%;
}
