﻿
/*  Master Style Sheet */
body
{
    margin: 0px;
    padding: 0px;
    z-index: 0;
}
body, td, p
{
    font-family: Verdana, Arial, Helvetica, san-serif;
}
form, div
{
    margin: 0px;
    padding: 0px;
}

h1
{
    font-size: 13pt;
    color: #000000;
    margin-top: 4px;
    margin-bottom: 4px;
}
h2
{
    font-size: 12pt;
    color: #000000;
    margin-top: 4px;
    margin-bottom: 4px;
}
h3
{
    font-size: 11pt;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 2px;
}
h4
{
    font-size: 10pt;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 2px;
}
h5
{
    font-size: 9pt;
    color: #000000;
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}
h6
{
    font-size: 8pt;
    color: #000000;
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
}


/*  Banner */
.MainBanner
{
    background-color: #003366;
    width: 100%;
    height: 78px;
    z-index: 0;
}

.BannerMainLogo
{
    position: absolute;
    top: 0px;
    left: 11px;
    color: White;
    font-size: 26pt;
    font-family: 'Arial Rounded MT Bold' , 'Arial';
    text-decoration: none;
}
.BannerTaglinePosition
{
    position: absolute;
    top: 38px;
    left: 13px;
    display: block;
    color: white;
    font-size: 10pt;
   font-family: 'Arial Rounded MT Bold' , 'Arial';
    font-weight: 600;
}

.BannerOrgSelectorPosition
{
    position: absolute;
    top: 4px;
    left: 286px;
    width: 220px;
    height: 64px;
}
.BannerAdPosition
{
    position: absolute;
    top: 8px;
    left: 520px;
    width: 468px;
    overflow: hidden;
}

.BannerDatePosition
{
    position: absolute;
    top: 65px;
    left: 152px;
    display: block;
    color: white;
    font-size: 6pt;
    font-weight: 600;
}

.divMasterLeftColumn
{
    width: 150px;
    float: left;
    padding: 0px;
    margin: 0px;
    padding-top: 20px;
    background-color: #003366;
    vertical-align: top;
}

.MasterItemSeperator1
{
    color: White;
    width: 100px;
}

.masterLeftColGoogleBlock
{
    margin: 14px 2px 10px 12px;
}

#divMasterUserIdenArea
{
    position: absolute;
    left: 10px;
    top: 66px;
    color: yellow;
    font-size: 6.5pt;
    z-index: 1000;
}
#divHyperLinkLogin
{
    display: block;
    position: absolute;
    left: 10px;
    top: 80px;
    color: white;
    font-size: 7.5pt;
    font-weight: bold;
    z-index: 1000;
}


/* Note two columns below are swapped programmically */
.masterContentColumn_Full
{
    background-color: #ffffff;
    position: absolute;
    top: 78px;
    left: 150px;
}
.masterContentColumn_Ads
{
    background-color: #ffffff;
    position: absolute;
    top: 78px;
    left: 150px;
    margin-right: 140px;
}
.masterRightColumn120
{
    width: 140px;
    float: right;
    position: relative;
    top: 0px;
    margin-right: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #003366;
}
.tabContentBackground
{
    background-color: #fffff0;
    border-left: solid;
    border-right: solid;
    border-bottom: solid;
    border-color: black;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
}

#divSideMenu
{
    margin-left: 27px;
}
#divMemberLogos
{
    width: 140px;
    text-align: center;
    margin: 10px 0px 20px 7px;
    text-align: center;
}
#GalleryImageArea
{
    text-align: center;
    width: 120px;
    text-align: center;
    margin: 10px 0px 20px 14px;
}
.GalleryImageLabel
{
    display: block;
    text-align: center;
    color: White;
    font-size: small;
}
.masterSightMapPath
{
    display: block;
    text-align: right;
    margin-right: 10px;
}
#divAdColumnControl
{
    margin: 4px;
    background-color: #003366;
    text-align: center;
}
.AdColumnAdArea
{
    margin: 6px;
    padding-top: 6px;
    text-align: center;
}
