/* Template First Branch - layout.css */

*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #333;
	font: normal 11.5px/1.5 Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
}
h1, h2, h3, h4 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h1 a, h2 a, h3 a, h4 a {
	color: #333;
}
a img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #333;
}
ul li {
	list-style-type: none;
}
p {
	margin: 5px 0;
}
p.zeroPaddingParagraph {
	margin: 0;
}
input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
/*====== Header =======================================================================================*/

#header {
	position: relative;
	height: 105px;
}
#logo {
	position: absolute;
	top: 15px;
}
#eightyYears {
	position: absolute;
	top: 6px;
	left: 342px;
}
#twitter {
	position: absolute;
	top: 72px;
	right: 10px;
	width: 125px;
}
#ultraTopNav, #ultraTopNavHome {
	position: absolute;
	top: 5px;
	right: 5px;
}
.secureMail { 
	position:absolute;
	right:-6px;
	top:20px;
}
.mobileBankingLink { 
	position:absolute;
	right:73px;
	top:20px;
	background: none!important;
}
#ultraTopNav a, #ultraTopNavHome a {
	color: #333;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
}
#ultraTopNav a:hover, #ultraTopNavHome a:hover {
	text-decoration: underline;
}
#ultraTopNav li, #ultraTopNavHome li {
	float: left;
	padding: 0 5px 0 8px;
	background: url(/custom/focusbank/image/divider-black.png) no-repeat center left;
}
#ultraTopNav li.firstChild {
	padding-left: 11px;
	background: url(/custom/focusbank/image/obl-lock.png) no-repeat center left;
}
#ultraTopNavHome li.firstChild {
	background: none;
}
#ultraTopNav li.lastChild, #ultraTopNavHome li.lastChild {
	padding: 0 0 0 8px;
}
/*#facebookLike {
	position: absolute;
	top: 28px;
	right: 34px;
}*/
#facebookLike {
	position: absolute;
	top: 77px;
	right: 330px;
	height: 20px;
}
.textSize {
	position: absolute;
	top: 40px;
	right: 150px;
	height: 20px;
}
.textSize h2 {
	float: left;
	margin: 5px;
	font: normal 10px/10px Arial, Helvetica, sans-serif;
}
.textSize img {
	float: left;
}
#searchForm {
	position: absolute;
	top: 40px;
	right: 0;
	height: 20px;
	width: 150px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	right: 10px;
	border: 0 none;
	padding: 2px 5px;
	width: 120px;
	height: 16px;
	background-image: url("/custom/focusbank/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}
#priNav {
	margin-bottom: 5px;
}
#priNav ul {
	width: 780px;
	height: 35px;
	background: url(/custom/focusbank/buttons/nav-phone.png) no-repeat center right;
}
#priNav h2 {
	margin: 0;
}
#priNav li {
	float: left;
}
/*====== Footer =======================================================================================*/

#footer {
    clear: both;
    position: relative;
    top: 10px;
    height: 55px;
    color: #999;
    font: normal 10px/10px Arial, Helvetica, sans-serif;
    border-top: 1px solid #999;
}
#firstROI {
    position: absolute;
    top: 14px;
    left: 0;
}
#eh {
    position: absolute;
    top: 14px;
    right: 0;
}
#fdic {
    position: absolute;
    top: 14px;
    right: 40px;
}
#footerNav {
	padding: 10px 0 0 30px;
	width: 560px;
    text-align: right;
}
#footerNav a {
    color: #666;
    font: normal 9px/12px Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
#footerNav a:hover {
    color: #333;
}
#footerNav li {    
    padding-left: 6px;
	display: inline-block;
}
#footerNav2 {
	padding: 1px 0 0 0;
	width: 560px;
    text-align: right;
}
#footerNav2 a {
    color: #666;
    font: normal 9px/12px Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
#footerNav2 a:hover {
    color: #333;
}
#footerNav2 li {    
    padding-left: 6px;
	display: inline-block;
}
#footer p.copyrightTag {
    padding: 5px 170px 0 0;
	text-align: right;
}
/*====== Left Column ==================================================================================*/

