body {
	font: 12px Verdana, Geneva, sans-serif;
	color: #191919;
	background: url(/images/home/bkgrd.gif) top center;
}
a:link {
	color: #004785;
	text-decoration: none;
}
a:visited {
	color: #004785;
	text-decoration: none;
}
a:hover {
	color: #e0373e;
	text-decoration: underline;
}
#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	background:url(/images/home/starsbkgrd.gif) #fff repeat-x left bottom;
	z-index:1;
}
#headerNHL {
	background-color: #000;
	height:85px;
}
#headerECHL {
	width: 1000px;
	height: 106px;
	position:relative;
	background-color: #fff;
}
.echlLogo{
	position:absolute;
	padding-left: 12px;
	width: 79px;
	height:76px;
	margin-top:8px;
	z-index:10;
}
#headerBars {
	position: relative;
	width:1000px;
	height:7px;
	overflow:hidden;
	background: url(/images/home/headerBars.gif) repeat-x left top;	
}
.headerSearch {
	width: 915px;
	position:relative;
	top:0px;
	left: 84px;
	height: 29px;
	overflow:hidden;
	background: url(/images/home/blueBars.gif) repeat-x left top;	
}
.headerStars {
	clear:both;
	background: url(/images/home/stars.gif) repeat-x left top;
	height: 53px;
	width:1000px;
	position:relative;
	z-index:0;
}
.headerStarsImg {
	position: relative;
	left: 145px;
	top: 4px;
}
.headerStarsImg img{
	border:none;
	padding-right: 4px;
}
.headerSearch .image {
	position:relative;
	float:left;
	display:inline;
	width: 48px;

}	
.search {
	position:relative;
	float:right;
	display:inline;
	margin-right: 10px;
	z-index:100;
}
.search input {
	font: 10px Arial, Helvetica, sans-serif;
	text-align:middle;
}
#navBar {
	position: relative;
	width:1000px;
	height: 17px;
	z-index:1000;
}


/* DROPDOWN MENUS */
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/multi-column.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav {height: 17px; width:1000px; float:right; background:#fff url(/images/home/navBkgrd.gif) repeat-x left top; font-family:arial, sans-serif;}

#menu {height:17px;position:relative;font-size:11px; margin: 0; z-index:1200; background:#fff url(/images/home/navBkgrd.gif) repeat-x right top; float:right; padding-right:20px;}
#menu table.ie6 {border-collapse:collapse; margin:0; padding:0; z-index:1200; position:relative;}

#menu ul {padding:0; margin:0; list-style: none; }
#menu ul li {float:left;}
#menu ul li a {display:block; float:left; padding:0 15px 0 0;text-decoration:none; color:#fff; font-weight:bold; height:17px;line-height:17px;font-size:11px; no-repeat right top; z-index:1200; position:relative;}
#menu ul li a.border{
	border-right: 1px solid #8e0309;
	z-index:1200;
}

#menu ul li a b {display:block; float:left;padding:0 0 0 15px; text-decoration:none; color:#fff; font-weight:bold; height:17px;line-height:17px;font-size:11px; no-repeat left top; cursor:pointer; z-index:1200;}

#menu ul li div.holder {position:absolute; left:-9999px; z-index:1200;}

#menu ul li div .leftSide {float:left;background: url(/images/home/drop_downimage.jpg) #feeed4 repeat-x left top; z-index:1200; position:relative;}
#menu ul li div .rightSide {float:left; background: url(/images/home/drop_downimage.jpg) #feeed4 repeat-x left top;margin-left:10px; display:inline; padding:0 10px 0 0; z-index:1200; position:relative;}

#menu ul li:hover {position:relative; z-index:1200;}
#menu ul li a:hover {color:#feeed4; white-space:nowrap; position:relative; z-index:1200;}
#menu ul li a:hover b {color:#feeed4;}
#menu ul li a.sub:hover {color:#feeed4; white-space:nowrap; position:relative; z-index:1200;}
#menu ul li a.sub:hover b {color:#feeed4;}

#menu ul li:hover > a {color:#feeed4; position:relative; z-index:1200;}
#menu ul li:hover a.sub {color:#feeed4; white-space:nowrap; position:relative; z-index:1200;}
#menu ul li:hover a.sub > b {color:#feeed4; }

#menu ul :hover div.holder {position:absolute; top:17px; left:4px; margin: 0; padding: 0; z-index:1200;}

