.staffContainer{
width: 922px;
float: left;
}

.staffElement{
float: left;
width: 150px;
padding: 10px;
margin: 20px 55px;
background-color: #bfbfbf;
color: #000;
text-align: center;
border: 1px solid #a4a4a4;
}

.staffElement img{
border: 1px solid #a4a4a4;
margin: 0 0 5px 0;
}

.staffTitle{
float: left;
width: 100%;
color: #111;
text-indent: 5px;
font-size: 14px;
font-weight: bold;
}

.staffImage{
float: left;
width: 300px;
padding: 0 10px 0 0;
}

.staffName{
color: #005f4f;
font-weight: bold;
font-size: 14px;
}

.staffContent{

}

.staffResults{
float: left;
width: 100%;
margin: 20px 0 0 0;
border: 1px solid #000;
background-color: #fff;
}

/* Profile styles */

.profile_picture{
float: left;
width: 200px;
padding: 0 10px 0 0;
}

.profile_desc{
float: right;
width: 710px;
line-height: 18px;
}

.profile_desc b{
color: #4c4c4c;
font-weight: bold;
}

.profile_desc a{
color: #006858;
}

.profile_name{
font-size: 15px;
font-weight: bold;
color: #006858;
}

h3{
font-weight: bold;
margin: 0;
padding: 0;
font-size: 13px;
}