@charset "utf-8";

/*
1. General Styles
2. Text Styles
3. Header
4. Left Side Bar
5. Center Content Area
5a. Stories
5b. Standings
5c. Latest News
6. Right Side Bar
6b. Players of the Week
6c. Sponsors
6d. Twitter
7. Numbers (on home page)
8. Footer
9. Table Styles
10. Image Styles
11. Gallery
12. Index Styles
*/






/*1. General Styles*/

body  {
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #003399;
	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border: 0px;
}

.thrColFixHdr #container { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/bg_content.gif) top left repeat-y #fff;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*2. Text Styles*/

h1 {
	font-size:15px;
	font-weight:bold;
	line-height:19px;
	color:#003399;
	margin: 8px 0 8px 0;
	padding-top: 0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	color:#aa0000;
}

h3 {
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	color:#003399;	
}

h4 {
	font-size:13px;
	font-style: italic;
	line-height:15px;
	color:#333333;
}

h5 {
	font-size:13px;
	font-weight: bold;
	line-height:15px;
	color:#333333;
	}

p {
	color: #333;
	font-size: 13px;
/*	margin: 5px 9px 5px 9px;*/
}

p strong{
	color: #aa0000;
}

.text {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#000000;	
}

.text-small {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
	color:#000000;	
}

.caption {
	font-family:"Trebuchet MS", sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	color:#000000;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*old text styles for migration purposes*/
.title {
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#aa0000;
	text-transform: capitalize;	
	border-bottom: 1px #aa0000 solid;
	padding-bottom: 3px;
	width: 775px;
}

.head {
	font-family:"Trebuchet MS", sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:19px;
	color:#003399;
}

.head2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#aa0000;
}

.subhead {
	font-family:"Trebuchet MS", sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#aa0000;
}

.subhead2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	color:#003399;	
}
.subhead4 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	font-style: italic;
	line-height:15px;
	color:#333333;
}

.subhead5 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	font-weight: bold;
	line-height:15px;
	color:#333333;
}



/*3. Header*/

#header { 
	background: #003399 url(images/bg_banner.jpg) top left no-repeat; 
	/*height: 139px;*/
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 

#header-amhl { 
	background: #003399 url(images/bg_banner_amhl.jpg) top left no-repeat; 
	/*height: 139px;*/
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 

#header-mjhl{ 
	background: #003399 url(images/bg_banner_mjhl.jpg) top left no-repeat; 
	/*height: 139px;*/
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header-ayhl{ 
	background: #003399 url(images/bg_banner_ayhl.jpg) top left no-repeat; 
	/*height: 139px;*/
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header-ashl{ 
	background: #003399 url(images/bg_banner_amhl.jpg) top left no-repeat; 
	/*height: 139px;*/
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 0 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header ul.topNav{
	width: 974px;
	height: 21px;
	background: url(images/bg_topnav.gif) bottom right no-repeat #fff;
	list-style-type: none;
	/*padding: 118px 0 0 0;
	margin: 0 0 0 0;*/
	padding: 0 0 0 0;
	margin: 30px 0 0 0;
}

#header ul.topNav li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 0;
	height: 21px;
}

#header-mjhl ul.topNav li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 0;
	height: 21px;
}

#header-ayhl ul.topNav li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 0;
	height: 21px;
}

#header-ashl ul.topNav li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 0;
	height: 21px;
}

#header-amhl ul.topNav li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 0;
	height: 21px;
}

#header-ashl ul.topNav li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 0;
	height: 21px;
}

#header-mjhl ul.topNav{
	width: 974px;
	height: 21px;
	background: url(images/bg_topnav.gif) bottom right no-repeat #fff;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

#header-ayhl ul.topNav{
	width: 974px;
	height: 21px;
	background: url(images/bg_topnav.gif) bottom right no-repeat #fff;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}


#header-amhl ul.topNav{
	width: 974px;
	height: 21px;
	background: url(images/bg_topnav.gif) bottom right no-repeat #fff;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#header-ashl ul.topNav{
	width: 974px;
	height: 21px;
	background: url(images/bg_topnav.gif) bottom right no-repeat #fff;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#banner-graphic-ajhl {
	position: relative;
	text-align: center;
	width: 588px;
	top: 19px;
	left: 351px;
	/*left: 380px;*/
	padding: 0;
	margin: 0;
}

