﻿body
{
    margin: 0px;
    background-color: #dfdede;
    color: #444444;
    background-image: url("../images/main_bg.gif");
    background-repeat: repeat-x;
    font-family: Tahoma, Verdana;
    font-size: 12px;
}
a
{
    color: #155582;
}
.mainWrapper
{
    width: 920px;
    margin: 0px auto 0px auto;
    padding: 26px 24px 24px 24px;
    background-color: White;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.logo
{
    border: none;
    display: block;
    margin-bottom: 14px;
    float: left;
}
.searchBox
{
    background-image: url("../images/search_bg.gif");
    float: right;
    margin-right: 28px;
    width: 315px;
    height: 47px;
    margin-top: 15px;
    position: relative;
    display: none; /*REMOVE THIS*/
}
.languageBox
{
    float: left;
    /*width: 340px;*/ /*RESTORE THIS*/
    width: 690px; /*REMOVE THIS*/
    height: 20px;
    margin-top: 15px;
    position: relative;
    text-align: right;
    padding-top: 27px;
    font-size: 10px;
    color: #999999;
    display: none; /*REMOVE THIS*/
}
.btnAdvancedSearch
{
    border: none;
    position: absolute;
    left: 20px;
    top: 29px;
}
.txtSearch
{
    font-size: 11px;
    width: 120px;
    position: absolute;
    left: 160px;
    top: 23px;
}
.btnSearch
{
    position: absolute;
    left: 290px;
    top: 25px;
}
.navBox
{
    clear: left;
    float: left;
    width: 215px;
}
.navBoxTop
{
    height: 36px;
    background-image: url("../images/box_region_bg.gif");
    margin-bottom: 1px;
    position: relative;
}
.regionLabel
{
    font-weight: bold;
    color: White;
    position: absolute;
    top: 11px;
    left: 14px;
}
.regionList
{
    position: absolute;
    top: 9px;
    left: 70px;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    width: 130px;
}
.navBoxTree
{
    background-image: url("../images/nav_bg.gif");
    background-repeat: repeat-x;
    background-color: #7ea15b;
    min-height: 300px;
    padding: 8px 8px 3px 8px;
}
.navBottom
{
    display: block;
}
.pnlLeftColumnContent
{
    margin-top: 10px;
    padding-top: 10px;
}
.headerText
{
    float: left;
    width: 400px;
    height: 181px;
    padding: 16px;
    color: White;
    background-image: url("../images/header_text_bg.gif");
}
.headerImage
{
    float: right;
}
.pnlNoPage
{
    clear: left;
    border-top: solid 1px #cccccc;
    padding: 20px 0px 5px 20px;
}
.pnlNoPage strong
{
    font-size: 32px;
}
.pnlBreadcrumbs
{
    clear: left;
    font-size: 11px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding: 4px 0px 5px 0px;
}
.pnlBreadcrumbsNoTop
{
    clear: left;
    font-size: 11px;
    border-bottom: solid 1px #cccccc;
    padding: 4px 0px 5px 0px;
}
.breadCrumbDivider
{
    font-weight: bold;
    color: #617c46;
}
.pageContent
{
    min-height: 351px;
    width: 696px;
    float: right;
}
.pageContentWithTop
{
    border-top: solid 1px #cccccc;
    min-height: 351px;
    width: 696px;
    float: right;
}
.pageContentWithTopAndPadding
{
    border-top: solid 1px #cccccc;
    min-height: 351px;
    width: 696px;
    float: right;
    padding-top: 10px;
}
.topStory
{
    padding: 2px 10px 12px 10px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
}
.topStoryWithPadding
{
    padding: 12px 10px 12px 10px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
}
.topStoryWithPaddingNoBottomBorder
{
    padding: 12px 10px 0px 10px;
}
.contentBoxFull
{
    margin-bottom: 10px;
    background-image: url("../images/box_title_1x_small_bg.gif");
    background-repeat: repeat-x;
    width: 471px;
    clear: left;
}
.contentBoxLeft
{
    margin-bottom: 10px;
    background-image: url("../images/box_title_2x_small_bg.gif");
    background-repeat: repeat-x;
    width: 231px;
    clear: left;
    float: left;
}
.contentBoxRight
{
    margin-bottom: 10px;
    background-image: url("../images/box_title_2x_small_bg.gif");
    background-repeat: repeat-x;
    width: 231px;
    float: right;
}
.contentBoxFullWide
{
    margin-bottom: 10px;
    background-image: url("../images/box_title_1x_bg.gif");
    background-repeat: repeat-x;
    width: 696px;
    clear: left;
}
.contentBoxLeftWide
{
    margin-bottom: 10px;
    background-image: url("../images/box_title_2x_bg.gif");
    background-repeat: repeat-x;
    width: 343px;
    clear: left;
    float: left;
}
.contentBoxRightWide
{
    margin-bottom: 10px;
    background-image: url("../images/box_title_2x_bg.gif");
    background-repeat: repeat-x;
    width: 343px;
    float: right;
}
.contentBoxTitle
{
    color: White;
    font-weight: bold;
    font-size: 11px;
    height: 22px;
    padding: 8px 3px 0px 7px;
}
.contentBoxContent
{
    padding: 6px 6px 0px 6px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}
.contentBoxFooter
{
    background-image: url("../images/box_footer.gif");
    height: 18px;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}
.centerContentWrapper
{
    width: 471px;
    float: left;
}
.centerContentWrapperFull
{
    width: 696px;
    float: left;
}
.centerContentWrapperWithMargin
{
    width: 471px;
    margin-top: 10px;
    float: left;
}
.centerContentWrapperFullWithMargin
{
    width: 696px;
    margin-top: 10px;
    float: left;
}
.rightColumn
{
    width: 215px;
    margin-top: 12px;
    float: right;
}
.rightColumnLightMargin
{
    width: 215px;
    margin-top: 2px;
    float: right;
}
.clear
{
    clear: both;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
.footer
{
    width: 920px;
    margin: 0px auto 8px auto;
    padding: 6px 24px 0px 24px;
    color: #999999;
    text-align: right;
    font-size: 10px;
}
