body,div,table,tr,td,th,tbody,thead,h1,h2,h3,h4,h5,h6,img,a,ul,li{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url('/fls/14000/site_graphics/background_site.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #27405b;
	z-index: 1010;
}
body *{
	font-family: arial;
}
.clear{
	clear: both;
}
.container{
	position: relative;
	top: 0px;
	left: 0px;
}
.absolute{
	position: absolute;
	top: 0px;
	left: 0px;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.center{
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.hide{
	display: none;
}
.hidden{
	display: none;
}
label{
	display: none;
}
.clear{
	clear: both;
}
img{
	border: none;
}
/*
#scheduleTemplate #homepageGuts table,
#default #homepageGuts table,
#sport-archives #homepageGuts table,
#searchPage #homepageGuts table,
#liveEvents #homepageGuts table,
#questionnaire #homepageGuts table,
#liveStats #homepageGuts  table,
#newsMail #homepageGuts table,
#newsMail #homepageGuts .odd,
#fanProfile #homepageGuts table,
#calendar #homepageGuts table,
#vod #homepageGuts table,
#roster #homepageGuts table,
#coaches #homepageGuts table{
	background-color: #ffffff !important;
}
*/

.accipiter.horiz{
	padding-bottom: 17px;
	background-image: url('/fls/13100/site_graphics/accipiter_horiz.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #000000;
}

#container{
	width: 100%;
	overflow: hidden;
}
#site{
	width: 992px;
}

.main.sportArchives table{
	float: left;
}

.article.TopCenter #contentLeft,
.article.StandardArticle #contentLeft{
	width: 630px;
	margin-left: 15px;
	margin-right: 18px;
	float: left;
}
/************************************************************************************/
/************************************* HEADER ***************************************/
/************************************************************************************/
#siteTop{
	height: 263px;
	width: 100%;
}
#aboveHeader{
	margin-top: 5px;
	height: 98px;
}
#aboveHeader .topRight{
	margin-left: 7px;
}
#header{
	height: 160px;
	background-image: url('/fls/14000/site_graphics/background_header.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: -40px;
}
#header .dashboardPlaceholder{
	height: 0px;
	width: 100%;
	z-index: 1;
}
#dashboard{
	width: 636px;
	height: 83px;
	top: 31px;
	left: 356px;
	background-image: url('/fls/14000/site_graphics/background_dashboard.png');
	background-repeat: no-repeat;
	background-position: top center;
}
#dashboard .schoolText{
	color: #ffffff;
	font-style: italic;
	font-size: 12px;
	font-family: georgia;
	top: 7px;
	left: 92px;
}
#dashboard .schoolContainer{
	left: 94px;
	top: 40px;
}
#dashboard .schoolContainer .item{
	width: 60px;
	text-align: center;
}
#dashboard .schoolContainer .item .arrow{
	width: 67px;
	height: 9px;
	background-image: url('/fls/14000/site_graphics/arrow_doubleUpRed.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

#menuContainer{
	background-image: url('/fls/14000/site_graphics/background_menu.jpg');
	width: 990px;
	height: 39px;
	border: 1px solid #d73313;
}
#menuContainer .menuHomeButton{
	padding-left: 1px;
}
#menu{
	width: 900px;
	height: 39px;
}
#menuContainer .menuRight{
	width: 410px;
	left: 567px;
	position: absolute;
	left: 720px;
}
#search{
	width: 275px;
	margin-top: 4px;
}
#search .searchContainer{
	width: 197px;
	height: 31px;
	background-image: url('/fls/14000/site_graphics/background_searchInput.png');
	background-repeat: no-repeat;1
}
#search #searchInput{
	border: 0px;
	width: 190px;
	background-color: #transparent;
	margin-left: 2px;
	margin-top: 3px;
	height: 21px;
	line-height: 21px;
}

#socialNetworking{
	width: 130px;
	height: 40px;
}
#socialNetworking .ad{
	margin-top: 9px;
	padding-left: 6px;
}
#menu-auto-position{
	float: left;
}

.subnavigation{
	width: 992px;
	height: 72px;
	background-image: url('/fls/14000/site_graphics/background_subnav.jpg');
	margin-top: -5px;
	margin-bottom: 10px;
}
#sectionMenu{
	margin-left: 10px;
	margin-top: 17px;
}
#sectionMenu .sportName{
	width: 982px;
	font-size: 20px;
	color: #565656;
	font-weight: bold;
}

.subnav li{
	display: inline;
	list-style: none;
}
#sportMenu{
	border-top: 1px solid #babec2;
}
#sportMenu li.section{
	background-image: url('/fls/14000/site_graphics/seperator_subnav.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	list-style: none;
}
#sportMenu li.section.first{
	padding-left: 0px;
}
#sportMenu li.section.last{
	background-image: none;
	padding-right: 0px;
}
#sportMenu li a{
	text-decoration: none;
	font-size: 13px;
	color: #27405b;
	font-weight: bold;
}
#sportMenu li a:hover{
	text-decoration: underline;
}