#banner-graphic-ajhl,#banner-graphic-mjhl,#banner-graphic-ayhl,#banner-graphic-ajhl img{
	padding: 0;
	margin: 0;
}

#banner-graphic-mjhl {
	position: relative;
	text-align: center;
	width: 558px;
	top: 6px;
	left: 396px;
	/*left: 380px;*/
	padding: 0;
	margin: 0;
}

#banner-graphic-ayhl {
	position: relative;
	text-align: center;
	width: 578px;
	top: 6px;
	left: 385px;
	/*left: 380px;*/
	padding: 0;
	margin: 0;
}


/*4. Left Side Bar*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 8px 14px 10px 7px;
	padding: 0; /* padding keeps the content of the div away from the edges */
	text-align: left;
}

#sidebar1 ul{
	width: 156px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}

#sidebar1 ul.index{
	width: 156px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#sidebar1 li a{
	color: #fff;
	text-decoration: none;
}

#sidebar1 li a:hover{
	color: #fff;
	text-decoration: underline;
}

#sidebar1 li.navHead{
	width: 156px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 28px;
}

#sidebar1 li.navHeadTop{
	width: 156px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 34px;
}

#sidebar1 li.mainNav{
	width: 140px;
	list-style-type: none;
	padding: 1px 2px 1px 12px;
	margin: 0 0 0 0;
	background: #8a0000;
	color: #fff;
	border-bottom: 1px solid #9b2626;
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
}

#sidebar1 ul.index li.mainNav{
	width: 140px;
	list-style-type: none;
	padding: 0px 2px 0px 12px;
	margin: 0 0 0 0;
	background: #8a0000;
	color: #fff;
	border-bottom: 1px solid #9b2626;
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
}

#sidebar1 li.mainNavLast{
	width: 140px;
	list-style-type: none;
	padding: 1px 2px 8px 12px;
	margin: 0 0 0 0;
	background: #8a0000;
	color: #fff;
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
}

#sidebar1 li.mainNav ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 12px;
}

#sidebar1 li.mainNavLast ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 12px;
}

#sidebar1 li.mainNav ul li{
	width: 130px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar1 li.mainNavLast ul li{
	width: 130px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar1 li.mainNavLastBg{
	width: 142px;
	list-style-type: none;
	padding: 2px 2px 10px 12px;
	margin: 0 0 6px 0;
	background: #8a0000 url(images/bg_nav_left.gif) bottom left no-repeat;
	color: #fff;
}

#sidebar1 li.links{
	width: 156px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #990000;
}

#sidebar1 li.links a{
	width: 156px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
/*	padding: 0 0 8px 0;*/
	font-size: 11px;
	color: #990000;
	line-height: 12px;
	margin: 5px 0 5px 0;
}


/*5. Center Content Area*/

.thrColFixHdr #mainContent { 
	/*margin: 0 17px 0 0;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-left: 0px;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 517px;
	margin: 8px 4px 0 0;
	float: left;
} 

.thrColFixHdr #mainContentSub { 
	/*margin: 0 17px 0 0;*/ /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin-left: 0px;
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 785px;
	margin: 18px 4px 0 0;
	float: left;
} 

.greyBoxCenter{
	background: #f2f2f2 url(images/bg_center_btm.gif) bottom left no-repeat;
	margin: 0 0 15px 0;
	width: 518px;
	vertical-align: top;
	float: right;
}

.greyBoxCenter-ayhl{
	background: #f2f2f2 url(images/bg_center_btm2.gif) bottom left no-repeat;
	margin: 0 0 15px 0;
	width: 785px;
	vertical-align: top;
	float: right;
}

.greyBoxCenter-ayhl.stories { 
	background: #f2f2f2 url(images/bg_center_stories2.gif) bottom left no-repeat;
}

.greyBoxCenter.stories {
	background: #f2f2f2 url(images/bg_center_stories.gif) bottom left no-repeat;
}

