﻿#wrapper
{
    margin: 0px auto 0px;
    width: 960px;
    padding: 0;
}

#header
{
    margin: 20px 0px 0px 0px !important;
    height: 103px;
    width: 960px;
}
.sbi-logo
{
    float: left;
    width: 230px;
}

#header .right
{
    float: right;
    width: auto;
}

#search
{
    clear: both;
    padding-top: 70px;
    text-align: right;
}
#navigation table
{
    width: 100%;
}
#navigation
{
    width: 960px;
    height: 25px;    
    background-image: url('../images/Blue_Slice.jpg');
    background-repeat: repeat-x;
}

#navigation .RadSiteMap .rsmLevel > li
{
    clear: none;
    float: left;
    padding-right: 20px;
    width: 220px;
}

#navigation .RadSiteMap .rsmLevel > li > a
{
    font-size: 13px;
    font-weight: bold;
}

#navigation .RadSiteMap .rsmLink
{
    padding-left: 0px;
    margin-bottom: 0px;
}

#navigation .RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmItem, #navigation .RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmItem
{
    font-size: 12px;
}

.RadSiteMap .rsmThreeLevels .rsmLevel1 .rsmLink
{
    font-weight: normal !important;
}

#navigation .RadSiteMap a:hover
{
    color: #b67614;
    text-decoration: none;
}

