body {
	margin: 0;
	font: 12px/1.9 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	background-color: #fff;
}
#banner
{
	
	margin-left: 15px;
	margin-top: 6px;
}
#banner img
{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

/* @group Background */
#sidebar
{
	width: 50%;
	background-image: url(../../images/backGround.gif);
}
#bgleft
{
	background-image: url(../../images/bg_left.gif);
}
#bgright
{
	background-image: url(../../images/bg_right.gif);
}
/* @end */
/* @group Page Dimensions */
 
#navigation ul, #page, .pagefragment {
	width: 800px;
}
 
/* @end */
 
 
h2 {
	font-size: 1.2em;
	margin-top: 25px;
	margin-bottom: 12px;
}

p, ul, ol {
	margin-bottom: 20px;
	text-align: justify;
}
 
p code {
	display: block;
	text-align: left;
}
 
ul, ol {
	padding-left: 25px;
}
 
a {
	color: #008bcc;
}
 
a:hover {
	color: #21a1ef;
}
 
a:visited {
	color: #754acc;
}

#page, .pagefragment {
	
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	background-color: #f2f2f2;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 10px 15px;
	background-image: url(../../images/resized-hockey-ice-background.jpg);
}
.centered {
	text-align: center;
}
 
a img {
	border: none;
}
 
img.left.padded {
	margin: 0 15px 15px 0;
}
 
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
}
 
img.right {
	float: right;
	margin-bottom: 8px;
	margin-left: 20px;
}
 
/* @group Footer */
 
#footer {
	color: #4b4b4b;
	clear: both;
	border-top: 4px double #000;
	padding-top: 10px;
	margin-top: 10px;
}
#ACHABANNER
{
	width: 800px;
	height: 150px;
}
#browsers
{
	text-align: center;
	clear: both;
	margin: 0;
}
#browsers a
{
	color: #039;
}
#browsers a:hover, a:active
{
	color: #539dbc;
}
#copyright
{
	text-align: center;
	margin: 0;
}
#footerLinks 
{
	text-align: center;
	margin: 0;
	text-decoration: none	
}
#footerLinks a
{
	padding: 5px;
	color: #039;
}
#footerLinks a:hover, a:active
{
	color: #539dbc;
}

/* @end */


/* @group Navigation */

#links a:hover
{

}
#navigation {
	background-color: #4a00e5;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
} 
#navigation ul {
	display: block;
	margin: auto auto auto -35px;
	}
 
#navigation li {
	display: block;
	float: left;
	margin-left: 15px;
}
#navigation li.active {
	
}
 
#navigation li a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 5.5em;

}
 
#navigation li a:hover {
}
 
#navigation li.active a, #navigation li.active a:hover {
	
}
 
/* @group Auto-clearing */
 
#navigation:after, #navigation ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
#navigation, #navigation ul { display: inline-block }
 
/* Hides from IE-mac \*/
* html #navigation, * html #navigation ul { height: 1% }
#navigation, #navigation ul { display: block }
/* End hide from IE-mac */
	
/* @end */
 
/* @group Sections */


 
#navigation li#nav-home a {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	width: 15px;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
 
#navigation li#nav-team a{
	padding: ;
	background: url(../../images/nav/theTeam.png) no-repeat 50% 0;
	font-size: 20px;
	text-indent: -2000px;
	padding-right: 10px;
}


 
#navigation li#nav-schedule a {

	background: url(../../images/nav/schedule.png) no-repeat 50% 0;
	font-size: 20px;
	text-indent: -20000px;
	
}
 
#navigation li#nav-roster a {
	background: url(../../images/nav/roster.png) no-repeat 50% 0;
	font-size: 20px;
	text-indent: -20000px;
}
 
#navigation li#nav-staff a {
	
	background: url(../../images/nav/staff.png) no-repeat 50% 0;
	font-size: 20px;
	text-indent: -20000px;
	margin-left: -20px;
}
#navigation li#nav-contact a 
{
	
	background: url(../../images/nav/contactUs.png) no-repeat 50% 0;
	font-size: 20px;
	text-indent: -20000px;
	margin-left: -25px;
	padding-right: 10px;
	padding-left: 10px;
}
 
#navigation li#nav-home a:hover {

}
 
#navigation li#nav-team a:hover {
	background-image: url(../../images/nav/theTeamHover.png);

}
 
#navigation li#nav-schedule a:hover {
	background-image: url(../../images/nav/scheduleHover.png);

}
#navigation li#nav-roster a:hover {
	background-image: url(../../images/nav/rosterHover.png);
}
 
#navigation li#nav-staff a:hover {
	background-image: url(../../images/nav/staffHover.png);

}
#navigation li#nav-contact a:hover {
	background-image: url(../../images/nav/contactUsHover.png);

}
 
/* @end */
 
/* @end */
 
/* @group Auto-clearing */
 
.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
.autoclear { display: inline-block }
 
/* Hides from IE-mac \*/
* html .autoclear { height: 1% }
.autoclear { display: block }
/* End hide from IE-mac */
	
/* @end */
 
/* @group Sections */
 
body.goodies #page, body.about #page, body.support #page, body.error404 #page, body.error403 #page {
	margin-top: 40px;
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-top: 64px;
}
 
body.goodies #page {
	background-image: url(../images-global/clouds/Goodies.png);
}
 
body.about #page {
	background-image: url(../images-global/clouds/About.png);
}
 
body.support #page {
	background-image: url(../images-global/clouds/Support.png);
}
 
body.error404 #page {
	background-image: url(../images-global/clouds/Error404.png);
}
 
body.error403 #page {
	background-image: url(../images-global/clouds/Error403.png);
}
 
body.goodies h1, body.about h1, body.support h1, body.error404 h1, body.error403 h1 {
	display: block;
	padding-top: 0;
	padding-bottom: 30px;
	line-height: 1;
	margin: 0 0 12px;
}
 
body.goodies h1 {
	margin-right: 350px;
}
 
body.about h1 {
	margin-right: 310px;
}
 
body.support h1 {
	margin-right: 350px;
}
 
body.poll h1 {
	display: block;
	padding-top: 50px;
}
 
/* @end */
/* @group glowingtabs */

#glowingtabs{
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(../../images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(../../images/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}


/* @end */
 
/* @group Support Page */
 
.question {
	color: #d5d5d5;
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	margin-right: 11px;
	display: block;
	float: left;
	margin-top: -2px;
}
 
/* @end */
