@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.jpg) repeat-x;
	margin: 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: #333;
}
#container { 
	width: 765px;  /* 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 */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container2 { 
	width: 750px;  /* 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. */
} 
#headerlogo { 
	background: #FFF; 
	height:48px;
	padding-left:5px;
	padding-top:16px;
} 
#headermenu { 
	background: url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	height: 35px;
	padding: 0 10px 0 0;  
} 
#headermain { 
	background: url(../images/box.jpg);
	background-repeat:no-repeat;
} 
#headerspacer { 
	background: url(../images/spacer_grey.jpg);
	background-repeat:repeat-x;
	height: 12px; 
} 

#box {
	width: 215px;
	height: 190px;
}
#banners {
	width: 535px;
	height: 190px;
	margin-left: 215px;
}
#header_hockey {
	width: 535px;
	height: 190px;
	margin-left: 215px;
	background:url(../images/header_hockey.jpg);
}
#header_baseball {
	width: 535px;
	height: 190px;
	margin-left: 215px;
	background:url(../images/header_baseball.jpg);
}
#header_football {
	width: 535px;
	height: 190px;
	margin-left: 215px;
	background:url(../images/header_football.jpg);
}
#header_soccer {
	width: 535px;
	height: 190px;
	margin-left: 215px;
	background:url(../images/header_soccer.jpg);
}
#header_wheelchair {
	width: 535px;
	height: 190px;
	margin-left: 215px;
	background:url(../images/header_wheelchair.jpg);
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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: #eee url(../images/news_bg.jpg) top repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 20px;
	line-height: 150%;
}
#sidebar1 p {
	padding-right:10px;
}
#homeContent { 
	margin: 0 0 0 230px; 
	padding: 0 20px; 
	line-height: 150%;
}
#mainContent { 
	margin: 0 50px 0 75px; 
	padding: 0 20px; 
	line-height: 150%;
}
#footer { 
	padding: 15px 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(../images/footer_logo.jpg) right no-repeat;
	border-top: #CCCCCC solid 3px;
} 
#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: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color:#999999;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#666;

}

.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;
}
h1 { 
	font-size:27px;
	font-weight: bold;
	color: #105293;
	padding-top: 15px;
}
h2 { 
	font-size:18px;
	font-weight: bold;
	color: #999;
	padding-top: 15px;
	line-height: 20px;
}
h3 { 
	font-size:11px;
	color: #EEE;
	padding-bottom: 18px;
	
}
#sidebar1 h3 { margin:0; }
h4 { 
	font-size:18px;
	font-weight: bold;
	color: #105293;
	padding-top: 15px;
}
ul {
	font-weight:normal;
	
}
li {
	list-style:disc;
	padding-bottom: 10px;
}
a {
	color:#135DA7;
	text-decoration:none;
}
a:hover {
	color:#135DA7;
	text-decoration:underline;
}	
span.newstitle {
	color:#135DA7;
	font-weight:bold;
	}	
#suggestions {
	height: 100px;
	width:165px;
}
#send {
	background:#ccc;
	border:#999 solid 1px;
	color: #666;
}

.seethis {
	display: none;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]-->