/* Template First Branch - layout.css */

/*
Search and replace the following:
#009
florencesb
blue-grey line: #ADBCC3
leftNav blue line: #CFD8DB
leftNav secondary BG: #F0F5F6
*/

*, ul, ol, li {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url(../image/body-bg.png) repeat center top;
	color: #333;
	font: normal 62.5% Arial, Helvetica, sans-serif;
}
#outsideWrapper {
	width: 936px;
	margin: 0 auto;
	padding:0 0 20px 0;
	background: transparent url(../image/wrapper-bg-repeat.png) repeat-y left top;
}
#wrapper {

}


h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

p {
	line-height: 1.4em;
}

h1 a, h2 a, h3 a, h4 a {
	color: #333;
}

a img {
	border: 0 none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:active {
	outline: none;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
}

input {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}



/*====== Header =============================================================================*/
#ultraTopWrapper {
	position: relative;
	width: 936px;
	margin: 0 auto;
	height: 55px;
	background: transparent url(../image/wrapper-bg-top.png) no-repeat left bottom;
}
#header {
	position: relative;
	height: 95px;
	width: 100%;
}
#logo img {
	position: absolute;
	top: -17px;
	left: 20px;
}
.ultraTopNav {
	position: absolute;
	right: 190px;
	top: 17px;
}
.ultraTopNav li {
	float: left;
	padding: 0 10px;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	border-right: 1px solid #ccc;
}
.ultraTopNav li.lastChild {
	border-right: none;
}
.ultraTopNav li a {
	color: #ccc;
}
.ultraTopNav li a:hover {
	text-decoration: underline;
}
#ultraTopNavDown li.lastChild {
	font-weight: bold;
}
.textSize {
	position: absolute;
	top: 16px;
	right: 6px;
	height: 15px;
}
.textSize h2 {
	display: none;
}

.textSize img {
	float: left;
	margin-right: 2px;
}
#searchForm {
	position: absolute;
	height: 22px;
	width: 133px;
	right: 52px;
	top: 11px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	font-size: 0.9em;
	padding: 5px;
	width: 103px;
	height: 12px;
	color: #666;
	background-image: url("../image/search-bg.png");
}

#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 22px;
}
#primaryNav {
	position: absolute;
	bottom: 30px;
	left: 280px;
}
#primaryNav li {
	float: left;
	padding-right: 45px;
}
#primaryNav a {
	display: block;
	float: left;
	padding: 0 14px;
	border-bottom: 2px solid #9FB0B8;
	color: #333;
	font: normal 1.6em Palatino, Times, Serif;
}
#primaryNav a:hover, #primaryNav a.inPath {
	border-bottom: 2px solid #003A73;
	color: #304254;
}
/*====== Footer ========================================================================*/
#footer {
	width: 936px;
	height: 50px;
	padding: 15px 0 7px;
	margin: 0 auto;
	position: relative;
	clear: both;
	font-size: 1.1em;
	color: #ccc;
	background: transparent url(../image/wrapper-bg-bottom.png) no-repeat left top;
}
#footer a { color: #CCCCCC; padding: 5px 0; }

#footer a:hover { text-decoration: underline!important; }

#footer #firstROI {
	position: absolute;
	top: 25px;
	left: 15px;
}

#footer #eh {
	position: absolute;
	top: 25px;
	right: 15px;
}

#footer #fdic {
	position: absolute;
	top: 25px;
	right: 46px;
}
#footer #dif {
	position: absolute;
	top: 25px;
	right: 108px;
}

#footer #footerNav {
	text-align: center;
	padding: 10px 0 5px;
}

#footerNav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
#footerNav li.lastChild {
	border-right: none;
}
#footerNav li a {
	color: #ccc;
}

#footerNav a:hover {
	text-decoration: underline;
}
#footerContent {
	text-align: center;
}
#footer p {
	display: inline;
}
#footer p#clientName {
	padding-right: 5px;
	border-right: 1px solid #ccc;
}
#footer p#member {
	padding: 0 5px;
	margin: 0 2px;
	border-left: 1px solid #ccc;
}
#footer p#copyrightNotice {
	color:#FFFFFF;
	display: block;
	padding-left: 5px;
}

