﻿body 
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
    background-color: #f0f0f0;
    font-family: Gill Sans MT, Verdana, Tahoma, Sans-Serif;
    font-size: 10pt;
}

.GreaterContainer
{
    background-color: #F3FFEC;
    border-bottom: solid 1px Black;
    text-align: center;
}

.SplashContainer
{
    height: 90%;
    min-height: 650px;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/PGlow.png');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: left;
}
.SplashLogo
{
    width: 222px;
    top: 115px;
    left: 269px;
    position: relative;
}
.SplashLogoCircle
{
    width: 222px;
    top: -222px;
    left: 26px;
    position: relative;
    float: left;
    z-index: 10;
}
.SplashCallout
{
    top: 94px;
    left: 450px;
    width: 109px;
    position: relative;
}
.Maintenance
{
    top: 150px;
    width: 100%;
    text-align: center;
    position: relative;
}
.SplashNavigation
{
    top: 175px;
    width: 100%;
    text-align: center;
    position: relative;
}

.SplashNavigation img
{
    padding: 5px 10px 5px 10px;
}

.GreaterFooter
{
    padding: 8px;
    font-size: 8pt;
    background-image: url('images/FooterShadow.png');
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 50px;
    color: #9a9a9a;
}

.SplashRollover
{
    top: 175px;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.SplashRolloverText
{
    color: #2e2e2e;
    margin-left: auto;
    margin-right: auto;
    width: 540px;
    font-size: 12px;
}