
/* CSS Document */

.team_list {
	min-height: 1px;
	position: relative;
	padding: 0;
	margin: -15px -15px 0 -10px;
	}
	
* html .team_list {
	height: 1px;
	}
	
#team_list:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}

.team {
	font-size: 12px;
	width: 240px;
	height: 85px;
	float: left;
	padding: 5px;
	margin: 5px;
	position: relative;
	background: url(team.gif);
	}
	
.team img {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	height: 75px;
	}
	
.team a {
	color: #222;
	border-top: none;
	text-decoration: none;
	display: block;
	height: 70px;
	padding: 10px 5px 5px 115px;
	font-weight: bold;
	line-height: normal;
	}
	
.team a:hover {
	}
	
.team strong {
	color: #999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	}
	
/* [ Team Detail Page ] */

.team_logo {
  float: right;
  margin: -40px 0 20px 20px;
}