
/*-----------------------------------------------NAV----------*/

/*XXXXXXXXXX Generic page styling rules XXXXXXXXXX*/
		
html, body, ul, li { padding: 0; margin: 0; list-style: none;}

body {
  margin: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 100.01%;
  background: #9e9c9c url(images/bg.jpg) repeat-x;
  }



.textbox {
padding: 1px 1em;
font-size: .7em;
}

.textbox a {color: #000;}

.back {text-align: right; padding: 10px 10px 0 0;}

.alignright {margin: 0 30px 20px 0; text-align: right;}

.small {font-size: .8em;}

/*h1 {position: absolute; left: -3000px;} */

h2 {font-size: 1em;}



/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/

.nav {
	position: relative;
	/* border: 1px solid #888;  borders the bottom of the top nav 
	border-width: 1px 0; */
	width: 100%;
	}

.button {
	width: 110px;
	float: left;
	}

.parent {position: relative;}
/* this parent div does not provide "sticky hovering", but instead fixes a 
strange bug in Op7. When an element serves as a hovered popup "parent" element, 
that element must not also be floated or all heck breaks loose in Opera 7. 
To prevent this, we have floated the top level list items, while nesting 
hoverable parent divs inside that are then hovered to generate the dropdowns. 
Thus the ugly (but interesting) Op7 bug is defeated. */
	
.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */ 

/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/

.dropdown { /* rules for dropdown div */
	width: 250px;
	position: absolute;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */	
	background: url(../images/bgfix.gif); 
	}
	
.dropdown div {
	width: 220px;
	position: absolute;		
	left: -3000px;
	top: 0;  
	background: url(../images/bgfix.gif);
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}
	
/* The margins on the UL's replace the div paddings to create "sticky hovering"
zones,  and the margins should "fill" the divs, making the IE BG fix unnecessary.
Unfortunately the BG fix is still needed, altho this method does eliminate
possible box model problems */
	
.dropdown ul { 
  width: 189px; /* tweaked so that dropdowns appear to "line up" with top links */
  margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
  border: 1px solid #000000; 
  border-width: 1px 1px 0; 
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
	
.dropdown div ul {margin: 30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */
	
.four .dropdown ul {width: 190px;} /* modifies width for rightmost "visible" dropdown (tweak) */
		
.four .dropdown div ul {margin: 30px 0 30px 30px; position: relative;} /* rule reversal for "visible" right drop flyouts */

.nav li {text-align: center;}

.nav a {
  display: block;
  color: #FFFFFF;
	/*font-weight: bold; */
	font-size: 0.9em;
	text-decoration: none;
	padding: 6px 0 5px; 
	/*border-right: 1px solid #888;   makes the dividers between the top nav links */
	}

.four a {border-right: 0;} /* kills right border on last top link */
	
.nav ul ul a {
  color: #FFFFFF;
  border-right: 0; /* negates right border for dropdowns and flyouts */
  border-bottom: 1px solid #000;  /* borders the bottoms of the dropdown and flyout links */
  }
	
.dropdown li {
  position: relative; 
  vertical-align: bottom; /* IE5/win bugfix */
  }
				
.parent:hover {background-image: url(../images/bgfix.gif);} 
/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any 
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image 
file so that your site error logs will not fill with failed image calls. */
				
.parent:hover div.dropdown {left: -31px;} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 

.dropdown li:hover div { /* hover rule for flyouts */
	left: 180px; /* this value controls the amount of flyout "overlap" */
	top: -26px; /* this value controls the amount of flyout vertical offset */
	}
	
.four li:hover div { /* reversed flyout rules for rightmost drop flyouts */
	left: -210px; 
	top: -26px;
	}

.nav div.mini-zone { /* special hover zone that covers the "danger corner" */
  padding: 0;
  width: 15px;
	height: 15px;  
	font-size: 1px;
	left: -3000px;
	bottom: -15px;
	top: auto;	
	background: url(../images/bgfix.gif);
	}

.nav .dropdown li:hover div.mini-zone { /* hover rule for mini-zones */
	left: auto;
	right: 8px;
	top: auto;
	}

.nav .four li:hover div.mini-zone { /* reversed hover rule for rightmost drop mini-zones */
	left: 8px;
	}

.dropdown li:hover {background: #000000;} /* hover color effect on dropdown links */

.dropdown div li:hover {background: #ff7;} /* hover color effect on flyout links */


/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
	
.one ul {background: #d79b00;}
.two ul {background: #046104;}
.three ul {background: #4a3;}
.four ul {background: #790000;}
.dropdown div ul {background: #046104;} /* colors BG of flyouts */ 
.dropdown div ul a {color: #400;} /* colors text of  flyouts */ 


/*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/

.one {z-index: 10;}
.two {z-index: 20;}
.three {z-index: 30;}
.four {z-index: 40;}
.four:hover {z-index: 20;}
/* this last is a special trick that reverses the stacking order of the rightmost
top link when it or its children are hovered. This, and the previous rules work
together so that when a user is on the top link of any flyout, they can move 
vertically to the top link directly above and not have the sticky hoivering zone
on the flyout get in the way of hovering that top link. */
 

/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .button .dropdown li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}
/* */

* html .nav a
 {height: 1%;}

/* The first 2 rules above fix "bullet region" problems in IE5.x/win, 
and the 2nd is to make all links fully clickable. */    

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 189px;}
.nav .button .dropdown ul {margin: 0px;}
.nav .dropdown, .nav .dropdown div {position: static;}
.nav .dropdown ul {border: 0;}
.mini-zone {display: none;}
/* this rule block "dumbs down" the nav for IEmac */

/*----------------------------------------END NAV ------------*/

a:link { color: #006600}
a:visited { color: #006600} 
a:hover { color: #FF6600; 	  
	text-decoration: none; }

A.greylink { color: #666666; text-decoration: none; }
A.greylink:visited { COLOR: #666666; text-decoration: none; }
A.greylink:hover { COLOR: #003300; }

A.top { color: #006600; text-decoration: none; }
A.top:visited { COLOR: #006600; text-decoration: none; }
A.top:hover { COLOR: #FF6600; }


A.navi { color: #FFFFFF; text-decoration: none; }
A.navi:visited { COLOR: #EAEAEA; text-decoration: none; }
A.navi:hover { COLOR: #FF6600; }

A.whitegreylink { color: #FFFFFF; text-decoration: none; }
A.whitegreylink:visited { COLOR: #FFFFFF; text-decoration: none; }
A.whitegreylink:hover { COLOR: #DDDDDD; }

A.memlink { color: #006600; }
A.memlink:visited { COLOR: #006600; }
A.memlink:hover { COLOR: #000000; }

A.footlink { color: #006600; text-decoration: none; }
A.footlink:visited { COLOR: #006600; text-decoration: none; }
A.footlink:hover { COLOR: #000000; }

/*------------------------
---Layout---------*/

#adminwrapper {
	text-align: left;
	margin: 100px auto;
	padding: 0px;
	border:0;
	width: 850px;
	background: #FFFFFF repeat-y;
	
}

#toolbar {
	margin: 0;
	width: 400px;
	height: 20px;
}

/*change*/
#mywrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	/*background: #FFFFFF repeat-y;*/
	
}
/*change*/
#header_new {
	margin:0;
	padding: 0;
	width: 1000px;
	height: 143px;
	background:url(images/main_head.jpg) no-repeat;
}

/*change*/
#navheader {
	width: 660px;
	height: 37px;
	margin-left:300px;
}
/*change*/
#midhead_ad {
	width: 728px;
	height: 90px;
	margin-left: 245px;
	margin-top:8px;
}

#signup {
	margin: 0;
	width: 1000px;
	height: 40px;
	background:url(images/main_signup.jpg);
}

#navcontainer {
	width: 900px;
	height: 35px;
	position:absolute;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 48px;
}

#signupcontainer {
	width: 890px;
	height: 31px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#tickertext2 {
	width: 391px;
	height: 26px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	float:left;
	display:inline;
}
#tickertext {
	width: 373px;
	height: 20px;
	margin-top: 2px;
	margin-right: 117px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
	display:inline;
	
}
#counttitle {
	width: 185px;
	height: 15px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#counttext {
	width: 170px;
	height: 35px;
	margin-top: 5px;
	margin-right: 53px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #006600;
	font-weight: normal;
	display:inline;
}
/*-Change-*/
#midcontainer {
	width: 976px;
	margin: 0;
	padding-left:13px;
	padding-right:11px;
	background:url(images/main_container.jpg) repeat-y;
}

#storypic {
	width: 400px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
	height: 1% /* Holly hack for Peekaboo Bug */
	
}

/*---home page only --*/
#homeprimary { 
	text-align: left;
	padding: 0px;
	border:0;
	width: 715px;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 13px;
	background-color:#e6e6e6;
	display: inline;

}

#homeleftcol { 
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	width: 400px;
	padding:0;
	
}
#homerightcol { 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	width: 561px;
	top: 0;
	padding-top:5px;
	
}
/*-change-*/
#ticker {
	margin: 0;
	width: 1000px;
	height: 49px;
	background:url(images/main_08a.jpg);
}

#topstorytitle {
	width: 400px;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

#topstorydesc {
	width: 400px;
	height: 210px;
	margin-top: 290px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#topstorypic {
	width: 400px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#homeblog {
	width: 295px;
	height: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 410px;
	float: right;
	display: inline;
	

}

#homebelowflash {
	width: 728px;
	margin:0;
	float:left;
}

#home_features {
	width: 244px;
	margin-left:3px;
	float:left;
	
}

/*blog pics */

#blog_pic1 {
   background: #FFFFFF url(images/blogpic1.jpg) no-repeat;
   background-position:bottom;
   width:191px; /*296*/
   height:80px;
   padding-left:105px;
}

#blog_pic2 {
   background: #FFFFFF url(images/blogpic2.jpg) no-repeat;
   background-position:bottom;
   width:191px; /*296*/
   height:80px;
   padding-left:105px;
}

#blog_pic3 {
   background: #FFFFFF url(images/blogpic3.jpg) no-repeat;
   background-position:bottom;
   width:191px; /*296*/
   height:80px;
   padding-left:105px;
}

#fullength { 
	text-align: left;
	padding: 0px;
	border:0;
	width: 974px;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 13px;
	background-color:#e6e6e6;
	display: inline;

}

.vert_line {
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;	
  }  

#home_right_ad {
	margin-left:3px;
	margin-top: 5px;
	width: 300px;
	height: 250px;
	}
/* HOME PAGE FLIP LAYERS--------*/
#htoprec {
	width: 655px;
	height: 140px;
	position:absolute;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
	z-index:1;
}
#hfootballrec {
	width:655px;
	height:140px;
	z-index:2;
	visibility: hidden;
	position:absolute;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
}
#hbballrec {
	width:655px;
	height:140px;
	z-index:2;
	visibility: hidden;
	position:absolute;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
}

#hforum1 {
	width:240px;
	height:130px;
	z-index:2;
	position:absolute;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
}
#hforum2 {
	width:240px;
	height:130px;
	z-index:2;
	visibility: hidden;
	position:absolute;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
}

