﻿ /*
    SITEWIDE CSS
    NAVIGATION
    SUBPAGE TEMPLATE CSS
    FOOTER
*/

                        /*SITEWIDE CSS*/
body 
{
    background-color:#474748;
    margin:0px;
    padding:0px;
    text-align:center;
}
a{text-decoration:none;}
a:hover{color:#732d36;}
a img{border:none;}

table
{
    border-collapse:collapse;
}
hr
{
    border-top:dotted 1px #732d36;
    border-bottom:none;
    border-left:none;
    border-right:none;
    background-color:transparent;
    color:#732d36;
    margin:5px 0px;
}

#MainContainer
{
    position:relative;
    margin:0px auto;
    width:1100px;
    overflow:hidden;
}
#MainHeader
{
    width:100%;
    margin:0px auto;
    height:128px;   
    background-color:#ebe5d6;
    border-bottom:solid 4px #772c38;  
}
#MainHeader h1
{
    position:absolute;
    top:-9999px;
    left:-99999px;
}
#MainHeaderContainer
{
    margin:0px auto;
    width:1100px;
    height:128px;
    text-align:left;
    background-image:url('images/MainHeaderBG.png');
}
#MainHeaderLogoContainer
{
    float:left;    
    margin:10px 0px 0px 100px;
    width:615px;
    height:102px;
    background-image:url('images/MainHeaderLogo.png');
}
#MainHeaderTextContainer
{
    float:right;
    color:#732d36;
    font-family:Arial;
    font-size:12px;
    line-height:18px;
    text-align:left;
    margin:50px 80px 0px 0px;
}
#ContainerLeftFade
{
    margin:0px;
    width:100%;
    float:left;
    background-image:url('images/LeftBorderFade.png');
    background-position:left top;
    background-repeat:repeat-y;
}
#ContainerRightFade
{
    margin:0px;
    float:right;
    width:1020px;
    background-image:url('images/RightBorderFade.png');
    background-position:right top;
    background-repeat:repeat-y;
}
#MainContentContainer
{
    float:left;
    position:relative;
    width:940px !important;
    text-align:left;
    font-size:12px;
    font-family:Verdana; 
    border-top:solid 2px black;
    border-bottom:solid 2px black;    
    border-left:solid 7px #121212;
    border-right:solid 7px #121212;  
}
.PageContentContainer
{
    width:100%;
    background-color:#f9f8f5;
   
    overflow:hidden;
}
  
                                /*FONTS*/

.Arial
{
    font-family:Arial;
}
.font10
{
    font-size:10px;
}
.font10bold
{
    font-weight:bold;
    font-size:10px;
}
.font12
{
    font-size:12px;
}
.font12bold
{
    font-weight:bold;
    font-size:12px;
}
.font14
{
    font-size:14px;
}
.font14bold
{
    font-weight:bold;
    font-size:14px;
}
.font16
{
    font-size:16px;
}
.font16bold
{
    font-weight:bold;
    font-size:16px;
}
.font18
{
    font-size:18px;
}
.fontRed
{
    color:#732d36;
}
.fontRedbold
{
    color:#732d36;
    font-weight:bold;
}
.fontWhitebold
{
    color:White;
    font-weight:bold;
}
.clearFloats
{
    clear:both;
}  
.floatLeft
{
    float:left;
}
     /*SITEWIDE CSS*/
                        

                        
                        /*NAVIGATION*/
#NavContainer
{
    width:100%;
    height:38px;
    background-color:#242628;
    background-image:url('images/NavBGFade.png');
    background-repeat:repeat-x;
}
#NavContainer a
{
    color:#f4f5f5;    
    font-weight:bold;    
}
#NavContainer a:hover
{
     color:#762e36;    
}
#NavContainer ul
{
    margin:0px;
    padding:0px;
}
#NavContainer li
{
    margin:0px;
    padding:0px 15px;
    list-style-type:none;
    margin:0px;
    float:left;
    height:38px;
    line-height:38px;   
}
#NavContainer li.FirstLink
{
     border-right:solid 1px #1a1b1d;
}
#NavContainer li.LastLink
{
     border-left:solid 1px #323335;
}
#NavContainer li.InnerLinks
{
     border-left:solid 1px #323335;
     border-right:solid 1px #1a1b1d;
}
#SecondaryNavContainer
{
    height:33px;
    width:100%;
    background-color:#d6caad;
    background-image:url('images/NavBGFade.png');
    background-repeat:repeat-x;   
}
#SecondaryNavContainer a
{
    color:#242628;
    font-family:Verdana;
    font-weight:bold;
    font-size:12px;
}
#SecondaryNavContainer a:hover
{
    color:White;
}
#SecondaryNavContainer ul
{
    margin:0px 10px;
    padding:0px;
}
#SecondaryNavContainer li
{
    float:left;
    list-style-type:none;
    margin:0px 5px;
    line-height:33px;
}

                        /*END NAVIGATION*/
                        
                        /*FOOTER*/
#MainFooter
{
    margin:0px auto;
    float:left;
    width:942px;
    height:97px;
    color:#b9b9b9;
    text-align:left;
    background-color:#090909;
    font-family:Verdana;
    font-size:12px;   
    border-left:solid 6px #121212;
    border-right:solid 6px #121212;
    border-bottom:solid 6px #121212;
}
#MainFooter a
{
    font-weight:bold;
    color:#b9b9b9;
}
#MainFooterLeft
{
    margin:28px 0px 0px 35px;
    float:left;
    width:330px;
    line-height:16px;
}
#MainFooterRight
{
    
    margin:37px 14px 0px 0px;
    float:right;
    text-align:right;   
}
#MainFooterRight ul
{
    margin:0px;
    padding:0px;
}
#MainFooterRight li
{
    list-style-type:none;
    margin:0px 4px;
    float:left;
    height:22px;
    line-height:22px;
    padding:0px 10px;
    background-color:#2c2c2c;
}
a.footerLink
{
    border:solid 1px black;
    height:19px;
    padding:3px 10px;
    text-align:center;
    line-height:19px;    
    color:white;
    background-color:#111111;
    font-weight:bold;
}

a.footerLink:hover
{
    color:White;
    font-weight:bold;
    background-color:#732d36;
}
                        /*END FOOTER*/