/* Staff 
---------*/
#staff dl.staffmember {
border-bottom: 1px solid #001722;
padding: 10px 0;
overflow: auto;
}
#staff dl.staffmember dt.photo {
float: left;
display: block;
}
#staff dl.staffmember dt.photo img{
border:1px solid #001722;
}

#staff dl.staffmember dd {
margin: 0 0 4px 110px;
}
#staff dl.staffmember dd.name {
color: #000;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 0;
}
#staff dl.staffmember dd.position {
color: #000;
font-style: italic;
font-weight: bold;
margin-bottom: 0;
}
#staff dl.staffmember dd.contact,
#staff dl.staffmember dd.contact a {
color: f26522;
font-weight: bold;
text-decoration: none;
}
#staff dl.staffmember dd a.more {
background-color: #001722;
color: #fff;
border:1px solid #fff;
font-weight: bold;
padding: 1px 10px;
text-decoration: none;
}
/* Profile
---------- */
#staff.person img {
float: left;
margin: 0 20px 0 0;
border:1px solid #001722;
}
#staff.person ul,
#staff.person ul#agentlinks {
margin: 0 0 10px 0;
list-style: none;
}
#staff.person ul#agentlinks {
}
#staff.person ul#agentlinks li {
margin: 0 0 5px 0;
float:left;
}
#staff.person ul#agentlinks li a {
padding: 5px;
display: block;
width: 215px;
}