#hrecbelow {
	width: 682px;
	height: 27px;
	position:absolute;
	margin-top: 148px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;	
}

/*--------end layer flips ---*/

/*--------end home page only ---*/

#otherprimwide { 
	text-align: left;
	padding: 0px;
	border:0;
	width: 715px;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#e6e6e6;
	display: inline;

}

#otherprimwide_news { 
	text-align: left;
	width: 735px;
	float:left;
	background-color:#e6e6e6;
	display: inline;

}
#otherrighthin { 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	width: 249px;
	top: 0;
	height: 1% /* Holly hack for Peekaboo Bug */
	
}

#otherrighthin_news { 
	float: left;
	width: 241px;
	
}

#otherprimary { 
	text-align: left;
	padding: 0px;
	border:0;
	width: 510px;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#e6e6e6;
	display: inline;

}

#otherrightcol { 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	width: 439px;
	top: 0;
	height: 1% /* Holly hack for Peekaboo Bug */
	
}

#tickerplacer {
	margin: 0;
	width: 1000px;
	height: 24px;
	background:url(images/main_tickereplacer.jpg);
}

#adbanner {
	margin: 0;
	width: 728px;
	height: 90px;
	margin-left: 13px;
	display:inline;
	float:left;
}

#adbannertxt {
	margin: 0;
	width: 500px;
	height: 90px;
	margin-left: 13px;
	display:inline;
	float:left;
	border: 1px solid #B2B2B2;
}

