/*######################################################
########################################################
####                   GENERAL                      ####
####                                                ##*/
body{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: black;
    background-color: #becbd5;
    background-image: url(/images/backgroundGradient.gif);
    background-repeat: repeat-x;
    font: 11px Verdana;
    font-family: verdana, arial, helvetica, sans-serif;
}


table{
    font: 11px Verdana;
    font-family: verdana, arial, helvetica, sans-serif;
}


img{
    border: none;
    outline: none;
}


a{
    text-decoration: none;
    color: #00549f;
    outline: none;
}


div#DocumentWrapper{
    width: 100%;
    float: left;
    text-align: center;
}


div#PageContainerWrapper{
    /*width: 933px;*/
    width: 950px;
    text-align: center;
    margin: 0px auto;
    overflow-x: hidden;
    text-align: left;
}


div#PageContainer{
    /*width: 933px;*/
    width: 950px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    float: left;
}


div.Label{
    width: 200px;
    float: left;
    color: #505050;
}


.Clear{
    clear: both;
}


.FalseLink{
    cursor: pointer;
}


hr{
    color: #FFFFFF;
    border: 1px solid white;
    height: 0px;
}


h1{
    margin: 0px 0px 15px 0px;
    font-size: 16px;
}


h2, p.introTxt{
    margin: 0px 0px 14px 0px;
    color: #6AADE4;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}


h3{
    font-size: 12px;
    color: #6aade4;
    font-size: 14px;
}


p.introTxt{
    font-weight: bold;
    margin-top: 11px;
}
/*##                                                ####
########################################################
######################################################*/




/*######################################################
########################################################
####                   PREVIEW MODE                 ####
####                                                ##*/
body.MODE_preview{
    background-image: url(/images/preview-background.gif);
    background-repeat: repeat;
}


div.MODE_preview{
    background-image: url(/images/preview-mode.gif);
    background-position: 50% 0%;
    background-repeat: no-repeat;
}


div#DISABLE_MODE_preview{
    /*width: 933px;*/
    width: 950px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: right;
    padding: 0px;
    margin: 0px;
}


div#DISABLE_MODE_preview a{
    color: red;
}
/*##                                                ####
########################################################
######################################################*/




/*######################################################
########################################################
####                   TOP NAVIGATION               ####
####                                                ##*/
div#PageTop{
    width: 100%;
    float: left;
    padding-bottom: 6px;
    position: relative;
}


div#PageTop div.Right{
    width: 570px;
    float: right;
    text-align: right;
    padding-top: 30px;
}


div#PageTop div.Left{
    width: 200px;
    float: left;
    padding-top: 26px;
}


div#PageTop div.Left a{
    margin-left: 19px;
}


div#Toolbar{
    text-align: right;
    margin-right: 39px;
}


div#Toolbar a{
    margin: 0px 6px;
}


div#MainMenu{
    text-align: right;
    margin-right: 20px;
    padding-top: 30px;
}


div#MainMenu form{
    width: 100%;
    text-align: right;
}


input#SearchText{
    font-family: 'MS Shell Dlg', verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
    width: 100px;
    height: 15px;
    margin: 0px 13px 0px 0px;
    padding: 2px 0px 0px 0px;
    border: 1px solid #CCCCCC;
}


input#SearchButton{
    color: white;
    background-color: #00549f;
    border: none;
    font-weight: bold;
}


div.TopLinkContainer{
    width: 85px;
    float: left;
    position: relative;
    background: transparent;
    margin-left: 22px;
}


div.TopLinkContainerSpacer{
    margin-left: 18px;
}


div#TopLinkContainer_markets{
    width: 75px;
}


div#TopLink_Home{
    /*width: 45px;*/
    width: 55px;
}


div.TopLink{
    width: 100%;
    padding: 0px;
    height: 19px;
    text-align: left;
}


div.TopLink span{
    height: 19px;
    background-color: #00549f;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 19px;
    display: inline-block;
}


div.TopLink img{
    vertical-align: top;
}


div.TopLink a{
    color: #e5edf5;
    font-weight: bold;
    line-height: 19px;
}


div.TopLinkContainer span.Active{
    background-color: #747678;
}


div.TopDropDown{
    position: absolute;
    display: none;
    text-align: left;
    left: -1px;
    top: 24px;
    background: transparent;
    z-index: 1000000;
}


img.DownArrow{
    vertical-align: bottom;
}


div#TopDropDown_markets{
    width: 200px;
}


div#TopDropDown_offerings{
    width: 180px;
}


div#TopDropDown_about-us{
    width: 200px;
}


div.TopDropDownWide{
    width: 220px;
}


div.TopDropDown div.Container{
    background-color: #747678;
    border: 1px solid white;
    padding: 10px 10px;
}


div.TopDropDown div a{
    color: #FFFFFF;
    line-height: 20px;
    font-weight: bold;
    padding-left: 10px;
}


div.TopDropDown div a:hover{
    color: #00FFFF;
    text-decoration: underline;
}


div#MainTitleContainer{
    width: 691px;
    height: 191px;
    background: no-repeat;
    font: 26px 'whitney book';
    color: white;
    font-weight: normal;
}


