/* CSS Document */

#team_list {
	min-height: 1px;
	position: relative;
	padding: 0;
	margin: 0 -10px 0 0;
	} * html #team_list {	height: 1px;} #team_list:after { content: "."; height: 0; visibility: hidden; display: block; clear: both; }

.team {
	width: 213px;
	float: left;
	margin: 0px 10px 10px 0;
	padding:0;
	position: relative;
	}
	
.team img {
	position: absolute;
	top: 5px;
	left: 5px;
	border-right: 1px solid #92908a;
	border-bottom: 1px solid #92908a;
	width: 100px;
	height: 75px;
	}
	
.team a,
.team .a {
    color: #333333;
	text-decoration: none;
	display: block;
	
	padding: 10px 10px 10px 90px;
	background: url(profile-bg.gif) repeat 0 0;
	background-position:0 86px;
	position: relative;
	
	
	height: 65px;
	padding: 10px 10px 10px 110px;

	
	}
	
.team a:hover {
	background-position:0 191px;
	text-decoration: none;
	color: #F5BC21;
	}
	
.team a:hover img{
    
    border-right: 1px solid #403f3c;
	border-bottom: 1px solid #403f3c;
}
	
.team .team_name{
    font-size: .88em;
    display: block;
    line-height: 1em;
    font-weight: bold;
    margin: 0 0 2px;
}
	
.team strong {
	color: #fff;
	display: block;
	font-size: .69em;
	font-weight: bold;
	line-height: 16px;
	}
	


.team_logo{
    float: right;
    margin: 0 0 15px 15px;
}