#AgenciesBox {
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: white url(/images/boxes/BoxesBackground) repeat-x bottom;
  width: 490px;
  min-height: 200px;
  _height: 200px;
  _display: table;
}

#AgenciesBox .agency {
  padding: 10px 10px 240px 10px;
}

#AgenciesBox .agency .agencyName{
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #30348F;
  background: transparent url(/images/triangles.gif) no-repeat right;
  margin: 0;
}

#AgenciesBox .agency table{
  margin: 5px 10px;
  width: 99%;
}
#AgenciesBox .agency .photo{
  padding: 5px 10px;
  text-align: right;
  vertical-align: top;
}
#AgenciesBox .agency .photo img{
  border: 1px solid #30348F;
}

#AgenciesBox .agency p{
  margin: 5px 0;
}

#AgenciesBox .agency .phone{
  font-weight: bold;
}

#AgenciesBox .agency .description{
  margin-left: 10px;
  font-size: 10px;
  font-style: italic;
}


#AgenciesBox .agency a{
  font-size: 11px;
  font-weight: bold;
  color: #CC0000;
}
#AgenciesBox .agency a:hover{
  color: #30348F;
}