.content-header
{
    width: 940px;
    height: 34px;
    border: 1px solid #bbbbbb;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
    background-image: url("../images/layout/title-bg.png");
    background-repeat: no-repeat;
}
.content-header span
{
    font-weight: bold;
    font-size: 17px;
}
.content-main
{
    width: 940px;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    padding: 15px 10px;
    margin-left: -1px;
}
.content-header .addthis_toolbox
{
    float: right;
    width: 100px;
}
.content-wrapper
{
    border: 1px solid #bbbbbb;
    border-top: 1px solid #e1e1e1;
    width: 960px;
    overflow: hidden;
    background-color: #ffffff;
    background-image: url("../images/layout/2-column-bg.png");
    background-repeat: repeat-y;
    margin-left: -1px;
}
.content-right
{
    float: right;
    width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.content-left
{
    float: left;
    width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.two-col, .three-col, .four-col, .two-col-equal
{
    padding-bottom: 30px;
    padding-top: 20px;
}

.two-col .left
{
    float: left;
    width: 290px;
    padding-left: 5px;
}
.two-col .right
{
    float: right;
    width: 600px;
    padding-left: 20px;
    padding-right: 20px;
}

.two-col-equal .left
{
    float: left;
    width: 450px;
    padding-left: 5px;
}
.two-col-equal .right
{
    float: right;
    width: 450px;
    padding-left: 30px;
    padding-right: 5px;
}

.content-right .two-col .left, .content-right .two-col .right
{
    width: 330px;
}
.three-col .left
{
    float: left;
    width: 300px;
    padding-left: 5px;
}
.three-col .middle
{
    float: left;
    width: 300px;
    padding-left: 15px;
}
.three-col .right
{
    float: right;
    width: 300px;
    padding-left: 15px;
    padding-right: 5px;
}

.four-col .outer_left
{
    float: left;
    width: 225px;
    padding-left: 5px;
}
.four-col .inner_left
{
    float: left;
    width: 225px;
    padding-left: 10px;
}
.four-col .inner_right
{   
    float: left;
    width: 225px;
    padding-left: 10px;   
}
.four-col .outer_right
{
    float: right;
    width: 225px;
    padding-left: 10px;
    padding-right: 5px;
}



.content-main .right-wrap, .content-right .right-wrap
{
    float: right;
    padding: 0 0 10px 10px;
}
.content-main .left-wrap, .content-right .left-wrap
{
    float: left;
    padding: 0 10px 10px 0;
}
.app-sidebar
{
    -background-color: #f2f2f2;
    border: solid 1px #999;
    padding: 10px;
    float: left;
    width: 198px;
}
.app-content
{
    float: right;
    width: 710px;
    padding-left: 10px;
}

#txtSiteSearch
{
    width: 160px;
    padding-right: 50px;
    font-size: 11px;
    color: #333333;
    background-color: #ffffff;
    padding: 1px 4px;
    height: 16px;
    opacity: 0.9;
}
#txtSiteSearch.watermark
{
    color: #999999;
}
#btnSiteSearch, .SiteSearch
{
    position: relative;
    background-image: url("../images/icons/search-icon.png");
    background-repeat: no-repeat;
    border: 0px;
    background-color: #ffffff;
    outline: 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    right: 20px;
    top: 0px;
}
.searchResults dt
{
    padding-top: 10px !important;
}
.searchResults dd
{
    line-height: 16px;
}
.sf_searchSubmit
{
    background-color: White;
    background-image: url('../images/layout/sbi-button-blue/blue-small.png');
    background-repeat: no-repeat;
    width: 121px;
    height: 24px;
    border: 0;
    padding-bottom: 3px;
    color: White; /*font-family: Georgia, Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    font-weight: normal;
    cursor: hand;
    cursor: pointer;
}
.searchResults dd em a
{
    color: #b67614;
}
.phone-white
{
    margin-top: 3px;
    color: #ffffff;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
}

/*---------- Login Flyout ----------- */
.login-link
{
    vertical-align: middle;
    padding-right: 3px;
}

.login-link a
{
    font-size: 12px;
    font-weight: bold;
    color: #0B1051;
}
.login-link a:hover
{
    color: #146eb6;
}

.login-link a.drop
{
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url("../images/layout/login-flyout/toggle_down_dark.png");
    padding-right: 18px;
}

.login-link a.drop:hover
{
}

.login-link a.drop.open
{
    background-image: url("../images/layout/login-flyout/toggle_up_dark.png");
}

#QuickContactFlyout, #MyAccountFlyout
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
    background-color: #f4f4f4;
    position: absolute;
    width: 210px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 10px;
    margin-left: 14px;
    margin-top: 21px;
    color: #789;
    font-size: 11px;
    border: 1px solid #C1C1C1;
}

#QuickContactFlyout fieldset
{
    padding: 0px;
    margin-bottom: 0px;
}

#QuickContactFlyout fieldset.left-label label
{
    float: none;
}

#QuickContactFlyout input[type=text], #LoginFlyout input[type=password]
{
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ACE;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
}
#QuickContactFlyout input[type=checkbox]:focus
{
    border: none;
}
#QuickContactFlyout .login-error
{
    display: block;
    margin-bottom: 10px;
    color: Red;
    font-weight: bold;
}
#QuickContactFlyout .field
{
    margin-bottom: 0px;
}
#QuickContactFlyout a
{
    color: #6AC;
}
#QuickContactFlyout label
{
    font-weight: normal;
}
#QuickContactFlyout .button
{
    vertical-align: text-top;
}
#QuickContactFlyout .button input[type=submit]
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #39d url('../images/layout/login-flyout/bg-btn-blue.png') repeat-x scroll 0 0;
    border: 1px solid #39D;
    color: #fff;
    text-shadow: 0 -1px 0 #39d;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold;
}
#QuickContactFlyout .button input[type=submit]:hover, #LoginFlyout .button input[type=submit]:focus
{
    background-position: 0 -5px;
    cursor: pointer;
}
#QuickContactFlyout p
{
    margin: 5px 0;
}

/*---------- Footer ----------- */
#footer
{
    background-color: #cccccc;
    background-image: url(../images/layout/footer-bg.png);
    background-repeat: repeat-x;
    height: 200px;
    padding-top: 12px;
}
#FooterNew div
{
    padding: 5px 15px 0 5px;
    color: White;
    font-size: 11px !important;
}
#FooterNew
{
    border: 1px solid #0B1051;
    height: 25px;
    font-family: Arial;
    font-size: 11px !important;
    background-image: url('../images/Blue_Slice.jpg');
    background-repeat: repeat-x;
    width: 960px;
    margin: 0 auto;
}
#footer-center
{
    width: 960px;
    margin: 0px auto;
}
.footer-left-first
{
    float: left;
    width: 150px;
    margin-left: 10px;
}

.footer-left-resource
{
    float: left;
    width: 200px;
    margin-left: 10px;
}
.footer-left-last
{
    float: left;
    width: 190px;
    margin-left: 10px;
}
.footer-left
{
    float: left;
    width: 150px;
    margin-left: 10px;
}
.footer-support
{
    float: left;
    width: 215px;
    margin-left: 10px;
}
#footer li
{
    color: #666666;
}
#footer strong
{
    color: #333333;
    font-weight: bold;
    font-size: 13px;
}
#footer p
{
    margin-top: 7px;
    color: #666666;
    font-size: 11px;
}
#footer a
{
    margin-top: 7px;
    color: #666666;
    font-size: 11px;
}
#footer a:hover
{
    color: #b67614;
}
/*---------- End Footer ----------- */

/*---- Ajax Loader ------ */
div.ajax_loader
{
    background: #fff url(../Images/Progress.gif) no-repeat center center;
}
/*---- End Ajax Loader ------ */

/*---- Contact Us ------ */
.Email
{
    width: 220px;
}
.Email .title
{
    color: #72AF23;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1px;
    margin: 0;
}

.Email a, .Email img
{
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
    text-decoration: none;
}

.Phone
{
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
}
/*---- Contact Us ------ */

/*---- Wispa ------ */
.FormatAddressPanel
{
    padding: 5px;
}

.FormatAddressPanel p
{
    color: Red;
    font-size: 13px;
}

.FormatAddressPanel ul
{
    list-style-type: disc;
    margin-left: 25px;
}

.FormatAddressPanel .Warning
{
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.sf_newsList li
{
    margin-bottom: 30px;
}

.sf_newsDate
{
    font-weight: bold;
}

/* News Pager */
ol.sf_pager
{
    margin: 10px 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    clear: both;
}

ol.sf_pager li
{
    margin: 0;
    padding: 0 10px 0 0;
    width: auto;
    float: left;
}
ol.sf_pager li a
{
    padding: 3px 5px;
}
ol.sf_pager li a[disabled=disabled], ol.sf_pager li a.sf_PagerSelItem
{
    color: #666;
    text-decoration: none;
    cursor: default;
}

/*---- Showcase ------ */
.showcase
{
    padding: 15px 15px 15px 15px;
}
.showcase li, .showcase .head
{
    padding-right: 10px;
    padding-bottom: 15px;
    float: left;
    width: 250px;
    list-style: none;
    margin-left: 0px;
}
.showcase li.head
{
    width: 100%;
    float: none;
    clear: left;
}
.showcase .maintitle
{
    background-image: url('../../Images/ShowcaseHeader.png');
    background-repeat: repeat-x;
    font-size: 20px;
    color: #ffffff;
    padding: 4px 5px;
    background-color: Black; /*filter: alpha(opacity=60) !important;     -moz-opacity: 0.6 !important;     opacity: 0.6 !important;*/
}

.showcase hr
{
    color: #6A6A6A;
}
.showcase .title
{
    width: 240px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    background-color: Black;
    text-align: right;
    padding: 4px 5px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.showcase .title *
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.showcase li.back
{
    width: 100%;
    float: none;
    text-align: right;
    margin-top: 1px;
    margin-bottom: 5px;
    clear: left;
}

/***** Map background ******/
.mapborder
{
    height: 400px;
    width: 96.5%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #989898;
    background-color: #c0c7c0; /*#474947;*/
    top: 0;
    left: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/*** Home News list **/
.small ul.sf_newsList
{
    margin-left: 0px;
    line-height: 0;
    font-size: 11px !important;
    margin-bottom: 0px !important;
}
.small ul.sf_newsList li
{
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}
.small ul.sf_newsList p
{
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 0px;
}
.small ul.sf_newsList a
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}
.small h2.sf_newsTitle
{
    margin: 5px 0 !important;
}
.sf_newsList li
{
    list-style: none;
}
.sf_newsList h2 a
{
    /*color:#B67614;*/
    font-size: 13px;
}
.small p.sf_newsDate
{
    color: black;
    font-size: 11px !important;
    font-weight: bold;
    padding-bottom: 3px;
}

/***** Forums ******/

table.sf_forumsThreadsList, table.sf_forumsList
{
    width: 98% !important;
}
table.sf_forumsThreadsList td, table.sf_forumsList td
{
    border: 1px solid #D4E0EE;
    color: #555;
}

table.sf_forumsThreadsList caption, table.sf_forumsList caption
{
    font-size: 150%;
    font-weight: bold;
    margin: 5px;
}

table.sf_forumsThreadsList td, th, table.sf_forumsList td, th
{
    padding: 4px !important;
}

table.sf_forumsThreadsList th, table.sf_forumsList th
{
    text-align: center !important;
    background: #0C6DB4 !important;
    color: #eee !important;
    font-size: 13px !important;
}

table.sf_forumsThreadsList tbody th, table.sf_forumsList tbody th
{
    font-weight: bold;
}

table.sf_forumsThreadsList tbody tr, table.sf_forumsList tbody tr
{
    background: #FCFDFE !important;
}

table.sf_forumsThreadsList tbody tr.odd
{
    background: #F7F9FC !important;
}

table.sf_forumsThreadsList tbody tr:hover
{
    background: #E6EDF5 !important;
    color: White !important;
}

table.sf_forumsThreadsList a:link
{
    color: #5887AA !important;
    text-decoration: none;
}

table.sf_forumsThreadsList a:visited
{
    color: #466C88 !important;
    text-decoration: none;
}
table.sf_forumsThreadsList .sf_forumThreadTitle a
{
    font-size: 12px !important;
}

table.sf_forumsThreadsList a:hover
{
    color: #466C88 !important;
    text-decoration: underline !important;
}

table.sf_forumsThreadsList tfoot th, tfoot td
{
    font-size: 85%;
}

.sf_threadTitle
{
    margin: 10px 0 20px 0 !important;
    color: #B67614;
    font-size: 16px;
    font-weight: bold;
}
.rollover
{
    margin: 0 !important;
    list-style: none !important;
}
.rollover li
{
    line-height: 5px !important;
}

/* Homepage Styles */
div#nav ul li a
{
    background: url('../images/nav.png') no-repeat;
}


​.LeftNav_Menu li
{
    margin-left: 10px;
}
​ .sibling-nav li
{
}

.sibling-nav li a
{
    float: left;
    display: inline;
    border-right: 2px solid #ddd;
    margin: 1px 0 1px 0;
    padding: 0 5px 0 5px;
    font-size: 13px;
    font-weight: bold;
}

.sibling-nav li.last a
{
    border-right: none;
}

.AdBottom
{
    border: 5px solid #517199;
    padding: 5px;
    font: Arial, Verdana;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
​ .jMenu
{
    white-space: nowrap;
    float: left;
    position: relative;
    font: normal 12px/19px Helvetica, Arial, sans-serif;
    color: #667;
    text-decoration: none;
    cursor: pointer !important;
    width: 100% !important;
}
.jMenu ul
{
    display: block;
    float: none;
    width: 100% !important;
    position: relative;
    margin: 0;
    left: 0;
    border: 1px solid #CCC;
    background-color: #EFF0F1;
    font-size: 100%;
    vertical-align: baseline;
}

.jMenu li:first-child
{
    border-top: 0px !important;
}
.jMenu li
{
    width: 85%;
    padding: 0;
    clear: both;
    float: left;
    list-style: none;
    margin-left: 15px;
    border-top: 1px solid #CCC;
}
.jMenu li.last
{
    border-bottom: none !important;
}
.jMenu a
{
    font-size: 12px;
    color: #333;
    float: none;
    display: block;
    border-right: 0;
    padding: 0 15px 1px 0;
}
.selected
{
    font-weight: bold;
    font-size: 12px !important;
}

.formContainer input
{
    float: left;
}

table.inputRadio
{
    width: 100% !important;
}