.greyBoxCenter.photos {
	background: #f2f2f2 url(images/bg_center_photos.gif) bottom left no-repeat;
	float: left;
	width: 650px;
}

.greyBoxCenter.photos #target{
	padding: 10px 10px 0 10px;
	text-align: center;
}

.greyBoxCenter.photos #target p{
	text-align: left;
}

#source {
	background: #fff;
	text-align: left;
}

/*5a. Stories*/
.stories .top {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 505px;
	padding: 0 0 0 10px;
	margin: 0;
}

.greyBoxCenter-ayhl.stories .top {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 773px;
	padding: 0 0 0 10px;
	margin: 0;
}

.stories .top #target {
	width: 492px;
	height: 340px;
	overflow-y: auto;
	overflow-x: auto;
	padding: 0 10px 0 0;
	margin: 0 0 8px 0;
}

.stories .top #target2 {
	width: 492px;
	height: 340px;
	overflow-y: auto;
	overflow-x: auto;
	padding: 0 10px 0 0;
	margin: 0 0 8px 0;
}

.greyBoxCenter-ayhl.stories .top #target {
	width: 760px;
	height: 340px;
	overflow-y: auto;
	overflow-x: auto;
	padding: 0 10px 0 0;
	margin: 0 0 8px 0;
}

.greyBoxCenter-ayhl.stories .top #target2 {
	width: 760px;
	height: 340px;
	overflow-y: auto;
	overflow-x: auto;
	padding: 0 10px 0 0;
	margin: 0 0 8px 0;
}

/*5b. Standings*/

.standings table {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	margin: 8px 0 8px 8px;
}

.standings table h2{
	margin: 0;
}

