html {
	background: #b4b4b4 url(background.jpg) top center no-repeat;
}

body {
	background: transparent none;
}

#accountNav { right: 69px; }
#accountNav li a, #accountNav .secondary a { background: #e3e2e3 none; color: #666; font: 700 small-caps 11px/1 Arial, Helvetica, sans-serif; margin-left: 3px; padding: 15px 5px 5px; text-transform: lowercase; }
#accountNav li.home a { padding-top: 1px; }
#accountNav li a:hover, #accountNav .secondary a:hover { background-color: #e3e2e3; color: #999; }
#accountNav li a span.left { padding-top: 7px; }
#accountNav .currentSite { display: block; }
#accountNav .currentSite a { display: none; }
#accountNav .currentSite a#edit_membership { height: auto; }

.socialLinks {
	display: block;
	position: absolute;
	top: 7px;
	width: 17px; height: 23px;
	text-indent: -9999px;
	z-index: 25;
}

#siteHeader {
	background: #58100a url(background.jpg) top center no-repeat;
	padding-top: 174px;
}
#siteHeader #adminNav { bottom: 25px; }

#siteHeader .adminToggle {
	top: 1px;
}

#topNav {
	height: 24px;
	top: 145px;
	background: transparent none;
	overflow: visible;
	text-transform: uppercase;
}

#topNav table {
	width: 980px;
}

#topNav tr td a {
	border-right: 1px solid #cccccc;
	padding: 1px 15px;
	color: #000000;
	font: bold 11px/20px sans-serif;
	text-transform: uppercase;
}

#topNav tr td a:hover {
	color: #58100a;
}

#topNav tr td.selected a {
	color: #58100a;
}

#topNav tr td.selected ul li a {
	color: #ffffff;
}

#topNav tr td.firstNavElement a {
	border-left: none;
}

#topNav tr td.lastNavElement a {
	border-right: none;
}

#topNav td ul li a {
	width: 107px;
	color: #ffffff;
}

#topNav td ul {
	box-shadow: none;
}

#topNav td ul li:hover > a, #topNav td ul li.hover > a {
	color: #ffffff;
	background: #2f2f2f; /* Old browsers */
	background: -moz-linear-gradient(top, #2f2f2f 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f2f2f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2f2f2f 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2f2f2f 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2f2f2f 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #2f2f2f 0%,#000000 100%); /* W3C */
}

#homePage #siteContainer2.one_panel #displayBodyHeader {
	display: none;
}

#displayBodyHeader {
	background: url(displayBodyHeader.jpg);
	color: #58100a;
	text-transform: uppercase;
	font-size: 17px;
}

.subNav h4, .relatedSections h4 {
	color: #000000;
}

.textBlockElement h3, .aggregatorElement h3, .tableElement h3 {
	color: #1e3a80;
}

.subNav ul li a, .relatedSections ul li a {
	color: #1e3a80;
}

.subNav ul li a:hover, .relatedSections ul li a:hover {
	color: #8a9cff;
}

/* Site Footer */
#siteFooter {
	background: #58100a none;
	border-top: 1px solid #000000;
}

#siteFooter ul {
	background: transparent none;
	border: none;
    margin: 0 auto;
    width: 565px;
}

#siteFooter ul li {display:inline;}

/* Top Nav Links */
#navlist{position:absolute; top:86px; left:696px;}
#navlist li{margin:0;padding:0;list-style:none;position:absolute;}
#navlist li, #navlist a{height:35px;display:block;}

#mslacrosse{left:0px;width:42px;}
#mssoftball{left:48px;width:47px;margin-left:6px;}
#mrhockey{left:117px;width:40px;margin-left:22px;}
#mrlacrosse{left:167px;width:40px;margin-left:10px;}
#mrbaseball{left:217px;width:40px;margin-left:10px;}


/* ADMIN NAV */

#adminNav { position: fixed; top: 100px; right: 0; z-index: 1000; }
#adminNav a { background: transparent url(i/editUser.png) 0 0 no-repeat; display: block; width: 65px; height: 70px}
.edit_mode #adminNav a { background-position: 0 -70px; }
#adminNav a img { display: none; }
.adminToggle { position: fixed; top: 0; right: 0; z-index: 1000; }
