/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* end reset */

body {
	background: #000000 url(../images/siteBg.jpg) no-repeat center top;
	font-family: Times New Roman, Georgia, serif;
	font-size: 18px;
	color: #ffffff;
}

#wrapper {
	width: 810px;
	margin: 0 auto;
}

h1 {
	margin-left: 27px;
	background: url(../images/branding.png) no-repeat left top;
	height: 122px;
	margin-bottom: -56px;
	text-indent: -1000em;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

h1 a {
	display: block;
	height: 122px;
	width: 100%;
}

#main-content {
	margin-left: 33px;
	background: url(../images/chromeBg.jpg) repeat-y left top;
	z-index: 1;
	padding-top: 25px;
	width: 746px;
	position: relative;
}

#home-navigation {
	background: url(../images/homenav-head.png) no-repeat left top;
	padding-top: 54px;
}

#home-navigation li {
	float: left;
	display: inline;
}

#home-navigation li a {
	display: block;
	overflow: hidden;
	height: 45px;
	text-indent: -1000em;
}

#home-navigation li#athletes a {
	width: 172px;
	background: url(../images/nav-athletes.gif) no-repeat left top;
}

#home-navigation li#parents a {
	width: 170px;
	background: url(../images/nav-parents.gif) no-repeat left top;
}

#home-navigation li#coaches a {
	width: 169px;
	background: url(../images/nav-coaches.gif) no-repeat left top;
}

#home-navigation li#administrators a {
	width: 235px;
	background: url(../images/nav-administrators.gif) no-repeat left top;
}

#related-content {
	background: #00a0ff url(../images/blueBg.jpg) no-repeat left bottom;
	height: 100%;
}

#related-content.video {
	background: #00a0ff url(../images/videoBg.png) no-repeat left bottom;
	height: 497px;
}

#side-navigation {
	float: left;
	width: 207px;
	background: url(../images/side-nav-bottom.png) no-repeat left bottom;
	padding-bottom: 27px;
	margin-bottom: 40px;
}

#flash-video {
	position: absolute;
	left: 37px;
	top: 59px;
}

.content {
	float: left;
	width: 539px;
	height: 100%;
	position: relative;
}

.content p {
	padding: 35px;
	margin: 0;
}

#related-content.video .content p {
	padding: 10px 35px !important;
}


#footer {
	clear: both;
	width: 810px;
	height: 176px;
	background: url(../images/footer.png) no-repeat left top;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}