 /* ---------------------------------------------------------------------------

 Title: Dodge-it_Main.css
 Version: 1.0
 Date: 01/22/2009

 Author:    James Stuart Johnson
 Email:     jjohnson@NationalDodgeball.com
 Website:   www.dodge-it.COM

 Pro Colors:
 Gold:      #ECB840;
 Md Gold:   #B37319;
 DK Gold:   #2C1004;
 Lt Gold;   #F8E6BC;

 Amateur Colors:
 Blue:  #2B75C0;
 DK Blue: #004577;
 LT Blue: #C3D5E2;



/* Common Layout Styles
------------------------------------------------------------------------------*/
body {
    background: url(images/Ball_Pattern1.jpg)
    }

.LayoutPad{
    margin: 0px;
    padding: 0px;
    }

#dMainContent, #dSiteHeader {
    width: 802px;
    background-color: transparent;
    border: 3px solid black;
    margin-bottom: 10px;
    }

#dSiteHeader {
    /* height: 150px; */
    margin-bottom: 0px;
    }

#iHeaderTopHalf {
    border: 1px solid black;
    }

#iHeaderBottomHalf {
    border: 1px solid black;
    border-top: none;
    }

#dHeaderOverlay {
    width: 800px;
    margin-top: -150px;
    }

#dMainContentPad {
    width: 800px;
    background-color: black;
    /* background: url(images/theNDL-Grad.jpg);
    background-repeat: repeat-y; */
    }

#TheHeaderImg, #dMainContentPad{
    border: 1px solid white;
    }

div.LayoutFloat {float: left;}

#dSiteLeftColumn {
    width: 150px;
    background-color: transparent;
    }

#dSiteCenterColumn {
    width: 460px;
    background-color: white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    }

#dPageContent{ }

#dPageContent, #dPageTopContent{
    margin: 5px 10px 10px 10px;
    }

#dSiteCenterPad {
    width: 458px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    border: 1px solid black;
    }

#dSiteRightColumn {
    width: 188px;
    background-color:transparent;
    text-align: center;
    }

.BannerBlock {
    width: 180px;
    margin: 10px 0px 10px 0px;
    }


/* =CommonRightContent Styles
------------------------------------------------------------------------------*/
#CommonRightContent {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    }

#RightAd1 {}
#RightAd2 {}
#RightAd3 {}


/* =Sub Navigational Styles
------------------------------------------------------------------------------*/

#SubNav {

    padding: 2px 0px 0px 0px;
    margin: 0px 10px 0px 10px;
    background-color: transparent;
    text-align: center;
    }

#SubNav li {
    margin: 0px 5px 0px 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
    }

#SubNav li a{
    color: red;
    }

/* =Pro Navigational Styles
------------------------------------------------------------------------------*/

#AmaMenu{
    margin: 0px;
    padding: 0px;
    }

#AmaMenu li {
      list-style: none;
      margin: 0px;
      padding: 0px;
      background-color: #2B75C0;
      border-bottom: 2px solid  #004577;
      color: black;
      }

#AmaMenu li.NavItemTop {
    border-Top: 2px solid  #004577;
    }


#AmaMenu li.NavHeader {
    width: 150px;
    height: 50px;
    color: white;
    border: none;
    }

#AmaMenu li.NavItem a {
    background: transparent;
    text-decoration: none;
    padding: 5px 2px 5px 5px;
    font-weight: bold;
    font-size: 85%;
    display: block;
    color: black;
    }

#AmaMenu li.NavItem a:hover {
    color: black;
    background: #C3D5E2;
    }

#AmaButton a.SiteLink:hover {
    color: #aaa;
    }

#HomeTabBkgd {
    position: relative;
    background-image: url(Images/BKGD-Top.gif);
    background-repeat: repeat-x;
    background-position: top left;
    }

#HomeTab {
    position: relative;
    margin: 0px auto;
    text-align: right;
    width: 725px;
    }

