@charset "utf-8";
/*Common Library*/
/********** common margins ************/
.margin_none {margin: 0px;}.margin_five {margin: 5px;}.margin_ten {margin: 10px;}.margin_twenty {margin: 0px;}.margin_top_none{margin-top:0;}.margin_top_five{margin-top:5px;}.margin_top_ten{margin-top:10px;}.margin_top_twenty{margin-top:20px;}.margin_right_none{margin-right:0;}.margin_right_five{margin-right:5px;}.margin_right_ten{margin-right:10px;}.margin_right_twenty{margin-right:20px;}.margin_left_none{margin-left:0;}.margin_left_five{margin-left:5px;}.margin_left_ten{margin-left:10px;}.margin_left_twenty{margin-left:20px;}.margin_bottom_none{margin-bottom:0;}.margin_bottom_five{margin-bottom:5px;}.margin_bottom_ten{margin-bottom:10px;}.margin_bottom_twenty{margin-bottom:20px;}
/*********** common padding **************/
.padding_none {padding: 0px;}.padding_five {padding: 5px;}.padding_ten {padding: 10px;}.padding_twenty {padding: 20px;}.padding_top_none{padding-top:0;}.padding_top_five{padding-top:5px;}.padding_top_ten{padding-top:10px;}.padding_top_twenty{padding-top:20px;}.padding_right_none{padding-right:0;}.padding_right_five{padding-right:5px;}.padding_right_ten{padding-right:10px;}.padding_right_twenty{padding-right:20px;}.padding_left_none{padding-left:0;}.padding_left_five{padding-left:5px;}.padding_left_ten{padding-left:10px;}.padding_left_twenty{padding-left:20px;}.padding_bottom_none{padding-bottom:0;}.padding_bottom_five{padding-bottom:5px;}.padding_bottom_ten{padding-bottom:10px;}.padding_bottom_twenty{padding-bottom:20px;}
/************* common text ***************/
.txt_center{text-align:center;}.txt_right{text-align:right;}.txt_left{text-align:left;}.txt_justify{text-align:justify;}.txt_tiny{font-size: .6em;}.txt_smaller{font-size: .7em;}.txt_small{font-size: .8em;}.txt_large{font-size: 1.2em;}.txt_larger{font-size: 1.4em;}.txt_largest{font_size: 1.6em;}.txt_itallic{font-style:italic;}.txt_oblique{font-style: oblique;}.txt_light{font-weight:lighter;}.txt_bold{font-weight:bold;}.txt_uppercase{text-transform: uppercase;	}.txt_uppercase{text-transform: lowercase;	}.txt_small_caps{font-variant: small-caps;}.txt_dec_none{text-decoration:none;}.txt_dec_underline{text-decoration:underline;}.txt_dec_line-through{text-decoration:line-through;}
/************** general attributes **************/
.clear_left{clear:left;}.clear_right{clear:right;}.clear{clear:both;}.float_left{float:left;}.float_right{float:right;}.block{display:block;}.inline{display:inline;}.no_display{display:none;}
/************ List attributes ************/
.bullet_circle{list-style-type: circle;}.bullet_square{list-style-type:square;}.bullet_none{list-style-type:none;}
/************* Border Attributes *************/
.solid{border: solid;}.double{border: double;}.dotted{border:dotted;}.dashed{border:dashed;}.ridged{border:ridge;}.outset{border:outset;}.inset{border:inset;}.one_px_border{border:1px;}.two_px_border{border:2px;}.three_px_border{border:1px;}
/********** Position attributes ************/
.absolute{position:absolute;}.fixed{position:fixed;}.relative{position:relative;}.over_auto{overflow:auto;}.over_hidden{overflow:hidden;}
/********** global attributes ************/
a img {border: 0;}
.alert
{
    background: #fff6bf url(common_files/images/alert.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.info
{
    background: #eee url(common_files/images/info.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
}
.pdf_link a{
     padding-left:20px;
     background:url(common_files/images/pdf.gif) center left;
     background-repeat:no-repeat;   
}
.opacity0{opacity: 0;}.opacity1{opacity: 0.1;}.opacity2{opacity: 0.2;}.opacity3{opacity: 0.3;}.opacity4{opacity: 0.4;}.opacity5{opacity: 0.5;}.opacity6{opacity: 0.6;}.opacity7{opacity: 0.7;}.opacity8{opacity: 0.8;}.opacity9{opacity: 0.9;}
/* The following are required when using the opacity attribute for Internet Explorer to work as well */
[if IE] .opacity0 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); zoom:1; }
[if IE] .opacity1 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10); zoom:1; }
[if IE] .opacity2 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); zoom:1; }
[if IE] .opacity3 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); zoom:1; }
[if IE] .opacity4 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); zoom:1; }
[if IE] .opacity5 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); zoom:1; }
[if IE] .opacity6 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); zoom:1; }
[if IE] .opacity7 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); zoom:1; }
[if IE] .opacity8 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); zoom:1; }
[if IE] .opacity9 {filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); zoom:1; }
/************************************
end of Common Library
*************************************/
/**** FDIC ****/
.fdic-wrap{width: 550px; margin: 10px auto;}
.fdic-header {width:550px; height:60px; background: url(/common_files/images/fdic/top-bar.gif) top center no-repeat;}
.fdic-header h1.fdicheader {font-size: 24px; font-family: Arial; color: #fff; margin: 0 0 0 5px; padding:15px 0 10px 25px; border: none; background: url(/common_files/images/fdic/fdic-arrow.gif) left .7em no-repeat;}
.fdic-outter-wrap {width: 500px; margin: 10px auto;}	
.fdic-inner-wrap {width: 500px; margin: 0 auto; background: url(/common_files/images/fdic/wrap-mid.gif) center repeat-y;}
.fdic-inner-head {width: 500px; height: 20px; margin: 0; background: url(/common_files/images/fdic/wrap-header.gif) center top no-repeat;}
.fdic-inner-bottom {width: 500px; height: 28px; margin: 0; background: url(/common_files/images/fdic/wrap-footer.gif) center bottom no-repeat;}
.fdic-inner-wrap p {padding: 0 8px 10px 8px; font-size: 12px; font-family: Arial; font-style:  normal; width: auto; margin: 0; color: #000;}
.fdic-inner-wrap p a {color: #153dab; text-decoration:underline;}
.fdic-inner-wrap p a:visited{color: #153dab;}
ul.fdic-list {font-size: 12px; font-family: Arial; list-style-type:circle; color: #000; font-style:  normal;}
ul.fdic-list li, ul.online-list li{text-align: left;}
ul.fdic-list li ul li, ul.online-list li ul li{list-style-type:disc;}
ul.fdic-list li ul li ul li, ul.online-list li ul li ul li{list-style-type:square;}
.fdic-table-wrap {width: 100%; margin: 0 0 0 0; font-size: 12px; font-family: Arial; font-style:  normal; color: #000;}
.fdic-center-content p.fdic-small {font-size: 10px;}
table.fdic-table {border: 1px solid #000; border-collapse: collapse; font-size: 12px; width: 100%;}
table.fdic-table tr{border: 1px solid #000;}
table.fdic-table tr td {width: 33%; border: 1px solid #000; color: #000;}
table.fdic-table tr td.blue {text-align: center; background: #000; color: #fff;}
table.fdic-table tr td.long {border-bottom: 1px solid #000; background: #ccc;}
table.fdic-table tr td.long2 {border: none; background: #ffbd16;}
#fdic-liquid-round {width:100%; max-width: 600px; margin:0px auto; background:#f9f9f9 url(/common_files/images/fdic/left-side.gif) repeat-y left top;}
.fdic-top {width:100%; height:20px; background:url(/common_files/images/fdic/top-left.gif) no-repeat left top;}
.fdic-top span {display:block; position:relative; height:20px; background:url(/common_files/images/fdic/top-right.gif) no-repeat right top;}
.fdic-center-content {position:relative; background:url(/common_files/images/fdic/right-side.gif) repeat-y right top; padding:1px 20px 1px 25px; margin:-1px 0 -18px 0;}
.fdic-center-content p {padding: 0 8px 10px 8px; font-size: 12px; font-family: Arial; font-style:  normal; width: auto; color: #000; margin: 0;}
.fdic-center-content p a {color: #153dab; text-decoration:underline;}
.fdic-center-content p a:visited {color: #153dab; text-decoration:underline;}
.fdic-center-content img {border:none;}
.fdic-bottom {height:28px; background:url(/common_files/images/fdic/bottom-left.gif) no-repeat left bottom;}
.fdic-bottom span {display:block; position:relative; height:28px; background:url(/common_files/images/fdic/bottom-right.gif) no-repeat right top;}
.fdic-clear {clear: both;}
.fdic-top-header {width:100%; max-width: 600px; font-style:  normal; height:59px; margin:0px auto; background:url(/common_files/images/fdic/header-left.gif) no-repeat left top;}
.fdic-top-header span {display:block; position:relative; height:59px; background:url(/common_files/images/fdic/header-right.gif) no-repeat right top;}
.fdic-top-header h1.fdicheader {font-size: 24px; font-family: Arial; line-height: 28px; font-style: normal; color: #fff; float: left; margin: 0 0 0 5px; padding:15px 0 0px 25px; border: none; background: url(/common_files/images/fdic/fdic-arrow.gif) left .7em no-repeat;}
.float-right-pad {float: right; padding-right: 50px;}
/* Proceed Business Loan */
#proceed_content {padding:0; margin:0;}
#proceed_content h1 {color:#275475; font-size:23px;}
#proceed_content h1 sup {font-size:12px; top:-8px;}
#proceed_content h3 {font-size:15px; color:#275475;}
#proceed_content h3 sup {font-size:10px; top:-4px;}
#proceed_content p {font-size:13px;}
#proceed_conent ul {margin:0px; padding:0px;}
#proceed_content ul li {list-style-position:outside; list-style-type:circle; font-size:13px; font-style:italic;}
#proceed_content .break {padding:0px; margin:0 0 10px 0; border-bottom:1px solid #999999; display:block; height:1px;}
#proceed_content small {color:#999999; font-size:11px;}
/***** Search *****/
.search p {font-size: 12px; padding: 0 0 2px 0; margin: 0;}
.search p strong {background: #ffc; font-weight: normal;}
.search p a {font-size: 14px; color: #0000ff; text-decoration: underline;}
.search p.sgreen {font-size: 10px; color: #008000;}
.search-box {width: 215px; margin: 20px auto 10px auto; font-size: 12px;}
.search-float {float: left; padding: 0 5px 0;}
.listing {font-size: 12px; background: url(/common_files/images/search/grey-bar.gif) repeat-x top center; height: 24px; width: 100%; border-top: 1px solid #000; margin: 10px 0;}
.listing p {float: right; padding: 3px 5px 0; margin: 0;}
.next-pre {width: 150px; margin: 0 auto;}
.next-pre a {color: #000; font-size: 12px;}
.siteboxWrap {float: right;}
.siteboxWrap .siteBox {margin: 0px 7px 0; width: 201px;}
.siteboxWrap .siteBox input.siteBox-text, .siteboxWrap .siteBox input.siteBox-onblur {margin: 0px 7px 0; width: 100px;}
.siteBox {margin: 10px auto 10px auto; width: 230px; height: 20px;}
.siteBox input, submit{display: inline;}
.siteBox input.siteBox-text, .siteBox input.siteBox-onblur {border: 1px solid #000; color: #333333; font-family: arial; font-size: 10px; padding: 2px 2px 1px 2px; vertical-align: middle; width: 160px;}
.siteBox input.siteBox-onblur { color: #999; font-style: italic;}
.siteBox input.siteBox-button {background: url(/common_files/images/LiveLogo.gif); width: 61px; height: 15px; border: medium none; cursor: pointer; line-height: 500%; margin: 1px 0 1px 2px; vertical-align: middle;}
.pn-btn-next {background: url(/common_files/images/next.gif) no-repeat right; cursor: pointer; width: 50px; height: 20px; padding: 2px 25px 2px 2px;}
.pn-btn-prev {background: url(/common_files/images/prev.gif) no-repeat left; cursor: pointer; width: 50px; height: 20px; padding: 2px 2px 2px 25px;}
.spelling {color: #ff0000; font-size: 11px; font-style: italic;}
.search-float-left {float: left;}
.search-float-right {float: right;}
/**** FAQ ****/
table.faq-table {border: 1px solid #000; border-collapse: collapse; margin: 5px;}
table.faq-table tr {border: 1px solid #000;}
table.faq-table tr td {border: 1px solid #000;}
table.faq-table tr td.grey {text-align: center; background: #a4a4a4; color: #fff; font-weight:bold; width: 200px;}
.label-faq {color:#1b37b2; font-weight:bold; font-style: italic;}
p.faq-p {margin: 0; padding: 0 0 12px;}
ol.faq-ol {margin: 0; padding: 0 0 0 40px;}
li.faqlink a {color:Blue;}
.msg_list {margin: 0px; padding: 0px; width: 100%;}
.msg_head {padding: 5px 10px; cursor: pointer; position: relative; color:#000066; font-weight:bold; margin:1px; background:#CCCCCC;}
.msg_head a:hover {background:#FFF;}
.msg_body {padding: 5px 10px 15px;}
/*** Triple Option CD ***/
div#tripleOptionCD {color:#59595B; margin-top:10px;}
div#tripleOptionCD p.big {font-weight:bold; font-size:18px;}
div#tripleOptionCD span.name {font-size:14px; color:#6D6E70;}
div#tripleOptionCD span.yellow {font-weight:bold; color:#F0B310;}
div#tripleOptionCD p, div#tripleOptionCD ul {font-size:13px;}
div#tripleOptionCD ul {padding:0 0 0 20px; margin:0 0 20px 0; list-style-type:circle;}
div#tripleOptionCD ul li{margin-bottom:15px;}
div#tripleOptionCD li strong {margin:0 0 5px 0; clear:both; display:block;}
div#tripleOptionCD p.small {font-size:10px; color:#999; padding:0 0 5px 5px; margin-left:5px; position:relative;}
div#tripleOptionCD p.small sup {position:absolute; left:-5px; top:0px;}
/***** Secure Settings *****/
#secure-login {width: 200px; clear: both; border: 1px solid #000; background: #fff; padding: 10px; margin: 10px auto 10px auto;}
#secure-login .AspNet-Login-RememberMePanel {height: 16px;}
#secure-login .AspNet-Login-RememberMePanel input {float: left; padding: 0 5px 0 0;}
#secure-login .AspNet-Login-RememberMePanel label {font-size: 10px; padding: 2px 0 0 3px; line-height: 16px;}
#secure-login .AspNet-Login-SubmitPanel {margin: 10px 0; clear: both;}
#secure-login .AspNet-Login-TitlePanel {border: 1px solid #000; margin: 0 0 10px 0; font-weight: bold; text-align: center; font-size: 1.3em;}
#secure-login .AspNet-Login-InstructionPanel {text-align: center; margin: 0 0 5px 0; color: #ff0000;}
#secure-login .AspNet-Login-UserPanel input  {width: 97%;}
#secure-login .AspNet-Login-PasswordPanel input {width: 97%;}
#secure-login .AspNet-Login-FailurePanel {text-align: center; margin: 10px 0 5px 0; color: #ff0000;}
/* holiday banners */
.holidays {height: 70px; position: relative; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin:15px 0;}
.holidays img {position: absolute; z-index: 1; color:#fff;}
.holidays p {position:absolute; text-align:left; top:0px; left:0px; width:110px; height:54px; padding:0 5px 5px 0; z-index:4; margin:0px; font-size:10px;	}
/* end of holliday banners */