/* Staff 
---------*/

#staff dl {
/* Structure */
float: left;
width: 420px;
margin: 19px 0 0 0;
overflow: hidden;
}
#staff dl.right {
/* Structure */
float: right;
}

#staff dl dt {
/* Structure */
width: 200px;
float: left;
margin: 0 15px 0 0;
}

#staff dl dt img {
/* Structure */
width: 200px;
display: block;
border: 5px solid #FFF;
}

#staff dl dd {
/* Structure */
margin: 0 0 0 214px;
padding: 0 10px;
width: 170px;
}

#staff dl dd.name {
font-size: 1.3em;
font-weight: bold;
/* Structure */
margin-bottom: 3px;
color: #000000;
}
#staff dl dd.position {
/* Structure */
margin-bottom: 6px;
color: #333;
font-size: 1.1em;
font-weight: normal;
}
#staff dl dd.contact {
font-weight: bold;
margin-bottom: 4px;
color: #000000;
}
#staff dl dd.contact a:link {
font-weight: bold;
color: #000000;
margin-bottom: 4px;
}


/* Profile
---------- */
#staff.person h1 {
color: #333;
}
#staff.person img.agentImage {
/* Structure */
float: left;
margin: 0;
border: 5px solid #FFF;
}
#staff.person .agentDetails {
/* Structure */
margin-left: 215px;
padding: 13px 21px;
}
#staff.person .agentDetails h2.agentTitle {
color: #333;
/* 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 {
background-color: #FB690C;
border: 1px solid #FC8230;
display: block;
}
