
/* ---------------------------------------------------------------------------

 Title: Template.css
 Version: 1.0
 Date: 03/07/2007

 Author:    James Stuart Johnson

 Description: Chapter Site Specific Styles

------------------------------------------------------------------------------*/


/* Affiliate Navigational Menu Styles
------------------------------------------------------------------------------*/

#dPageContent {font-size: 105%;}

.SectionHead {
    clear: both;
    padding-bottom: 5px;
    margin: 10px 0px 5px 0px;
    background-image: url(images/MercerMadness_hr.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    }

#AffMenu{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 110%;
    line-height: 120%;
    }

/* Contol main menu color */
#AffMenu li {
      list-style: none;
      margin: 0px;
      padding: 0px;
      background-color: #AD5D01;
      border-bottom: 2px solid #853E01;
      color: white;
      }

#AffMenu li.NavHeader {
    background-color: #AD5D01;
    padding: 5px 2px 5px 5px;
    }

#AffMenu li.NavFooter {
    padding: 5px 2px 5px 5px;
    background-color: #AD5D01;
    border: none;
    }

#AffMenu li a {
    background: transparent;
    text-decoration: none;
    padding: 5px 2px 5px 5px;
    display: block;
    color: white;
    }

#AffMenu li a:hover {
    color: #0B4A0D;
    background-color: #FECF9C;
    }


/*------------------------------------------------------------------------------
 News System Styles
------------------------------------------------------------------------------*/

.NewsBlock * {
    margin: 0px;
    padding: 0px;
    }

.NewsArticle {
    width: 438px;
    float: left;
    }

#VANewsScroller .NewsBlock {
    text-align: left;
    width: 416px;
    float: left;
    display: inline;
    }

#VANewsScroller div.NewsBlock dl {
    width: 410px;
    float: left;
    display: inline;
    margin: 5px 5px 5px 5px;
    }

.NewsBlock .NewsTitle {
    margin: 0px 0px 5px 0px;
    clear: left;
    }

.NewsBlock dd {
    float: left;
    display: inline;
    margin: 0px 5px 5px 0px;
    padding: 0px;
    }

.NewsTitle {
    /*Sets the default news header color  */
    background-color: #FECF9C;
    padding: 5px;
    }

.NewsBody img{
    float: left;
    margin-right: 5px;
    padding: 0px;
    }

.NewsThumb img{
    display: block;
    }

.NewsBody {
    width: 92%;
    }

.NewsLink{
    display: block;
    font-size: 90%;
    margin-top: 3px;
    margin-left: 5px;
    border-top: 1px dashed #aaa;
    text-align: right;
    }

.NewsFullImage {display: block; float: right; margin-left: 5px;}

/*
The following control the base height and width of each news scroller Set to width of 218px for a half column.
*/

#VANewsScroller {
    text-align: left;
    overflow: auto;
    width: 436px;
    height: 500px;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 1px solid #bbb;
    border-right: none;
    }

.VANews {
    font-size: 80%;
    }

/* Center Content Styles
------------------------------------------------------------------------------*/
#dLeagueInfoBlock{
    width: 416px;
    padding: 5px 10px;
    margin: 5px 0px 5px 0px;
    background-color: transparent;
    float: left;
    }

#dStyleOfPlay {
    width: 150px;
    background-color: #17991A;
    float: left;
    padding: 10px;
    color: white;
    border: 1px solid black;
    }

#dStyleOfPlay h4, #dStyleOfPlay h3  {
    margin-top: 10px;
    color: white;
    }

#dStyleOfPlay h4  {
    margin-top: 10px;
    }

#dStyleOfPlay p {
    font-size: 90%;
    }

.AffImage {
    border: 1px solid black;
    }

#iAffImage1 {
    border: none;
    }

#iAffImage2 {
    }

#iAffImage2 {
    margin-right: 8px;
    }

#dAff1Box {
    width: 150px;
    float: right;
    margin: 15px 10px 0px 0px;
    }

#dAff1Box p{
    font-size: 90%;
    }

#dDivisionBlock {
    width: 220px;
    float: left;
    margin-left: 10px;
    }

#DivisionSubhead {
    margin-top: 5px;
    }

#DivisionList ul {
    margin: 2px 0px 2px 15px;
    padding: 0px;
    }

#DivisionList li {
    margin: 2px 0px 5px 0px;
    padding: 0px;
    font-size: 90%;
    font-style: italic;
    line-height: 105%;
    }

#DivisionList strong {
    font-style: normal;
    font-weight: bold;
    font-size: 110%;
    margin: 2px 0px 2px 0px;
    padding: 0px;
    }

#SponserHead {
    margin-top: 5px;
    color: white;
    }

.BannerBlock {margin-top: 60px;}

#OverviewBlock{
    width: 260px;
    text-align: left;
    float: left;
    }

#Overview {
    margin: 10px 0px 10px 0px;
    text-align: left;
    }

#OverviewBlock h3 {font-size: 110%;}

#RegNow span{
    font-size: 110%;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    }

.AlertBox {
    clear: both;
    padding: 5px;
    text-align: center;
    background-color: #FFFF99;
    border: 1px solid black;
    margin: 5px 0px 20px 0px;
    }

.SectionEnd {margin-bottom: 20px;}

.ClearBoth {clear: both;}


/* =Sub Navigational Styles
------------------------------------------------------------------------------*/
#tContactForm {
    width: 400px;
    }

#tContactForm h4 {
    margin: 0px 0px 10px 0px;
    }

#tContactForm img {
    margin: 10px 0px 10px 0px;
    }


#NDLFormReq1, #NDLFormReq2 {
    font-size: 90%;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }

#NDLFormReq1 {
    float: left;
    width: 200px;
    }

