/* Staff 
---------*/

#staff dl {
/* Structure */
float: left;
width: 446px;
height:250px;
margin: 0 0 19px 0;
overflow: hidden;
background:url(/_lib/professional/edge/img/bg-staff-border.gif) no-repeat 0 0;
}
#staff dl.right {
/* Structure */
float: right;
}

#staff dl dt {
/* Structure */
width: 200px;
float: left;
margin: 0 8px 0 0;
}

#staff dl dt img {
/* Structure */
margin:1px 0 0 1px;
width: 198px;
display: block;
border:none;
float:left;
height:248px;
}

#staff dl dd {
/* Structure */
margin: 10px 0 0 208px;
padding: 0 10px;
}

#staff dl dd.name {
font-size: 1.5em;
font-weight: normal;
/* Structure */
margin-bottom:0;
text-transform:uppercase;
}
#staff dl dd.position {
/* Structure */
margin-top: 0;
color:#e1081e;
font-weight:bold;
}


/* Profile
---------- */
#staff.person img.agentImage {
/* Structure */
float: left;
margin: 0;
border:1px solid #1e1e1f;
}
#staff.person .agentDetails {
/* Structure */
margin-left: 207px;
padding: 13px 21px;
}
#staff.person .agentDetails h2.agentTitle {
/* Structure */
margin: 0 0 20px 0;
color:#e1081e;
font-weight:bold;
font-size:1.2em;
}
#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: square;
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: #FFF;
padding: 10px 10px 5px 10px;
border:1px solid #1e1e1f;
}