.clear_div {
	clear:both;
	}

#footer {
	clear: both;
	margin: 0;
	width: 1000px;
	height: 24px;
	background:url(images/main_footer.jpg) no-repeat;
}

#footertext {
	clear: both;
	width: 992px;
	height: 28px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding: 4px;
}

#fullprimary { 
	text-align: left;
	padding: 0px;
	border:0;
	width: 960px;
	float:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 13px;
	background-color:#e6e6e6;
}

#recviewbio {
	width: 655px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 3px;
	z-index:1;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#recviewscout {
	width:655px;
	z-index:2;
	visibility: hidden;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 3px;
	position:relative;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#recviewinjur {
	width:655px;
	z-index:2;
	visibility: hidden;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 3px;
	position:absolute;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#recviewbelow {
	width: 655px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 3px;
	z-index:1;
	height: 1% /* Holly hack for Peekaboo Bug */
}
/*------------------------
---END Layout---------*/

.vv_head {
	width:680px;
	height:20px;
	margin-left:10px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	padding:5px;
	background-color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
}

.vv_smallcontain {
	width:130px;
	margin-left:8px;
	float:left;

}

.vv_largecontain {
	width:290px;
	height:80px;
	margin-left:8px;
	margin-top:4px;
	float:left;
	padding:2px;
	background-color: #EFEFEF;
	
}

