/* Staff 
---------*/
.staffPage h1 {
border-bottom: 1px solid #000;
}
#staff dl {
/* Structure */
padding-bottom:10px;
border-bottom: 1px dashed #666;
margin-bottom:10px;
overflow:hidden;
}
#staff dl.right {
/* Structure */
}

#staff dl dt {
display:none;
/* Structure */
}

#staff dl dt img {
/* Structure */
}

#staff dl dd {

/* Structure */
margin: 10px 0 0 0;
padding: 0;
}

#staff dl dd.name {
text-transform: Uppercase;
/* Structure */
margin-bottom:0;
}
#staff dl dd.position {
/* Structure */
margin-top: 0;
}

#staff dl dd.name,
#staff dl dd.position, 
#staff dl dd.contact {
font-size: 11px;
padding: 2px;
font-weight:bold;
color:#000;
}


/* Profile
---------- */
#staff.person img.agentImage {
/* Structure */
float: left;
margin: 0;
}
#staff.person .agentDetails {
background-color: #d4d4d4;
/* 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: #c1c1c1;
padding: 10px 10px 5px 10px;
}
