/* Staff 
---------*/

#staff dl {
background-color:#eaeaea;
/* Structure */
width:435px;
margin-bottom: 10px;
overflow: hidden;
float:left;
}
#staff dl.right {
/* Structure */
float: right;
}
#staff dl dt {
background-color: #eaeaea;
/* Structure */
float:left;
}
#staff dl dt img {
/* Structure */
margin: 0 7px 0 0;
display: block;
}
#staff dl dd {
/* Structure */
margin: 2px 5px 0px 120px;
}
#staff dl dd.name {
font-weight: bold;
font-size: 1.4em;
/* Structure */
margin-top:15px;
}
#staff dl dd.position {
/* Structure */
margin-bottom: 7px;
}


/* Staff Profiles
----------------- */
#staff.person img.agentImage {
/* Structure */
float: left;
margin: 0;
}
#staff.person .agentDetails {
background-color: #eaeaea;
/* Structure */
margin-left: 207px;
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 10px 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: #eaeaea;
padding: 10px 10px 5px 10px;
}

