#pioneers-text{
	display: block;
	height: 119px;
	background: url(../images/pioneers.jpg) no-repeat 50% top;
	position: relative;
	z-index: 10;
}
#left-side{
	width: 422px;
}
#profiles-list{
	margin-left: 120px;
	background: url(../images/team-bg.gif) no-repeat left top;
	width: 312px;
	height: 513px;
}
#profiles-list ul{
	padding-top: 139px;
}
#profiles-list .first, #profiles-list .last{
	height: 33px;
}
#profiles-list a{
	display: block;
	text-align: center;
	padding: 16px 0;
	font-size: 1.1em;
	color: #000;
	text-decoration: none;
}
/*
#profiles-list li.aboveHighlight{
	background: url(../images/team-item-bg.png) no-repeat left 20px;
}
#profiles-list li.belowHighlight{
	background: url(../images/team-item-bg.png) no-repeat left -40px;
}
*/
#profiles-list a:hover,
#profiles-list a.active{
	color: #FFF;
	background: url(../images/team-item-bg.png) no-repeat left top;
}

#right-side{
	width: auto;
}
#right-side{
	width: 543px;
}
#profile-detail{
	width: 520px;
	margin-right: 23px;
	padding-top: 60px;
	position: relative;
	overflow: hidden;
}
#profile-detail .borders{
	width: 100px;
	height: 100px;
	border-top: 1px solid #CF7011;
	border-left: 1px solid #CF7011;
}
#profile-detail .profile, #loading{
	position: relative;
	top: -90px;
	padding: 15px;
	
}
#loading{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #CF7011;
}
#profile-detail .profile h3.name{
	background: #000;
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	padding: 8px;
	margin-bottom: 10px;
}
#profile-detail .profile p{
	margin-left: 15px;
	margin-right: 15px;
}
#profile-detail .profile img{
	margin: 0 15px;
}
.name{
	color: #CF7011;
}
.dc{
	font-size: 4.5em;
	line-height: 0.7em;
	height: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: left;
	width: 0.9em;
	position: relative;
}
