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

#questions {
  width: 525px;
  float: left;
  color: #4D4D4D;
  font-size: 13px;
  line-height: 18px;
}

h1 {
  color: #26A8BF;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 10px;
}
h2 {
  color: #26A8BF !important;
  font-weight: bold !important;
  font-size: 15px;
}
h2.first {
  margin-top: 0px;
}


#location {
  padding-bottom: 10px;
}

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


#answers h3 {
  font-style:italic;
}

#faq {
  float: right;
  width: 355px;
  margin-right: 0px;
  background: url(/images/yellow-box-repeat.png) repeat-y;
  border: 0px #25bfd6 solid;
  line-height: 18px;
}
#faq .top {   
  background-image: url(/images/yellow-box-top.png);
  width:355px;
  height:13px;
}
#faq .bottom {
  background-image: url(/images/yellow-box-bottom.png);
  width:355px;
  height:13px;
}

#faq-info {
  padding: 0px 20px 20px 20px;
}

#faq h1 {
  margin-top: 0px;
  color: black;
  font-size: 17px;
}

#faq h2 {
  margin-top: 7px;
}


