/* main content styles */
p, td, input, submit, reset, textarea, ul, li, div, select, option {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
}
h3 {
	color: #000000;

}
h2 {
	color: #CC0000;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
a:active {
	color: #ffcc00;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	text-align: center;
}
.form {
	line-height: 200%;
}
.charthead {
	color: #cc0000;
	font-weight: bold;
	background-color: #ffcc00;
}
/* home page main navigation layers */
#mainnav {
	position: relative;
	height: 32px;
 }
#aboutnav {
	top : 0px;
	left : 10px;
	position : absolute;
	z-index: 90;
	margin-top: 5px;
 }
#newsnav {
	top : 0px;
	left : 150px;
	position : absolute;
	z-index: 90;
	margin-top: 5px;
 }
#teamnav {
	top : 0px;
	left : 350px;
	position : absolute;
	z-index: 90;
	margin-top: 5px;
}

#schednav {
	top : 0px;
	left : 475px;
	position : absolute;
	z-index: 90;
	margin-top: 5px;
}

#aboutpop {
	 background-color : #cc0000; 
	 border-width : 2px; 
	 border-style : solid; 
	 border-color : #000000; 
	 border-top: none;
	 padding: 5px;
	 width : 150px; 
	 top : 208px; 
	 left : 10px; 
	 position : absolute; 
	 z-index : 90; 
	 visibility : hidden; 
}
 
#newspop {
	 background-color : #cc0000; 
	 border-width : 2px; 
	 border-style : solid; 
	 border-color : #000000; 
	 border-top: none;
	 padding: 5px;
	 width : 150px; 
	 top : 208px; 
	 left : 150px; 
	 position : absolute; 
	 z-index : 90; 
	 visibility : hidden; 
}
 
#teampop {
	 background-color : #cc0000; 
	 border-width : 2px; 
	 border-style : solid; 
	 border-color : #000000; 
	 border-top: none;
	 padding: 5px;
	 width : 150px; 
	 top : 208px; 
	 left : 350px; 
	 position : absolute; 
	 z-index : 90; 
	 visibility : hidden;
}

/* secondary page main navigation layers */
#mainnav2 {
	position: relative;
	height: 18px;
 }
#homenav2 {
	top : 0px;
	left : 10px;
	position : absolute;
	z-index: 90;
 }
#aboutnav2 {
	top : 0px;
	left : 80px;
	position : absolute;
	z-index: 90;
 }
#newsnav2 {
	top : 0px;
	left : 200px;
	position : absolute;
	z-index: 90;
}
#teamnav2 {
	top : 0px;
	left : 380px;
	position : absolute;
	z-index: 90;
}

#schednav2 {
	top : 0px;
	left : 495px;
	position : absolute;
	z-index: 90;
}

#aboutpop2 {
	 background-color : #cc0000; 
	 border-width : 2px; 
	 border-style : solid; 
	 border-color : #000000; 
	 border-top: none;
	 padding: 5px;
	 width : 150px; 
	 top : 58px; 
	 left : 80px; 
	 position : absolute; 
	 z-index : 90; 
	 visibility : hidden; 
}
 
#newspop2 {
	 background-color : #cc0000; 
	 border-width : 2px; 
	 border-style : solid; 
	 border-color : #000000; 
	 border-top: none;
	 padding: 5px;
	 width : 150px; 
	 top : 58px; 
	 left : 200px; 
	 position : absolute; 
	 z-index : 90; 
	 visibility : hidden; 
}
 
#teampop2 {
	 background-color : #cc0000; 
	 border-width : 2px; 
	 border-style : solid; 
	 border-color : #000000; 
	 border-top: none;
	 padding: 5px;
	 width : 150px; 
	 top : 58px; 
	 left : 380px; 
	 position : absolute; 
	 z-index : 90; 
	 visibility : hidden;
}

/* tournament navigation layers */
#homenavt {
	top : 0px;
	left : 10px;
	position : absolute;
	z-index: 90;
 }
#tournhomenavt {
	top : 0px;
	left : 110px;
	position : absolute;
	z-index: 90;
 }

/* main navigation link control */
a.nav:link {
	color: #000000;
	text-decoration: none;
}
a.nav:active {
	color: #000000;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: none;
}
a.nav:hover { 
	color: #ffcc00; 
	text-decoration: underline;
}

/* active section link control */
a.navact:link {
	color: #ffcc00;
}
a.navact:active {
	color: #ffcc00;
}
a.navact:visited {
	color: #ffcc00;
}
a.navact:hover { 
	color: #ffcc00; 
	text-decoration: underline;
}


/*  navigation font control */
/*home page main nav*/
.navhome {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
 	font-size: 16px;
}
/* secondary page main nav */
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
 	font-size: 14px;
}
/* secondary page left side nav */
.leftnav {
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
 	font-size: 12px;
	line-height: 24px;
}	

/* content position control */
.contenthome {
	margin-top: 20px;
	margin-left: 20px;
}
.content {
	margin-top: 20px;
}

/* mission statement content */
.mission {
	background-image: url(../images/mission.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	width: 265px;
}

/* home page content layout */
.boxtop {
	background-color : #cc0000;
	border-width : 2px;
	border-style : solid;
	border-color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
.regDivider {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.boxcontent {
	border-width : 2px;
	border-style : solid;
	border-color : #000000;
	border-top : none;
	padding: 5px;
}	
.bgrnd {
	background-color: #CCCCCC;
}
.cancel {
	text-decoration: line-through;
	font-style: italic;
}
.required {
	font-weight: bold;
	color: #CC0000;
}
h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #CC0000;
}

/* rink list styles */

#rinklist li	{
	display:inline;
}