#menu .largeMenuContainer{
	width: 900px;
	height: 40px;
	float: left;
}
/************************************************************************************/
/************************************* END HEADER ***********************************/
/************************************************************************************/

/************************************************************************************/
/************************************* Homepage guts ********************************/
/************************************************************************************/
#guts{
	width: 100%;
	background-image: url(/fls/14000/site_graphics/background_guts.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0px 40px;
	margin-left: -40px;
}

#guts .section1 .left{
	margin-left: 9px;
	width: 635px;
}
#guts .section1 .right{
	width: 300px;
	margin-left: 18px;
}
#guts .section3{
	width: 973px;
	margin-top: 30px;
	padding-top: 22px;
	background-image: url('/fls/14000/site_graphics/background_bottomAds.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin-left: 10px;
}
#guts .section2 .left{
	width: 800px;
	height: 600px;
	margin-right: 20px;
}
.sportPage #guts .section2 .bottomLeft,
#guts .section3 .left{
	width: 320px;
	margin-right: 6px;
	margin-left: 0px;
}
.sportPage #guts .section2 .bottomLeft{
	margin-left: 10px;
}

.moneyMaker{
	width: 973px;
	margin-bottom: 10px;
}

#rightColumn{
	width: 320px;
}
/*		Rotator		*/
#rotator{
	height: 422px;
	width: 635px;
	overflow: hidden;
	margin-bottom: 22px;
}

.article.TopCenter .overlay,
#rotator .mainStory,
#rotator .mainImage .overlay,
#rotator .mainImage{
	width: 635px;
	height: 357px;
	overflow: hidden;
	background-position: center center;
	background-image:u
}

.article.TopCenter .overlay,
#rotator .mainImage .overlay{
	background-image: url('/fls/14000/site_graphics/overlay_rotatorPlay.png');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	cursor: pointer;
}
#rotator .mainImage .image img{
	width: 635px;
	height: auto;
}
#rotator .mainImage .teaser{
	width: 560px;
	padding-right: 60px;
	height: 80px;
	top: 277px;
	padding-left: 15px;
	background-image: url('/fls/14000/site_graphics/background_rotatorTeaser.png');
	padding-top: 15px;
	z-index: 2;
	font-weight: bold;
}
#rotator .mainImage .teaser .title{
	display: none;
}
#rotator .mainImage .teaser a,
#rotator .mainImage .teaser{
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
}
#rotator .mainImage .more,
#rotator .mainImage .more a{
	color: #b42421;
	font-size: 12px;
	font-weight: normal;
}
#rotator .mainImage .teaser a:hover{
	text-decoration: underline;
}
#rotator .rotatorSubstories{
	width: 633px;
	height:63px;
	top: 357px;
	background-image: url('/fls/14000/site_graphics/background_rotatorSubstories.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #aeafaf;
}
#rotator .rotatorSubstories .substory{
	width: 136px;
	height: 48px;
	padding-top: 22px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: -10px;
	z-index: 10;
	color: #ffffff;
	cursor: pointer;
}
#rotator .rotatorSubstories .substoryOn{
	background-image: url('/fls/14000/site_graphics/background_rotatorSubstoryOn.png');
}
#rotator .even,
#rotator .odd{
	background-color: transparent;
}
#rotator .rotatorSubstories .thumbnail,
#rotator .position{
	display: none;
}

#rotator .rotatorSubstories .title{
	font-weight: bold;
}
#rotator .rotatorControls{
	width: 48px;
	height: 23px;
	background-image: url('/fls/14000/site_graphics/background_rotatorControls.png');
	background-repeat: no-repeat;
	top: -53px;
	left: 580px;
	z-index: 10;
}
#rotator .rotatorControls .next,
#rotator .rotatorControls .prev{
	cursor: pointer;
	width: 24px;
	height: 23px;
}
#rotator .rotatorControls .next{
	left: 25px;
}

#rotator  #NeulionVidContainer,
#rotator  #articleVideoContainer{
	width: 635px;
	height: 357px;
	z-index: 20;
}

#rotator .videoStop{
	left: 614px;
	top: 2px;
}
/*		END Rotator		*/


/*		Ads Below Rotator		*/
#adsBelowRotator{
	width: 636px;
	height: 110px;
	background-image: url('/fls/14000/site_graphics/background_adBelowRotator.jpg');
	background-position: center center;
}
#adsBelowRotator .scroller{
	width: 557px;
	height: 110px;
	left: 40px;
	overflow: hidden;
}
#adsBelowRotator .controls .prev,
#adsBelowRotator .controls .next{
	height: 27px;
	width: 30px;
	top: 38px;
	left: 11px;
	cursor: pointer;
}
#adsBelowRotator .controls .next{
	left: 594px;
}
/*		END Ads Below Rotator		*/


