@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #17286D;

}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
	width: 900px;
	color: #FFF;
	height: 107px;
	margin: 10px 0px 0px 0px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#content {
	width: 900px;
	color: #333;
	margin: 0px;
	height: 950px;
	background-color: #FFFFFF;
	background-image: url(images/hockeykid.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
#threebox_container {
	clear: both;
	padding-left: 10px;
	
}
#box2Content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #17286D;
	font-size: 18px;
	padding-left: 10px;
}


#threebox_container #box_a {
	margin: 5px;
	float: left;
	width: 225px;
	padding: 10px;
}

#threebox_container #box_b {
	margin: 5px;
	padding: 10px;
	float: left;
	width: 225px;
}

#threebox_container #box_c {
	margin: 5px;
	padding: 10px;
	float: left;
	width: 225px;
}

#footer {
	width: 900px;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	background-color: #17286D;
	font-size: 10px;
	text-align: center;
}





.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}


/* boxes */

.box {
	float: left;
	width: 300px;
	
}


#boxContent {
	border: 1px solid #BCBCBC;
	position: relative;
	left: -2px;
	top: -2px;
	background-color: #F7F7F7;
}

#boxContainer {
	position: relative;
	margin: 15px;
}
#boxContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #000;
	margin: 10px;
}

.box2 {
	float: right;
	width: 550px;
	font-size: 12px;
	
}
#box2Content {
	border: none;
	position: relative;
	left: -2px;
	top: -2px;
}
#box2Content ul {
	list-style-position: inside;
	text-indent: 20px;
}

#box2Container {
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box2Content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px;
}
#box2Content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	margin: 10px;
}

/* boxes */






#clb-shell {
	margin : auto;
	width : 900px;
	font-size: 12px;
}

#clb-shell h2 {
  color : #669900;
}

#clb-shell p {
  padding : 10px;
  clear : both;
}

ul#clb {
	width : 900px;
	height : 9em;
	text-align : left;
	list-style-type : none;
}

ul#clb li {
	margin : 0 5px;
	border : 1px solid #666;
	width : 250px;
	height : 330px;
	float : left;
	display : inline;
	background-color: #FFFFFF;
	
}

#clb-shell a {
  color : #17286D;
}

#clb-shell a:hover, #clb-shell a:focus, #clb-shell a:active {
  color : #000;
  text-decoration : none;
}

#clb-shell a:focus, #clb-shell a:active {
  background-color : #fff;
}

#clb-shell ul#clb h3 a {
	color : #FFFFFF;
	display : block;
	width : 244px;
	padding : 2px 3px;
	background : #990000;
	border-bottom : 1px solid #666;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}

#clb-shell ul#clb h3 a:hover, #clb-shell ul#clb h3 a:focus, #clb-shell ul#clb h3 a:active {
	color : #fff;
	background-color: #333;
	background-image: url(images/clb_h3_back_over.jpg);
	background-repeat: repeat-x;
}

ul#clb p {
  font-size : 0.9em;
  padding : 0;
  margin : 10px;
}
















/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 900px;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 12px;
	float: left;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 12px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}




#test li {
	display: block;
	border: solid 1px red;
}	

#footer a { color: #FFFFFF; }

#subpage {
	padding: 15px;
	margin: 0px;
	font-size: 12px;
}

#subpage p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#subpage h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0.1em;
}

#subpage h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

#subpage li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 10px;
}



#content2
{
	width: 900px;
	color: #333;
	margin: 0px;
	height: 700px;
	background-color: #FFFFFF;
	background-image: url(images/hockeykid.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: scroll;
}





#box2Content img {
	padding: 10px;
	float: right;
	height: 200px;
	width: 300px;
}
