/*
MEET THE TEAM TOP CONTENT
*/
.content_table.meet_team, .content_table.profiles {
	width: 933px;
	margin-left: 20px;
}
.meet_team .left {
	width: 463px;
	padding-bottom: 20px;
	color: #fff;
	background: url(/components/img/local_meet_team_bg.gif) repeat-y;
}
.meet_team .left .subhead {
	padding: 20px 0 0 32px;
	text-transform: none;
	color: #ef529d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.4em;
}
.meet_team .left DIV {
	padding: 0 0 0 32px;
	margin-right: 32px;
}
.meet_team .left P {
	margin-top: 15px;
	line-height: 150%;
	color: #fff;
	font-size: 1.2em;
}
.meet_team .middle {
	width: 4px;
}
.meet_team .right {
	width: 466px;
	margin-left: 4px;
	background-color: #131256;
	padding: 5px;
}

/*
TEAM MEMBER LIST + BIO DATA
*/
.content_table.profiles {
	background-color: #fff;
	margin-top:10px;
}
/*  
LEFT/NAVIGATION for ATHLETES  
*/
.content_table.profiles .left {
	width: 190px;
	padding: 20px 10px 20px 20px;
}
.profiles_menu {
}
.profiles_menu A {
	display: block;
	background: #f0f0f0;
	font-weight: bold;
	padding: 6px 0 4px 8px;
	margin-bottom: 3px;
	font-size: 1.2em;
}
.profiles_menu A.selected {
	background: #f8f8f8;
	color: #6e6e6e;
	font-weight: normal;
	padding: 6px 0 4px 16px;
	margin-top: 3px;
}
/*  
RIGHT/BIO DISPLAY for ATHLETES
*/
.content_table.profiles .right {
	background-color: #ffffff;
	text-align: left;
	border-left: 1px solid #dadada;
	margin: 20px 0 25px;
	height:100%;
}
.content_table.profiles .right .header {
	margin-right: 20px;
	padding: 0 0 12px 25px;
	border-bottom: 1px solid #dadada;
}
.content_table.profiles .right .header .name {
	color: #ef529d;
	font-size: 2.4em;
}
.content_table.profiles .right .header A {
	font-size: 1.1em;
}
.content_table.profiles .right .content {
	padding: 25px;	
}
.content_table.profiles .right .content P {
	color: #6e6e6e;
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 150%;
}
.content_table.profiles .right .content IMG.photo {
	padding: 0 25px 15px 0;
	float: left;
}

