﻿body {
  SCROLLBAR-FACE-COLOR: #f6f5f5;
  SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
  SCROLLBAR-SHADOW-COLOR: #e7e4e4;
  SCROLLBAR-3DLIGHT-COLOR: #dbd5d5;
  SCROLLBAR-ARROW-COLOR: #0033ff;
  SCROLLBAR-TRACK-COLOR: #efefef;
  SCROLLBAR-DARKSHADOW-COLOR: #98aab1;
  margin: 0px 0px 0px 0px;
  font-family: Georgia, Verdana, Arial, Sans-Serif;
  background-image: url(images/cabana-bg.jpg);
}

#wrapper {
  width: 980px;
  margin: 0 auto;
  padding: 0px;
  background-color: #ffffff;
}

#container {
  position: relative;
  width: 980px;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
}

.clear {
  clear: both;
}

.menu {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  line-height: 25px;
  font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
}

.homelink {
  text-decoration: none;
}

a.homelink:active {
  text-decoration: none;
}
a.homelink:visited {
  text-decoration: none;
}
a.homelink:link {
  text-decoration: none;
}
a.homelink:hover {
  text-decoration: none;
}

.info1 {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #000066;
  line-height: 20px;
  font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
}

.info2 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
}

.hdr1 {
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  color: #8d1e24;
  font-family: Georgia, Verdana, Arial, Helvetica, Sans-Serif;
}

.btn {
  cursor: hand;
  text-align: center;
}

.lblThx {
  font-weight: normal;
  font-size: 11px;
  color: #3366ff;
  line-height: 16px;
  font-style: italic;
  text-align: center;
  font-family: Verdana, Georgia, Arial, Sans-Serif;
}

.dropList {
  color: #000066;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  border-color: #b4b4b4;
  border-style: dotted;
  background-color: #F5FBFF;
  border-width: thin;
}

input {
  background: #fafcfd;
  height: 20px;
  color: #0000cc;
  border-color: #b4b4b4;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Georgia, Arial, Helvetica, Sans-Serif;
  text-align: left;
  padding-left: 3px;
}

a {
  color: #000099;
  border-bottom: dotted 1px #8d1e24;
}
a:active {
  color: #000099;
  text-decoration: none;
}
a:visited {
  color: #000099;
  text-decoration: none;
}
a:link {
  color: #000099;
  text-decoration: none;
}
a:hover {
  color: #8d1e24;
  background-color: #ffffe0;
  text-decoration: underline;
}

.footer {
  font-size: 11px;
  color: #1a3281;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.footer:active {
  color: #1a3281;
  text-decoration: none;
}
a.footer:visited {
  color: #1a3281;
  text-decoration: none;
}
a.footer:link {
  color: #1a3281;
  text-decoration: none;
}
a.footer:hover {
  color: #0033ff;
  background-color: #e7e8ee;
  text-decoration: underline;
}

.cd {
  font-size: 11px;
  color: #1a3281;
  font-style: italic;
  font-family: Verdana, Georgia, Arial, Helvetica, Sans-Serif;
}
a.cd:active {
  color: #1a3281;
  text-decoration: none;
}
a.cd:visited {
  color: #1a3281;
  text-decoration: none;
}
a.cd:link {
  color: #1a3281;
  text-decoration: none;
}
a.cd:hover {
  color: #000099;
  background-color: #fffffc;
  text-decoration: underline;
}
