@charset "UTF-8";
 


.bgHolder {
	background-color: #000000;
	background-image: url(../images/bg-court.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bg-court.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	
}
.bgHolder .centerCol {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
.bgHolder .centerCol .sideNavCol {
	float: left;
	height: 400px;
	width: 98px;
	text-align: right;
	margin-top: 140px;
}
.bgHolder .centerCol .mainCol {
	float: left;
	width: 830px;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.bgHolder .centerCol .mainCol .header .logoHolder {
	height: 106px;
	width: 400px;
}
.bgHolder .centerCol .mainCol .header .mainNavHolder {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c9dbf;
	margin-top: 8px;
}
.bgHolder .centerCol .mainCol .header .mainNavHolder .mainNav {
	color: #2c9dbf;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}
.bgHolder .centerCol .mainCol .header .mainNavHolder .mainNav li {
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.bgHolder .centerCol .mainCol .header .mainNavHolder .mainNav li a {
	color: #ffffff;
	text-decoration:none;
}
.bgHolder .centerCol .mainCol .header .mainNavHolder .mainNav li a:hover {
	color: #2c9dbf;
}

.bgHolder .centerCol .mainCol .header .mainNavHolder .mainNav .lastNav {
	border-right-style: none;
}
.bgHolder .centerCol .mainCol .header .mainNavHolder .mainNav  .mainNavActive a {
	color: #2C9DBF;
}
.bgHolder .centerCol .mainCol .header .pageTitle {
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
}
.bgHolder .centerCol .mainCol .footerHolder {
	height: 100px;
	clear: both;
}

.bgHolder .centerCol .footerHolder {
	padding-left: 0px;
	height: 100px;
}
.footerHolder .footerLogo {
	height: 24px;
	width: 114px;
	float: right;
	margin-top: 11px;
}
.footerHolder .footerLogo a {
	background-image: url(../images/hummel-footer-logo.gif);
	background-position: 0px 0px;
	display: block;
	height: 24px;
	width: 114px;
	text-indent: -2000px;
}
.footerHolder .footerLogo a:hover {
	background-position: 0px -24px;
}
.footerLinks ul {
	font-size: 9px;
	padding: 0px;
	float: left;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footerHolder .footerLinks li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
	color: #808080;
}
.footerHolder .footerLinks li.last {
	color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footerHolder .footerLinks li a{
	text-decoration:none;
	color: #808080;
}
.footerHolder .footerLinks li a:hover{
	color: #ffffff;
}
.sideNavCol .sideNavHolder {
	height: 67px;
	width: 98px;
	background-image: url(../images/side-nav-no-kids-bg.png);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
}

.sideNavCol .sideNavHolder ul {
	padding: 0px;
	padding-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	list-style-type: none;
}

.sideNavCol .sideNavHolder ul a.sideNavHummel {
	display:block;
	width:70px;
	height:11px;
	background-image: url(../images/side-nav-hummel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent:-2000px;
	font-size:8px;
}
.sideNavCol .sideNavHolder ul a.sideNavHummel:hover{
	background-position: 0px -11px;
}
.sideNavCol .sideNavHolder ul a.sideNavKids {
	display:block;
	width:58px;
	height:13px;
	background-image: url(../images/side-nav-kids.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent:-2000px;
	font-size:9px;
}
.sideNavCol .sideNavHolder ul a.sideNavKids:hover{
	background-position: 0px -13px;
}
.sideNavCol .sideNavHolder li {
	display: block;
	height:26px;
}
.bgHolder .centerCol .sideNavCol .sideNavHolder ul .legend {
	height: 49px;
	display: block;
}
.bgHolder .centerCol .sideNavCol .sideNavHolder .legendUL {
	margin: 0px;
	padding: 0px;
}
.sideNavHolder .legendUL .legend a.rebelSideNav {
	display:block;
	background-image: url(../images/side-nav-rebel-legend.png);
	height: 49px;
	width: 98px;
	margin-top: 5px;
	padding: 0px;
	text-indent: -2000px;
}
.sideNavHolder .legendUL .legend a.rebelSideNav:hover {
	background-position: 0px -49px;	
}

