/* Staff 
---------*/
#staff a {
font-weight:bold;
}

#staff dl {
/* Structure */
width:102px;
float:left;
margin: 0 34px 10px 0;
padding: 0 0 10px 0;
text-align:center;
}
#staff dl.last {
/* Structure */
margin-right:0px;
}
#staff dl dt.photo img {
border: 1px solid #b8bc9b;
/* Structure */
float: left;
margin: 0 0 10px 0;
}
#staff .break {
/* Structure */
clear:both;
}


/* staff profile items */
#staff.person img.agentImage {
/* Structure */
float: left;
margin: 0 10px 10px 0;
border:1px solid #b8bc9b;
}
#staff.person .agentDetails {
/* Structure */
margin-left: 210px;
padding: 13px 21px;
}
#staff.person .agentDetails h2.agentTitle {
/* Structure */
margin: 0 0 20px 0;
}
#staff.person .overview {
overflow: hidden;
}
#staff.person .overview ul {
margin: 5px 0 10px 0;
list-style-position: outside;
list-style-type: none;
}
#staff.person .overview ul#agentlinks li {
padding: 0 10px;
margin: 0 0 5px 0;
list-style-type: disc;
list-style-position: inside;
}
#staff.person .overview ul#agentlinks li.heading {
list-style-position: outside;
list-style-type: none;
} 
#staff.person .overview ul#agentlinks {
float: right;
background-color: #EDEEE6;
padding: 10px 10px 5px 10px;
}