#leftColumn {
	float: left;
	clear: left;
	margin-top: 10px;
	width: 200px;
}
ul#tertiaryNav {
	margin-bottom: 15px;
	width: 193px;
	border: 1px solid #ccc;
}
ul#tertiaryNav h2 {
	margin: 0;
	padding: 0;
	height: 26px;
	font: normal 13px Arial, Helvetica, sans-serif;
}
ul#tertiaryNav h2 a {
	display: block;
	width: 183px;
	height: 21px;
	background: url(/custom/focusbank/image/terti-nav-bg.png) repeat-x 0 0;
	overflow: hidden;
	font: normal 14px Arial, Helvetica, sans-serif;
	color:#666;
	padding: 5px 0 0 10px;
	}
	
ul#tertiaryNav h2 a:hover, ul#tertiaryNav h2 a.inPath {
	color: #000;
}
ul#tertiaryNav h3 {
	margin: 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
}
ul#tertiaryNav h3 a {
	padding: 6px 5px 6px 13px;
	width: 175px;
	display: block;
	color: #333;
}
ul#tertiaryNav ul li {
	width: 193px;
	border-bottom: 1px solid #ccc;
}
ul#tertiaryNav ul li.firstChild {
	border-top: 1px solid #ccc;
}
ul#tertiaryNav ul li.lastChild {
	border-bottom: none;
}
ul#tertiaryNav ul li.selected, ul#tertiaryNav ul li a:hover {
	color: #333;
	background: #F7F7C2;
}
ul#tertiaryNav ul li a.selected {
	font-weight: bold;
	background: #F7F7C2;
}
#quickLinks {
	padding-top: 25px;
	background: url(/custom/focusbank/image/quickLinks-top.png) no-repeat;
}
#quickLinks li h2 {
	margin: 0;
	padding: 6px 0 6px 32px;
}
#quickLinks h2 a {
	display: block;
	color: #555;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#quickLinks h2 a:hover {
	color: #333;
}   
#quickLinks li.firstChild {
	background: url(/custom/focusbank/image/icon-money-island.png) no-repeat center left;
}

#quickLinks li.nthChild-2 {
	background: url(/custom/focusbank/image/icon-education.png) no-repeat center left;
} 
#quickLinks li.nthChild-3 {
	background: url(/custom/focusbank/image/icon-report.png) no-repeat center left;
}
#quickLinks li.nthChild-4 {
	background: url(/custom/focusbank/image/icon-calculator.png) no-repeat center left;
}
#quickLinks li.nthChild-5 {
	background: url(/custom/focusbank/image/icon-reorder.png) no-repeat center left;
}
#quickLinks li.nthChild-6 {
	background: url(/custom/focusbank/image/icon-gift.png) no-repeat center left;
}
#quickLinks li.nthChild-7 {
	background: url(/custom/focusbank/image/icon-phone.png) no-repeat 2px 0px;
}
#quickLinks li.nthChild-8 {
	background: url(/custom/focusbank/image/icon-prevent.png) no-repeat center left;
}
#quickLinks li.nthChild-9 {
	background: url(/custom/focusbank/image/icon-rewards.png) no-repeat center left;
}

/*#quickLinks li.nthChild-8 {
	background: url(/custom/focusbank/image/icon-educatio.png) no-repeat center left;
}*/ 

/*====== Home Page ====================================================================================*/

