﻿/* Styles used on the master page and throught the site */
#masterbody
{
    margin: 15px auto 5px auto;
    border-color: #8E184A;
    border-style: solid;
    width: 780px;
}

#masterlogin
{
    padding-top: 3px;
    padding-right: 10px;
    text-align: right;
}
#logincell a:link
{
    font-weight: normal;
}
#masterlogo
{
    padding-right: 10px;
    padding-top: 10px;
}
#masterlogo div.logoleft
{
    float: left;
}
#masterlogo div.logoright
{
    float: right;
}

#mastermenu
{
    clear: both;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mainmenuitem
{
    text-align: center;
    width: 85px;
}
.submenuitem
{
    text-align: left;
    width: auto;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
}
.submenu
{
    z-index: 100;
}
#masterimage
{
}

#mastermain1col
{
    margin: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
#mastermain1col h1.section, #mastermain1col h2.section
{
    color: White;
    text-indent: 30px;
    background-image: url(../Images/SectionHeader770.gif);
    width: auto;
}
#mastermain1col table
{
    border-style: none;
    border-width: 0px;
}
#mastermain1col table tr td
{
    vertical-align: top;
        text-align: left;
}

#mastermain2col
{
    padding-right: 5px;
    padding-left: 5px;
    display: table;
    border-spacing: 10px;
    height: 420px;
}
#mastermain2col table
{
    border-style: none;
    border-width: 0px;
}
#mastermain2col table tr td
{
    vertical-align: top;
        text-align: left;
}
#masterleftcol
{
    display: table-cell;
    vertical-align: top;
    width: 522px;
    background-color: #F5F5F5;
}
#masterleftcol h1.section, #masterleftcol h2.section
{
    color: White;
    text-indent: 30px;
    background-image: url(../Images/SectionHeader522.gif);
    background-repeat: no-repeat;
}
#masterrightcol
{
    display: table-cell;
    vertical-align: top;
    width: 220px;
    background-color: #F5F5F5;
}
#masterrightcol h1.section , #masterrightcol h2.section
{
    color: White;
    text-indent: 30px;
    background-image: url(../Images/SectionHeader220.gif);
    background-repeat: no-repeat;
}
#mastercopyright
{
    clear: both;
    padding: 5px;
    text-align: center;
}
#mastercopyright a
{
    color: Black;
    text-decoration: none;
    font-weight: normal;
}
