/*team section.member page CSS Stylesheet*/
	.backTo {padding:0 3px;}
	.backTo:hover {background-color: #00abdf; color: #fff;}
	
	a
	{
		padding:0;
	}
	.teamContainer 
	{
		width: 900px;
		margin: auto;
		margin-top: 20px;
	}
	span.arrowind
	{
		background:transparent url('/images/global/arrow_back_s.gif') no-repeat left bottom;
		padding-left:20px;
		
		
	}
		span.arrowind:hover
	{
		background:transparent url('/images/global/arrow_back_s_w.gif') no-repeat left bottom;
		padding-left:20px;
		
		
	}
	.leftSide
	{
		width: 557px;
		float: left;
		margin-top: 32px;
	}
	
	.rightSide 
	{
		width: 300px;
		float: right; 
	}
	
	.topper 
	{
		margin-bottom: 10px;
		margin-top: 10px;
		color: #fff;
	}	
	
	.topHeader 
	{
		margin-bottom: 10px;
	}
	
	.profileText 
	{
		color: #fff; 
		margin-left: 15px;
	}
	
	.athleteLink:hover 
	{
		background-color: #00abdf;
	}
	
	.athleteLink img 
	{
		padding-top: 2px; 
		padding-left:1px;
	}
	
	/*BELOW THIS LINE CONTROLS THE INDIVIDUAL MEMBER PROFILE STYLES*/
	
	.memberLeftSide 
	{
		width: 420px;
		float: left; 
		margin-left: 30px;
		_margin-left: 20px;
		margin-top: 10px;
	}
	
	.memberRightSide 
	{
		width: 420px;
		_width: 400px; 
		float: right; 
		margin-top: 10px;
		margin-right: 20px;
		_margin-right: 10px;
	}
	
	.headerSpacer 
	{
		margin-top: 20px; 
		margin-bottom: 32px;
	}
	
	#photos 
	{
		width: 400px;
	}
	
	#photos ul 
	{ 
		list-style: none; 
	}
	
	#photos ul li 
	{ 
		display: inline; 
	}
	
	#photos ul img 
	{
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	
	#photos ul a:hover img 
	{
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	
	#photos ul a:hover 
	{ 
		color: #fff; 
	}
	
	.bio 
	{
		width: 500px;
	}
 	
	.photoSpacer 
	{
		margin-right: 30px;
	}
	
	.question {color: #fff;}
	
	.tabbedIn 
	{
		color: #999; 
		margin-left: 10px;
	}
	
	.topper2 
	{
		color: #999;
		margin-bottom: 10px;
		margin-right: 20px;
	}
	
	.pictureWhiteBorder
	{
		background-color: #fff; 
		padding: 4px;
	}
	
	.imageHover img 
	{
		padding: 2px;
	}
	
	.imageHover img:hover 
	{
		background-color: #00abdf;
	}
	
	.flgMargin 
	{
		margin-left: 13px;
	}
	
	/* THESE STYLES CONTROL THE ATHLETE GROUP PAGE */
	
	.athleteContainer 
	{
		width: 900px;
		margin: auto;
	}
	
	.topHeader 
	{
		margin-bottom: 10px; 
		margin-top: 30px;
	}
	
	.headerLine 
	{
		border-top: 1px solid #333; 
		padding-top: 10px;
	}
	
	.athleteTable 
	{
		width: 275px; 
		display: inline; 
		float: left; 
	}
	
	.imgBorder 
	{
		border: 4px solid #fff;
	}
		
	a
	{
		padding:0;
	}
	
	#trailPic {float: left;}
	
	#kayakPic {float: right;}
	
	.athleteTableTrail {	 
	
		width: 275px; 
		display: inline; 
		float: left;
		margin-left: 30px; 
	}
	
		
		#lookingFor { width: 900px; margin: auto; padding-bottom: 30px;} 
		.teamMember {float: left; display: block;}
		.teamMember:hover {background-color: #00abdf;}
		.athleteName:hover { color: #fff;} 
		.athleteName {margin-top: -5px; margin-left: 5px; padding-right: 30px;}
		.flgMargin2 {margin-left: 5px;}
	
	
	
	
	
	
