/* Staff 
---------*/

#staff dl {
background-color: #F3F2ED;
/* Structure */
float: left;
width: 446px;
margin: 19px 0 0 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: 1px solid #FFF;
/* Structure */
width: 200px;
display: block;
}

#staff dl dd {
/* Structure */
margin: 10px 0 0 208px;
padding: 0 10px;
}

#staff dl dd.name {
font-size: 1.5em;
font-weight: bold;
color: #F21830;
/* Structure */
margin-bottom:0;
}
#staff dl dd.position {
/* Structure */
margin-top: 0;
}


/* Profile
---------- */
#staff.person img.agentImage {
border: 1px solid #FFF;
/* Structure */
float: left;
margin: 0;
}
#staff.person .agentDetails {
background-color: #F3F2ED;
/* Structure */
margin-left: 207px;
padding: 13px 21px;
}
#staff.person .agentDetails h2.agentTitle {
color: #F21830;
/* 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 {
color: #FFF;
background-color: #F21830;
display: block;
}
