/* THE MAIN GOODS */

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

a {
    color: #086ebe;
}

a:hover {
    color: #0a85e5;
}

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

#accountNav {
    background: #086EBE;
}
/* ADMIN NAVIGATION */

#adminNav {
    bottom: 0;
    top: 77px;
}

.adminToggle {
    top: 77px !important;
    right: 155px;
    width: 76px;
    height: 38px;
}

.goToAdmin {
    background-image: url(adminToggle.png);
}
/* TOP NAVIGATION */

#topNav {
    background: #202020 url(topNavBkgnd.jpg) top left repeat-x;
    overflow: visible;
}

#topNav tr td:first-child a {
    line-height: 25px;
}

#topNav tr td a {
    padding: 10px 22px 12px 23px;
    font: bold 12px/14px sans-serif;
    height: 22px;
}

.logged_in #topNav tr td > a {
    padding: 0px 22px 12px 23px;
}

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

#topNav td ul li a {
    background: #086EBE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#086EBE), to(#065694));
    background-image: -moz-linear-gradient(top, #086EBE, #065694);
    border-top: 1px solid #086EBE;
    border-bottom: 1px solid #054577;
    padding: 8px 15px 6px 10px;
}

#topNav td ul li:hover > a,
#topNav td ul li.hover > a {
    background: #0a85e5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0a85e5), to(#086EBE));
    background-image: -moz-linear-gradient(top, #0a85e5, #086EBE);
    border-top: 1px solid #0a85e5;
    border-bottom: 1px solid #065694;
}

#topNav ul ul {
    border-left: 1px solid #054577;
}
/* SITE CONTAINER */

#home .yieldPageContent {
    margin-top: 435px;
}

#displayBodyHeader {
    display: none !important;
}
/* HERO CONTENT */

#siteContainer2.one_panel #panelTwo .heroContent {
    position: absolute;
    top: 165px;
    left: 0;
    width: 980px;
    height: 400px;
    margin: 0;
    padding: 0;
    z-index: 150;
    background: #000;
}

#siteContainer2.one_panel #panelTwo .heroContent .pageElement {
    margin: 0;
    padding: 0;
}

.edit_mode #siteContainer2.one_panel #panelTwo .heroContent {
    position: static;
    width: auto;
    height: auto;
    background: #000;
}
/* IMAGE ROTATOR */

div.rotator {
    position: relative;
    height: 318px;
}

div.rotator ul li {
    float: left;
    position: absolute;
    list-style: none;
}

div.rotator ul li.show {
    z-index: 500;
}
/* SUB BUTTONS */

#home .eliteLink,
#home .teamsLink,
#home .tourneyLink {
    text-indent: -9999px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 565px;
    display: block;
    height: 70px;
    width: 341px;
    z-index: 125;
    background: transparent url(locationLinks.jpg) 0 0 no-repeat;
}

#home .eliteLink:hover {
    background-position: 0 -70px;
}

#home .teamsLink {
    left: 340px;
    background-position: -340px 0;
}

#home .teamsLink:hover {
    background-position: -340px -70px;
}

#home .tourneyLink {
    left: 639px;
    background-position: -639px 0;
}

#home .tourneyLink:hover {
    background-position: -639px -70px;
}
/* CALLOUTS */

.pageEl.callout h4 {
    font-family: "lexia", serif;
    font-style: italic;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 26px;
}

.user_mode #siteContainer2.one_panel #panelTwo .layoutContainer.threeColumn333333.calloutContainer {
    padding: 0;
    margin: 0;
    width: 981px;
    position: relative;
    top: -51px;
}

.user_mode #siteContainer2.one_panel #panelTwo .layoutContainer.calloutContainer .pageElement {
    margin: 0;
    border-right: 1px solid #5D5B5B;
}

.user_mode #siteContainer2.one_panel #panelTwo .layoutContainer.calloutContainer .column3 .pageElement {
    border-right: none;
}