div#onlineBanking {
	margin-bottom: 25px;
	width: 195px;
	background: #FCFAE1;
	border: 1px solid #ccc;
}
div#onlineBanking h2 {
	margin: 5px 0;
	padding-left: 10px;
	color: #666;
	font-size: 12px;
}
div#onlineBanking label {
	padding-left: 10px;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
}
div#onlineBanking label#selectStart {
	padding-top: 5px;
}
input#accessId {
	margin-left: 10px;
	padding: 5px;
	width: 169px;
	height: 18px;
	background: url(/custom/focusbank/image/login-input-bg.png) no-repeat;
	border: none;
}
input#Submit1 {
	float: left;
	margin: 2px 0 10px 10px;
}
ul#loginLinks {
	clear: both;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
}
ul#loginLinks li a {
	text-decoration: underline;
}
/*p.signup {
	float: right;
	width: 75px;
}*/
p.signup {
	clear: both;
	width: 75px;
	margin: 0 0 10px 10px;
}
p.signup a {
	text-decoration: underline;
}
p.start {
	clear: both;
	padding-left: 10px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#Destination {
	margin: 1px 0 10px 10px;
	width: 169px;
}
div#homeButtons img {
	margin: 0 0 5px 0;
}
div#flashWrapper {
	float: left;
	margin: 10px 0 0 1px;
	border: 1px solid #979797;
}
div#homeRight {
	float: right;
	margin-top: 10px;
	width: 194px;
}
div#homeRight img {
	border: 1px solid #979797;
}
div#homeRight h2 {
	margin: 0;
}
div#homeRight h2 img {
	border: none;
}
div#homeRight h4 {
	margin: 0 0 15px 8px;
}
div#homeRight h4 a {
	padding: 0 15px 0 0;
	color: #333;
	font: bold 11px/1.3 Arial, Helvetica, sans-serif;
	background: url(/custom/focusbank/image/arrow-gold.png) no-repeat center right;
}
div#homeRight h4 a:hover {
	color: #dba800;
}
div#homeRight p {
	margin-top: 5px;
	padding-left: 8px;
	font: normal 11.5px/13px Arial, Helvetica, sans-serif;
}
/*====== Main Content ====================================================================================*/

#mainContent {
	float: right;
	margin-top: 10px;
	width: 570px;
}
/*====== Listing Styles ===============================================================================*/

div#categoryText {
	float: left;
	width: 370px;
}
div#categoryText h1 {
	padding-bottom: 5px;
	font: normal 24px Arial, Helvetica, sans-serif;
	width: 300px;
}
div#categoryText p {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}
div#categoryHead img {
	float: right;
}
div.listing {
	clear: both;
}
div.listing {
	float: left;
	width: 570px;
}
div.listing li {
	clear: both;
	float: left;
	padding: 6px;
	width: 558px;
	border-top: 1px solid #ccc;
}
div.listing li img {
	float: left;
	border: 1px solid #ccc;
}
div.productContent {
	float: right;
	margin-bottom: 5px;
	width: 430px;
}
div.productContent h3 {
	margin: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
}
div.productContent h3 a {
	color: #333;
}
div.productContent p {
	margin: 5px 0 0 0;
	padding-right: 15px;
	width: 390px;
	color: #666;
	font: normal 11px/1.3 Arial, Helvetica, sans-serif;
}
div.productContent h4 {
	margin: 0;
	padding: 0;
}
div.productContent h4 a {
	padding: 0 15px 0 0;
	color: #333;
	font: bold 11px/1.3 Arial, Helvetica, sans-serif;
	background: url(/custom/focusbank/image/arrow-gold.png) no-repeat center right;
}
div.productContent h3 a:hover, div.productContent h4 a:hover {
	color: #dba800;
}
a.indentLink {
	margin-left: 15px;
	text-decoration: underline;
}
/*====== Product Page =================================================================================*/

div.productHead {
	float: left;
	position: relative;
	width: 570px;
}
#printButton, #shareButton {
	position: absolute;
	top: 0;
}
#printButton {
	right: 5px;
}
#shareButton {
	right: 50px;
}
div#productInfo {
	float: left;
	width: 350px;
}
div#productInfo h1 {
	margin: 5px 0 10px 0;
	font: normal 24px Arial, Helvetica, sans-serif;
}
div#productInfo p {
	font: normal 12px/1.4 Arial, Helvetica, sans-serif;
}

#questions {
	left:120px;
	position:relative;
	top: 20px;
}
#focusQuestions {
	left:180px;
	position:relative;
	top: 20px;
}
#focusIDLogin { 
	position:relative;
	top: 6px;
}
#questionsNoApply {
	margin: 10px 0;
}

