/*** TEAM PAGE ***/

#bodyTeam {
	width: 700px;
	float: left;
	background-image: url(../images/page_divider_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	margin-top:6px;
}

#bodyTeam h2 {
	display: none;
	color:#223027;
}

#bodyTeamContent {
    display: block;
    float: left;
	width: 800px;
	height: 500px;
	padding-top: 23px;
	margin-top:17px;
	padding-bottom:60px;
	color: white;
	height:auto;
	background-image: url(../images/page_title_team.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

html>body #bodyTeamContent { height:1%; }

#bodyTeamContent ul {
	padding: 0px;
	margin: 0px;
}
#bodyTeamContent ul li {
	display: block;
	padding-bottom:0.6em;	
}


#bodyTeamContent .subheader { 
  width:230px; 
  border-bottom:1px solid #101614;
  font-weight:bold; 
  font-size:1.3em;  
  padding-top:1.3em;  
  margin-bottom:0.5em;
}

#bodyTeamContent #atv, #bodyTeamContent #bike { 
  width:230px; 
  float:left;
}

#bodyTeamContent ul li.pro .riderLabel { 
  background:#454545; 
  font-weight:bold; 
  padding:3px 5px 3px 5px;
  font-size:12px;
}

#bodyTeamContent .riderFirstName {
  color:#8c8c8c;
}

#bodyTeamContent .riderLastName {
  color:#3f3f3f;
}

#bodyTeamContent .textBlurb {
  width: 550px;
}
