/* Staff 
---------*/
#staff{
width:750px;
margin-top:20px;
float:left;
}
#staff dl {
background-image:none;
background-color: transparent;
/* Structure */
float: left;
width: 365px;
margin: 0 0 8px 0;
overflow: hidden;
}
#staff dl.right {
/* Structure */
float: right;
}

#staff dl dt {
/* Structure */
width: 175px;
float: left;
margin: 0 8px 0 0;
}

#staff dl dt img {
/* Structure */
margin:0;
width: 170px;
display: block;
}

#staff dl dd {
/* Structure */
margin: 4px 0 0 170px;
padding: 0 8px 0px 18px;;
}

#staff dl dd.name {
color: #B6B4B7;
font-size: 1.4em;
text-transform: capitalize;
/* Structure */
margin-bottom:0;
}
#staff dl dd.position {
/* Structure */
margin-top: 0;
color:#2f8fbf;
}
#staff dl dd.contact {
color:#2f8fbf;
}
#staff a{
color:#fff;
}

#staff a:hover{
color:#2f8fbf;
}
/* Profile
---------- */
#staff.person img.agentImage {
/* Structure */
float: left;
margin: 0;
background-image:none;
background-color: transparent;
}
#staff.person .agentDetails {
background-color: transparent;
/* 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 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;
background-color: #347091;
padding: 10px 10px 5px 10px;
}

#staff.person a:hover{
color:#2f8fbf;
}