/*		Headlines Tabs		*/
#headlinesTabs{
	width: 320px;
	height: 273px;
	background-image: url('/fls/14000/site_graphics/background_headlineTabs.jpg');
	margin-bottom: 10px;
}
#headlinesTabs .tabHeaderContainer{
	height: 35px;
	width: 308px;
	padding-top: 6px;
	padding-left: 8px;
}
#headlinesTabs .headerElement,
#headlinesTabs .headerElement div{
	width: 96px;
	height: 26px;
	cursor: pointer;
	background-repeat: no-repeat;
}
#headlinesTabs .headerElement div{
	background-image: url('/fls/14000/site_graphics/tab_headlines.png');
	position: absolute;
	top: 14px;
}
#headlinesTabs .headerElement.tab_2{
	margin-left: 2px;
}

#headlinesTabs .tab_1 .on{
	background-position: 0 -228px;
	width: 97px;
	height: 26px;
}
#headlinesTabs .tab_1 .off{
	background-position: 0 -152px;
	width: 97px;
	height: 26px;
}
#headlinesTabs .tab_2 .on{
	background-position: 0 -76px;
	width: 97px;
	height: 26px;
}
#headlinesTabs .tab_2 .off{
	background-position: 0 0;
	width: 97px;
	height: 26px;
}
#headlinesTabs .on{
	display: none;
}
#headlinesTabs .selected .on{
	display: block;
	z-index: 1;
}
#headlinesTabs .tabContent{
	width: 308px;
	height: 208px;
	margin-left: 6px;
}
#headlinesTabs #news{
	height: 206px;
	width: 308px;
}
#headlinesTabs .content{
	width: 308px;
}
#headlinesTabs .item{
	padding-left: 22px;
	height: 24px;
	margin-top: 15px;
	background-image: url('/fls/14000/site_graphics/img_headlinesBullet.jpg');
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
#headlinesTabs .item .date{
	font-size: 11px;
	color: #565656;
	font-style: italic;
}
#headlinesTabs .item .link a,
#headlinesTabs .item .link{
	font-size: 12px;
	color: #27405b;
	text-decoration: none;
	font-weight: bold;
}
#headlinesTabs .item .link a:hover{
	text-decoration: underline;
}
.hover{
	width: 210px;
	overflow: hidden;
	left: 200px;
	top: 27px;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #ffffff;
}
.hover .photo{
	width: 100px;
	max-height: 100px;
	overflow: hidden;
}
.hover .photo img{
	width: 100px;
	height: auto;
}
.hover .photo img{
}
 .hover .teaser{
	width: 105px;
	margin-left: 5px;
	font-size: 10px;
	overflow: hidden;
}
#headlinesTabs #belowNews img{
	margin-left: 15px;
}
/*		EMD Headlines Tabs		*/

#adBelowHeadlinesTabs{
	background-image: url('/fls/14000/site_graphics/background_belowHeadlines.jpg');
	padding: 10px;
	height: 250px;
	width: 300px;
}
#adBelowHeadlinesTabs .headerElement .on,
#adBelowHeadlinesTabs .headerElement .off{
	width: ;
	height: ;
}


/*		Twitter		*/
#twitter{
	height: 70px;
	width: 992px;
	background-image: url('/fls/14000/site_graphics/background_twitter.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	margin-top: 10px;
}
#twitter .twitter{
	margin-top: 18px;
}
#twitter .twitter .link{
	width: 111px;
	margin-left: 19px;
}
#twitter .twitter .news{
	width: 495px;
	margin-right: 5px;
	margin-left: 20px;
}
#twitter .twitter .news,
#twitter .twitter .news a{
	font-size: 12px;
	color: #565656;
	font-style: italic;
	text-decoration: none;
}
#twitter .twitter .news a:hover{
 text-decoration: underline;
}
#twitter .twitter .news .bold,
#twitter .twitter .news .bold a{
	color: #cc2800;
}
#twitter .enews{
	width: 340px;
	height: 70px;
	background-image: url('/fls/14000/site_graphics/background_enews.jpg');
}
#twitter .enews #emailSignup{
	height: 11px;
	width: 186px;
	line-height: 11px;
	padding: 9px;
	border: 0px;
	background-color: transparent;
	background-image: url('/fls/14000/site_graphics/input_enewsInitial.png');
	color: #ffffff;
	top: 30px;
	left: 80px;
}
#twitter .enews #enewsButton{
	top: 30px;
	left: 288px;
}
/*		END Twitter		*/

/*		Vids		*/
#vids{
	width: 992px;
	height: 298px;
	background-image: url('/fls/14000/site_graphics/background_vids.jpg');
	margin-bottom: 20px;
}
#vids .links{
	width: 220px;
	margin-left: 30px;
	margin-top: 140px;
}
#vids .links .bottomLink,
#vids .links .text{
	text-align: center;
	width: 100%;
}
#vids .links .text{
	margin-bottom: 12px;
}
#vids .links .bottomLink a,
#vids .links .text{
	font-size: 12px;
	font-weight: bold;
	color: #27405b;
	text-decoration: none;
	line-height: 16px;
}
#vids .links .bottomLink a{
	padding-right: 7px;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightBlue.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#vids .links .bottomLink{
	margin-top: 7px;
}

