@charset "UTF-8";

#mainFeature {
	float:right;
	width:705px;
	/*height:280px;*/
}

	
	
	.mainFeatureText {
		width:403px;
		float:left;
	}

#coaches {
	float:left;
	width:273px;
	height:90px;
	background:url(../img/coachesBack.png) no-repeat;
	padding:5px 4px 5px 5px;
	overflow:hidden;
}

#media {
	position:relative;
	float:left;
	width:564px;
	/*height:290px;*/
}

	

	

#whatsNew {
	float:left;
	width:282px;
	/*height:140px;*/
}

	
	
	
	#whatsNew ul li {
		background:url(../img/gradientSmall.png) no-repeat bottom;
		height:20px;
		overflow:hidden;
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom:0px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom:5px;
		padding-top:5px;
	}
	
	#whatsNew ul li.last {
		background:url(../img/blank.gif);
		padding-bottom:0px;
		margin-bottom:-5px;
	}
	
	#whatsNew a {
		color:rgb(30,150,40);
	}
	
	#whatsNew ul li.last a {
		display:block;
		position:relative;
	}
	
	
#smallFeature {
	background:url(../img/smallFeatureTile.png) no-repeat;
	float:left;
	width:141px;
	height:140px;
}

	

#secondFeature {
	float:left;
	width:282px;
	/*height:260px;*/
}
	

#twitter {
	position:relative;
	float:left;
	width:282px;
	/*height:260px;*/
}

	#twitterBird {
		position:absolute;
		top:13px;
		right:9px;
	}
	#twitterBubble {
	background:url(../img/twitterBubble.png) no-repeat;
	position:relative;
	top:5px;
	width:122px;
	height:205px;
	padding:5px 23px 10px 10px;
	font-size:12px;
	line-height:20px;
	font-style:italic;
	}
	
	/*#twitter a {
		background:url(../img/readMoreArrowGrey.png) right no-repeat;
		color:rgb(120,120,120);
		padding-right:15px;
	}*/
	
	

#youtube {
	float:right;
	width:423px;
	/*height:410px;*/
}
	

	#youtubeContainer {
	margin-top:5px;
	margin-bottom:23px;
	}


/* mediaplayer */
ul#mediaNavigator {
	position:absolute;
	list-style:none;
	top:55px;
	left: 282px;
}

	ul#mediaNavigator li {
		float:left;
		background:url(../img/mediaButtonBack.png) no-repeat;
		width:20px;
		height:20px;
		text-align:center;
		color:rgb(255,255,255);
		margin-left:3px;
		padding-left:0px;
		font-weight:bold;
		cursor: pointer;
	}
	ul#mediaNavigator li.active {
		background:url(../img/mediaButtonBackActive.png) no-repeat;
		color:rgb(255,120,0);
		cursor:default;
	}
	
ul#mediaPlayerPrevPauseNext {
	position:absolute;
	list-style:none;
	top:55px;
	right:15px;
}

	ul#mediaPlayerPrevPauseNext li {
		float:left;
		background:url(../img/mediaButtonBack.png) no-repeat;
		width:20px;
		height:20px;
		margin-left:3px;
		cursor: pointer;
		padding-left:0px;
	}
	
	ul#mediaPlayerPrevPauseNext li.prev {
		background:url(../img/mediaButtonPrev.png) no-repeat;
	}
	
	ul#mediaPlayerPrevPauseNext li.next {
		background:url(../img/mediaButtonNext.png) no-repeat;
	}
	
	ul#mediaPlayerPrevPauseNext li.prev:hover {
		background:url(../img/mediaButtonPrevActive.png) no-repeat;
	}
	
	ul#mediaPlayerPrevPauseNext li.next:hover {
		background:url(../img/mediaButtonNextActive.png) no-repeat;
	}
		
#mediaPlayerHeadlines {
	height:30px; 
	overflow:hidden;
}

#mediaPlayerContent {
	height:145px;
	overflow:hidden;
}



.mediaPlayerStory {
	clear:both;
}

.whiteThing {
	position:absolute;
	background:rgb(255,255,255);
	width:272px;
	height:40px;
	top:45px;
	right:10px;
}

.mediaPlayerText {
	padding-top:30px;
}

.mediaPlayerText ul {
	margin-top:10px;
}

.mediaPlayerText li {
	margin-bottom:0px;
}


/* custom links */
/*body.frontpage a {
	background:url(../img/readMoreArrowOrange.png) right no-repeat;
	padding-right:15px;
}

body.frontpage a.blue {
	background:url(../img/readMoreArrowBlue.png) right no-repeat;
	color:rgb(40,160,180);
	padding-right:15px;
}

body.frontpage a.green {
	color:rgb(30,150,40);
	background:url(../img/readMoreArrowGreen.png) right no-repeat;
	padding-right:15px;
}
	
body.frontpage a.purple {
	background:url(../img/readMoreArrowPurple.png) right no-repeat;
	color:rgb(225,60,145);
	padding-right:15px;
}
	
body.frontpage a.red {
	background:url(../img/readMoreArrowRed.png) right no-repeat;
	color:rgb(230,0,0);
	padding-right:15px;
}


body.frontpage .connectIcons a,
body.frontpage #logo a,
body.frontpage #coaches a,
body.frontpage #footer a,
body.frontpage #expertiseSubMenu a,
body.frontpage #solutionsSubMenu a,
body.frontpage #connectSubMenu a,
body.frontpage #clients a{
	background:none;
	padding-right:0;
}*/