div#MainTitleOverlay{
    width: 691px;
    height: 191px;
    position: relative;
}


div#MainTitleMargins{
    color: white;
    position: relative;
    top: 15px;
    left: 17px;
}


span.sIFR-alternate{
    display: none;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                   BREADCRUMBS                  ####
####                                                ##*/
div#Breadcrumbs{
    margin-bottom: 12px;
}
/*##                                                ####
########################################################
######################################################*/


/*######################################################
########################################################
####                   SIDE NAVIGATION              ####
####                                                ##*/
div#SideMenu, div.SideMenu{
    width: 203px;
}


ul#SideMenuList, ul.SideMenuList{
    margin: 10px 0px;
    padding: 0px;
}


ul#SideMenuList li, ul.SideMenuList li{
    list-style-image: none;
    list-style-type: none;
    padding: 5px 10px;
}


ul#SideMenuList li a:hover, ul.SideMenuList li a:hover{
    color: #eeaf00;
    text-decoration: underline;
}


div#SideMenu li div, div.SideMenu li div{
    padding-left: 15px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}


div#SideMenu li div a, div.SideMenu li div a{
    display: block;
}


ul#SideMenuList li div.HasChildren{
    background-image: url(/images/lists/tree_main_plus.gif);
}


ul#SideMenuList li div.DisplayChildren{
    background-image: url(/images/lists/tree_main_plus_active.gif);
}


ul#SideMenuList li.Depth0{
    padding-left: 10px;
    font-weight: bold;
}


ul#SideMenuList li.Depth1{
    padding-left: 20px;
}


ul#SideMenuList li.Depth2{
    padding-left: 30px;
}


ul#SideMenuList li.Depth3{
    padding-left: 40px;
}


div#SideMenuContactInfo{
    width: 203px;
    padding: 10px 0px 0px 10px;
    line-height: 16px;
    color: #333333;
}


div#SideMenuContactInfo span{
    font-weight: bold;
}

div#SideMenuCareerInfo, div.SideMenuCareerInfo{
    padding-right: 5px;
}

div#SideMenuCareerInfo h2, div.SideMenuCareerInfo h2{
    padding-left: 17px;
}


div#SideMenuCareerInfo ul, div.SideMenuCareerInfo ul{
    padding-left: 15px;
}


div#SideMenuCareerInfo ul li, div.SideMenuCareerInfo ul li{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
}

div#SideMenuCareerInfo p, div.SideMenuCareerInfo p{
    padding-lefT: 17px;
}

div.SideMenuCareerInfo a{
	font-weight: bold;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                   MAIN CONTENT AREA            ####
####                                                ##*/
div#MainContent{
    width: 100%;
    border-top: 4px solid #ae8aba;
    float: left;
    clear: left;
    padding-bottom: 20px;
}


div#MainContentMargins{
    margin: 17px 18px 17px 23px;
}


div#MainContentMargins div.Right{
    width: 690px;
    float: right;
    /*color: black;*/
    line-height: 16px;
}


/*div#MainContentMargins div.Right a:visited{
    color: #5c7f92;
}*/


div#MainContentMargins div.Right ul{
    margin-left: 0px;
    padding-left: 15px;
}


div#MainContentMargins div.Right ul li{
    margin-left: 0px;
}


div#MainContentMargins div.Left{
    /*width: 182px;*/
    width: 204px;
    background-color: #EDF3F7;
    float: left;
    clear: left;
    margin-bottom: 20px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    COMMON PAGE THEME           ####
####                                                ##*/
table{
    margin-top: 20px;
    text-align: left;
}


table tr td{
    padding-left: 2px;
    padding-right: 2px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    FORMS                       ####
####                                                ##*/
div.FormRow{
    margin-bottom: 10px;
}


label{
    font-weight: bold;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    RELATED LINKS               ####
####                                                ##*/
div#RelatedLinks, dl#tertiaryNav{
    /*width: 180px;*/
    width: 200px;
    float: right;
    margin-left: 15px;
    background-color: #F0F0F0;
    color: #333333;
}


dl#tertiaryNav{
    padding-top: 10px;
    padding-bottom: 10px;
}


div#RelatedLinks h2, dl#tertiaryNav dt{
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
    margin-left: 10px;
}


div#RelatedLinks h2{
    margin-left: 0px;
}


div#RelatedLinksMargins, dl#tertiaryNav dd{
    margin: 10px;
}


div.RelatedLink{
    margin-bottom: 10px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    FOOTER                      ####
####                                                ##*/
div#Footer{
    width: 100%;
    float: left;
    border-top: 2px solid #9c71a2;
    background-color: #FFFFFF;
    padding-top: 28px;
    padding-bottom: 80px;
}


div#Footer div{
    margin: 0px 22px;
}


div#Footer div a{
    margin-lefT: 4px;
    margin-right: 4px;
}


div#Footer span{
    margin-right: 14px;
}
/*##                                                ####
########################################################
######################################################*/



/*######################################################
########################################################
####                    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;
}
/*##                                                ####
########################################################
######################################################*/