@charset "utf-8";
/* CSS Document */

.tabsContainer {
	height:33px; 
	float:left;
	margin-right:5px;
	margin-top:51px; 
	display:block; 
	z-index:10;
	width:528px;
}
a.tabActive, a.tabInactive:hover, a.tabInactive  {
	height:23px; 
	width:130px; 
	background-image:url(../images/team/tab-bg.gif); 
	background-repeat:no-repeat; 
	text-align:center; 
	padding-top:10px; 
	font-size:13px; 
	color:#918e8e; 
	font-weight:bold; 
	margin-right:2px; 
	float:left;
}
a.tabInactive  {
	background-image: url(../images/team/tab-bg-inactive.gif); 
}


.tabInactive a{
height:23px; 
width:130px;
display:block; 
background-image: url(../images/team/tab-bg-inactive.gif); 
}

.tabInactive a:hover{
height:23px; 
width:130px; 
display:block; 
background-image:url(../images/team/tab-bg.gif); 
}
.IDcard {
	width:197px; 
	height:238px;
	background-image:url(../images/team/pic-bg.png);
	_background-image:url(../images/team/pic-bg.gif);
	margin-left:10px;
	float:left;
}
.memberName {
	margin:10px 20px 5px 15px; 
	font-size:11px; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-transform:uppercase;
	text-align:left;
}
.memberName span {display:block; }
.memberPosition {
	font-weight:normal; 
	font-size:9px; 
	clear:left; 
	float:left;
	width:130px;
}
.envelope {
	float:right; 
	width:25px; 
	height:14px; 
	margin-right:3px;
}
.envelope img {
	border:0px;
}
.memberPic {
	width:169px; 
	height:116px; 
	clear:left; 
	padding:9px 0px 3px 3px; 
	margin-left:-6px;
}
.memberDetails {
    color:#666666;
    text-align:center;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    margin-top:3px;
    text-transform:none;
}

.advisory-boardTitle {
height:32px;
}