.standings table td{
	padding: 3px;
	/*font-size: 12px;*/
	/*border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
}

.standings table td.noborder{
	border-right: none;
}

/*5c. Latest News*/

.latestNews ul {
	margin: 0 3px 10px 3px;
	list-style-type: none;
	padding: 0;
	font-size: 13px;
}

.latestNews ul li{
	margin: 2px 0 0 0;
	list-style-type: none;
	padding: 13px 0 10px 46px;
	border-bottom: 1px solid #ccc;
}

.latestNews ul li a{
	color: #333;
}

.latestNews ul li a:hover{
	color: #000;
}

/*AJHL*/
.latestNews ul li.ajhl { background: url(ajhl_images/team_ajhl.gif) top left no-repeat; }
.latestNews ul li.bobcats { background: url(ajhl_images/team_bobcats.gif) top left no-repeat; }
.latestNews ul li.bulldogs { background: url(ajhl_images/team_bulldogs.gif) top left no-repeat; }
.latestNews ul li.cyclones { background: url(ajhl_images/team_cyclones.gif) top left no-repeat; }
.latestNews ul li.eagles { background: url(ajhl_images/team_eagles.gif) top left no-repeat; }
.latestNews ul li.flyers { background: url(ajhl_images/team_flyers.gif) top left no-repeat; }
.latestNews ul li.laconia { background: url(ajhl_images/team_laconia.gif) top left no-repeat; }
.latestNews ul li.pirates { background: url(ajhl_images/team_pirates.gif) top left no-repeat; }
.latestNews ul li.rockets { background: url(ajhl_images/team_rockets.gif) top left no-repeat; }
.latestNews ul li.senators { background: url(ajhl_images/team_senators.gif) top left no-repeat; }
.latestNews ul li.usahockey { background: url(ajhl_images/team_usahockey.gif) top left no-repeat; }
.latestNews ul li.walpole { background: url(ajhl_images/team_walpole.gif) top left no-repeat; }
.latestNews ul li.washington { background: url(ajhl_images/team_washington.gif) top left no-repeat; }
.latestNews ul li.wolfpack { background: url(ajhl_images/team_wolfpack.gif) top left no-repeat; }
.latestNews ul li.knights { background: url(ajhl_images/team_knights.gif) top left no-repeat; }

/*MJHL*/
.latestNews ul li.atlanta { background: url(mjhl_images/team_atlanta.gif) top left no-repeat; }
.latestNews ul li.panthers { background: url(mjhl_images/team_panthers.gif) top left no-repeat; }
.latestNews ul li.wolverines { background: url(mjhl_images/team_wolverines.gif) top left no-repeat; }
.latestNews ul li.eastcoast { background: url(mjhl_images/team_eastcoast.gif) top left no-repeat; }
.latestNews ul li.eels { background: url(mjhl_images/team_eels.gif) top left no-repeat; }
.latestNews ul li.whalers { background: url(mjhl_images/team_hampton.gif) top left no-repeat; }
.latestNews ul li.icedogs { background: url(mjhl_images/team_icedogs.gif) top left no-repeat; }
.latestNews ul li.titans { background: url(mjhl_images/team_titans.gif) top left no-repeat; }
.latestNews ul li.renegades { background: url(mjhl_images/team_renegades.gif) top left no-repeat; }
.latestNews ul li.saints { background: url(mjhl_images/team_saints.gif) top left no-repeat; }
.latestNews ul li.avalanche { background: url(mjhl_images/team_avalanche.gif) top left no-repeat; }
.latestNews ul li.hawks { background: url(mjhl_images/team_hawks.gif) top left no-repeat; }
.latestNews ul li.jrflyers { background: url(mjhl_images/team_jrflyers.gif) top left no-repeat; }
.latestNews ul li.littleflyers { background: url(mjhl_images/team_littleflyers.gif) top left no-repeat; }
.latestNews ul li.pirates { background: url(mjhl_images/team_pirates.gif) top left no-repeat; }
.latestNews ul li.hurricanes { background: url(mjhl_images/team_spacecoast.gif) top left no-repeat; }
.latestNews ul li.suffolk { background: url(mjhl_images/team_suffolk.gif) top left no-repeat; }
.latestNews ul li.bolts { background: url(mjhl_images/team_bolts.gif) top left no-repeat; }
.latestNews ul li.carolina { background: url(mjhl_images/team_carolina.gif) top left no-repeat; }
.latestNews ul li.minutemen { background: url(mjhl_images/team_minutemen.gif) top left no-repeat; }
.latestNews ul li.jrcaps { background: url(ajhl_images/team_jrcapitals.gif) top left no-repeat; }
.latestNews ul li.reds { background: url(ajhl_images/team_reds.gif) top left no-repeat; }
.latestNews ul li.blades { background: url(ajhl_images/team_blades.gif) top left no-repeat; }
.latestNews ul li.tampabay { background: url(mjhl_images/team_tampabay.gif) top left no-repeat; }

/*AYHL*/
.latestNews ul li.ay-panthers { background: url(ayhl_images/team_panthers.gif) top left no-repeat; }
.latestNews ul li.clippers { background: url(ayhl_images/team_clippers.gif) top left no-repeat; }
.latestNews ul li.wolves { background: url(ayhl_images/team_wolves.gif) top left no-repeat; }
.latestNews ul li.gulls { background: url(ayhl_images/team_gulls.gif) top left no-repeat; }
.latestNews ul li.bears { background: url(ayhl_images/team_bears.gif) top left no-repeat; }
.latestNews ul li.chiefs { background: url(ayhl_images/team_chiefs.gif) top left no-repeat; }
.latestNews ul li.devils { background: url(ayhl_images/team_devils.gif) top left no-repeat; }
.latestNews ul li.midfairfield { background: url(ayhl_images/team_midfairfield.gif) top left no-repeat; }
.latestNews ul li.colonials { background: url(ayhl_images/team_colonials.gif) top left no-repeat; }
.latestNews ul li.comcast { background: url(ayhl_images/team_comcast.gif) top left no-repeat; }
.latestNews ul li.maryland { background: url(ayhl_images/team_maryland.gif) top left no-repeat; }

/*ASHL*/
.latestNews-ashl ul {
	margin: 0 3px 10px 3px;
	list-style-type: none;
	padding: 0;
	font-size: 13px;
}

.latestNews-ashl ul li{
	margin: 2px 0 0 0;
	list-style-type: none;
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #ccc;
}

.latestNewsashl ul li a{
	color: #333;
}

.latestNewsashl ul li a:hover{
	color: #000;
}



/*6. Right Side Bar*/

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; 
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0px 0; /* padding keeps the content of the div away from the edges */
	margin: 8px 14px 0 10px;
}

