@charset "utf-8";

/*///////////////////////////////////////////////////////////////
		GLOBAL PARAMETERS
///////////////////////////////////////////////////////////////*/

html, body {
	height: 100%;
}

html{
	background: #000 url(../images/backgroundRepeat.gif) top center repeat-y;
	color: #fff;
	font-family: "Lucida Grande",verdana,geneva,helvetica,arial,sans;
	color: #fff;
}

body{
	background: transparent url(../images/heading.jpg) top center no-repeat;
}

a {
	text-decoration: none;
}

/*///////////////////////////////////////////////////////////////
		POSITIONING PARAMETERS
///////////////////////////////////////////////////////////////*/

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	width: 980px;
}

#container h1 {
	text-indent: -9999px;
}

/*///////////////////////////////////////////////////////////////
		MAIN NAVIGATION PARAMETERS
///////////////////////////////////////////////////////////////*/

#navigation {
	margin-top: 170px;
	_margin-top: 160px;
	text-align: center;
}

#navigation ul {
	width: 980px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	padding: 10px 25px;
	_padding: 10px 20px;
	background: url(../images/navHover.png) no-repeat;
	background-position: 50% -25px;
	color: #fff;
	font-weight: 900;
	font-size: 13px;
}

#navigation ul li a:hover,
#navigation ul li a.selected {
	background-position: bottom center;
}

/*///////////////////////////////////////////////////////////////
		MAIN PAGE PARAMETERS
///////////////////////////////////////////////////////////////*/

.video {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.mainBackground {
	background: transparent url(../images/movieBackground.png) no-repeat;
	background-position: 0 208px;
}

/*///////////////////////////////////////////////////////////////
		FAST NAVIGATION PARAMETERS
///////////////////////////////////////////////////////////////*/

#fastNav {
	margin: 45px auto 0;
	width: 810px;
	height: 125px;
}

#fastNav ul li {
	display: inline;
}

#fastNav li a {
	cursor: pointer;
	border: none;
}

#fastNav a, .findLeague {
	display: block;
	float: left;
	width: 270px;
	height: 125px;
}

#fastNav h3 {
	text-indent: -9999px;
}

#fastNav a:hover {
	background-position: bottom left;
}

.ballHockey {
	background: transparent url(../images/ballHockey.jpg) no-repeat;
}

.partner {
	background: transparent url(../images/partner.jpg) no-repeat;
}

.findLeague {
	position: relative;
	background: transparent url(../images/findLeague.jpg) no-repeat;
}

.findLeague select {
	position: absolute;
	top: 70px;
	left: 80px;
	width: 125px;
	font-size: 12px;
	font-weight: 900;
}

/*///////////////////////////////////////////////////////////////
		CONTENT PARAMETERS
///////////////////////////////////////////////////////////////*/

.content {
	position: relative;
	width: 920px;
	padding-bottom: 60px;
	padding: 65px 30px 60px;
	_padding-top: 56px;
}

.content blockquote {
	padding: 10px 45px;
}

.content a {
	color: #f16601;
	font-size: 13px;
	font-weight: 900;
}

.content a:hover {
	border-bottom: 1px dotted #f16601;
}

.content p {
	line-height: 130%;
	color: #fff;
	text-align: left;
	font-size: 13px;
	margin-bottom: 20px;
}

.content h2, .content h3, .content h4 {
	color: #fff;
}

.content h2 {
	position: relative;
	left: -15px;
	padding-left: 15px;
	background: transparent url(../images/subHeadBackground.png) bottom left no-repeat;
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 15px;
	margin-bottom: 10px;
	display: block;
}

.content h3 {
	font-size: 13px;
	font-weight: 900;
}

.content h4 {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
	line-height: 120%;
}

/*///////////////////////////////////////////////////////////////
		FOOTER PARAMETERS
///////////////////////////////////////////////////////////////*/

#footer, .push {
	height: 100px;
	margin: 0 auto;
}

#footer {
	clear: both;
	width: 100%;
	background: url(../images/footer.png) top center no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
	line-height: 120%;
}

#footer ul li {
	display: inline;
	list-style-type: none;
}

#footer ul li a {
	font-weight: 500;
	color: #f16601;
}

#footer ul li a:hover {
	border-bottom: 1px dotted #f16601;
}