/* Staff 
---------*/

#staff dl {
background-color:#afafaf;
/* Structure */
width:409px;
margin-bottom: 10px;
overflow: hidden;
float:left;
}
#staff dl.right {
/* Structure */
float: right;
}
#staff dl dt {
background-color: #787878;
/* Structure */
float:left;
}
#staff dl dt img {
border-right:10px solid #444444;
/* Structure */
display: block;
}
#staff dl dd {
/* Structure */
margin: 2px 5px 0px 120px;
}
#staff dl dd.name {
font-weight: bold;
font-size: 1.6em;
/* Structure */
margin-top:15px;
}
#staff dl dd.position {
/* Structure */
margin-bottom: 0;
color: #FFF;
}
#staff dl dd.mobile {
/* Structure */
margin-bottom: 15px;
color: #c7c7c7;
}

/* Staff Profiles
----------------- */
#staff.person img.agentImage {
/* Structure */
float: left;
margin: 0 10px 10px 0;
}
#staff.person .agentDetails {
background-color: #4a79a8;
/* Structure */
margin-left: 207px;
padding: 13px 21px;
}
#staff.person .agentDetails h2.agentTitle {
/* Structure */
margin: 0 0 20px 0;
}
#staff.person .agentDetails ul.agentContacts {
/* Structure */
margin: 0 0 10px 0;
list-style: none;
list-style-position: outside;
}
#staff.person .agentDetails ul.agentContacts li {
/* Structure */
margin: 0 0 5px 0;
}
#staff.person .agentDetails ul#agentLinks {
/* Structure */
list-style: none;
margin: 0 0 10px 0;
}
#staff.person .agentDetails ul#agentLinks li {
/* Structure */
float: left;
margin: 0 5px 0 0;
overflow:auto;
}
