#agent_list_container{
  width:650px;
  margin-right:auto;
  margin-left:auto;
}

.agent_listing{
  width: 650px;
  height: 210px;
  border: 1px solid #000000;
  background: #C0C0C0;
}

.agent_picture{
  width:125px;
  height: 160px;
  padding: 5px;
  float: left;
 
}
.agent_picture img{
  width:125px;
  border: 1px solid #000000;

}

.agent_info{
  width:500px;
  height: 65px;
  padding: 5px;
  font-size: 14px;
  color: #000000;
  float: left;
}

.agent_info ul{
  list-style: none;
}

.agent_info li{

}

.agent_info label{
  width: 130px;
  text-align: right;
  display: block;
  float:left;
  padding-right:10px;
}

.agent_writeup{
  width:500px;
  height: 95px;
  font-size: 12px;
  float:left;
  padding: 5px
  

}

.agent_link{
    width: 320px;
    margin-right:auto;
    margin-left:auto;
    text-align: center; 
    clear:both;
}

.agent_link a{
    width: 320px;
    height: 22px;
    background: #CCCCCC;
    border: 1px solid #000000;
    display: block;
    font-size: 16px;
}

.agent_link a:hover{
    width: 320px;
    height: 22px;
    color: #FFFFFF;
    background: #646464;
    border: 1px solid #000000;
    display: block;
    font-size: 16px;
}

.agent_content{
  width:705px;
  height:2200px;
}

.agent_list{
  width:250px;
  font-size:20px;
  font-weight:bold;
  float:right;
}
.list_left {
  width:400px;
  float:left;
  font-size:16px;
}

.agent_list img{
  margin-right:5px;
}

.agent_list ul{
list-style:none;
}

.agent_list li{
  
}

.office_picture{
float:left;
width:450px;
}

.agent_content hr{
float:left;
width:100%;
height:2px;
clear:both;
margin-top: 25px;
margin-bottom:25px;
}

.agent_content h3{
  float:right;
  font-size:26px;
  width:700px;
  text-align:center;
  margin-bottom:20px;
}


.list_left ul{
list-style:none;
margin-top:30px;
margin-left:30px;
}

.list_left  li{
margin-top:3px;

}
.list_left label{
width:90px;
margin-right:10px;
text-align:right;
display:block;
float:left;
}
