﻿#wrapper
{
    margin: 0px auto 75px;
    width: 960px;
    padding: 0;
}

#header
{
    margin: 20px 0px 15px 0px !important;
    height: 103px;
    width: 960px;
}
.sbi-logo
{
    float: left;
    width: 230px;
}

#header .right
{
    float: right;
    width: auto;
}

#search
{
    clear: both;
    padding-top: 40px;
    text-align: right;
    margin-right: 12px;
}
#navigation
{
    width: 962px;
    height: 27px;
    background-color: #f9f9f9;
    background-image: url("../images/layout/navigation-bg.png");
    background-repeat: no-repeat;
}

#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;
}
.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;
    padding-bottom: 250px;
}
.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
{
    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;
}
.three-col .left
{
    float: left;
    width: 290px;
    padding-left: 5px;
}
.three-col .middle
{
    float: left;
    width: 290px;
    padding-left: 20px;
}
.three-col .right
{
    float: right;
    width: 290px;
    padding-left: 20px;
    padding-right: 20px;
}

.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
{
    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;
}

.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: 20px;
}

.login-link a
{
    font-size: 13px;
    font-weight: normal;
    color: #146eb6;
}
.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");
}

#LoginFlyout, #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;
}

#LoginFlyout fieldset
{
    padding: 0px;
    margin-bottom: 0px;
}

#LoginFlyout fieldset.left-label label
{
    float: none;
}

#LoginFlyout 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;
}
#LoginFlyout input[type=checkbox]:focus
{
    border: none;
}
#LoginFlyout .login-error
{
    display: block;
    margin-bottom: 10px;
    color: Red;
    font-weight: bold;
}
#LoginFlyout .field
{
    margin-bottom: 0px;
}
#LoginFlyout a
{
    color: #6AC;
}
#LoginFlyout label
{
    font-weight: normal;
}
#LoginFlyout .button
{
    vertical-align: text-top;
}
#LoginFlyout .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;
}
#LoginFlyout .button input[type=submit]:hover, #LoginFlyout .button input[type=submit]:focus
{
    background-position: 0 -5px;
    cursor: pointer;
}
#LoginFlyout 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;
}
#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 ------ */

/*---- Home Page News ------ */
ul.sf_newsList a
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}
ul.sf_newsList
{
    margin-left: 0px;
}
.sf_newsList li
{
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

ul.sf_newsList p
{
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 0px;
}

h2.sf_newsTitle
{
    margin: 5px 0 !important;
}

p.sf_newsDate
{
    color: black;
    font-size: 11px !important;
    font-weight: bold;
    padding-bottom: 3px;
}

.sf_newsList
{
    line-height: 0;
    font-size: 11px !important;
    margin-bottom: 0px !important;
}

/*---- Home Page News ------ */
/*---- Home Page Feeds ------ */
div.feed-item a
{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0px 0px;
    padding: 0px 10px 0px 0px;
}

.feed-item
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    line-height: 150%;
}
div.pub-date
{
    font-size: 11px !important;
    font-weight: bold;
    padding-bottom: 5px;
}
/*---- Home Page Feeds ------ */
/*---- 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;
}


/*---- 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;
}

.home-list li
{
    font-size: 16px;
    line-height: 40px;
    margin-left: 30px;
}
.home-list li a
{
    color: #333333;
}
.home-list li a:hover
{
    color: #b67614;
}

/***** Map background ******/
.mapborder
{
    height: 400px;
    width: 96.5%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #989898;
    background-color: #CFD4CF;
    top: 0;
    left: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/***** 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;
}