a#tellMeMore {
	padding: 0 15px 0 0;
	color: #333;
	font: bold 11px/1.3 Arial, Helvetica, sans-serif;
	background: url(/custom/focusbank/image/arrow-gold.png) no-repeat center right;
}
a#tellMeMore:hover {
	color: #dba800;
}
#focusIDLogin a {
	padding: 0 15px 0 0;
	color: #333;
	font: bold 11px/1.3 Arial, Helvetica, sans-serif;
	background: url(/custom/focusbank/image/arrow-gold.png) no-repeat center right;
}
#focusIDLogin a:hover {
	color: #dba800;
}
div.miButtons {
	position:relative;
	padding-bottom: 5px;
	width: 100px;
	height: 30px;
	float:left;
	padding-right:3px;
}

div#openNow {
	left:-2px;
	position:relative;
	padding-bottom: 5px;
	width: 100px;
	height: 30px;
}
div#productPhoto {
	float: right;
	padding: 20px 0 5px 0;
}
div#productPhoto img {
	padding: 5px;
	border: 1px solid #ccc;
}
div#productPhoto.max {
	float: right;
	padding: 10px 0 10px 10px;
}
div#productPhoto.max img {
	padding: 0;
	border: none;
}
/* Tabs */

dl {
	width: 570px;
	display:block;
	list-style: none;
	position: relative;
	clear: both;
	border-top: 1px solid #ccc;
}
dt {
	float:left;
	color: #666;
	text-decoration: underline;
	padding: 10px 10px 0 10px;
	font: bold 11.5px Arial, Helvetica, sans-serif;
}
dd {
	padding: 25px 5px 0 15px;
}
dt.selected {
	text-decoration: none;
	color: #333;
}
dt.faq a{
	color: #666;
	text-decoration: underline;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 8px;
	left: 0;
}
.pane a {
	color: #555;
	text-decoration: underline;
}
.pane a:hover {
	color: #000;
}
.pane p {
	margin: 10px 0;
}
.pane ul, .pane ol {
	margin: 10px 0 10px 25px;
}
.pane li {
	list-style: disc outside;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
	white-space: nowrap;
}
#vidDemo {
	border-top: 1px solid #ccc;
	padding: 0 15px 20px;
}
/*====== Individual Page ==============================================================================*/

.individualPage a {
	text-decoration: underline;
}
.individualPage h1 {
	margin: 0;
	font: normal 24px Arial, Helvetica, sans-serif;
}
.individualPage p {
	margin: 10px 0;
	width: 500px;
}
.individualPage ul, .individualPage ol {
	margin: 10px 60px 10px 25px;
}
.individualPage ul li {
	list-style: disc;
	margin: 4px 0;
}
table#fees, table#wire {
	width: 100%;
	border-collapse: collapse;
}
table#fees th, table#wire th {
	padding: 5px 0;
	text-align: left;
}
table#fees td, table#wire td {
	padding: 3px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table td.first {
	width: 400px;
}
/* Search */

#pagination li {
	display: inline;
	padding-right: 10px;
}
/*Cycle Dates*/
#cycleDates table {
	margin: 8px 0 86px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
#cycleDates th {
	padding: 3px 8px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#cycleDates td {
	width: 200px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: center;
}
/*====== Locations ====================================================================================*/