/*====== Left Column ====================================================================*/
#homeContent #mainContentHome {
	float: left;
	padding-bottom: 25px;
	margin:0;
	min-height: 300px;
}

#mainContent {
	display:inline;
	width: 637px;
	float: right;
	padding-bottom: 25px;
	margin:0 15px 0 0;
	min-height: 300px;
}


#leftColumn {
	float: left;
	clear: left;
	width: 206px;
	padding-left: 27px;
	margin-right: 25px;
}

#leftNavContainer {
	width:190px;
	margin:10px 0 0 0;
	padding:0;
}
#leftNavContainer img {
	margin:0 0 0 1px;
}

ul#leftNav {
	background:url(../image/leftnav-right-shadow.png) right repeat-y;
	width:190px;
	padding:0;
	margin:0;
}
ul#leftNav li.firstChild  {
	margin:0;
	padding: 0;
}
ul#leftNav li {
	background-color:#fff;
	margin:0 5px 0 0;
}
ul#leftNav li a {
    border-top:1px solid #CFD8DB;
    border-left:1px solid #DAE4E6;
	display:block;
	margin:0;
	padding:5px 0 5px 10px;
}
ul#leftNav li.firstChild  {
	border-top:none;
	margin:0 5px 0 0;
}

ul#leftNav li.firstChild h2 a  {
	border-top:none;
	margin:0 5px 0 0;
}

ul#leftNav li.selected {
	/*background: url(../image/leftnav-arrow.png) top right no-repeat;*/
}
ul#leftNav li.inPath h2 {
	background-color:#F0F5F6;
    border-top:1px solid #CFD8DB;
    border-left:1px solid #DAE4E6;
	padding:5px 0 5px 10px;
}
ul#leftNav li h2:hover {
	background-color: #F0F5F6;
}
ul#leftNav li.inPath h2 a {
	background: url(../image/leftnav-arrow.png) right no-repeat;
	border:none;
	display:inline;
	color:#003A73;
	padding:5px 20px 5px 0;
}


#leftNav li h2, #leftNav li h3 {
	margin: 0;
	padding: 0;
}
#leftNav li h2 a {
	font:1.2em "Times New Roman", Times, serif;
}
#leftNav li h2 a:hover {
	color:#003A73;
}

