﻿/* Main Content and Right Column IDs are located in
     the 3Column and 2Column styles sheets */


/* Left Column */
#leftColumn
{   padding: 1px;
    margin-left: 10px;
    width: 108px;
    float: left;
    /*position: absolute;
    left: 0px; background-color: #E4E4E4;*/
}


#container
{   width: 780px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

/* Holds Columns */
#columns
{   /*background-color: #fff;*/
    clear: both;
    background-image: url('/Images/template/3Columns_BG.gif');
    background-repeat: repeat-y;
    width: 780px;
    float:left;
}

/* Footer */
#footer
{   height:60px;
    background: #369 url('images/template/FooterBlueGrad.jpg') repeat-x bottom;
    clear: both;
}
    
#footer p
{   padding: 0;
    margin: 0 auto;
    font-size: 8pt;
    text-align: center;
    color: #fff;
    width: 730px;
    float:left;
}
.footerLeft
{   background: #369 url('images/template/FooterCornerLeft.jpg') no-repeat bottom;
    width: 25px;
    height:60px;
    float: left;
    }

.footerRight
{   background: #369 url('images/template/FooterCornerRight.jpg') no-repeat bottom;
    width: 25px;
    height:60px; 
    float:right;   
}

/* Menu Styles */
.MainMenuItem
{   background-color: #4d80b3; 
    padding: 4px 0 4px 5px;
    text-decoration: none;
    font-size: 90% !important;
    color: #FFFFFF !important;
    border-left: 8px solid #254C74;
    border-bottom: 1px solid #BBBB8F;
    line-height: 150%;
    width: 109px;
    
}
.MainItemHover
{   padding: 4px 0 4px 5px;
    background-color: #254C74;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 90% !important;
    border-bottom: 1px solid #BBBB8F;
    line-height: 150%;
    background-image: none;
    width: 109px;
}

.SubMenuItem
{   clear: both;
    padding: 4px 0 4px 5px;
    background-color: #baccdd;
    font-size: 90% !important;
    border-left: 8px solid #254C74;
    border-bottom: 1px solid #FFF;
    line-height: 150%;
    width: 225px;
}
.SubItemHover
{   clear: both;
    padding: 4px 0 4px 5px;
    background-color: #254C74;
    color: #FFFFFF !important;
    font-size: 90% !important;
    text-decoration: none !important;
    border-bottom: 1px solid #FFF;
    line-height: 150%;
    width: 225px;
}

.MainMenuItem a, .MainItemHover a, .SubMenuItem a, .SubItemHover a
{width: 100%; display: block; padding: 0;}


