body {
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,Sans-serif;
  font-size: 0.75em;
  line-height: 150%;
}

#wrapper {
  width: 762px;
  height: 510px;
  margin: 20px auto;
  background: #fff;
  border: solid #025131 3px;
}

#header {
  height: 92px;
}

#nav {
  height: 23px;
}

#nav img, #quoteform img, #home img {
  border: none;
}

#pics {
  height: 375px;
  float: left;
  width: 273px;
  position: relative;
  padding: 10px;
}

#quoteform {
  height: 23px;
  width: 273px;
  position: absolute;
  top: 365px;
  left: 10px;
}

#content {
  height: 325px;
  overflow: auto;
  float: right;
  width: 400px;
  padding: 20px 35px 25px 25px;
}

#lead a {
  font-weight: bold;
  text-decoration: none;
  color: #025131;
}
  
h2, h3, h4 {
  color: #025131;
  margin-bottom: -7px;
}

h2 {
  font-size: 140%;
}

h3, h4 {
  font-size: 110%;
}

p, h3 {
  padding-bottom: 10px;
}

h4 {
  margin-bottom: -12px;
}

ul {
  margin-top: -15px;
}

li {
  font-weight: 700;
  color: #025131;
}

.testimonial {
  font-style: italic;
}

.address, hr {
  color: #025131;
}

hr {
  width: 50%;
  height: 3px;
  margin: 0;
  text-align: left;
  color: #025131;
  background-color: #025131;
  border: 0 solid #025131;
}