.realAgencies {
  margin: 10px 0 0 0;
}
.realAgencies .topRealAgencies {
  margin: 0 0 10px 0;
}
.realAgencies .topRealAgencies li {
  float: left;
  background: url(../img/top_rk.gif) center center no-repeat;
  width: 135px;
  height: 110px;
  margin: 0 1px 0 0;
}
#pageContent .realAgencies .filter .left {
  width: 340px;
}
.realAgencies .filter .filterChars {
  float:left;
  width: 600px;
}
.realAgencies .filter .filterChars a {
  margin: 0 2px;
}

.realAgencies .realAgency .contact {
  width: 300px;
  float: left;
}
.realAgencies .realAgency .stats {
  width: 400px;
  float: left;
}
.realAgencies .realAgency .logo {
  width: 100px;
  float: left;
}
.realAgencies .realAgency h2 {
  color: #c4e7f8;
  margin: 0 0 15px 0;
}
.realAgencies .realAgency .contact dl {
  line-height: 18px;
}
.realAgencies .realAgency .contact dt {
  float: left;
  width: 100px;
  font-weight: bold;
}
.realAgencies .realAgency .contact dd {
  float: left;
  width: 200px;
}
.realAgencies .realAgency .contact dl.contactPost, .realAgencies .realAgency .contact dl.contactOther {
  margin: 0 0 16px 0;
}
.realAgencies .realAgency .stats table {
  width: 100%;
}
.realAgencies .realAgency .stats th, .realAgencies .realAgency .stats td {
  padding: 3px 8px;
}
.realAgencies .realAgency .stats tr.type, .realAgencies .realAgency .stats tr.totalCount {
  font-weight: bold;
}
.realAgencies .realAgency .stats td.category {
  padding-left: 16px;
}
