/* Staff 
---------*/
#staff {
overflow:hidden;
margin-bottom:10px;
}

#staff dl {
background-image: url(/_lib/professional/002/img/bg_stafflist.gif);
background-position: top right;
background-repeat: repeat-y;
background-color: transparent;
/* Structure */
float: left;
width: 446px;
margin: 19px 0 0 16px;
overflow: hidden;
}
#staff dl.right {
/* Structure */
float: right;
margin-right:16px;
margin-left:0px;
}

#staff dl dt {
/* Structure */
width: 200px;
float: left;
margin: 0 8px 0 0;
}

#staff dl dt img {
/* Structure */
width: 200px;
display: block;
border:1px solid #cdcdcd;
}

#staff dl dd {
/* Structure */
margin: 10px 0 0 208px;
padding: 0 10px;
}

#staff dl dd.name {
font-size: 1.5em;
font-weight: bold;
/* Structure */
margin-bottom:0;
}
#staff dl dd.position {
/* Structure */
margin-top: 0;
}


/* Profile
---------- */
#staff.person img.agentImage {
/* Structure */
float: left;
margin: 0;
}
#staff.person .agentDetails {
background-color: #f0f0f0;
/* 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;
overflow: hidden;
clear:both;
}
#staff.person .agentDetails ul#agentLinks li {
/* Structure */
float: left;
margin: 0 5px 0 0;
}
#staff.person .agentDetails ul#agentLinks a {
display: block;
}
