/* Two boxes on top */
.contact_us_box {
  float: left;
  border: 2px solid #d0d0d0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px 30px;
  width: 240px;
}

.contact_us_box.last {
  margin: 0 0 0 30px;
}

.contact_us_box .copy {
  float: left;
}

.contact_us_box .copy h2 {
  font-size: 18px;
  color: #2baee6;
}

.contact_us_box .copy p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 22px;
}

.contact_us_box .copy p.phone {
  color: #5e5e5e;
}

.contact_us_box .image {
  float: right;
  margin: 12px 0 0;
}

/* Rest of the body */
.contact_us_column {
  margin: 30px 0 0;
  float: left;
  width: 335px;
}

.contact_us_column .item {
  margin: 0 0 30px 0;
}

.contact_us_column .item h2 {
  font-size: 18px;
  color: #2baee6;
}

.contact_us_column .item p.link {
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 14px;
}

.contact_us_column .item p.phone {
  color: #5e5e5e;
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 20px;
}