#vids .links .bottomLink a:hover{
	text-decoration: underline;
}

#vids .links .join{
	position: relative;
	top: 0px;
}

#vids .login{
	width: 668px;
	height: 52px;
	top: 246px;
	left: 304px;
	background-image: url('/fls/14000/site_graphics/background_login.png');
	background-repeat: no-repeat;
}
#vids .login .formInput{
	height: 11px;
	width: 136px;
	line-height: 11px;
	padding: 9px;
	border: 0px;
	background-color: transparent;
	color: #ffffff;
	top: 11px;
}
#vids .login #form_UserName{
	left: 105px;
	background-image: url('/fls/14000/site_graphics/input_login.png');
}
#vids .login #form_Password{
	left: 263px;
	background-image: url('/fls/14000/site_graphics/input_password.png');
}
#vids .login #form_submit{
	top: 11px;
	left: 422px;
}
#vids .login  .formLinks{
	left: 483px;
	top: 11px;
}
#vids .login .link a,
#vids .login .link{
	text-decoration: none;
	font-size: 12px;
	color: #27405b;
}
#vids .login .link a{
	padding-right: 7px;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightBlue.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#vids .login .link a:hover{
	text-decoration: underline;
}

#vids .vids{
	margin-left: 55px;
	margin-top: 25px;
}
#vids .vids .item{
	width: 179px;
	margin-right: 30px;
	cursor: pointer;
}
#vids .item .overlay,
#vids .item .image{
	width: 179px;
	height: 127px;
	overflow: hidden;
}
#vids .item .overlay{
	background-image: url('/fls/14000/site_graphics/overlay_smallPlay.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#vids .item .image img{
	width: 179px;
}
#vids .item .image img.horiz{
	height: 127px;
	width: auto;
}
#vids .details .description{
	width: 100%;
	height: 55px;
}
#vids .details .description .title{
	font-size: 14px;
	color: #27405b;
	font-weight: bold;
}
#vids .details .description .date{
	font-size: 12px;
	color: #565656;
}
#vids .details .link,
#vids .details .link a{
	color: #27405b;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#vids .item.live .location,
#vids .item.live .date{
	font-size: 11px;
	color: #565656;
	width: 100%;
}
#vids .details .link a{
	padding-right: 10px;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightBlue.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#vids .details .link a:hover{
	text-decoration: underline;
}
#vids .item.live .link a{
	color: #990000;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightRed.png');
}

.article #vids{
	width: 320px;
	height: 337px;
	background-image: url('/fls/14000/site_graphics/background_articleVids.jpg');
	margin-top: 10px;
}
.article #vids .head{
	width: 308px;
	height: 34px;
	margin: 7px;
}
.article #vids .head a{
	float: right;
	font-size: 12px;
	line-height: 34px;
	margin-right: 10px;
	text-decoration: none;
	color: #27405b;
	font-weight: bold;
	padding-right: 7px;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightBlue.png');
	background-repeat: no-repeat;
	background-position: right center;
}
.article #vids .head a:hover{
	text-decoration: underline;
}

.article #vids .vids{
	margin-top: 0px;
	margin-left: 15px;
}
.article #vids .vids .item{
	width: 300px;
	overflow: hidden;
	margin-bottom: 9px;
}
.article #vids .vids .item .overlay,
.article #vids .vids .item .image{
	width: 121px;
	height: 85px;
}

.article #vids .vids .item .details{
	width: 170px;
	margin-left: 8px;
}
/*		END Vids		*/

/*		Schedule		*/
#schedule{
	width: 792px;
	height: 342px;
	background-image: url('/fls/14000/site_graphics/background_schedule.jpg');
	margin-bottom: 17px;
	margin-left: 10px;
	overflow: hidden;
}
#schedule .head{
	margin-top: 41px;
	margin-left: 7px;
	font-size: 12px;
}
#schedule .head .headerElement{
	font-family: HelveticaNeue, Arial;
	margin-top: 6px;
	color: #363636;
	cursor: pointer;
}
#schedule .head .headerElement.on{
	color: #000000;
}
#schedule .head .headerElement div{

}
#schedule .head .headerElement .left,
#schedule .head .headerElement .right{
	width: 9px;
	height: 21px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#schedule .head .headerElement .middle{
	height: 21px;
	line-height: 21px;
}
#schedule .head .headerElement .center{
	text-align: center;
}
#schedule .head .headerElement.tab_1{
}
#schedule .head .headerElement.tab_1 .middle{
	width: 55px;
}
#schedule .head .headerElement.tab_2{
}
#schedule .head .headerElement.tab_2 .middle{
	width: 115px;
}
#schedule .head .headerElement.tab_3{
}
#schedule .head .headerElement.tab_3 .middle{
	width: 85px;
}

#schedule .head .headerElement .middle{
	padding: 0px 5px;
}