ul#leftNav li ul.nthTier-2 li {
	background-color:#F0F5F6;
	margin:0;
}
ul#leftNav li ul.nthTier-2 li a {
    border-top:none;
	color:#333;
	margin:0;
	padding:7px 0 7px 10px;
}
ul#leftNav ul.nthTier-2 li.firstChild  {
	padding:0;
	margin:0;
}
#leftNav li li h3 {}
#leftNav li li h3 a {
	color: #333;
	font-weight:normal;
}
#leftNav li li h3 a.selected {
	text-decoration:underline;
}
#leftNav li li h3 a:hover {
	text-decoration:underline;
}
#leftNav li ul li.lastChild {}
/*====== Home Page ==============================================================*/
#homeContent #leftColumn {
	width: 206px;
	padding-left: 27px;
	margin-right: 25px;
}
#homeContent #mainContent {
	width: 639px;
}
.bankingRadio {
	margin-top: 15px;
}
.bankingRadio input#personalLogin, .bankingRadio #businessLogin, .bankingRadio #cashManagement {
	margin-bottom: 7px;
	margin-right: 5px;
}
.bankingRadio span {
	display: block;
	clear: both;
}
/*.bankingRadio input {
	float: left;
}*/
.bankingRadio label {
	float: left;
}
#obLogin {
	width: 182px;
	height: 237px;
	padding-left: 7px;
	margin-top: 15px;
	color: #191F1F;
	font: normal 1.1em Geneva, Arial, sans-serif;
	background: transparent url(../image/online-banking-bg.png) no-repeat left top;
}
#obLogin h2 {
	margin: 0;
	padding: 20px 0 0 5px;
	letter-spacing: 0.035em;
	color: #fff;
	font: normal 1.15em Palatino, Times, serif;
}
#obLogin form {
	clear: both;
	margin-top: 15px;
	font-size: 1em;
}
#obLogin label {
	margin-bottom: 3px;
	display: block;
}
#obLogin input.inputbox {
	float: left;
	width: 124px;
	height: 16px;
	padding: 3px 5px;
	margin-right: 3px;
	border: none;
	background: transparent url(../image/online-banking-input-bg.png) no-repeat left top;
}
#obLogin .obNav {
	margin-top: 10px;
}
#obLogin .obNav li {
	padding: 3px 0;
}
#obLogin .obNav li a {
	text-decoration: underline;
}
#obLogin #personalLoginForm {
	display: block;
}
#obLogin #businessLoginForm {
	display: none;
}
#obLogin #cashMgmt {
	display: none;
}
#flashBanner {
	width: 660px;
	height: 550px;
}
#quickLinks {
	width: 182px;
	margin-top: 20px;
}
#quickLinks h2 {
	margin: 0;
	padding-bottom: 3px;
	border-bottom: 3px solid #33618C;
	letter-spacing: 0.05em;
	color: #333;
	font: normal 1.4em Palatino, Times, serif;
}
#quickLinks li a {
	display: block;
	padding: 0 5px;
	height: 31px;
	border-bottom: 1px solid #9FB0B8;
	color: #191F1F;
	font: normal 1.2em/31px Geneva, Arial, sans-serif;
	background: transparent url(../image/quick-links-bg-hover.png) no-repeat left top;
}
#quickLinks li a:hover  {
	background-position: left -31px;
}
#sc3 ul {
	margin-top: 35px;
}
#sc3 li {
	padding: 5px 0;
}
#sc3 li a {
	text-decoration: underline;
}
/*====== Category Page ======================================================================*/
#productDetails #printShare {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 10;
}
#printShare li {
	float: right;
	margin-left: 5px;
	width: 29px;
	position: relative;
	list-style-type: none !important;
}
#printShare li#shareWrapper img {
	margin-top: 3px;
}
#printShare span {
	background: transparent url(../image/popup-details.gif) no-repeat scroll left top;
	display: none;
	height: 33px;
	width: 81px;
	position: absolute;
	left: -65px;
	top: -30px;
	font-size: .8em;
	text-align: center;
	padding-top: 5px;
}

#productPhoto {
	color:#333;
	position:relative;
	border-bottom:1px solid #ADBCC3;
	width:638px;
	height:223px;
}
#productPhoto img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#productInfoContainer {
	position:absolute;
	top:25px;
	left:265px;
	width:330px;
	z-index:2;
}
#productInfoContainerLeft {
	position:absolute;
	top:15px;
	left:35px;
	width:330px;
	z-index:2;
}

#productPhoto h1 {
}
#productPhoto p {
	font-size:1.2em;
}
#fpLearnMore {
	width: 125px;
	position: absolute;
	top: 175px;
	right: 45px;
	z-index: 2;
}
#fpLearnMoreLeft {
	width:125px;
	position: absolute;
	top: 175px;
	left: 235px;
	z-index: 2;
}
#fpLearnMoreLeft a {
	display:block;
	width:104px;
	height:26px;
	background:url(../image/btn-learn-more.png) 0 0 no-repeat;
	text-indent:-9999em;
}
#fpLearnMore a:hover {
	background:url(../image/btn-learn-more.png) 0 -26px no-repeat;
}
#catBreadcrumb {
	margin: 10px;
}

#catBreadcrumb li {
	display: inline;
	font-weight: normal;
}

#catBreadcrumb ul {
	display: inline;
	padding-left: 5px;
}

#catBreadcrumb li a {
	color: #333;
}

div#secondaryProducts {
	margin:10px 0 0 0;
	overflow:hidden;
}
div#secondaryProducts li {
	/*background:pink;*/
	position: relative;
	border-top:1px solid #ADBCC3;
	float: left;
	width: 268px;
	height:11.5em;
	padding:10px 20px 10px 0;
	margin: 0 15px;
}
div#secondaryProducts li.nthChild-1, div#secondaryProducts li.nthChild-2 {
	border-top:none;
}
div#secondaryProducts li a.secondaryProductImageLink { 
	display:block;
	float:left;
	width:80px;
	height:73px;
}

