﻿div#homeBanner {
    width: 924px;
    height: 324px;
    background-image: url("/images/home/group_shot.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
}
div#homeTeams {
    width: 924px;
    height: 88px;
    background-image: url("/images/home/team_bar.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
}
a#teamsLink {
    display: block;
    position: relative;
    margin: 10px auto; /*margin-left:5px;*/
    padding-left: 5px;
    width: 110px;
    font-size: 18px;
    color: #fff;
    margin-top: 10px; /*background-color:Red;*/
}
a#teamsLink:hover {
    color: #000;
}
div#teamsLeft, div#teamsRight {
    margin-top: -10px;
    width: 390px;
}
div#teamsLeft {
    float: left;
    margin-left: 5px;
}
div#teamsRight {
    float: right;
}
span.teamGenre {
    color: #003f72;
    font-size: 14px;
    float: left;
}
a.teamLinkLeft, a.teamLinkRight {
    display: block;
    text-indent: -1000px;
    overflow: hidden;
    background-repeat: no-repeat;
}
a.teamLinkLeft {
    float: left;
    margin-left: 25px;
}
a.teamLinkRight {
    float: right;
    margin-left: 0px;
}

a.placeholderLink {
    text-indent: 0;
    display: block;
    width: 55px;
    height: 55px;
    margin-left: 23px;
    background-image: none;
}
a.placeholderLink:hover {
    /* background:url("/images/common/team_link_placeholder.jpg") no-repeat left; */
}
/* Teams Links Styles */
a#bigButlerLink {
    width: 42px;
    height: 45px;
    background: url("/images/common/butlerLogo.jpg");
    margin-top: 3px;
}

a#bigKentwoodLink {
    width: 35px;
    height: 42px;
    background: url("/images/common/kentwoodLogo.jpg");
    margin-top: 5px;
}

a#bigWinterparkLink {
    width: 42px;
    height: 46px;
    background: url("/images/common/winterparkLogo.png");
    margin-top: 5px;
}
a#bigYatesLink {
    width: 55px;
    height: 44px;
    background: url("/images/common/yatesLogo.png");
    margin-top: 5px;
}
a#bigHillsboroLink {
    width: 55px;
    height: 37px;
    background: url("/images/common/hillsboroLogo.jpg");
    margin-top: 5px;
}
a#bigHooverLink {
    width: 56px;
    height: 26px;
    background: url("/images/common/hooverLogo.png");
    margin-top: 10px;
}
a#bigMltLink {
    width: 38px;
    height: 38px;
    background: url("/images/common/mltLogo.jpg");
    margin-top: 5px;
}
a#bigStocktonLink {
    width: 48px;
    height: 42px;
    background: url("/images/common/stocktonLogo.png");
    margin-top: 5px;
    margin-right: 5px;
}

/* Tournment Info Styles */
div#tournamentInfo {
    margin-top: 123px;
    margin-left: 60px;
    width: 383px;
    line-height: 16px;
}

p#tournamentInfoSmallTitle {
    /*text-indent:-999px;*/
    font-size: 18px;
    color: #ebebeb;
    width: 370px;
    margin-top: -5px;
    margin-left: -2px;
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat; /*background-image:url("/images/home/the_best.png");*/
}

p#tournamentInfoBigTitle {
    /*text-indent:-999px;*/
    display: block;
    font-size: 47px;
    line-height: 47px;
    width: 389px;
    height: 44px;
    color: #ebebeb;
    position: absolute;
    overflow: hidden; /*background-image:url("/images/home/battle_as_one.png");*/
    background-repeat: no-repeat;
    padding-top: 20px;
    margin-left: -5px; /*padding-right:20px;*/
    background-position: bottom; /*background-color:Red;*/ /*background-position:right;*/
}

p#tournamentInfoBody {
    font-size: 14px;
    line-height: 14px;
    width: 350px;
    color: #e6d3dc;
    padding-top: 70px;
    margin-left: -5px;
}

a#tournamentInfoLink {
    /* text-indent:-999px; */
    display: block;
    float: left;
    margin-top: 15px;
    height: 17px;
    width: 163px;
    height: 21px;
    background: url("/images/home/pinkPointer.png") no-repeat right; /* background:url("/images/home/get_your_seat_button.png") no-repeat right; */ /*padding-right:20px;*/
    margin-left: -5px;
    color: #fff;
    font-size: 15px;
}

/* Bottom Features Styles */
div#featuresWrapper {
    width: 974px;
    margin: 0px auto;
    margin-top: 10px;
    height: 133px;
}

div#featuresWrapper .feature {
    background-image: url("/images/common/featureBg.png");
    background-repeat: no-repeat;
    width: 288px; /*308*/
    height: 105px; /*133*/
    overflow: hidden;
    float: left;
    padding: 18px 10px 10px 10px;
}

div#featuresWrapper .feature3 {
    float: left;
    margin-left: 15px;
}

div#featuresWrapper .feature2 {
    margin-left: 15px;
}
#featureLink1 {
}

#featureLink2 {
    margin-top: 36px !important; /*padding-top:100px !important;*/
}

#featureLink3 {
    margin-top: 10px !important;
}

div#featuresWrapper .feature .featureTitle {
    color: #00467f;
    font-size: 20px;
}

div#featuresWrapper .feature .featureBody {
    color: #6a6a6a;
    font-size: 11px;
    font-family: Arial;
    margin-top: 10px;
    width: 220px;
}

div#featuresWrapper .feature a.featureLink {
    display: block;
    height: 15px;
    float: right;
    clear: both;
    margin-top: 2px;
    color: #008da8;
    font-size: 11px;
    font-weight: bold;
    background: url("/images/common/greenPointer.png") no-repeat right;
    padding: 2px 20px 0 0;
    width: 200px;
    text-align: right;
}

div#featuresWrapper .feature a.featureLink:hover {
    color: #E40072;
}
