/* Home
-----------------------------------------------------------------------------*/

#mainContent {
	background: #000000 url(../../_media/images/home/main_bg.jpg) repeat-x top left;
	border-top: 1px solid #313737;
	min-height: 600px;
	padding: 0px;
	position: relative;
	height: 697px;
}

#leftColumn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 789px;
	height: 697px;
}

#rightColumn {
	position: absolute;
	top: 0px;
	left: 789px;
	width: 188px;
	position: relative;
	padding-top: 17px;
}

#callouts {
	border-left: 1px solid #313130;
	height: 483px;
	padding: 0px 15px 0 18px;
	font-size: 11px;
	color: #a0b3bb;
}

#featuredAthlete {
	width: 150px;
	height: 90px;
	background: url(../../_media/images/home/athlete_bg_off.jpg) no-repeat;
	font-size: 11px;
}
#athleteLink {
	position: absolute;
	z-index: 50;
	width: 150px;
	height: 90px;
}
#athleteImg {
	display: inline;
	width: 64px;
	height: 64px;
	overflow: hidden;
	float: left;
	margin: 13px 7px 0 10px;
}
#athleteImg img {
	margin: -8px 0 0 -9px;
}
#athleteInfo {
	float: left;
	margin: 10px 0 0 0;
	width: 63px;
}
#athleteInfo a:hover {
	text-decoration: none;
}
#athleteInfo #featuredTXT {
	padding-bottom: 5px;
	color: #708791;
}
#athleteInfo .athleteName {
	color: #bbbbbb;
	font-weight: normal;
	font-size: 10px;
}
#zippCast {
	width: 150px;
	height: 90px;
	background: url(../../_media/images/home/zippcast_bg.gif) no-repeat;
}
#zippCastPadding {
	position: relative;
	padding: 7px 5px 5px 10px;
}
#zippCast p {
	width: 65px;
	color: #bbbbbb;
}
#zippCast img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#promoHeight {
	height: 90px;
}
#callouts #contact {
	padding: 12px 0 0 3px;
}
#callouts #contact a {
	color: #a0b3bb;
	padding-right: 10px;
}

#rightColumn #email{
	position: absolute;
	top: 532px;
	left: 0px;
	width: 191px;
	height: 113px;
	background: url(../../_media/images/home/email_bg.gif) no-repeat top left;
}
#rightColumn #email .content{
	padding: 11px 0 0 16px;
}
#rightColumn #email .content p{
	padding: 10px 0 0px;
	font-size: 11px;
	color: #aaaaaa;
	font-weight: normal;
}
#emailbox #boxform {
	background: url(../../_media/images/home/form_fieldblue.gif) no-repeat;
}
#emailbox #boxform button {
	background: transparent url(../../_media/images/home/form_gobuttonblue.gif) no-repeat scroll 0pt 0pt;
}
#footer {
	clear: both;
}