#map {
	height: 300px;
}
#mapWrapper {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}
#locations a {
	padding-left: 15px;
	text-decoration: none;
	background: url(/custom/focusbank/image/arrow-gold.png) no-repeat center left;
}
#locations a:hover {
	text-decoration: underline;
}
#locations h2 {
	margin: 0;
	padding-bottom: 5px;
}
#locations table {
	margin-bottom: 10px;
	width: 100%;
}
#locations th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 33%;
	vertical-align: top;
}
#locations table tr.tableHead th {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #999;
}
#locations th.timeName {
	width: 80px;
	font-weight: normal;
}
#locations td.timeValue {
	width: 130px;
}
#locations ul {
	margin: 20px 0 0 0;
	width: 100%;
}
#locations ul li {
	list-style-type: none;
}
h2.atm {
	margin: 0;
	padding: 5px 0 0 15px;
	background: url(/custom/focusbank/image/arrow-gold.png) no-repeat center left;
	border-bottom: 1px solid #999;
}
ul#atms {
	margin: 0;
	padding: 5px 0;
}
ul#atms li {
	float: left;
	margin-left: 10px;
	padding: 5px;
	width: 171px;
	height: 85px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
}
ul#atms li.first {
	margin-left: 0;
}
ul#atms ul {
	margin: 0;
	padding: 5px 0;
}
ul#atms ul li {
	float: none;
	margin: 0 0 0 25px;
	padding: 0;
	width: auto;
	height: auto;
	list-style: disc;
	border: none;
}
/*======== Application ===============================================================================*/


/* ssn */

fieldset#newApplication a#ssnWhy {
	display: block;
	clear: both;
	margin-left: 325px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #013260;
}
fieldset#personalInformation {
	position: relative;
}
#ssnExplanation {
	position: absolute;
	width: 300px;
	left: 300px;
	top: 25px;
	z-index: 1000;
	background-color: #CCC;
	border: 1px solid #333;
	padding: 20px 20px 0 20px;
	display: none;
}
fieldset#newApplication .on {
	display: block;
}
fieldset#newApplication #ssnExplanation p {
	padding: 0 0 20px 0;
	margin: 0;
}
#ssnExplanation p.center {
	text-align: center;
	color: #013260;
}
#ssnExplanation p a {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 5px;
}
/* intro */

fieldset#newApplication div#introduction {
	margin: 0 25px 25px;
	min-height: 160px;
	padding-top: 25px;
}
fieldset#newApplication div#introduction div#introHead {
	background: url(/custom/focusbank/image/lock.png) no-repeat 595px 5px;
	margin-bottom: 7px;
}
fieldset#newApplication div#introduction img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 20px;
}
fieldset#newApplication div#introduction h1 {
	color: #333;
	font-size: 28px;
	padding: 0 0 5px 0;
	margin: 0 0 0 170px;
	width: 410px;
}
fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 16px;
	padding-bottom: 2px;
	margin: 0;
}
fieldset#newApplication div#introText {
	border-top: 1px solid #164837;
	margin-left: 170px;
}
fieldset#newApplication div#introduction p {
	margin: 7px 7px 7px 0;
	clear: none;
}
fieldset#newApplication div#introduction h4 {
	clear: both;
	width: 150px;
}
fieldset#newApplication div#introduction a {
	text-decoration: underline;
}
/* headings and paragraphs */

fieldset#newApplication fieldset h1, fieldset#newApplication fieldset h2, fieldset#newApplication fieldset h3, fieldset#newApplication fieldset p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
fieldset#newApplication h1 {
	padding: 0 10px 0 0;
}
fieldset#newApplication h2 {
	color: #364C85;
	padding-bottom: 10px;
}
fieldset#newApplication h3 {
	text-align: center;
	clear: both;
	padding:0pt 0pt 10px;
}
fieldset#newApplication p {
	margin: 25px;
	clear: both;
	font-size: 12px;
}
fieldset#newApplication fieldset p {
	margin: 0;
	padding: 8px 0 4px;
}
fieldset#newApplication fieldset#otherIncome p, fieldset#newApplication fieldset#CAotherIncome p, fieldset#newApplication fieldset#optIn p {
	margin-top: 0;
}
p.required {
	text-align: center;
	margin-bottom: 0;
}
fieldset#newApplication fieldset#optIn {
	background-color: #FFC;
}
/* labels and spans */

