html
{
	overflow-y: scroll;
}

body
{
	margin: auto;
	background-color: #101010;
}

/* --- Main Styles --- */

div.Gradient
{
	height: 910px;
	width: 1040px;
	background: url(../images/background_gradient.gif) no-repeat;
	margin: 10px auto 10px;
}
div.MainWrapper
{
	float: left;
	display: inline;
	height: 832px;
	width: 1001px;
	padding: 20px 0px 0px 20px;
}

div.TopWrapper
{
	float: left;
	width: 1001px;
	height: 157px;
	background: url(../images/background_topfield.jpg) no-repeat;
}

div.Stats a img
{
	float: left;
	display: inline;
	width: 171px;
	height: 157px;
	margin: 0px;
	padding: 0px;
}

div.MiddleWrapper
{
	float: left;
	width: 1001px;
	height: 422px;
}

div.Content
{
	float: left;
	width: 764px;
	height: 422px;
	background-color: Red;
	background: url(../images/background_content.jpg) no-repeat;
}

div.DonateContent
{
	float: left;
	width: 764px;
	height: 422px;
	background: url(../images/background_contentDonate.jpg) no-repeat;
}

div.PressContent
{
	float: left;
	width: 764px;
	height: 422px;
	background: url(../images/background_roundArrowUp.jpg) no-repeat;
}

div.MainContent
{
	float: left;
	width: 764px;
	height: 422px;
	background: url(../images/background_maincontent.jpg) no-repeat;
}

div.BottomWrapper
{
	float: left;
	width: 1001px;
	height: 146px;
	background: url(../images/background_promo.jpg) no-repeat;
}

div.Foundation
{
	float: right;
	width: 400px;
	height: 107px;
}

div.ColumnLeft
{
	float: left;
	display: inline;
	width: 340px;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	font-size: 11px;
}

div.ColumnRight
{
	float: left;
	display: inline;
	width: 340px;
	padding: 0px 20px 0px 10px;
	font-size: 11px;
	margin: 0px;
}

div.ColumnLeft_Small
{
	float: left;
	display: inline;
	width: 230px;
	padding: 0px 0px 0px 19px;
	overflow: hidden;
	font-size: 11px;
}

div.ColumnRight_Large
{
	float: right;
	display: inline;
	width: 424px;
	padding: 0px 46px 0px 45px;
	font-size: 11px;
	margin: 0px;
}

.ColumnRight_Large p
{
	margin-bottom: 14px;
	*margin-bottom: 10px;
}