#schedule .head .headerElement.selected .left{
	background-image: url('/fls/14000/site_graphics/tab_scheduleLeft.png');
}
#schedule .head .headerElement.selected .right{
	background-image: url('/fls/14000/site_graphics/tab_scheduleRight.png');
}
#schedule .head .headerElement.selected .middle{
	background-image: url('/fls/14000/site_graphics/tab_scheduleCenter.png');
}
#schedule .tabContent{
	width: 100%;
	height: 245px;
	margin-left: 7px;
	margin-top: 7px;
	overflow: hidden;
}

#schedule .tabContent1 .sportSelector{
	left: 620px;
	top: 3px;
}
#schedule .tabContent1 .sportSelector select{
	border: 0px;
}
#schedule .tabContent1 .standingsHead,
#schedule .tabContent1 .item{
	width: 778px;
	height: 20px;
	line-height: 20px;

}
#schedule .day,
#schedule .standingsHead{
	background-image: url('/fls/14000/site_graphics/background_standingsHead.jpg');
	background-repeat: repeat-x;
	font-size: 12px;
}
#schedule .item{
	background-image: url('/fls/14000/site_graphics/background_standings.jpg');
	font-size: 12px;
}
#schedule .tabContent1 .teams{
	width: 135px;
	margin-left: 10px;
}
#schedule .tabContent1 .conference{
	width: 75px;
	text-align: center;
}
#schedule .tabContent1 .conferencePercent{
	width: 25px;
	text-align: center;
	padding-left: 24px;
}
#schedule .tabContent1 .overall{
	width: 45px;
	text-align: center;
	padding-left: 70px;
}
#schedule .tabContent1 .overallPercent{
	width: 25px;
	text-align: center;
	padding-left: 40px;
}


#schedule .schedule{
	width: 778px;
}
#schedule .schedule .day{
	width: 100%;
}
#schedule .schedule .box{
	width: 17px;
	height: 17px;
	background-image: url('/fls/14000/site_graphics/icon_scheduleMin.jpg');
	margin: 2px 7px;
}
#schedule .schedule .box.expanded{
	background-image: url('/fls/14000/site_graphics/icon_scheduleExpand.jpg');
}

#schedule .schedule .items{
	display: none;
	width: 100%;
	max-height: 153px;
	overflow-y: auto;
}
#schedule .schedule .items.initial{
	display: block;
}
#schedule .schedule .date{
	width: 500px;
	line-height: 20px;
	height: 21px;
}
#schedule .schedule .item{
	width: 100%;
}
#schedule .schedule .item{
	height: 24px;
	background-position: center bottom;
	line-height: 24px;
}
#schedule .schedule .sport{
	margin-left: 13px;
	width: 110px;
}
#schedule .schedule .school{
	width: 250px;
}
#schedule .schedule .location{
	width: 190px;
}
#schedule .schedule .time{
	width: 70px;
}

#schedule .footerLinks{
	float: right;
	margin-right: 7px;
	font-size: 11px;
	font-weight: bold;
}
#schedule .footerLinks a{
	color: #27405b;
	text-decoration: none;
	padding-right: 7px;
	margin-right: 10px;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightBlue.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#schedule .footerLinks a:hover{
	text-decoration: underline;
}
#schedule .footerLinks .plainText{
	color: #333333;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #cc2800;
}

/*		END Schedule		*/

/*		Championships		*/
#championships{
	width: 792px;
	height: 243px;
	margin-left: 10px;
	overflow: hidden;
}
#championships .head{
	width: 100%;
	height: 40px;
	background-image: url('/fls/14000/site_graphics/header_championships.jpg');
	background-repeat: no-repeat;
}
#championships .controls .prev,
#championships .controls .next{
	height: 30px;
	width: 30px;
	top: 0px;
	left: 724px;
	cursor: pointer;
}
#championships .controls .next{
	left: 759px;
}
#championships .contentContainer{
	width: 760px;
	height: 210px;
	left: 16px;
}
#championships .item{
	width: 171px;
	overflow: hidden;
	margin-left: 23px;
}
#championships .item.first{
	margin-left: 0px;
}
#championships .item .image{
	width: 171px;
	height: 121px;
	overflow: hidden;
}
#championships .item .image img{
	width: 171px;
	height: auto;
}
#championships .item .title{
	width: 100%;
	font-size: 13px;
	color: #27405b;
	font-weight: bold;
}
#championships .item .description{
	height: 45px;
	width: 100%;
	font-size: 12px;
	color: #565656;
	font-weight: normal;
}
#championships .item .link{
	width: 100%;
}
#championships .item .link a{
	font-size: 12px;
	color: #27405b;
	padding-right: 7px;
	text-decoration: none;
	font-weight: bold;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightBlue.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#championships .item .link a:hover{
	text-decoration: underline;
}
/*		END Championships		*/