div#secondaryProducts div.productContent {
	color:#333;
	overflow: hidden;
	padding:0 0 0 10px;
}
div#secondaryProducts div.productContent p {
	margin-bottom: 5px;
	font-size:1.1em;
}
div#secondaryProducts div.productContent h3 {
	font:1.4em Georgia, "Times New Roman", Times, serif;
	margin:0 0 5px 0;
}
div#secondaryProducts div.productContent ul {
	margin-left: 20px;
}
div#secondaryProducts li li {
	float: none;
	width: auto;
	list-style: disc outside;
	border: none;
	padding:0;
	font-size:1.1em;
}
div#secondaryProducts div.productContent h4 {
	margin: 0;
	position: absolute;
	bottom: 1em;
	left: 8.2em;
}
div#secondaryProducts div.productContent h4 a {
	padding: 0;
	margin: 5px 0 0 0;
	display:block;
	background: url(../image/icon-arrow-learn-more.png) 0 0 no-repeat;
	width:78px;
	height:8px;
	text-indent:-9999em;
}
div#secondaryProducts div.productContent h4 a:hover {
	background: url(../image/icon-arrow-learn-more.png) 0 -8px no-repeat;
}

div#secondaryProducts div.productContent h4 a:hover {
	text-decoration: underline;
}

/* Search */

#pagination li {
	display: inline;
	padding-right: 10px;
}

#pagination li a {
	text-decoration: underline;
}

#searchPage li .productContent {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

/*====== Product Page ====================================================================*/
#productSummary {
	overflow:hidden;
	position: relative;
}

#productPhotoContainer {
	float:left;
	width:153px;
	padding:0 20px 0 0;
}
#productInfo {
	float:left;
	width:320px;
padding:0 10px 0 0
}

#productButtons {
	float:left;
	width:106px;
	text-align:center;
}
#productButtons #openNow a {
	background: url(../image/btn_optinnow.png) left top;
	display:block;
	height: 33px;
	width: 126px;
	text-indent: -999em;
}
#productButtons #openNow a:hover {
	background-position: left -34px;
}
#questions {
	margin:5px 0 0 0;
}

#productSummary p, #productDetails p {
	font-size:1.2em;
	margin: 10px 0;
}
#productSummary ul, #productDetails ul {
	margin: 10px 15px;
}
#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
	font-size:1.2em;
}
#productDetails {
	position: relative;
	clear: right;
	border-top: solid 1px #BAC8CE;
	border-bottom: solid 1px #BAC8CE;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}
#productDetails.longTabs {
	min-height: 287px;
}
#productInfo a {
	text-decoration: underline;
}
#printButton, #shareButton {
	float: right;
	margin: 10px 10px 0 0;
}

/*====== Financial Education Page ====================================================================*/

ul#financialFeatured li {
	position: relative;
	border:1px solid #000000;
	background-color: #F0F5F6;
	float:left;
	margin:0 8px 35px 0;
	width:202px;
	height:410px;
	text-align: center;
}

ul#financialFeatured li img {
	margin:0;
	padding:0;
	border-bottom:1px solid #000000;
}

ul#financialFeatured li h1 {
	border-bottom:1px solid #000000;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size:14px;
	margin:0;
	padding:4px 10px 5px;
}

ul#financialFeatured li p {
	font-size: 12px;
	text-align: left;
	padding: 5px 8px;
}

ul#financialFeatured li .finanLearnMore {
	bottom:10px;
	position:absolute;
	right:10px;
}

/* Tabs */

dl#roi_tabs {
	display:block;
	list-style: none;
	position: relative;
	margin:10px 0 0 0;
	width:540px;
}
dl#roi_tabs dt {
	color: #333;
	padding: 6px 7px 6px 6px;
	text-decoration: underline;
	margin:3px 0 0 0;
	font-size:1.2em;
}
dl#roi_tabs dd {
	padding:0;
}
dl#roi_tabs dd ul {
	margin:6px 0 0 15px;
}