fieldset#newApplication span.required {
	float: left;
}
fieldset#newApplication fieldset#accountInfo div#account_info label {
	width: 135px;
	margin: 0 0 5px 0;
}
fieldset#newApplication fieldset#billPay label {
	width: 500px;
	margin-left: 20px;
}
fieldset#newApplication .required, fieldset#newApplication .red {
	font-weight: bold;
}
fieldset#newApplication .radio label, fieldset#newApplication .radioWlabel label {
	width: auto;
	display: inline;
	float: none;
	;
	padding: 0;
}
fieldset#newApplication fieldset fieldset label, fieldset#newApplication fieldset fieldset .radiolabel {
	width: 275px;
}
fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
	display: block;
	text-align: right;
	float: left;
	padding-right: 25px;
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer .radiolabel {
	margin-bottom: 0;
}
fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
	width: 300px;
}
fieldset#newApplication fieldset label {
	padding-top: 4px;
}
fieldset#newApplication fieldset#comments label {
	padding-top: 0;
}
fieldset#newApplication fieldset#jointSwitch label.dontMove {
	clear: none;
	text-align: left;
	width: auto;
	padding-top: 1px;
}
fieldset#newApplication fieldset#accountType label, fieldset#newApplication fieldset#atmcard label, fieldset#newApplication fieldset#optIn label {
	text-align: left;
	clear: none;
	padding-left: 15px;
	width: auto;
}
fieldset#newApplication fieldset#comments label {
	text-align: left;
}
fieldset#newApplication fieldset#accountInfo label, fieldset#newApplication fieldset#billPay label {
	width: auto;
	clear: none;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 30px;
}
fieldset#newApplication fieldset#billPay label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#accountInfo label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#jointSwitch label {
	margin-bottom: 0;
	padding-top: 2px;
}
/* inputs */

fieldset#newApplication input.submitButton, fieldset#newApplication input.submitButton {
	float: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input {
	width: 280px;
}
/* new DOB style rules */

fieldset#newApplication input.month {
	width: 80px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.day {
	width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.year {
	width: 81px;
	margin-left: 5px;
	display: inline;
}
fieldset#newApplication span.float {
	float: left;
}
/* end new DOB style rules */

fieldset#newApplication select {
	width: 284px;
}
fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#atmcard input, input#account_switch, fieldset#newApplication fieldset#billPay input, fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#optIn input {
	width: 1em;
}
fieldset#newApplication fieldset#accountInfo div#account_info input {
	width: 120px;
	margin-bottom: 5px;
	margin-right: 20px;
}
fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#billPay input {
	margin-bottom: 0;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#atmcard input, fieldset#newApplication fieldset#optIn input {
	clear: both;
}
fieldset#newApplication fieldset#jointSwitch input {
	margin-right: 15px;
	margin-bottom: -4px;
}
fieldset#newApplication div.radioWlabel {
	width: 250px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	margin-bottom: 0;
}
fieldset#newApplication div.radioWlabel {
	margin-left: -25px;
}
fieldset#newApplication .radio {
	margin: 0 25px 10px 300px;
	clear: both;
}
fieldset#newApplication fieldset fieldset .radio {
	margin-left: 275px;
}
fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
	width: 1em;
	float: none;
	display: inline;
	margin-bottom: -3px;
	margin-left: 25px;
}
fieldset#newApplication textarea {
	margin-left: 0;
	width: 650px;
}
fieldset#newApplication input#signed {
	float: none;
	clear: none;
	display: inline;
	width: 1em;
	margin: 0;
}
fieldset#newApplication input.required {
	color:#000;
	font-weight: normal;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input.submitButton {
	float: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication #addSwitcher input {
	width: 1em;
}
fieldset#newApplication #addSwitcher {
	clear: both;
}
fieldset#newApplication #addSwitcher label#addressLabel {
	clear: none;
	text-align: left;
	padding-left: 10px;
	width: 270px;
	padding-top: 1px;
}
fieldset#newApplication select#contact_information-branch {
	margin-top: 6px;
}
/* divs and fieldsets and legends */

fieldset#newApplication {
	width: 748px;
	margin: 0 auto;
	line-height: normal;
	border: 0 none;
	background: #FFF;
}
fieldset#newApplication fieldset, fieldset#newApplication fieldset {
	margin: 25px;
	padding: 25px 0 25px 25px;
	border: 1px solid #CCC;
}
#accountTypeLeft, #accountTypeRight {
	width: 320px;
	float: left;
}
fieldset#newApplication legend {
	font-size: 14px;
	margin-bottom: 0px;
}
fieldset#newApplication fieldset {
	margin: 25px;
	padding: 20px;
	border: 1px solid #CCC;
	clear: both;
}
fieldset#newApplication fieldset fieldset {
	margin: 25px 0;
}