/*		Facebook		*/
#facebook{
	width: 320px;
	height: 102px;
	background-image: url('/fls/14000/site_graphics/background_facebook.jpg');
	margin-bottom: 10px;
}
.article #facebook{
	margin-bottom: 20px;
}
#facebook .content{
	margin-top: 33px;
	margin-left: 10px;
}

/*		END Facebook		*/

/*		Spotlight		*/
#spotlight{
	width: 320px;
	height: 270px;
	background-image: url('/fls/14000/site_graphics/background_spotlight.jpg');
	margin-right: 6px;
}
#spotlight .head{
	width: 308px;
	height: 34px;
	margin: 7px;
}
#spotlight .head a{
	float: right;
	font-size: 12px;
	line-height: 34px;
	margin-right: 10px;
}
#spotlight a{
	text-decoration: none;
	color: #27405b;
	font-weight: bold;
	padding-right: 7px;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightBlue.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#spotlight a:hover{
	text-decoration: underline;
}
#spotlight .content{
	margin-left: 7px;
}
#spotlight .top{
	height: 154px;

}
#spotlight .image{
	width: 141px;
	height: 142px;
	overflow: hidden;
	margin-left: 11px;
	margin-right: 8px;
}
#spotlight .image img{
	width: 141px;
	height: auto;
}
#spotlight .text{
	width: 140px;
}
#spotlight .title{
	color: #27405b;
	font-size: 16px;
	font-weight: bold;
}
#spotlight .content,
#spotlight .teaser{
	color: #666666;
	font-size: 11px;
}
#spotlight .teaser{
	font-weight: bold;
	font-size: 12px;
	color: #565656;
	height: 30px;
}
#spotlight .content{
	height: 77px;
	margin-left: 0px;
}
#spotlight .link{
	font-size: 12px;
	color: #27405b;
	font-weight: bold;
	background-image: none;
}
#spotlight .relatedHead{
	margin-left: 12px;
	margin-top: 7px;
	font-size: 12px;
	color: #565656;
}
#spotlight .relatedLinks .content{
	margin: 0px;
}
#spotlight .relatedLinks .content .item{
	padding-left: 20px;
	background-image: url('/fls/14000/site_graphics/bullet_spotlight.jpg');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
/*		END Spotlight		*/

/*		PhotoGalleries	*/
#photoGalleries{
	width: 320px;
	height: 270px;
	background-image: url('/fls/14000/site_graphics/background_photoGalleries.jpg');
}
#photoGalleries .albums{
	display: none;
}
#photoGalleries .head{
	width: 308px;
	height: 34px;
	margin: 7px;
}
#photoGalleries .head a{
	float: right;
	font-size: 12px;
	line-height: 34px;
	margin-right: 10px;
}
#photoGalleries a{
	text-decoration: none;
	color: #27405b;
	font-weight: bold;
	padding-right: 7px;
	background-image: url('/fls/14000/site_graphics/arrow_dblRightBlue.png');
	background-repeat: no-repeat;
	background-position: right center;
}
#photoGalleries a:hover{
	text-decoration: underline;
}

#photoGalleries .content{
	width: 308px;
	height: 220px;
	overflow: hidden;
	margin: 0px 7px;
}

#photoGalleries .content .item{
	width: 292px;
	left: 8px;
}
#photoGalleries .content .image{
	width: 290px;
	height: 150px;
	border: 1px solid #6e90b1;
	overflow: hidden;
}
#photoGalleries .content .image img{
	width: 290px;
	height: auto;
}
#photoGalleries .content .text{
	margin-top: 10px;
	width: 240px;
}
#photoGalleries .content .text,
#photoGalleries .content .text a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #27405b;
	background-image: none;
}
#photoGalleries .content .text a:hover{
	text-decoration: underline;
}
#photoGalleries .controls .prev,
#photoGalleries .controls .next{
	width: 21px;
	height: 21px;
	top: 233px;
	left: 258px;
	cursor: pointer;
}
#photoGalleries .controls .next{
	left: 283px;
}

.sportPage #photoGalleries{
	width: 453px;
	background-image: url('/fls/14000/site_graphics/background_sportPhoto.jpg');
	margin-left: 10px;
}

.sportPage #photoGalleries .head{
	width: 439px;
}

.sportPage #photoGalleries .content{
	margin-left: 17px;
	overflow: hidden;
	width: 420px;
}
.sportPage #photoGalleries .page{
	width: 430px;
}
.sportPage #photoGalleries .item{
	width: 200px;
	margin-right: 15px;
}
.sportPage #photoGalleries .content .item .image img,
.sportPage #photoGalleries .content .item .image,
.sportPage #photoGalleries .content .item{
	width: 200px;
}

