#wrapper {
  background-image: none;
  background-color: #efffe0;
  background-image: url('/img/banner.jpg');
  background-image: url('/img/banner_hm_bg.jpg');
  font-family: sans-serif;
}
#content {
  border: none;
  clear: both;
}
#content.services p {
  margin-left: 10px;
}
#content.services div.left {
  width: 77%;
  margin: 30px 0 0 0;
  padding: 0;
  float: left;
  clear: both;
}
#content.services div.left h2 {
  margin: 0;
}
#content.services div.right {
  margin-top: 45px;
  width: 22%;
  float: left;
}
#content.services div.right img {
  width: 150px;
  margin: 30px 0 0 55px;
  border: 1px solid green;
}
#content.location div.left {
  padding: 30px 0 0 0;
  width: 49%;
  float: left;
  clear: both;
  font-weight: bold;
  line-height: 130%
}
input {
  width: 300px;
}
.lbl {
  padding-right: 20px;
  text-align: right;
}
#content.location div.right {
  margin-top: 30px;
  margin-bottom: 25px;
  border: 1px solid green;
  width: 49%;
  float: right;
}
#content.contact div.left {
  padding: 30px 0 0 0;
  width: 36%;
  float: left;
  clear: both;
  font-weight: bold;
  line-height: 130%
}
#content.contact div.left h1 {
  font-size: 120%;
  margin: 0;
}
#content.contact div.right {
  padding: 30px 0 0 0;
  width: 62%;
  float: right;
  margin-bottom: 25px;
}
#content.contact div.right img {
  width: 100%;
}
#content.contact div.right form {
  padding: 5px;
  background-color: #ada;
  border: 1px solid green;
}
#content.contact div.right h1 {
  margin-bottom: 10px;
}
.contact form h1 {
  text-align: center;
  color: #222;
  font-size: 125%;
  margin-bottom: 0;
}
.contact h1 + p {
  margin-top: 2px
}
#content.about h1 {
  font-size: 150%;
  margin-top: 30px;
}
#content.about h1+div {
  padding-top: 1em;
}
#content.about div.left {
  margin-top: 180px;
}
#content.about div.left p {
  clear: both;
  padding: 20px 0;
  margin-left: 10px;
}
#content.about div.left h1 {
  margin: 0;
  font-size: 150%;
}
#content.about div.left h1+p {
  margin-top: 0;
  padding-top: 10px;
}
#content.about div.left img {
  width: 150px;
  margin-top: 2px;
  border: 1px solid green;
}
#content.about div.left img.left {
  float: left;
  margin-right: 20px;
}
#content.about div.left img.right {
  float: right;
  margin-left: 20px;
}
#content.home div.right h1 {
  font-size: 100%;
  margin: 1em 0 0;;
}
#content.home div.right p {
  margin-left: 10px;
}
#content.home div.right h1 + p {
  margin-top: 0;
}