#menu ul li.right a:hover div.holder {left:auto; right:3px; top:17px; z-index:1200;}
#menu ul li.right:hover div.holder {left:auto; right:4px; top:17px;}

#menu ul li.right div.holder .leftSide {float:left;background: url(/images/home/drop_downimage.jpg) #feeed4 repeat-x left top; z-index:1200; position:relative;}

#menu ul li.right div.holder .rightSide {float:left; background: url(/images/home/drop_downimage.jpg) #feeed4 repeat-x left top;margin-left:10px; display:inline; padding:0 10px 0 0; z-index:1200; position:relative;}

#menu ul dl {width:auto; margin:5px 0 10px 0; padding:0 0;list-style:none; }
#menu ul dl dt {padding:0 5px; margin:0; line-height:20px; color:#004785; font:bold 12px Arial, Helvetica, sans-serif; white-space:nowrap; text-transform:uppercase;}
#menu ul dl dd {display:block; padding:0; margin:0; }
#menu ul dd a {background-image: none; display:block; height: 20px; line-height: 20px; color:#421; text-align:left; margin: 0; padding:0 0;font-weight:normal; font:12px Arial, Helvetica, sans-serif; white-space:nowrap; float:none;}
#menu ul dd a:hover {color:#004785;}

#menu ul table td {vertical-align:top;}

/* END OF DROPDOWNS */
#main {
	background-color: #fff;
}
.echlHeadlines {
	font:bold 12px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #004785;
	position:relative;
	padding:10px;
}
.echlHeadlines img {
	margin-right: 5px;
	margin-top:-3px;
}
#contentStandings {
	width: 400px;
	height: 154px;
	display: block;
	overflow: auto;
	padding: 4px 0 0 0;
}
#echl_b2networks {
	display: block;
	height: 130px;
	width: 130px;
	left: 6px;
	vertical-align: middle;
}
#echl_b2networks img{
	display: block;
	height: 130px;
	width: 130px;
	left: 6px;
	vertical-align: middle;
	border: 1px solid #004684;
}
/* BEGIN INTERNAL LAYOUT */
#mContent {
	position:relative;
	width:1000px;	
	z-index:10;
}
.col1 {
	float:left;
	display:inline;
	min-width: 318px;
	padding:11px;
}
.col2 {
	float:left;
	display:inline;
	width: auto;
	width:505px;
	padding:11px 0px 0px 0px;
}
.col3 {
	float: right;
	display: inline;
	width: 130px;
	padding:11px 0 0 10px;
}
.ad317 {
	border: 1px solid #666;
	height:105px;	
	width:318px;
}
.ad300 {
	padding: 6px;
	border: 1px solid #666;
	margin: 11px 0 11px 0;
}
.ad120 {
	margin:35px 0 0 15px;
}
/* END INTERNAL LAYOUT */


.all_contents2 {
	width: 1000px;
	position:relative;
	top:-10px;
	padding:0 11px 0 11px;
}
a#award_thumb {
	display: block;
	height: 66px;
	width: 47px;
	position: relative;
	padding-top: 37px;
	margin-top: 0px 0px 0px 10px;
	border:0px;
}
a#award_thumb img{
	border:0px;
	padding: 10px;
}

a#see_award {
	position: absolute;
	top:25px;
	font-size: 10px;
	left: 100px;
}

a#award_bio {
	display: block;
	position: relative;
	width: 175px;
	left: 85px;
	top: -56px;
	height: 47px;
	/*font-weight:bold;*/
	color:#000000;
}
a#award_team {
	display:block;
	position:relative; 
	width:450px; 
	top:-85px; 
	left: 90px;
}

.schedule1 {
	height: 147px;
	width: 150px;
	background: none;
	font-size: 10px;
	margin: -4px 0 0 0;
}
#schedule1 {
	height: 147px;
	width: 150px;
	background: none;
	font-size: 10px;
	margin: -4px 0 0 0;
}
#schedule2 {
	height: 147px;
	width: 200px;
	margin: -147px 0px 0px 200px;
	padding: 0px;
	background: none;
}
#schedule3 {
	height: 147px;
	width: 150px;
	margin: -146px 0px 0px 125px;
	padding: 0px;
	display:block;
	background: none;
	font-size:10px;
}
#schedule4 {
	height: 140px;
	width: 150px;
	margin: -148px 0px 0px 270px;
	padding: 0px;
	display:block;
	overflow:hidden;
	background: none;
	font-size:10px;
}
#tabs2 {
	height: 227px;
	width: 315px;
	margin: 281px auto 0 271px;
	border: 1px solid #999999;
	position: absolute;
	background: url(/images/home/starsbkgrd.gif) #fff repeat-x left bottom;
	float: left;
}