div.ColumnRight_Arrow
{
	float: left;
	display: inline;
	width: 335px;
	padding: 25px 00px 0px 45px;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

div.ColumnRight_Arrow ul.ArrowList
{
	margin-top: 0;
}

.ColumnRight_Arrow p
{
	margin-bottom: 14px;
}

ul.SliderList li p
{
	width: 305px;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-bottom: 14px;
}

ul.SliderList h2
{
	margin-bottom: 20px;
}



ul.ArrowList
{
	float: left;
	display: inline;
	color: #333333;
	width: 100%;
	line-height: 16px;
	margin-top: 14px;
	margin-bottom: 14px;
}

ul.ArrowList li
{
	float: left;
	width: 100%;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

ul.ArrowList li span
{
	color: #333;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}

ul.ArrowList li a
{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/img_redarrow.gif) no-repeat 0px 5px;
}

ul.ArrowList .NoArrow a
{
	background-image: none;
}

ul.ArrowList li .ListLinks2
{
	display: inline;
	font-size: 10px;
	background-image: none;
	color: #ab0f00;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

ul.ArrowList li .ListLinks
{
	display: inline;
	font-size: 10px;
	background-image: none;
	color: #ab0f00;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

ul.ArrowList li p
{
	display: inline;
	font-size: 10px;
	background-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

ul.BulletList
{
	margin-top: 10px;
	margin-left: 10px;
	
	
}

ul.BulletList li
{
	line-height: 16px;
	padding-left: 7px;
	/*background: url(../images/img_redbullet.gif) no-repeat 0px 5px; */
	list-style-type: disc;
	font-size: 10px;
	color: #333;
}


ul.BulletList li a
{
	/* display: block;*/
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}



ul.BulletListCircle
{
	margin-top: 2px;
	margin-left: 25px;
	
	
}

ul.BulletListCircle li
{
	line-height: 12px;
	padding-left: 7px;
	/*background: url(../images/img_redbullet.gif) no-repeat 0px 5px; */
	list-style-type: circle;
}

ul.BulletListCircle li a
{
	/* display: block;*/
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}

/* --- Home Page Styles --- */

div.HomeFlash
{
	float: left;
	width: 1001px;
	height: 422px;
	background: url(../images/background_home.jpg) no-repeat;
}


div.TweeterFacebook
{
	float: right;
	display: inline;
	width: 120px;
	height: 20px;
	margin: 10px 0px 0px 0px;
	
}


div.HomeContent
{
	float: left;
	display: inline;
	width: 981px;
	height: 422px;
	margin-left: 11px;
}

/* Top Nav */

div.TopNav
{
	float: right;
	display: inline;
	width: 239px;
	height: 30px;
	margin: 11px 90px 0px 0px;
}

ul.TopNavList
{
	float: left;
	display: inline;
	width: 339px;  /* 239*/
	display: inline;
	font-size: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

ul.TopNavList li
{
	float: left;
	width: auto;
}

ul.TopNavList li a
{
	height: 30px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.TopNavList li a span
{
	display: none;
}

ul.TopNavList li a:hover
{
	background-position: 0px -30px;
}

ul.TopNavList li a.active, ul.Nav li a.active:hover
{
	background-position: 0px -30px;
}

ul.TopNavList li.About a
{
	width: 71px;
	background-image: url(../images/nav_aboutUs.gif);
}

ul.TopNavList li.Team a
{
	width: 103px;
	background-image: url(../images/nav_share.gif);
}


ul.TopNavList li.Contact a
{
	width: 71px;
	background-image: url(../images/nav_contactUs.gif);
}


ul.TopNavList li.Home a
{
	width: 65px;
	background-image: url(../images/nav_home.gif);
}



/* --- Side Nav --- */

div.SideNav
{
	float: left;
	width: 237px;
	height: 422px;
	background: url(../images/background_sidenav.jpg) no-repeat;
	position: relative;
}

ul.SideNavList
{
	float: right;
	display: inline;
	font-size: 0px;
	padding: 0px;
	margin-top: 72px;
}

ul.SideNavList li
{
	float: right;
	display: inline;
	width: auto;
	margin: 0px 0px 19px 0px;
}

ul.SideNavList li a
{
	height: 23px;
	width: 144px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.SideNavList li a span
{
	display: none;
}

ul.SideNavList li a:hover
{
	background-position: 0px -23px;
}

ul.SideNavList li a.active, ul.Nav li a.active:hover
{
	background-position: 0px -23px;
}

ul.SideNavList li.Screen a
{
	background-image: url(../images/sidenav_runThScreen.gif);
}

ul.SideNavList li.Join a
{
	background-image: url(../images/sidenav_joinTheTeam.gif);
}

ul.SideNavList li.Resources a
{
	background-image: url(../images/sidenav_resources.gif);
}

ul.SideNavList li.Press a
{
	background-image: url(../images/sidenav_press.gif);
}

ul.SideNavList li.Donate a
{
	background-image: url(../images/sidenav_donate.gif);
}

ul.SideNavList li.Event a
{
	background-image: url(../images/sidenav_findAnEvent.gif);
}


ul.SideNavPromo
{
	float: right;
	display: inline;
	font-size: 0px;
	padding: 0px;
	margin-top: 0px;
	position: absolute;
	bottom: 6px;
	right: 0px;
}

ul.SideNavPromo li
{
	float: right;
	display: inline;
	width: auto;
	margin: 0px 0px 0px 0px;
}

ul.SideNavPromo li a
{
	height: 65px;
	width: 220px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.SideNavPromo li a span
{
	display: none;
}

ul.SideNavPromo li a:hover
{
	background-position: 0px -65px;
}

ul.SideNavPromo li a.active, ul.Nav li a.active:hover
{
	background-position: 0px -65px;
} 

ul.SideNavPromo li.AskMikePromo a
{
	background-image: url(../images/sidenav_askMike1.png);
}



/* --- Promos --- */

div.Promos
{
	float: left;
	display: inline;
	width: 981px;
	height: 135px;
	margin: 0px 0px 0px 11px;
}

ul.PromosList
{
}

ul.PromosList li
{
	float: left;
	width: auto;
}

ul.PromosList li a
{
	height: 135px;
	width: 327px;
	display: block;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.PromosList li a span
{
	display: none;
}

ul.PromosList li a:hover
{
	background-position: 0px -135px;
}

ul.PromosList li a.active, ul.Nav li a.active:hover
{
	background-position: 0px -135px;
}

ul.PromosList li.Haynes a
{
	background-image: url(../images/promo_mikeHaynes.jpg);
}

ul.PromosList li.Health a
{
	background-image: url(../images/promo_teamHealth.jpg);
}

ul.PromosList li.Fact a
{
	background-image: url(../images/promo_mythOrFact.jpg);
}


/* --- Footer --- */

div.FooterWrapper
{
	float: left;
	width: 1001px;
	height: 108px;
	background-image: url(../images/background_footer.gif);
}

div.FooterNav
{
	float: left;
	height: 107px;
	width: 570px;
}

.FooterNav ul
{
	padding-left: 34px;
	padding-top: 17px;
	font-size: 11px;
}

.FooterNav ul li
{
	color: #9c9b9b;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.FooterNav ul li a
{
	color: #bbbbbb;
	font-weight: normal;
	margin-right: 10px;
	line-height: 18px;
}

.FooterNav ul li a:hover
{
	color: #fff;
	text-decoration: none;
}

/* --- Legal --- */

div.LegalWrapper
{
	float: left;
	width: 981px;
	text-align: left;
	color: #666;
	font-size: 14px;
	padding: 8px 20px 0 34px;
	line-height:20px;
	display:none;
}

div.LegalWrapper2
{
	float: left;
	width: 981px;
	text-align: left;
	color: #666;
	font-size: 14px;
	padding: 8px 20px 0 0px;
	line-height:20px;
	display:yes;
}

/* --- Headers --- */

div.PageHeader
{
	float: left;
	width: 364px;
	height: 75px;
}
div.PageHeader_Right
{
	float: right;
	width: 350px;
	height: 75px;
	margin-right:21px;
	margin-top:-1px;
}

div.ContactUs
{
	background: url(../images/header_ContactUs.gif) no-repeat;
}

div.RunTheScreen
{
	background: url(../images/header_runTheScreen.gif) no-repeat;
}

div.AboutUs
{
	background: url(../images/header_AboutUs.gif) no-repeat;
}

div.AskMike
{
	background: url(../images/header_AskMike.gif) no-repeat;
}

div.NFLMIke
{
	background: url(../images/header_NFLMike.gif) no-repeat;
}

div.Resources
{
	background: url(../images/header_Resources.gif) no-repeat;
}

div.JoinTheTeam
{
	background: url(../images/header_joinTheTeam.gif) no-repeat;
}

div.MythOrFact
{
	background: url(../images/header_mythOrFact.gif) no-repeat;
}

div.Donate
{
	background: url(../images/header_Donate.gif) no-repeat;
}

div.PressConference
{
	background: url(../images/header_pressConference.gif) no-repeat;
}

div.Health
{
	background: url(../images/header_Health.gif) no-repeat;
}

/* --- Inputs --- */

.input, .textarea
{
	border: 1px solid #999999;
	background-color: #f4f4f4;
	font-size: 11px;
	color: #666;
	padding: 2px;
	margin-bottom: 4px;
}

.input2
{
	border: 1px solid #999999;
	background-color: #f4f4f4;
	font-size: 11px;
	color: #666;
	padding: 2px;
}

.checkbox
{
	margin:1px 0px 0px 0px;
}

.input_text
{
	font-size: 11px;
	color: #222222;
	display: inline;
}

.select
{
	width: 179px;
	height: 18px;
	border: 1px solid #999999;
	background-color: #f4f4f4;
	font-size: 11px;
	color: #666;
}

/* --- Misc --- */

.fineprint
{
	font-size: 9px;
	color: #999;
	line-height: 12px;
}

.donate_step {margin:14px 0 0 87px;}
.donate_form {margin:14px 0 0 10px;}


.donate_form span {
	display:inline; 
	font-size:10px; 
	color:#222222; 
	font-weight: normal;
	margin-left: 20px;
}
.donate_form h2 {margin-bottom:12px;}

/* --- Slider --- */

.anythingSlider {
	float:left;
	width: 700px;
	height: 340px;
	position: relative;
	margin: 00px 0px 0px 0px;
	left:20px;
}

.anythingSlider .wrapper
{
	width: 680px;
	overflow: auto;
	height: 320px;
	margin: 0 00px;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .wrapper ul
{
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}


.anythingSlider ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 680px;
	margin: 0;
}

.anythingSlider .arrow
{
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}

.anythingSlider .forward
{
	background-position: 0 0;
	right: -20px;
}

.anythingSlider .back
{
	background-position: -67px 0;
	left: -20px;
}

.anythingSlider .forward:hover
{
	background-position: 0 -200px;
}

.anythingSlider .back:hover
{
	background-position: -67px -200px;
}

#thumbNav
{
	position: relative;
	top: 323px;
	left:310px;
	text-align: center;
	font-size:0px;
}

#thumbNav a
{
	color: black;
	font: 11px/18px;
	font-family: Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: url(../images/img_slide_off.gif) no-repeat;
	/* background: #c58b04 url(../images/cellshade.png) repeat-x; */
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#thumbNav a:hover
{
	background: url(../images/img_slide_on.gif) no-repeat;
}

#thumbNav a.cur
{
	background: url(../images/img_slide_on.gif) no-repeat;
}

#start-stop
{
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;display:none;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#start-stop.playing
{
	background-color: red;
	display:none;
}

#start-stop:hover
{
	display:none;background-image: none;
}

/*  Prevents  */
.anythingSlider .wrapper ul ul
{
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li
{
	float: none;
	height: auto;
	width: auto;
	background: none;
}

div.SlideLeft
{
	float: left;
	display: inline;
	width: 320px;
	padding: 0px 00px 0px 00px;
	overflow: hidden;
	font-size: 11px;
}

div.SlideRight
{
	float:right;
	display: inline;
	width: 320px;
	padding: 0px 00px 0px 00px;
	font-size: 11px;
	margin: 0px;
}

div.SlideDouble
{
	width: 640px;
}

div.textSlide li p
{
	margin-top:15px;
	line-height:16px;
}

div.pressRoom #thumbNav {
	left:130px;
}

div.pressRoom .anythingSlider {
width:320px;
left:0;
}

div.pressRoom .anythingSlider .wrapper {
	width:320px;
}
div.MythOrFactFix #thumbNav {
	left:610px;
	width:100px;
}

a.QLink { color: #333333; text-decoration: none; }
a.QLink:hover { color: #666666; }

div.QBox {
	background-image: url(../images/background_Qs.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 40px 0 0 0;
	padding: 0 120px 0 30px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	min-height: 30px;
}

div.QBox:hover {
	background-image: url(../images/background_Qs2.gif);
	color: #666666;
}

div.Qbox p {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

div.Qheader {
	width: 640px;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 20px;
	clear: both;
}

div.qSlider { height: 280px; }

div.qNav { top: 283px; }