/*######################################################
########################################################
####                   GENERAL                      ####
####                                                ##*/
body{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #646565;
    background-color: white;
    font: 12px 'lucida sans';
    font-family: 'lucida sans', arial, sans-serif;
}


body.Size1{
    font-size: 12px;
}


body.Size2{
    font-size: 14px;
}


body.Size3{
    font-size: 16px;
}


img{
    border: none;
    outline: none;
}


a{
    text-decoration: none;
    color: #007c85;
}


div#PageContainerWrapper{
    width: 955px;
    margin: 0px auto 0px auto;
    overflow: hidden;
}


div#PageContainer{
    width: 955px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    float: left;
}


div.Label{
    width: 200px;
    float: left;
    color: rgb(49, 49, 49);
}


.Clear{
    clear: both;
}


.FalseLink{
    cursor: pointer;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                   TOP NAVIGATION               ####
####                                                ##*/
div#PageTop{
    height: 232px;
    background-image: url(/images/page-top.gif);
    background-repeat: no-repeat;
}


div#GoHome{
    float: left;
    width: 295px;
    height: 140px;
}


div#GoHome a{
    display: block;
    width: 295px;
    height: 140px;
}


div#GoHome a span{
    display: none;
}


div#Toolbar{
    width: 550px;
    height: 20px;
    float: right;
    color: #5e8588;
    margin-top: 34px;
    margin-right: 38px;
    text-align: right;
    font-weight: bold;
}


div#Toolbar a{
    color: #646565;
}


div#Toolbar span.Separator{
    padding: 0px 10px 0px 5px;
    background-image: url(/images/separator.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


div#LogoutButton{
    font-weight: bold;
}


span#SelectorSize1, span#SelectorSize2, span#SelectorSize3{
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
    margin: 0px 0px 0px -5px;
    line-height: 16px;
    color: #646565;
    text-align: center;
}


span#SelectorSize1{
    font-size: 12px;
    margin-left: 22px;
}


span#SelectorSize2{
    font-size: 14px;
}


span#SelectorSize3{
    font-size: 16px;
}


span.FontSizeActive{
    background-image: url(/images/font-size-active.gif);
    background-repeat: no-repeat;
}


div#MainMenu{
    margin: 4px 0px;
    float: left;
    width: 955px;
    height: 116px;
}


ul#MainMenuList{
    width: 950px;
    margin-left: 17px;
    padding: 0px 0px 0px 0px;
}


ul#MainMenuList, ul#MainMenuList li{
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
    float: left;
    font-size: 18px;
    height: 70px;
    line-height: 15px;
}


ul#MainMenuList li.MenuActiveLeft, ul#MainMenuList li.MenuInactiveLeft, ul#MainMenuList li.MenuActiveRight, ul#MainMenuList li.MenuInactiveRight{
    width: 6px;
}


ul#MainMenuList li.MenuActiveLeft{
    background-image: url(/images/tab-active-left.gif);
    background-repeat: no-repeat;
}


ul#MainMenuList li.MenuActiveMiddle{
    background-image: url(/images/tab-active-middle.gif);
    background-repeat: repeat-x;
}


ul#MainMenuList li.MenuActiveRight{
    background-image: url(/images/tab-active-right.gif);
    background-repeat: no-repeat;
}


ul#MainMenuList li.Separator{
    background-image: url(/images/separator-main-menu.gif);
    background-position: 50% 0%;
    background-repeat: no-repeat;
}


ul#MainMenuList li{
    margin: 0px 0px 0px 0px;
    text-align: left;
    position: relative;
}


ul#MainMenuList li a{
    color: #646565;
    margin: 13px 0px 0px 0px;
    padding: 0px 30px 0px 30px;
    text-align: left;
    display: block;
}


ul#MainMenuList li.MenuActiveMiddle a{
    color: #a3a60f;
}


ul#MainMenuList li a span.AltMenuText{
    color: #218d94;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
    display: inline-block;
}


ul#MainMenuList li img{
    position: absolute;
    top: 16px;
    left: 12px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                   BREADCRUMBS                  ####
####                                                ##*/
div#Breadcrumbs{
    float: right;
    width: 686px;
    text-align: right;
    color: #92b3b6;
    margin-right: 33px;
}


div#Breadcrumbs a{
    /*color: #92b3b6;*/
    color: rgb(94, 133, 136);
}


div#Breadcrumbs a.Active{
    /*color: #a9ac1f;*/
    color: rgb(163, 166, 15);
}


div#Breadcrumbs span{
    padding: 0px 5px 0px 5px;
}
/*##                                                ####
########################################################
######################################################*/


