/* Staff 
---------*/

#staff dl {
background-color: transparent;
/* Structure */
float: left;
width: 446px;
margin: 10px 0 15px 0;
overflow: hidden;
}
#staff dl.right {
/* Structure */
float: right;
}

#staff dl dt {
/* Structure */
width: 200px;
float: left;
margin: 0 8px 0 0;
}

#staff dl dt img {
border: 5px solid #000;
/* Structure */
margin:0;
width: 190px;
display: block;
}

#staff dl dd {
/* Structure */
margin: 10px 0 0 208px;
padding: 0 10px;
}

#staff dl dd.name {
color: #FFF;
font-size: 1.4em;
font-weight: normal;
/* Structure */
margin-bottom:0;
}
#staff dl dd.position {
color: #666;
/* Structure */
margin-top: 0;
}
#staff dl dd.contact {
overflow: hidden;
width: 215px;
border: 1px solid #000;
}


/* Profile
---------- */
#staff.person img.agentImage {
border: 5px solid #000;
/* Structure */
float: left;
margin: 0;
}
#staff.person .agentDetails {
/* Structure */
margin-left: 207px;
padding: 13px 21px;
}
#staff.person .agentDetails h2.agentTitle {
color: #666;
/* 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 {
font-weight: normal;
padding: 0 10px;
margin: 0 0 5px 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;
border: 1px solid #1E1E1E;
padding: 10px 10px 5px 10px;
}
