/* Staff 
---------*/
#staff dl.staffmember {
border-bottom: 1px solid #ccc;
padding: 10px 0;
overflow: auto;
}
#staff dl.staffmember dt.photo {
float: left;
display: block;
}
#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: #121111;
font-weight: bold;
text-decoration: none;
}
#staff dl.staffmember dd a.more {
background-color: #e80074;
color: #fff;
font-weight: bold;
padding: 1px 10px;
text-decoration: none;
}

/* Profile
---------- */
#staff.person img {
float: left;
margin: 0 20px 0 0;
}
#staff.person ul {
margin: 0 0 10px 0;
list-style: none;
}

#staff.person #agentlinks li {
float:left; 
margin-right:15px
}