dl#roi_tabs dt.selected {
	background: transparent url(../image/leftnav-arrow.png) no-repeat 140px 7px;
	text-decoration: none;
	color:#003A73;
}
dl#roi_tabs dt:hover {
	color:#003A73;
}

.pane {
	position: absolute;
	overflow: hidden;
	top:0;
	left:170px;
	width:330px;
}
.label {
	position: relative;
	cursor: pointer;
	z-index: 1;
	width:139px;
}
#relatedProducts {
	clear: both;
	overflow: hidden;
}
#relatedProducts h2 {
	float: left;
	margin: 24px 20px 0 0;
	width: 117px;
	height: 40px;
	text-indent: -9999px;
	background: transparent url(../image/secondary-products-title.png) no-repeat left top;
}
#relatedProducts ul {
	float: left;
	width: 500px;
}
#relatedProducts li {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 45%;
}
#relatedProducts img {
	float: left;
	margin-right: 15px;
}
#relatedProducts .productContent {
	float: left;
	width: 56%;
	margin-top: 20px;
}
#relatedProducts h3 {
	margin: 0;
}
#relatedProducts h3 a {
	font: bold 1.1em Palatino, Times, Serif;
	color: #333333;
}
#relatedProducts h3 a:hover {
	color: #003A73;
}
#schoolSavings .pane {
	width: 350px;
}
#schoolSavings h3 {
	margin: 20px 0 0;
}
#schoolSavings dl#roi_tabs dd.summary ul {
	width: auto;
	margin-top: 0;
}
#schoolSavings dl#roi_tabs dd ul {
	margin: -20px 0 20px 0;
	padding-left: 15px;
	width: 160px;
	float: left;
}
#schoolSavings dl#roi_tabs dd.schoolListing ul li.noBullet {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#schoolSavings dl#roi_tabs dd.schoolListing li {
	margin-left: 12px;
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap {
	text-align: left;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/custom/florencesb/image/fancy_progress.png') no-repeat;
}
div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
div#fancy_loading_icon {
	position: absolute;
	background: url('/custom/florencesb/image/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding: 18px 18px 33px 18px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/custom/florencesb/image/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/custom/florencesb/image/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/custom/florencesb/image/fancy_right.png') no-repeat;
}
a#fancy_left:hover {
	visibility: visible;
}
a#fancy_right:hover {
	visibility: visible;
}
a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}
.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/custom/florencesb/image/fancy_shadow_n.png') repeat-x;
}
div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/custom/florencesb/image/fancy_shadow_ne.png') no-repeat;
}
div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/custom/florencesb/image/fancy_shadow_e.png') repeat-y;
}
div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/custom/florencesb/image/fancy_shadow_se.png') no-repeat;
}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/custom/florencesb/image/fancy_shadow_s.png') repeat-x;
}
div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/custom/florencesb/image/fancy_shadow_sw.png') no-repeat;
}
div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/custom/florencesb/image/fancy_shadow_w.png') repeat-y;
}
div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/custom/florencesb/image/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/custom/florencesb/image/fancy_title_left.png) repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url(/custom/florencesb/image/fancy_title_main.png) repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/custom/florencesb/image/fancy_title_right.png) repeat-x;
}

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 10px 40px;
	margin: 0;
	width: 91%;
	font-size: 11px;
}
#overdraft #overdraftInformation, #overdraft #overdraftForm, #overdraft #overdraftAltOptions {
	margin: 0 0 20px;
}
#overdraft #overdraftInformation h2.pageHeading, #overdraft #overdraftForm h2.pageHeading, #overdraft #overdraftAltOptions h2.pageHeading {
	padding: 20px 0 5px;
	height: 25px;
	border-bottom: 1px solid #ccc;
	color: #014A6D; /* bank specific */
	font-size: 18px;
	width: 100%;
}

#overdraft #overdraftForm h2.pageHeading.invis {
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}
#overdraft #overdraftInformation h2 span, #overdraft #overdraftInformation span.textVariant1 {
	text-decoration: underline;
}

