/* Staff 
---------*/

#staff dl {
/* Structure */
width:375px;
margin-bottom: 10px;
overflow: hidden;
float:left;
}
#staff dl.right {
/* Structure */
float: right;
}
#staff dl dt {
/* Structure */
float:left;
}
#staff dl dt img {
border:4px solid #FFF;
/* Structure */
display: block;
}
#staff dl dd {
/* Structure */
margin: 2px 5px 0px 120px;
}
#staff dl dd.name {
color: #B81031;
font-weight: normal;
font-size: 1.6em;
/* Structure */
margin-top:15px;
}
#staff dl dd.position {
/* Structure */
margin-bottom: 7px;
}

/* Staff Profiles
----------------- */
#staff.person img.agentImage {
border:4px solid #FFF;
/* Structure */
float: left;
margin: 0 10px 10px 0;
}
#staff.person .agentDetails {
/* Structure */
margin-left: 300px;
padding: 0 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;
}