.kelly_cup {
	padding: 5px;
	top:0px;
	float: left;
	height: 194px;
	width: 296px;
	overflow:hidden;
	position: absolute;
	text-align: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	z-index:2;
}
.kelly_cup img{
	width:150px;
	padding: 5px;
}
.kelly_cup a {
	/*font-weight:bolder;*/
	font: bold 14px Arial, Helvetica, sans-serif;
	font-color: #be010a;
	}
#allstarSponsor {
	background: url(/images/home/all_Star.png) no-repeat right bottom;
	margin-top: 10px;
}
#logo {
	position: absolute;
	clear: both;
	left:12px;
	top:85px;
	height: 106px;
	width: 107px;
	z-index: 2;
}
#news {
	background: url(/images/home/starsbkgrd.gif) #fff repeat-x left bottom;
	height: 254px;
	width: 252px;
	border: 1px solid #999999;
	margin: 255px 0px 0px 6px;
	position: absolute;
	font: normal 12px Arial, Helvetica, sans-serif;
	overflow: auto;
}

#news ul {
	margin: 0 2px 2px 2px;
	padding:0 0 0 12px;
}
#news ul li {
	list-style-type:disc;
	line-height: 20px;
	list-style-position: inside;
	color: 	#004785;
	text-align: left;
}
#news ul li a {
	padding:0 0 0 0;
}
.left_column_ads {
	width: 300px;
	display:inline;
	float: left;
	position: relative;
	top: 203px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 857px;
	
}
.left_column_ads div.ad {
	width: 130px;
	height:130px; 
	border:1px solid #666;
	overflow:hidden;
	position:relative;
	margin: 8px 0 5px 0px;
}

#left_ads {
	height: auto;
	width: 300px;
	float: left;
	position: absolute;
	margin-top: 211px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 857px;
}
#left_ads2 {
	display: block;
	height: 130px;
	width: 130px;
	top: -160px;
	padding: 12px 0px 10px 0px;
}
#left_ads3 {
	display: block;
	height: 130px;
	width: 130px;
	border: 1px solid #004684;
	top: -290px;
}
#ad_rotate {
        display: block;
        height: 130px;
        width: 130px;
        top: -160px;
        padding: 12px 0px 10px 0px;
}
#left_ads4 {
	display: block;
	height: 130px;
	width: 130px;
	border: 1px solid #004684;
	top: 12px;
}

#echl_b2networks {
	display: block;
	height: 130px;
	width: 130px;
	left: 6px;
	vertical-align: middle;
}
#echl_b2networks img{
	display: block;
	height: 130px;
	width: 130px;
	left: 6px;
	vertical-align: middle;
	border: 1px solid #004684;
}
.copyright {	
	height: 15px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 11px;
	
}
#design {
	width: 1024px;
	margin:0 auto 0 auto;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	padding:3px 0 3px 9px;
}
#design a{
	color: #fff;
}
#design a:hover {
	color: #fff;
	text-decoration: none;
}
.credit {
	width: 650px;
	text-align:left;
	margin: 11px auto 0 auto;
	line-height: 16px;
	padding:20px;
	position:relative;
}
.credit img {
	padding: 11px;	
}
#share {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	float:right;
	margin-right: 12px;
}
#share a {
	color: #333333;
	text-decoration: none;
}
#share a:hover {
	color: #be010a;
	text-decoration: none;
}
.top {	color: #333;
	font: 10px Arial, Helvetica, sans-serif;
	width:535px;
}
.top a {
	color: #333;
	text-decoration:none;
}
.top a:hover {
	color: #dc353c;
}
.top img {
	margin-top:-13px;
}
.google_text {
	display: block;
	clear:both;
	height: auto;
	width: 75%;
	margin-top: 648px;
}

