﻿body
{
    background: #565e49;
    background-image: url( "/images/Background.jpg" );
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

img
{
    border-style: none;
}

#DivContainer
{
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    width: 977px;
    height: auto;
    background-color:#e4e4e4;
}

#DivHeader
{
    background: #2a4e71;
    
    background-image: url( "/Images/HeaderBackground.jpg" );
    background-repeat: repeat-x;
    padding: 0px 0px 0px 0px;
    width: 977px;
    height: 142px;
}
 
#DivHeader #DivHeaderLogo
{
    float: left;
    height: 138px;
    width: 200px;
}

#DivHeader #DivHeaderRight
{
    float: right;
    height: 138px;
    width: 750px;
}

#DivHeader #DivHeaderRight #DivSectionTitle
{
    height: 111px;
    width: 750px;
    text-align:right;
}

.TopMenu
{
    background-image: url( "/images/TopMenuBackground.jpg");
}

#DivContent
{
    clear:both; 
    padding: 0px 0px 0px 0px;
    width: 977px;
    /* START: MIN-HEIGHT HACK */
    min-height:450px;
    height:auto !important;
    height:450px;
    /* END: MIN-HEIGHT HACK */ 
    background: #e4e4e4;
}

#DivContentPhoto
{
    padding: 10px 0px 0px 20px;
    width: 720px;
    height: 300px;
}

#DivBreadCrumb
{
    color: #2b7896;
    text-align:left;
    font-size:10px;
}

#DivBreadCrumb a, #DivBreadCrumb a:visited
{
    text-decoration:underline;
    color: #2b7896;
}

#DivBreadCrumb a:hover,  #DivBreadCrumb a:active
{
    text-decoration:underline;
    color: #000000;
}


#DivLeftNav
{
    float: left;
    padding: 0px 0px 0px 0px;
    width: 215px;
    /* START: MIN-HEIGHT HACK */
    min-height:450px;
    height:auto !important;
    height:450px;
    /* END: MIN-HEIGHT HACK */ 
    background-color:#e4e4e4;

}

#DivLeftNav #DivSectionTitle
{
    background: #ebebeb;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b7896;
    padding: 20px 5px 2px 12px;
    border-bottom: 1px solid #ffffff;
    background-image: url( "/images/LeftNavTitleBackground.gif" );
}

#DivLeftNav #DivSectionTitle a, #DivLeftNav #DivSectionTitle a:visited
{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b7896;
    text-decoration:none;
}

#DivLeftNav #DivSectionTitle a:hover,  #DivLeftNav #DivSectionTitle a:active
{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b7896;
    text-decoration:none;
}

#DivLeftNav .MenuItem
{
    color:#ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url( "/images/MenuItemBackground.png" );
    background-repeat:no-repeat;
    width: 215px;
    min-height: 26px;
    height: auto;
    background-color: #5386b4;
    border-bottom: solid 2px #e4e4e4;
    
}

#DivLeftNav .MenuItemActive
{
    color:#ffffff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url( "/images/MenuItemBackground.png" );
    background-repeat:no-repeat;
    width: 215px;
    min-height: 26px;
    height: auto;
    background-color: #23526a;
    border-bottom: solid 2px #e4e4e4;
    
}



#DivLeftNav .MenuItem a
{
    
    color: #ffffff;
    text-decoration:none;
    padding: 6px 5px 6px 25px;
    display:block;
}

#DivLeftNav .MenuItemActive a, #DivLeftNav .MenuItemActive a:active
{
    color:#ffffff;
    text-decoration:none;
    padding: 6px 5px 6px 25px;
    display:block;
}

#DivLeftNav .MenuItem a:hover, #DivLeftNav .MenuItemActive a:hover
{
    color:#fcd14f;
    text-decoration:none;
    padding: 6px 5px 6px 25px;
    display:block;
}



#DivMainContent
{
    float: Right;
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    width: 760px;
    /* START: MIN-HEIGHT HACK */
    min-height:450px;
    height:auto !important;
    height:450px;
    /* END: MIN-HEIGHT HACK */
    border-left: 2px solid #ffffff;
}

#DivMainContent #DivMainContentText
{
    background-color: #ffffff;
    padding: 0px 15px 30px 20px;
    width: 715px;
    /* START: MIN-HEIGHT HACK */
    min-height:200px;
    height:auto !important;
    height:200px;
    /* END: MIN-HEIGHT HACK */ 
}

#DivFooter
{ 
    background: #214567;
    background-image: url( "/images/FooterBackground.jpg" );
    padding: 0px 0px 0px 0px;
    width: 977px;
    height: 75px;
    border-top: 2px solid #2b7896;
    color: #ffffff;
    text-align: center;
    clear:both;
    visibility:visible;
}

#DivFooter #DivFooterMenu
{
    padding: 20px 10px 2px 10px;
    line-height:18px;
}

#DivFooter #DivFooterMenu a, #DivFooter #DivFooterMenu a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#DivFooter #DivFooterMenu a:active, #DivFooter #DivFooterMenu a:hover
{
    color:#2b7896;
    text-decoration:none;
}





#DivHomePageIntro
{
    background-color: #214567;
    width: 977px;
    height: 503px;
    background-image: url( "/images/HomePageIntroBackground.jpg" );
    text-align: center;
}





#DivHomePageIntro #DivHomePageContent
{
    padding-top:75px;
    width: 302px;
    height: 302px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#DivHomePageIntro #DivHomePageMenu
{
    width: 620px;
    height: 96px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#DivHomePageIntro #DivHomePageMenu #DivHomePageBtnLeft
{
    width: 250px;
    height: 96px;
    float: left;
}

#DivHomePageIntro #DivHomePageMenu #DivHomePageBtnRight
{
    width: 370px;
    height: 96px;
    float: right;
}





#DivHomePagePhotos
{
    background-color: #ffffff;
    width: 977px;
    height: 247px;
}

#DivHomePageFooter
{
    background-color: #214567;
    width: 977px;
    height: 49px;
    background-image: url( "/images/HomePageFooterBackground.jpg" );
    color: #ffffff;
    text-align: center;
}

#DivHomePageFooter #DivFooterMenu
{
    padding: 10px 10px 2px 10px;   
}

#DivHomePageFooter #DivFooterMenu a, #DivHomePageFooter #DivFooterMenu a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#DivHomePageFooter #DivFooterMenu a:active, #DivHomePageFooter #DivFooterMenu a:hover
{
    color:#2b7896;
    text-decoration:none;
}