.sportPage #photoGalleries .content .item .text,
.sportPage #photoGalleries .content .item .text a{
	font-size: 12px;
}
.sportPage #photoGalleries .controls .prev,
.sportPage #photoGalleries .controls .next{
	top: 233px;
	left: 12px;
}
.sportPage #photoGalleries .controls .pageControlsContainer{
	width: 385px;
	left: 34px;
	top: 236px;
}
.sportPage #photoGalleries .controls .pageControlsContainer .page{
	height: 8px;
	width: 8px;
	background-image: url('/fls/14000/site_graphics/icon_photoGalleryPageOff.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-top: 6px;
	display: table-cell;
}
.sportPage #photoGalleries .controls .pageControlsContainer .page.on{
	background-image: url('/fls/14000/site_graphics/icon_photoGalleryPageOn.png');
}
.sportPage #photoGalleries .controls .pageControlsContainer .page_0{
	margin-left: 0px;
}
.sportPage #photoGalleries .controls .next{
	left: 417px;
}

.article #photoGalleries{
	margin-bottom: 20px;
	background-image: url('/fls/14000/site_graphics/background_articlePhotos.jpg');
	margin-left: 0px;
	width: 320px;
}
.article #photoGalleries .head{
	width: 307px;
}
.article #photoGalleries .page{
	margin-left: 8px;
}
.article #photoGalleries .controls{
	display: none;
}

/*		END PhotoGalleries	*/

#bottomAds{
	width: 973px;
	height: 80px;
	margin-left: 11px;
	top: 30px;
	background-image: url('/fls/14000/site_graphics/background_bottomAds.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}
.sportPage #content{
	padding-bottom: 10px;
	float: left;
}
#bottomAds .ad{
	margin-top: 15px;
}
/************************************************************************************/
/************************************* END Homepage Guts ****************************/
/************************************************************************************/

/************************************************************************************/
/************************************* Begin Article Guts ***************************/
/************************************************************************************/


.article.TopCenter .photocopy_text{
	display: none;
}

.article.TopCenter #belowPhoto{
	height: 50px;
	background-image: url('/fls/14000/site_graphics/background_articleImageInfo.png');
	width: 100%;
	margin-top: -50px;
	margin-bottom: 20px;
}
.article.TopCenter #belowPhoto .description{
	margin-top: 15px;
	margin-left: 15px;
	font-size: 12px;
	color: #ffffff;
}

.article .arttitle,
.article .arttitle a{
	font-family: arial;
	font-size: 30px;
	text-decoration: none;
	color: #333333;
}

.article .articlecopy{
	font-size: 11px;
	font-style: italic;
	color: #666666;
	font-family: arial;
}

.article .artReleaseIcons{
	margin-bottom: 15px;
}
.article .addthis_button_compact{
	float: left;
}
.articleContent{
	color: #333333;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}

.article #relatedLinks{
	width: 290px;
	background-image: url('/fls/14000/site_graphics/background_relatedLinks.jpg');
	float: right;
	margin-left: 5px;
	margin-top: 10px;
}
.article #relatedLinks .content{
	padding-top: 8px;
}
.article #relatedLinks a{
	padding-left: 25px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #27405b;
	text-decoration: none;
	background-image: url('/fls/14000/site_graphics/icon_default.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	line-height: 15px;
	margin-bottom: 14px;
}
.article #relatedLinks .item.pdf a{
/*
	background-image: url('/fls/14000/site_graphics/icon_pdf.jpg');
*/
}

.article #relatedLinks .item.download a{
/*
	background-image: url('/fls/14000/site_graphics/icon_download.jpg');
*/
}
.article #relatedLinks .item.photoGallery a{
	background-image: url('/fls/14000/site_graphics/icon_photo.jpg');
}
.article #relatedLinks .item.clip.V a{
	background-image: url('/fls/14000/site_graphics/icon_video.jpg');
}
.article #relatedLinks .item.clip.A a{
	background-image: url('/fls/14000/site_graphics/icon_audio.jpg');
}



.article #relatedLinks a:hover{
	text-decoration: underline;
}
.article #relatedLinks .articleHead{
	height: 40px;
	width: 290px;
	background-image: url('/fls/14000/site_graphics/head_relatedLinks.jpg');
}
.article #relatedLinks .foot{
	height: 10px;
	width: 290px;
	background-image: url('/fls/14000/site_graphics/foot_relatedLinks.jpg');
}
.article #relatedLinks .content{
	margin: 0px 7px;
	width: 276px;
}
.article #relatedLinks .item{
	width: 276px !important;

	min-height:30px;
  height:auto !important;
  height:30px;

	float: left;
}
.article.ArticleTopCenter #relatedLinks{
	margin-top: 0px;
}
.article.ArticleTopLeft #relatedLinks{
	float: left !important;
	margin-left: 0px;
}
.article.noPhoto #relatedLinks{

}
#BackbuttonContainer a{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: #222223;
	font-weight: bold;
}
#BackbuttonContainer a:hover{
	text-decoration: underline;
}
#PhotoCellContainer{
	position: relative;

}
.photoArea .info{
	position: relative;
	z-index: 2;
}
#GlobalArticleContainer{
	width: 640px;
	margin-right: 10px;
}
.article.TopCenter #contentLeft{
	width: 630px !important;
}

