@charset "UTF-8";
* {
	margin:0;
	padding:0;
}
#container {
	position:absolute;
	left:50%;
	margin-left:-475px;
}
#stage {
	display:block;
	width:950px;
}
#content {
	display:block;
	width:950px;
}
#stage.reg {
	background:url(../images/content-regbg.jpg) repeat-y 0 0;
}
#stage.full {
	background:url(../images/content-fullbg.jpg) repeat-y 0 0;
}
#header {
	display:block;
	width:950px;
	height:215px;
	background:url(../images/header.jpg) no-repeat 0 0;
	overflow:hidden;
}
#headershadow {
	position:absolute;
	background:url(../images/headershadow.png) no-repeat 0 0;
	width:950px;
	height:77px;
	left: 0px;
	top: 215px;
	z-index:4;
}
#homelink a {
	width:153px;
	height:172px;
	position:absolute;
	left: 11px;
	top: 4px;
}

#leftcol {
	display:block;
	width:211px;
	float:left;
	background-color:#D4D4D4;
	z-index:1;
	padding-top:70px;
	padding-left:10px;
	padding-right:10px;
}
#centercol.reg {
	display:block;
	width:476px;
	height:100%;
	float:left;
	background:url(../images/centerbg.png) repeat-x 0 0;
	background-color:white;
	z-index:2;
	padding:70px 5px 0 5px;
}
#centercol.full {
	display:block;
	width:709px;
	height:100%;
	float:left;
	background:url(../images/centerbg.png) repeat-x 0 0;
	background-color:white;
	z-index:2;
	padding:70px 5px 0 5px;
}
#rightcol {
	display:block;
	width:228px;
	float:left;
	background-color:#D4D4D4;
	z-index:3;
	padding-top:70px;
	padding-left:5px;
}
#footer {
	display:block;
	width:950px;
	height:150px;
	background:url(../images/footerbg.png) repeat-x 0 0;
	z-index:10000;
	clear:both;
}
#footer-text {
	width:700;
	float:left;
	margin:10px;
}
#footer-logo {
	background:url(../images/footerlogo.png) no-repeat 0 0;
	width:216px;
	height:208px;
	z-index:100;
	position:relative;
	float:right;
	margin-top:-59px;
}
/*Photostrip*/
#photostrip {
	position:absolute;
	width:713px;
	height:96px;
	left: 238px;
	top: 3px;
}
.photostrip-image {
	float:left;
	border-color:white;
	border-style:solid;
	border-width:3px;
	margin-right:-3px;
}

/*Nav Structure Setup*/
#nav {
	display:block;
	text-indent:-10000px;
	list-style:none;
	width:579px;
	height:52px;
	left:188px;
	top:188px;
	position:absolute;
	background:url(../images/navhover.jpg) no-repeat 0 -52px;
	z-index:50;
}
#nav li {
	display:block;
	float:left;
	height:52px;
}
#nav li a {
	display:block;
	width:100%;
	height:100%;
}

#nav .submenu li {
	background-color:green;
	width:100%;
	display:none;
	z-index:10000;
	text-indent: 0;
	margin: 0px 5px;
	padding-left: 5px;
	height:100%;
}

#nav li:hover .submenu li {
	display:block;
}

#nav .submenu li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	margin-bottom:2px;
}

/* Nav Link Widths */
#nav-leagues {
	width:115px;
}
#nav-training {
	width:101px;
}
#nav-schedule {
	width:104px;
}
#nav-parties {
	width:84px;
}
#nav-rental {
	width:82px;
}
#nav-photos {
	width:93px;
}

/*Nav Link Hover*/
#nav-leagues:hover {
	background:url(../images/navhover.jpg) no-repeat 0 0;
}
#nav-training:hover {
	background:url(../images/navhover.jpg) no-repeat -115px 0;
}
#nav-schedule:hover {
	background:url(../images/navhover.jpg) no-repeat -216px 0;
}
#nav-parties:hover {
	background:url(../images/navhover.jpg) no-repeat -320px 0;
}
#nav-rental:hover {
	background:url(../images/navhover.jpg) no-repeat -404px 0;
}
#nav-photos:hover {
	background:url(../images/navhover.jpg) no-repeat -486px 0;
}

img.left {
	float:left;
	margin-right: 5px;
}

img.right {
	float:right;
	margin-left:5px;
}

td {
	padding:4px;
}