.greyBoxRight {
	background: #f2f2f2 url(images/bg_right_btm.gif) bottom left no-repeat;
	padding: 0;
	margin: 0 0 15px 0;
	vertical-align: top;
	width: 250px;
}

.greyBoxRight.players {
	background: #f2f2f2 url(images/bg_right_players.gif) bottom left no-repeat;
}

.greyBoxRight.players-8 {
	background: #f2f2f2 url(images/bg_right_players2.gif) bottom left no-repeat;
}

/*6a. Players of the Week*/
.players .top {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 238px;
	padding: 0 0 0 10px;
	margin: 0;
}

.players .top ul{
	margin-left: 13px;
	padding-left: 0;
	/*margin-top: 5px;*/
	color: #333;
	font-size: 13px;
}
.players .top ul li{
	color: #333;
	font-size: 13px;
}

.players .top #target3 {
	width: 225px;
	height: 340px;
	overflow-y: auto;
	overflow-x: auto;
	padding: 0 10px 0 0;
	margin: 0 0 8px;
}




/*6b. Sponsors*/
a.sponsors {
	text-align: center;
	font-weight: bold;
	padding: 0 0 8px 0;
	font-size: 11px;
	color: #990000; !important
	line-height: 12px;
	margin: 5px 0 5px 0;
}

/*6c. Twitter*/

#twitter_update_list {
	list-style-type: none;
	margin: 6px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 0 6px 10px 10px;
}

#twitter_update_list li{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #333;
}

#twitter_update_list3 {
	list-style-type: none;
	margin: 6px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 0 6px 10px 10px;
}

#twitter_update_list3 li{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
	color: #333;
}

/*7. Numbers on home page*/

#players ul.numbers {
	height: 17px;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 10px 95px;
	margin-top: 0 !important;
}

ul.numbers {
	height: 17px;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 95px;
}

/*ul.numbers {
	height: 17px;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 95px;
}*/

ul.numbers li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.numbers-8 {
	height: 17px;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 5px 75px;
}

ul.numbers-8 li{
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}


/*8. Footer*/

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/bottom.gif) top left no-repeat #003399;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #fff;
	font-size: 11px;
}



/*9. Table Styles*/

#data-table {
 border: 1px solid #999;
 padding: 2px;
 border-collapse: collapse;
}

.data-table2 {
 border: 1px solid #999;
 padding: 2px;
 border-collapse: collapse;
}

.data-table {
 padding: 5px;
 border-collapse: collapse;
}

.stat-table {
 border: 1px solid #999;
 padding: 2px;
 border-collapse: collapse;
}

.table-title2 {
 font-family : "helvetica", sans-serif;
 font-size : 13px;
 line-height : 18px;
 color : #ffffff;
 margin-right : 25px;
 background:#003399;
 border-top: #cc0000 1px solid;
}

.table-title {
 font-family : "helvetica", sans-serif;
 font-size : 14px;
 font-weight : bold;
 line-height : 18px;
 color : #ffffff;
 margin-right : 25px;
 background:#003399;
 border-top: #cc0000 1px solid;
 padding-left: 2px;
}

.table-title3 {
 font-family : "helvetica", sans-serif;
 font-size : 14px;
 font-weight: bold;
 line-height : 18px;
 color : #003399;
 margin-right : 25px;
 background:#fff;
}

.table-head {
 font-family : "arial", sans-serif;
 font-size : 12px;
 font-weight: bold;
 line-height : 18px;
 color : #000;
 background:#e0e0e0;
 border: 1px solid #c1c1c1;
 padding-left: 4px;
 padding-right: 4px;
}

.table-head-small {
 font-family : "arial", sans-serif;
 font-size : 11px;
 font-weight: bold;
 line-height : 14px;
 color : #000;
 background:#e0e0e0;
 border: 1px solid #c1c1c1;
 padding-left: 3px;
 padding-right: 3px;
}

