#content {
  padding: 10px 0px 0px 0px;
  font-size: 14px;
}

#services {
  float: left;
  width: 55%;
  height: 800px;
}
#faq {
  float: right;
  width: 35%;
  padding: 10px;
  margin-right: 0px;
  background-color: #B7EAF2;
  border: 0px #25bfd6 solid;
}

#faq h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
#faq h2 {
  font-size: 20px;
  margin: 0px;
  color: #3c5e67;
  margin-bottom: 4px;
}

#location {
  padding-bottom: 10px;
}

#map {
  padding-bottom: 10px;
  padding-top: 10px;  
}

#questions {
}
#questions textarea {
}
#questions label {
  display: block;
  text-align: right;
  width: 100px;
  float: left;
}
#questions input {
  margin-right: 6px;
}

#address,
#phones {
  text-align: left;
  width: 150px;
  float:left;
}


#people {
  height: 400px;
}

#people ul {
  display: inline;
  list-style-type: none;
}

#people li {
  text-align: left;
  width: 45%;
  display: block;
  float: left;
}