/* formContactUs.css */

#formContactUs legend {
	color: #333;
	font-weight: bold;
}

#formContactUs fieldset {
	padding: 15px 10px 10px 10px;
	border: 0 none;
}

#formContactUs label {
	clear: left;
	float: left;
	padding: 0 25px 10px 0;
	text-align: right;
	width: 116px;		
}

#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;	
}

#formContactUs fieldset p {
	margin-left: 142px;
}

#formContactUs input.submitButton {
	float: none;
	margin: 0 0 0 140px;	
	padding: 5px;
	width: auto;	
}

#formContactUs textarea {
	height: 100px;
}

#formContactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 140px;
}

#formContactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}

#formContactUs #captcha p {
	margin: 0px;
}







/*======== depcrecated Contact Us ================================================================
/* captcha 

#contactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 211px;
}
#contactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
} 
#contactUs #captcha p {
	margin: 0;
}*/
/* end 
#contactUs legend {
	color: #333;
	font-weight: bold;
}
#contactUs fieldset {
	padding: 15px 0;
	border: 0 none;
}
#contactUs fieldset fieldset {
	border: 0 none;
	padding: 0 0 10px 0;
}
#contactUs form {
	padding-bottom: 10px;
	font-size: 11px;
}
#contactUs label {
	float: left;
	width: 100px;
}
#contactUs span {
	color: #666;
}
#contactUs input, #contactUs textarea {
	margin-bottom: 5px;
}
#contactUs input {
	width: 200px;
}
#contactUs textarea {
	width: 205px;
}
#contactUs input.submitButton {
	float: none;
	padding: 5px;
	width: auto;
}
#contactUs input#STAFsubmit {
	float: none;
	margin: 25px 0 0 280px;
	padding: 5px;
	width: auto;
}
#contactUs textarea {
	height: 100px;
}
#contactUs #personalInformation {
	margin-bottom: 10px;
	width: 550px;
}
#contactUs #friendsToEmail {
	margin-top: 10px;
}
#contactForm {
	position: relative;
	top: 5px;
	left: 15px;
}
#contactForm td {
	vertical-align: top;
}*/
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index:10;
	left: 0;
	width: 100%;
}
.geckoShadow {
	background-color: none;
	background:transparent url(data:image/png;base64,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);
}
.nonGeckoShadow {
	background-color: #000000;
}
#lbHeader {
	text-align: right;
	border: 0;
}
#lbHeader a {
	color: #ffffff;
	font-size: 20px;
}
#lbFrame {
	position: absolute;
	z-index:10;
	left: 50%;
	padding: 0;
	border: 0;
	overflow: hidden;
	border: 0 none;
	background-color: transparent;
}
body.popup {
	background: #FFF;
	border: 0 none;
}
.popup p {
	margin: 10px;
}
#lbIframe {
	border: 0 none;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #FFF;
}
iframe {
	border: 1px solid transparent;
}
/*--- New Popup Stuff ---*/

#newPopUpForm fieldset {
	border: 0 none;
	padding: 15px 25px 0 25px;
	float: left;
	width: 252px;
}
#newPopUpForm fieldset input, #newPopUpForm textarea {
	display: block;
	padding: 3px;
	width: 244px;
	margin-bottom: 10px;
	border: solid 1px #666;
}
#newPopUpForm fieldset input {
	height: 14px;
}
#newPopUpForm input.submitButton {
	border: solid 1px #666;
	display: block;
	padding: 10px;
	width: auto;
	height: auto;
	margin: 5px auto;
	font-weight: bold;
	float: left;
	margin-left: 75px;
}
#newPopUpForm textarea {
	height: 100px;
}
#newPopUpForm label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
/*======== Privacy Policy Tables =====================================================================*/