#overdraft fieldset#newApplication .eSignCheckbox span.textVariant1 {
	width: auto;
	display: inline;
	text-decoration: underline;
}

#overdraft h2 {
	padding: 5px 0;
	font-size: 18px;
	width: 100%;
}
#overdraft #overdraftForm #newApplication {
	background: none;
}
#overdraft #overdraftForm form {
	padding: 0 0 10px 0;
}
#overdraft fieldset#newApplication .eSignCheckbox {
	width: auto;
	margin:20px 15px 0 50px;
}
#overdraft fieldset#newApplication .eSignCheckbox.indented {
	width: auto;
	margin:0 0 0 40px;
}
#overdraft fieldset#newApplication .optAccounts {
	margin: 0 0 0 25px;
}
#overdraft fieldset#newApplication .eSignCheckbox input {
	clear: both;
	float: left;
	margin: 0 10px 0 0;
	width: 15px !important;
}
#overdraft fieldset#newApplication .eSignCheckbox span {
	display: inline-block;
	margin: 0 0;
	width: 90%;
}
#overdraft #overdraftLeft {
	float: left;
	width: 350px;
	display: inline;
	padding-top:20px;
	margin: 0 0 20px 0;
}
#overdraft #overdraftRight {
	float: left;
	width: 350px;
	display: inline;
	padding: 20px 0 0 20px;
}
#overdraft #overdraftSubmit {
	margin: 10px auto 0; 
}
#overdraft #overdraftSubmit input {
	margin: 0 auto; 
	float: none;
}
#overdraft fieldset#newApplication #overdraftLeft input, #overdraft fieldset#newApplication #overdraftRight input {
	width: 175px;
}
#overdraft fieldset#newApplication #overdraftRight .radioWlabel {
	width: 400px;
	margin: 10px 0 0;
}
#overdraft fieldset#newApplication #overdraftRight .radioWlabel input {
	clear:both;
	float:left;
	margin:2px 10px 0 0;
	width:10px;
}
#overdraftRight .radioWlabel span {
	display:block;
	float:left;
	margin:0 0 10px;
	width:350px;
}
#overdraft fieldset#newApplication #overdraftLeft label, #overdraft fieldset#newApplication #overdraftRight label {
	width: 115px;
	padding-right: 15px;
}
#overdraft #overdraftAltOptions ul {
	margin: 10px 0;
}
#overdraft #overdraftAltOptions ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 0 15px 0; /* bank specific */
	padding: 0;
	width: 848px; /* bank specific */
	height: auto;
	border: 1px solid #ccc;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/florencesb/image/overdraft_fade.png) bottom left repeat-x #F0F5F6; /* bank specific */
	color:#003A73; /* bank specific */
	margin:0;
	padding:8px;
	font-size: 14px;
}
#overdraft p {
	padding: 0;
	margin: 10px 0;
	width: auto;
	line-height: 15px;
}
#overdraft #overdraftForm p {
	margin: 15px 0;
	padding: 0 20px;
	width: auto;
	line-height: 14px;
	font-size: 11px;
	text-align: center;
}
#overdraft #overdraftForm #captcha {
	width: 350px;
	clear:  both;
}
#overdraft #overdraftForm #captcha h4 {
	width: 98px;
	margin: 0 auto;
}
#overdraft #overdraftForm #captcha img {
	width: 200px;
	float: none;
	margin: 10px auto;
	display: block;
}
#overdraft #overdraftForm #captcha input {
	width: 175px;
	margin: 3px auto 10px;
}
#overdraft #overdraftForm #captcha p {
	width: 215px;
	margin: 0 auto;
	padding: 0;
}
#overdraft #overdraftAltOptions p {
	padding: 8px 10px;
	margin: 0;
	width: auto;
	line-height: 14px;
	font-size: 12px;
}
#overdraft #overdraftAltOptions p.zeroPaddingParagraph {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#optIn { 
	position:relative;
	bottom:135px;
	float:right;
	left:190px;
}
#optIn2 { 
	position:absolute;
	bottom:15px;
	right:340px;
}