.footer_google {
	display: block;
	height: auto;
	width: 75%;
	margin: 50px 0 0 120px;
}
.footer {
	clear:both;
	position:relative;
	margin: 12px;
	font-size: 10px;
	padding-left: 50px;
}
.footer div.google_text {
	display: block;
	position:relative;
	margin-left: 0px;
	margin-top: 648px;
}
.interior_footer {
	height: auto;
	width: 75%;
	margin: 0 0 0 200px ;
	font-size: 10px;
	display: block;
}

#google {
	float: right;
	height: 250px;
	width: 250px;
	margin: 211px 169px 0px 596px;
	border: 1px solid #999999;
	position: absolute;
}
.pages_txtgoogle {
	width: 300px;
	padding:9px;
	margin: 10px auto auto 693px;
	border: 1px solid #999999;
	position: relative;
	background-color:#FFFFFF
}

#nhlrss {
	background: url(/images/home/starsbkgrd.gif) #fff repeat-x left bottom;
	height: 152px;
	overflow:auto;
	width: 241px;
	margin: 471px 0px 0px 596px;
	border: 1px solid #999999;
	position: absolute;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
	text-align:left;
	padding-left: 10px;
}

.ofTheMonth {
	float: left;
	height: 107px;
	width: 253px;
	margin: 519px 0px 0px 6px;
	border: 1px solid #999999;
	position: absolute;
	text-align: left;
	padding:0;
	display: block;
	overflow:hidden;
	font-weight:normal;

}

#adsection2 {
	float: left;
	height: 105px;
	width: 317px;
	margin: 519px 0px 0px 271px;
	position: absolute;
	border: 1px solid #999999;
	overflow: hidden;
}

#column1 {
	height: 234px;
	width: 579px;
	border: 1px solid #5f5f5f;
	padding:0;
	margin: 10px 0px 0px 6px;
	float: left;
	position: absolute;
}
#column1 p {
	padding: 5px;
}
#column2 p {
	padding: 5px;	
}

#column2 {
	height: 165px;
	width: 405px;
	border: 1px solid #999999;
	background: url(/images/home/starsbkgrd.gif) #fff repeat-x left bottom;
	padding: 0px;
	float: right;
	margin: 36px auto auto 590px;
	position: absolute;
}
.stories {
	height: auto;
	width: 670px;
	margin: 10px 0px 0px 12px;
	float: left;
	position: relative;
}
.stories p {
	padding: 5px;
}

.stories h3 {
	color:#333333;
}
.stories #date {
	font-size: 10px;
	color:#FF0000;
}
#consol2 {
	margin:0;
}
.echl_ads {
	height: 105px;
	width: 318px;
	border: 1px solid #5f5f5f;
	background: #ffffff right 27px;
	padding: 0px;
	display:block;	
	margin: 10px auto auto 692px;
	position: relative;
}

#quicklinks {
	float: right;
	height: 13px;
	width: 280px;
	margin: 5px 50px auto auto;
	font:bolder 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

.poll {
   width: 230px;
}
.title {
	font-size: 17px;
	color:#333333;
}
.huge {
	font-size: 17px;
	color:#333333;
	font-weight: bold;
}
.sm_subtitle {	font-size: 12px;
	color:#be010a;}
.subtitle {
	font-size: 17px;
	color:#333333;
	
}
td.header {
  background-color: #e2ac40;
  color: #505050;
  font-size: 15px;
  font-weight: bold;
  width:250px;
}
td.instructions {
  background-color: #e2ac40;
  color: #FFFFFF;
  font-size: 12px;
}

td.sponsors {
  background-color: #e2ac40;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

td.sponsor {
  text-align: center;
}
h3.staff_headers {
  background-color: #d2d2d2;
  color: #000;  
  padding: 4px;
}
th {
  background-color: #d2d2d2;
  color: #000;
  font-size: 12px;
  text-align: left;
  padding: 4px;
}
h4 {
	margin:0px;
	padding:0px;
}
a.link3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  /*font-weight: bold;*/
  text-decoration: none;
}

a.instructions a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #be010a;
  text-decoration: underline;
  font-weight: bold
}
td.fteams_header {
  background-color: #e2ac40;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}
.share {
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	float:right;
	margin-right: 12px;
}
.share a {
	color: #333333;
	text-decoration: none;
}
.share a:hover {
	color: #be010a;
	text-decoration: none;
}
.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;
}

#credits {
	width: 1000px;
	margin: 0 auto;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
}
#credits a:link, #credits a:visited {
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:underline;
}
#credits a:hover {
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}
