html, body {
  margin: 0; padding: 0;
}
body {
  font-size: 62.5%;
  background: #15361A;
  color: #fff;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}
#wrapper {
  background: #fff;
  color: #222;
  border: 2px solid #00a659;
  width: 960px;
  margin: 10px auto;
}
#header {
  background: #fff;
  height: 119px;
}
#logo {
  background-image: url(/images/logo.gif);
  background-repeat: none;
  width: 357px;
  height: 80px;
  margin: 20px 0 0 20px;
  float: left;
}
#logo span {
  display: none;
}
#call_us {
  background-image: url(/images/headset-hottie.jpg);
  background-position: right;
  background-repeat: no-repeat;
  height: 119px;
  float: right;
  margin: 0 24px 0 0;
  line-height: 119px;
  padding-right: 160px;
}
#call_us span {
  color: #000;
  font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
}
#call_us strong {
  font-size: 1.25em;
}
#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 31px;
  background-image: url(/images/nav.png);
}
#nav li {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 31px;
  height: 31px;
}
#nav a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  background-image: url(/images/button.png);
  background-position: top right;
  padding: 0 20px;
}
#nav a:hover {
  color: #f7ec33;
  background-position: bottom right;
}
#motorhomes {
  height: 196px;
  background: url(/images/unoccupied2.jpg);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#motorhomes h2, #motorhomes ul {
  display: none;
}
#welcome {
  border-top: 1px solid #fff;
  float: left;
  width: 660px;
  padding: 10px 20px;
}
#content {
  border-top: 1px solid #000;
  padding: 10px 20px;
}
#welcome p, #welcome ul, #content p, #content ul {
  font-size: 1.2em;
}
#latest_news {
  border-top: 1px solid #fff;
  border-left: 1px solid #00a659;
  border-bottom: 1px solid #00a659;
  float: left;
  width: 219px;
  padding: 10px 20px;
  background: #f9ed41;
}
#footer {
  clear: left;
  border-top: 1px solid #222;
  line-height: 32px;
  text-align: center;
}
#footer a {
  color: #222;
}
a {
  color: #33c;
}
.wpfrequired {
  color: #f33;
  font-weight: bold;
}
dl {
  font-size: 1.2em;
}
dt {
  margin: 10px 0 5px 0;
}
dd {
  margin: 5px 0 10px 0;
}
.wpform h1 { display: none; }