.table-head-small a{
color: #003399;
}

/*.table-head2 {
 border-bottom: 1px solid #ccc;
 border-right: 1px solid #ccc;
}*/

.table-row {
 font-family : "arial", sans-serif;
 font-size : 11px;
 line-height : 18px;
 color : #000;
 border: 1px solid #c1c1c1;
 padding-left: 4px;
 padding-right: 4px;
}

.table-row-small {
 font-family : "arial", sans-serif;
 font-size : 11px;
 line-height : 13px;
 color : #000;
 border: 1px solid #c1c1c1;
 padding-left: 2px;
 padding-right: 2px;
}

.table-row-small a{
	color: #003399;
}

/*tr:nth-child(odd) {
background-color: #E0E0E0;
}*/



/*10. Image Styles*/
.image {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	float: left;
	font-size: 11px;
}

.image-right {
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	float: right;
	font-size: 11px;
}


/*11. GALLERY*/

#target-photos {
	font-family: "Trebuchet MS", sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
	padding: 0px;
	margin: 0px;
	/*height: 280px;*/ 
	overflow: hidden;
}

.thumbs ul{
	text-align: center;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

.thumbs ul li{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
	display: inline;
}

.galleryname {
	text-align: left;
	float: left;
	color: #333;
	width: 410px;
	padding: 10px;	
	position: relative;	
	margin: 0 0 0 0;
	font-size: 12px;
	font-family: "Trebuchet MS", sans-serif;
}

.next {
	float: left;
	padding: 10px;
	position: relative;
	font-size: 12px;
	color: #336699;
	font-family: "Trebuchet MS", sans-serif;
}

.next a{
	text-decoration: underline;
	color: #336699;
}

.next a:hover{
	text-decoration: underline;
	color: #333;
}

/*12. INDEX STYLES*/

ul.index-icons {
	width: 782px;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0;
	height: 100px;
}

ul.index-icons li{
	width: 183px;
	float: left;
	padding: 0 16px 0 0;
	margin: 0;
}

ul.index-icons li.last{
	width: 183px;
	float: left;
	padding: 0 0 0 0;
	margin: 0;
}

.greyBoxIndex{
	background: #f2f2f2 url(images/bg_half_btm.gif) bottom left no-repeat;
	padding: 0;
	vertical-align: top;
	width: 384px; 
	margin: 0 15px 15px 0; 
	float: left;
}


.greyBoxIndexRight{
	background: #f2f2f2 url(images/bg_half_btm.gif) bottom left no-repeat;
	padding: 0 0 40px 0;
	margin: 0 0 15px 0;
	vertical-align: top;
	width: 384px;
	float: right;
	text-align: center;
}

.greyBoxIndexRight.textBox{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.greyBoxIndexRight p{
	padding: 10px 10px 0 10px;
	margin: 0;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}

.greyBoxIndexRight h1{
	padding: 5px 10px 0 10px;
	margin: 0;
	text-align: left;
	font-size: 14px;
}

.greyBoxIndexRight h2{
	padding: 10px 10px 0 10px;
	margin: 0;
	text-align: left;
	line-height: 16px;
}

.greyBoxIndexFull {
	background: #f2f2f2 url(images/bg_full_btm.gif) bottom left no-repeat;
	padding: 0;
	margin: 0 0 15px 0;
	vertical-align: top;
	width: 782px;
	float: left;
	text-align: center;
}

.greyBoxIndexFull.announcements {
	background: #f2f2f2 url(images/bg_full_btm.gif) bottom left no-repeat;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	vertical-align: top;
	width: 782px;
	float: left;
	text-align: left;
}

.greyBoxIndexFull.announcements p{
	padding: 0 15px 0 10px;
	margin: 8px 0 0 0;
}

.greyBoxIndexFull.announcements h2{
	padding: 0 15px 0 10px;
	margin: 8px 0 0 0;
}


ul.sponsors {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
	height: 170px;
}

ul.sponsors li{
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
	height: 150px;
	vertical-align: center;
}
