#agent_list {
  margin-left: 0px;
}

#agent_list h2 {
  height: 80px;
}

#agent_list .agent_list_results {
  padding-left: 10px;
}

#agent_list .agent_list_results p.top {
  margin: 10px 10px 0 10px;
}

#agent_list .agent_list_results h2 {
  margin: 10px 0;
  color: #b8892d;
  height: 20px;
}

#agent_list .agent_list_results h3 {
  font-weight: bold;
  color: #276eb7;
  font-size: 12px;
}

#main .agent_list_results li {padding: 0 0 12px 0;}
#main .agent_list_results li a {color: #276eb7;}
#main .agent_list_results li p {color: #bd8c2f; margin-top: 2px}

.agent_list_results {
  position: relative;
  min-height: 500px;
}

#results {
  margin-top: 20px;
}

#agents ul {
  margin: 0px 0 0 0px;
  height: 500px;
  width: 200px;
  overflow: auto;
  display: block;
}


