* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	background: #1c1a19 url(img/bg_rep_x.gif) repeat-x top center;
	font: .75em/1.4em Arial, Helvetica, sans-serif;
	color: #bababa;
}
img {
	border: 0;
}

/* LINKS ---------------------------------------- */

a {
	color: #fff;
}

/* TYPOGRAPHY ----------------------------------- */

p {
	margin: 0 0 1.5em;
}
h2, h3, h4, h5, h6 {
	margin: 1.2em 0 .3em;
}
h2 {
	font-size: 1.4em;
	color: #fefefe;
}
h3 {
	color: #dcdcdc;
}
.nt {
	margin-top: 0;
}
.nb {
	margin-bottom: 0;
}

/* LISTS ---------------------------------------- */

ul, ol {
	margin: .5em .5em 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul.related, ol.related {
	margin-top: -1em;
}
li {
	margin-left: 1.4em;
	padding-left: 0;
	line-height: 1.4em;
}
ul.spaced li, ol.spaced li {
	margin-bottom: 1em;
}
ul.spaced ul, ul.spaced ol, ol.spaced ul, ol.spaced ol {
	margin-top: 1em;
}

/* LAYOUT --------------------------------------- */

#page {
	width: 970px; /* 972 - 2px for borders */
	margin: 0 auto;
	background: #282626;
	border-bottom: 1px solid #080707;
	border-left: 1px solid #575655;
	border-right: 1px solid #181717;
}
#pageInner {
	margin: 0 -16px; /* to handle wide background images */
	background-position: top left;
	background-repeat: no-repeat;
}

#header {
	padding: 36px 15px 0;
	margin: 0 14px;
	position: relative;
}
#header h1 {
	float: left;
	font: bold 60px/80px Arial, sans-serif;
	color: #fefefe;
	letter-spacing: -1px;
}
#header #logo {
	float: right;
	width: 212px;
	height: 114px;
}
#message {
	position: absolute;
	top: 8px;
	left: 217px;
	padding-left: 34px;
	width: 534px;
	height: 28px;
	line-height: 28px;
	background: url(img/message.gif) no-repeat 0 0;
	color: #000;
	font-weight: bold;
}

#topNav {
	list-style: none;
	font-size: 10px;
	margin: 8px 0 0;
	height: 24px;
}
#topNav li {
	position: relative;
	float: left;
	margin: 0;
	height: 24px;
}
#topNav a {
	position: relative;
	z-index: 3;
	display: block;
	line-height: 24px;
	text-transform: uppercase;
	color: #aaa;
	text-decoration: none;
	padding: 0 7px;
	font-weight: bold;
}
#topNav div {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 100%;
	background: #000;
	z-index: 2;
}
#topNav a:hover {
	color: #fff;
}
#topNav li.active a {
	color: #fff;
}

#main {
	padding: 0 15px;
	margin: 0 15px;
	background: url(img/content_x.gif) repeat-x left bottom;
}
#content {
	float: left;
	width: 725px;
	padding: 10px 0;
}
#content a:hover {
	color: #212121;
	background: #bababa;
}
.image {
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #525051;
}
.padded {
	padding: 2px;
}

#movie {
	height: 256px;
	margin: -10px 0 10px;
}
#subNav {
	margin: 0;
	list-style: none;
	width: 725px;
	padding: 5px 0 13px;
	border-bottom: 1px solid #525051;
}
#subNav li {
	margin: 0;
	display: inline;
}
#subNav a {
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}
#subNav a:hover {
	color: #fff;
	background: none;
}
#subNav li.active a, #subNav li.active a:hover {
	color: #ff4800;
}
#pointer {
	position: absolute;
	margin: -12px 0 -4px;
	display: none;
}

#tertiaryNav {
	background: url(img/tertiary-bg.gif) repeat-x 0 0;
	line-height: 25px;
}
#tertiaryNav ul {
	margin: 0 0 18px;
	list-style: none;
	padding-top: 9px;
}
#tertiaryNav li {
	margin: 0;
	display: inline;
}
#tertiaryNav a {
	font-size: 11px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}
#tertiaryNav a:hover {
	color: #fff;
	background: none;
}
#tertiaryNav li.active a, #tertiaryNav li.active a:hover {
	color: #ff4800;
}

#right {
	float: left;
	margin: 0 0 0 15px;
	width: 200px;
}
#rightNav {
	list-style: none;
	margin: 0 0 1em 0;
	height: 256px;
	overflow: hidden;
}
#rightNav li {
	margin: 0;
}
#rightNav a {
	display: block;
	overflow: hidden;
	height: 67px;
	width: 200px;
	background: #080808 url() no-repeat 0 -122px;
}
#rightNav li.active a {
	height: 122px;
	background-position: 0 0;
}
#rightNav a.active {
	background-position: 0 0;
}
#rightNav #athletesNav a {
	background-image: url(img/rightnav/athletes.jpg);
}
#rightNav #coachesNav a {
	background-image: url(img/rightnav/coaches.jpg);
}
#rightNav #parentsNav a {
	background-image: url(img/rightnav/parents.jpg);
}

#footer {
	text-align: left;
	width: 938px;
	margin: 0 auto;
	color: #545454;
	font-size: .86em;
	line-height: 1.3em;
	padding: 7px 0 14px 0;
}
#footer a {
	color: #545454;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