.individualPage table.privacyTable {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 570px;
	margin: 10px 0 0;
}
.individualPage table.privacyTable.questions {
	border-top: none;
	border-left: 1px solid #ccc;
	width: 570px;
	margin: 0;
}
.individualPage table.privacyTable td, .individualPage table.privacyTable th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	line-height:1.5em;
	padding:10px;
}
.individualPage table.privacyTable th.left {
	width: 75px;
	background: #F7F7C2;
	color: #333333;
}
.individualPage table.privacyTable th.leftLarger, .individualPage table.privacyTable td.leftLarger {
	width: 200px;
}
.individualPage table.privacyTable th {
	background: #F7F7C2;
	text-align: left;
	color: #333333;
}
/* captcha */

#newPopUpForm #captcha {
	width: 200px;
	padding: 15px;
	float: left;
}
#newPopUpForm #captcha input {
	float: none;
	display: block;
	padding: 3px;
	width: 192px;
	height: 14px;
	border: solid 1px #666;
}
#newPopUpForm #captcha p {
	margin: 10px 0;
	text-align: center;
	font-size: 11px;
}
#newPopUpForm #captcha h4 {
	margin: 0 0 5px 0;
	color: #333;
	font: bold 12px Arial, Helvetica, sans-serif;
}
p.title {
	margin: 20px 0 10px 0;
	color: #666;
	font-weight: bold;
	font-size: 11.5px;
	text-align: center;
}

/* formQuestions.css */

#formQuestions fieldset {
	border: 0 none;
	float: left;
	padding: 15px 25px 0 25px;
	width: 252px;	
}
#formQuestions fieldset input, #formQuestions textarea {
	border: solid 1px #666;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	width: 244px;
}
#formQuestions fieldset input {
	height: 22px;
}
#formQuestions input.submitButton {
	border: solid 1px #666;
	display: block;
	float: left;
	font-weight: bold;
	height: auto;
	margin-left: 75px;
	padding: 10px;
	width: auto;
}
#formQuestions textarea {
	height: 100px;
}
#formQuestions label {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}
#formQuestions p.title {
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}

/* captcha */

#formQuestions #captcha {
	float: left;
	padding: 15px;
	width: 200px;
}
#formQuestions #captcha input {
	border: solid 1px #666;
	display: block;
	float: none;
	height: 22px;
	padding: 3px;
	width: 192px;
}
#formQuestions #captcha p { 
	font-size: 11px;
	margin: 10px 0;
	text-align: center;
}
#formQuestions #captcha h4 {
	color: #666;
	font: bold 12px Arial, Helvetica, sans-serif;	
	margin: 0 0 5px 0;
}

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 10px 25px;
	margin-left: 0;
	width: 94%;
}
div#overdraft span, div#overdraft p {
	font-size: 12px;
}
#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: #333333; /* bank specific */
	font-size: 18px;
	width: 94%;
}
#overdraft h2 {
	padding: 5px 0;
	font-size: 16px;
	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;
}
#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 10px;
	width: 90%;
}
#overdraft #overdraftLeft {
	float: left;
	padding-top:20px;
	width: 300px;
	display: inline;
}
#overdraft #overdraftRight {
	float: left;
	width: 425px;
	display: inline;
	padding: 0 0 0 20px;
}
#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: 100px;
	padding-right: 15px;
}
#overdraft #overdraftAltOptions ul {
	margin: 10px 0;
}
#overdraft #overdraftAltOptions ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 13px 0 0; /* bank specific */
	padding: 0;
	width: 220px; /* bank specific */
	height: 160px;
	border: 1px solid #ccc;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/focusbank/image/overdraft_fade.png) bottom left repeat-x #8F8F8F; /* bank specific */
	color:#FFFFFF; /* 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: 15px;
}
#overdraft #overdraftAltOptions p {
	padding: 8px 10px;
	margin: 0;
	width: auto;
	line-height: 15px;
}
#overdraft p.zeroPaddingParagraph {
	padding: 0;
	margin: 0;
}
#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;
}