.article.ArticleTopRight #contentLeft,
.article.ArticleTopLeft #contentLeft,
.article.noPhoto #contentLeft{
	margin-left: 10px;
	width: 650px !important;
	margin-right: 0px;
}

.article.TopCenter #PhotoCellContainer,
.article.TopCenter #PhotoCellContainer table,
.article.TopCenter .article-image{
	width: 100% !important;
}
.article.TopCenter .article-image{
	height: auto !important;
}
.article.TopCenter #PhotoCellContainer{
	height: 475px;
	overflow: hidden;
}

.ArticleTopRight #belowPhoto,
.ArticleTopLeft #belowPhoto{
	display: none;
}
body.statistics #content,
body.statistics #content #contentLeft{
	width: auto;
}
body.statistics #content #contentLeft{
	margin-left: 10px;
	margin-right: 10px;
}
body.statistics #stats{
	float: left;
}
#stats .StandardArticle{
	width: 640px;
	float: left;
	margin-right: 10px;
}
/************************************************************************************/
/************************************* END Article Guts *****************************/
/************************************************************************************/

/************************************************************************************/
/************************************* FOOTER ***************************************/
/************************************************************************************/
#footerContainer{
	width: 100%;
	height: 519px;
	background-image: url('/fls/14000/site_graphics/background_footer.jpg');
	background-position: center top;
}
#footer{
	width: 992px;
}
/*		Drip Pan		*/
#dripPan{
	margin-top: 92px;
	height: 250px;
	width: 100%;
	margin-bottom: 16px;
}

#dripPan .sports a,
#dripPan .column a{
	padding-right: 10px;
	background-image: url('/fls/14000/site_graphics/arrow_rightGrey.png');
	background-position: right center;
	background-repeat: no-repeat;
}
#dripPan .head{
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 15px;
	width: 150px;
}

#dripPan .content,
#dripPan .content a{
	color: #8999a3;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#dripPan .content{
	width: 150px;
	margin-bottom: 15px;
}
#dripPan .sports{
	margin-left: 20px;
	width: 150px;
}
#dripPan .column{
	width: 150px;
}

#dripPan .rightContent{
	width: 260px;
	margin-top: 10px;
	margin-left: 80px;
}
#dripPan .rightContent .ads{
	height: 99px;
	width: 100%;
	margin-bottom: 10px;
}
#dripPan .rightContent .ad{
	margin-right: 20px;
}
#dripPan .rightContent .ad.last{
	margin-right: 0px;
}
#dripPan .rightContent .name,
#dripPan .rightContent .phone{
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}
#dripPan .rightContent .address{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #8999a3;
	margin-bottom: 20px;
}
/*		END Drip Pan		*/

#corporateLogo,
#footer .copyright,
#footerLinks{
	text-align: center;
	width: 100%
}
#footerLinks,
#footer .copyright{
	font-size: 11px;
	color: #ffffff;
	margin-top: 14px;
}
#footerLinks li{
	list-style: none;
	display: inline;
	font-weight: bold;
}
#footerLinks li a{
	text-decoration: none;
	color: #ffffff;
}
#footerLinks li a:hover{
	text-decoration: underline;
}
/************************************************************************************/
/************************************* END FOOTER ***********************************/
/************************************************************************************/

/************************************************************************************/
/************************************* Print Page ***********************************/
/************************************************************************************/
#content #contentLeft{
	width: 100%;
}

.newsMailSetup ul,
#siteMapContainer ul{
	margin-left: 20px;
}
.aboveMenu{
	position: relative;
	z-index: 10001;
}
.schedule .LiveLinks a {
	text-decoration:none;
}

.pink #sportMenu li a,
.pink #sectionMenu .sportName{
	color: #eb529d;
}
.pink #list-menu .template ul .standard li a,
.pink #list-menu .template ul .standard li a:hover{
	color: #000000 !important;
	background-image: url('/fls/14000/site_graphics/arrow_menuRightPink.png') !important;
	padding-right: 9px !important;
}

body.pink{
	background-image: url('/fls/14000/site_graphics/background_sitePink.jpg');
	background-color: #eb529d;
}

.pink #list-menu .template .subnav li.template{
	background-image: url("/fls/14000/site_graphics/background_subMenuPink.png");
}

.pink #dashboard .schoolText{
	color: #000000;
}
.pink #list-menu li.parent{
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #101012;
}
.pink #menu-container #list-menu{
	border-right: 1px solid #4d4d4d;
}
.pink #list-menu li.parent,
.pink #menuContainer{
	background-image: url('/fls/14000/site_graphics/background_menuPink.jpg');
}
.pink #menuContainer{
	border: 1px solid #2a2a2a;
}
.pink #list-menu li.parent:hover{
	background-image: url('/fls/14000/site_graphics/background_topMenuHoverPink.jpg');
}
.pink #twitter{
	background-image: url('/fls/14000/site_graphics/background_twitterPink.jpg');
}
.pink #twitter .enews{
	margin-top: 1px;
}

.livenow {
	position: absolute;
	top: 100px;
	left: 154px;	
}