/*######################################################
########################################################
####                   SIDE NAVIGATION              ####
####                                                ##*/
div#SideMenu{
    background-image: url(/images/menu-side-background.gif);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    width: 208px;
    float: left;
}


div#SideMenu a{
    /*color: #8aaeb1;*/
    color: rgb(94, 133, 136);
}


ul#SideMenuList{
    margin-left: 26px;
    padding: 0px;
}

ul#SideMenuList li{
    margin: 0px;
    padding: 10px 0px 10px 15px;
    list-style-type: none;
    list-style-image: none;
}


ul#SideMenuList li.Depth0 a{
    font-size: 110%;
}


ul#SideMenuList li.Depth1{
    padding-bottom: 5px;
    padding-top: 5px;
}


ul#SideMenuList li.Depth1 a{
    /*color: #a7a887;*/
    color: rgb(94, 133, 136);
    margin-left: 25px;
}


ul#SideMenuList li.ActiveMarker{
    background-image: url(/images/menu-down-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
}


ul#SideMenuList li.ActiveMarker a{
    /*color: #5e8588;*/
    color: rgb(70, 100, 102);
}


ul#SideMenuList li.Active a{
    color: #a3a60f;
}


ul#SideMenuList li.Separator{
    background-image: url(/images/menu-separator.gif);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    height: 1px;
    padding: 0px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                   MAIN CONTENT AREA            ####
####                                                ##*/
div#MiddleContainer{
    width: 955px;
    float: left;
    clear: left;
    border-bottom: 1px solid #bbb2a6;
}


div#MainContent{
    float: right;
    width: 686px;
    margin-right: 32px;
}


img#Lifestyle{
    margin-right: 15px;
    margin-bottom: 10px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    COMMON PAGE THEME           ####
####                                                ##*/
h1{
    /*font-size: 130%;*/
    font-size: 18px;
    font-weight: bold;
    color: #8d8364;
    margin-bottom: 15px;
    text-transform: uppercase;
}


h2{
    font-size: 110%;
    color: #8d8364;
    margin-bottom: 15px;
}


h3{
    font-style: italic;
    color: #998b7a;
}


div#FormErrors{
    width: 100%;
    color: white;
    background-color: #ffb4b4;
    background-image: url(/images/icon-exclamation.gif);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    display: none;
    padding: 5px 0px 5px 25px;
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #FFAFAF;
}


div#FormErrors ul, div#FormErrors ul li{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    list-style-image: none;
}


div.ForceLine{
    width: 100%;
    float: left;
    clear: left;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    FOOTER                      ####
####                                                ##*/
div#PageBottom{
    width: 955px;
    margin: 0px auto 0px auto;
    height: 4px;
    background-image: url(/images/page-bottom.gif);
    background-repeat: no-repeat;
    float: left;
    clear: left;
}


div#Footer{
    width: 955px;
    margin: 0px auto 0px auto;
}


div#Footer div.Left, div#Footer div.Right{
    margin-top: 15px;
}


div#Footer div.Left{
    float: left;
    width: 360px;
    font-size: 90%;
    line-height: 160%;
}


div#Footer div.Left span.HighlightText{
    color: #007c85;
    font-weight: bold;
}


div#Footer div.Left a{
    color: #72706d;
}


div#Footer div.Left div#EO{
    width: 71px;
    float: left;
    text-align: center;
}


div#Footer div.Right{
    float: right;
    width: 540px;
    text-align: right;
    margin-right: 47px;
}


div#Footer div.Right a{
    color: #646565;
}


div#Footer span.Separator{
    padding: 0px 10px 0px 10px;
    background-image: url(/images/separator-footer.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    SITEMAP                     ####
####                                                ##*/
ul#SitemapContainer{
    width: 250px;
    list-style-type: none;
    list-style-image: none;
    margin: 0px auto 0px auto;
    position: relative;
    top: -42px;
}


ul#SitemapContainer li{
    border: 1px solid rgb(200, 200, 200);
    list-style-type: none;
    list-style-image: none                     !important;
}


li.SitemapDepth0{
    padding-left: 0px;
}


li.SitemapDepth1{
    padding-left: 20px;
}


li.SitemapDepth2{
    padding-left: 40px;
}


li.SitemapDepth3{
    padding-left: 60px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    ROUNDED CORNERS             ####
####                                                ##*/
div.Rounded100, div.Rounded50{
    width: 1px;
    height: 1px;
    background: white;
    position: absolute;
    font-size: 1px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}


div.Rounded100{
    opacity: 1;
}


div.Rounded50{
    opacity: 0.5
}
/*##                                                ####
########################################################
######################################################*/