.clear_div {
	clear:both;
}
/*---------------------------------------TEXT-----------------*/


p {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	margin-left: 5px;

}

p.small {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 10px;

}
p.smallwhite {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 10px;

}

p.desc {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 10px;

}
p.indent {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	margin-left: 15px;

}

h1 {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-left: 5px;
	font-weight: bold;

}
h2 {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-left: 5px;
	font-weight: bold;

}

h3 {
	margin-top: 1px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #006600;
	margin-left: 5px;

}
h4 {
	margin-top: 1px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	margin-left: 5px;

}

p.large {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-left: 5px;

}
p.white {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 8px;
	margin-top:3px;
	font-weight: bold;
}
p.whitebig {
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FFFFFF;
	margin-left: 8px;
	margin-top:3px;
	font-weight: bold;
}
/*----------------------------------END TEXT-----------------*/

.espnportaltxt {
	margin-top: 1px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 10px;

}

.greyoutline {
	border: 1px solid #B2B2B2;
	}

ul.list {
	margin-top: 10px;
	margin-bottom: 6px;
	margin-left: 18px;
   }

li.lister {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 1px;
	margin-bottom: 8px;
	color: #000000;
	margin-left: 5px;
	list-style-type: circle;
	}
		
.reclistbg {
  margin: 0;
  background: #FFFFFF url(images/recruitlist_04.jpg) repeat-x;
  }

.mediahomephotobg {
  margin: 0;
  background: #e6e6e6 url(images/media_06.jpg) repeat-x;
  }
 
 .mediahomevidbg {
  margin: 0;
  background: #e6e6e6 url(images/media_07.jpg) repeat-x;
  }   	
/*------------------------------------FORM---------------------*/

.formbot_margin {
	margin-bottom:0;
	margin-top: 2px;
}
.formfield {
	font-family: Arial;
	font-size: 12px;
	width:150px;
	color: #888888;
	height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	}
	
.searchfield {
	font-family: Arial;
	font-size: 10px;
	width: 90px;
	color: #888888;
	height: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	}
	
.searchfieldlong {
	font-family: Arial;
	font-size: 12px;
	width: 90px;
	color: #000000;
	height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	}
/*----------------------------------END FORM-----------------*/