/* Staff 
---------*/


#staff #subContent .text {
background: #fff;
border: 1px solid #ccc;
/* Structure */
padding: 10px;
color:#000;
}
#staff dl {
/* Structure */
float:left;
margin-bottom: 10px;
margin-right:19px;
padding-bottom: 10px;
text-align:center;
width:102px;
}
#staff dl.right {
/* Structure */
margin-right: 0;
}
#staff dl dt.photo img {
border: 1px solid #696969;
/* Structure */
margin-bottom:5px;
width: 100px;
}
#staff dl dd.name {
color:#fff;
}


/* Profile
---------- */
#staff.person #mainContent img {
border: 1px solid #696969;
/* Structure */
float: left;
margin: 0 15px 15px 0;

}

#staff.person #mainContent .agentDetails ul {
/* Structure */
list-style: none;
}
#staff.person #mainContent .agentDetails ul li {
/* Structure */
margin-bottom: 5px;
color:#fff;
}
#staff.person #subContent .text{
background-color:#fff;
}
#staff.person #subContent .text h3 {
color: #000;
/* Structure */
margin: 13px;

}
#staff.person #subContent .text ul li {
/* Structure */
margin: 0 0 5px 0;
color:#000;
	list-style-type: square;
}
#staff.person #subContent .text ul li a {
color: #000;
text-decoration: none;
}
