/* Legend-Bank.com - layout.css */

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

body {
	background-color: #FFF;
	color: #333;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 810px;
	margin: 0 auto;
	position: relative;
}
#contentWrapper {
	position: relative;
}
h1, h2, h3, h4 {
	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;
}
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 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.darkRed {
	color: #9E0F14;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
}
#billPay { 
	margin-left: -5px;
}
/*====== Header ===========================================================*/

.header {
	position: relative;
	height: 125px;
	width: 100%;
	background: transparent url(/custom/legend-bank/image/header-bg.png) no-repeat right bottom;
}
#siteAlert {
	min-height:70px;
}
#siteAlertTitle {
	margin-top:-24px;
	bottom:0;
}
.application .header {
	background: transparent url(/custom/legend-bank/image/app-header-bg.png) no-repeat left bottom;
}
#logo img {
	position: absolute;
	top: 30px;
	left: 0;
}
#homeHeader {
	background-image: none;
	position:absolute;
	z-index: 10;
}
.header #logoSlogan {
	position: absolute;
	top: 19px;
	left: 167px;
}
#ultraTopNav {
	position: absolute;
	right: 170px;
	top: 34px;
}
#ultraTopNav li {
	float: left;
	padding: 0 7px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666;
	border-right: 1px solid #666;
}
#ultraTopNav li.lastChild {
	border-right: none;
}
#ultraTopNav li a {
	color: #666;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 30px;
	right: 2px;
	height: 20px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
}
#searchForm {
	position: absolute;
	height: 20px;
	width: 121px;
	right: 44px;
	top: 30px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 90px;
	height: 16px;
	background-image: url("/custom/legend-bank/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 20px;
}
#primaryNav {
	position: absolute;
	bottom: 0;
	right: 26px;
}
#primaryNav li {
	float: left;
}
#primaryNav a {
	display: block;
	background: transparent url(/custom/legend-bank/image/priNav-bg.png) no-repeat left top;
	width: 143px;
	height: 28px;
	text-align: center;
	color: #fff;
	font: normal 13px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#primaryNav a:hover, #primaryNav a.inPath {
	background-position: left -28px;
}
/*====== Footer ===========================================================*/

.footer {
	height: 50px;
	position: relative;
	clear: both;
	padding-top: 25px;
	font-size: 9px;
	color: #666;
	background: #fff url(/custom/legend-bank/image/footer-bg.png) no-repeat 182px top;
}
#homeFooter {
	background-image: none;
	padding-top: 0;
}
.application .footer {
	background: transparent url(/custom/legend-bank/image/app-footer-bg.png) no-repeat left top;
}
.footer #firstROI {
	position: absolute;
	top: 35px;
	left: 0;
}
.footer #eh {
	position: absolute;
	top: 35px;
	right: 0;
}
.footer #fdic {
	position: absolute;
	top: 35px;
	right: 30px;
}
.footer #footerNav {
	text-align: center;
	padding: 10px 0 0;
}
#footerNav li {
	display: inline;
	padding: 0 7px;
	border-right: 1px solid #666;
}
#footerNav li.lastChild {
	border-right: none;
}
#footerNav a {
	color: #666;
}
#footerNav a:hover {
	text-decoration: underline;
}
.footer #pWrapper {
	text-align: center;
}
.footer p {
	margin-right: 10px;
	display: inline;
}
/*====== Left Column =========================================================*/

#mainContent {
	position: relative;
	top: 0;
	left: 186px;
	padding: 0 0 25px 0;
	width: 625px;
	min-height: 420px;
	background: transparent url(/custom/legend-bank/image/downstream-content-bg-repeat.png) repeat-y 608px top;
}
.leftColumn {
	position: absolute;
	left: 4px;
	top: 0;
	left: 3px;
	min-height: 100%;
	width: 185px;
	background: transparent url(/custom/legend-bank/image/downstream-left-column-bg-repeat.png) repeat-y right top;
}
.leftColumn #oneNation {
	margin: 21px 0 10px 1px;
}
.leftColumn #quickLinks {
	width: 185px;
	height: 200px;
	background: transparent url(/custom/legend-bank/image/downstream-quick-links-bg.png) no-repeat left top;
}
#leftNavTop {
	background: transparent url(/custom/legend-bank/image/leftNav-bg-top.png) no-repeat left top;
	width: 185px;
	height: 5px;
}
#leftNavBottom {
	background: transparent url(/custom/legend-bank/image/leftNav-bg-bottom.png) no-repeat left top;
	height: 5px;
	width: 185px;
	margin-bottom: 5px;
}
#leftNav {
	background: transparent url(/custom/legend-bank/image/leftNav-bg-repeat.png) repeat-y left top;
	width: 185px;
}
#leftNav li {
	margin: 0 8px;
}
#leftNav li li {
	margin: 0;
}
#leftNav li h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0;
	border-bottom: 1px solid #999;
}
#leftNav li.lastChild h2 {
	border-bottom: none;
}
#leftNav li h2 a {
	color: #333;
	display: block;
	padding: 3px 0 3px 5px;
}
#leftNav li.inPath h2 a, #leftNav li h2 a:hover {
	color: #9E0E13;
}
#leftNav li li h3 {
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 0;
	border-bottom: 1px solid #999;
}
#leftNav li li a {
	color: #333;
	display: block;
	padding: 3px 0 3px 22px;
}
#leftNav li li.inPath a, #leftNav li li a:hover {
	color: #00447C;
}
#quickLinks h2 {
	margin: 0;
	padding: 10px 0 0 36px;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#quickLinks ul {
	margin-top: 6px;
}
#quickLinks li {
	border-bottom: 1px solid #999;
	margin: 0 15px;
	padding: 2px 0 3px;
}
#quickLinks li.lastChild {
	border-bottom: none;
}
#quickLinks li a {
	display: block;
	height: 13px;
	padding-left: 23px;
	padding-top: 3px;
	font-size: 10px;
	color: #fff;
}
#quickLinks li a:hover, #quickLinks li a.selected {
	color: #C4D8E8;
}
#quickLinksNav li.nthChild-1 a {
	background: transparent url(/custom/legend-bank/image/ql-lost-card-icon.png) no-repeat left top;
}
#quickLinksNav li.nthChild-1 a:hover, #quickLinksNav li.nthChild-1 a.selected {
	background-position: left -16px;
}
#quickLinksNav li.nthChild-2 a {
	background: transparent url(/custom/legend-bank/image/ql-reorder-checks-icon.png) no-repeat left top;
}
#quickLinksNav li.nthChild-2 a:hover, #quickLinksNav li.nthChild-2 a.selected {
	background-position: left -16px;
}
#quickLinksNav li.nthChild-3 a {
	background: transparent url(/custom/legend-bank/image/ql-calculators-icon.png) no-repeat left top;
}
#quickLinksNav li.nthChild-3 a:hover, #quickLinksNav li.nthChild-3 a.selected {
	background-position: left -16px;
}
#quickLinksNav li.nthChild-4 a {
	background: transparent url(/custom/legend-bank/image/ql-raymond-james-icon.png) no-repeat left top;
	font-size: 9px;
}
#quickLinksNav li.nthChild-4 a:hover, #quickLinksNav li.nthChild-4 a.selected {
	background-position: left -16px;
}
#safetyNav li.nthChild-1 a {
	background: transparent url(/custom/legend-bank/image/ql-fraud-icon.png) no-repeat left top;
}
#safetyNav li.nthChild-1 a:hover, #safetyNav li.nthChild-1 a.selected {
	background-position: left -16px;
}
#safetyNav li.nthChild-2 a {
	background: transparent url(/custom/legend-bank/image/ql-identity-theft-icon.png) no-repeat left top;
	height: 15px;
}
#safetyNav li.nthChild-2 a:hover, #safetyNav li.nthChild-2 a.selected {
	background-position: left -18px;
}
/*====== Home Page =================================================*/
#homeLeft {
	position: absolute;
	top: 160px;
	left: 1px;
	width: 190px;
}
#homeLeft img#oneNation {
	margin: 0 0 10px 3px;
}
#homeLeft #obLogin {
	width: 170px;
	height: 185px;
	padding: 10px;
	background: transparent url(/custom/legend-bank/image/online-banking-bg.png) no-repeat left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}
#homeLeft #obLogin h2 {
	margin: 0 0 5px;
	padding-left: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	background: transparent url(/custom/legend-bank/image/online-banking-lock.png) no-repeat left top;
}
#obLogin label {
	margin-left: 4px;
}
#obLogin #accessId {
	font-size: 11px;
	display: block;
	margin-left: 0;
}
#obLogin a {
	text-decoration: underline;
	font-size: 11px;
}
#obLogin select {
	margin-top: 8px;
}
#homeLeft #quickLinks {
	width: 190px;
	height: 205px;
	margin-top: 5px;
	background: transparent url(/custom/legend-bank/image/quick-links-bg.png) no-repeat left top;
}
#homeContent {
	width: 627px;
	height: 495px;
	margin-top: 122px;
	margin-bottom: 40px;
	float: right;
	background: transparent url(/custom/legend-bank/image/home-content-bg.png) no-repeat left top;
}
#obLogin input {
	margin-bottom: 5px;
}
#obLogin ul {
	margin-left: 3px;
	margin-top: 3px;
}
#flashBanner {
	width: 595px;
	height: 449px;
	margin: 22px auto;
}
/*====== Category Page =============================================*/
div#categoryBanner {
	width: 597px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}
div#categoryBanner img {
	border: 2px solid #999999;
}
#productCategory {
	position: relative;
	width: 550px;
	margin: 0;
}
/* listing1ColumnA.css v1.1 */
#searchResults ul {
	margin: 0;
}
#searchResults div.listing1ColumnA li {
	list-style-type: none;
}
#searchResults div.listing1ColumnA p {
	position: absolute;
	left: 0;
	top: 15px;
	padding-right: 25px;
}
#searchResults h4 a {
	text-decoration: none;
}
div.listing1ColumnA {
	position: relative;
	margin: 0 auto;
	width: 590px;
}
div.listing1ColumnA li {
	position: relative;
	width: 100%;
	height: 109px;
}
div.listing1ColumnA li img {
	position: absolute;
	top: 7px;
	left: 0;
	border: 2px solid #999;
}
div.listing1ColumnA div.productContent {
	position: absolute;
	top: 7px;
	left: 177px;
	width: 420px;
}
div#searchResults div.productContent {
	left: 0;
}
div.listing1ColumnA div.productContent p {
	float: left;
	margin: 2px 0 2px 0;
	padding-right: 20px;
	width: 180px;
	border-right: 1px dotted #00589A;
}
div.listing1ColumnA div.productContent h3 {
	margin: 0;
	font: bold 13px Helvetica, Arial, sans-serif;
}
div.listing1ColumnA div.productContent h3 a {
	border: none;
	float: none;
	width: auto;
	color: #00447C;
}
div.listing1ColumnA div.productContent h3 a:hover {
	color: #9E0F14;
}
div.listing1ColumnA div.productContent ul {
	position: absolute;
	right: 0;
	padding-left: 10px;
}
div.listing1ColumnA li li {
	float: none;
	width: 175px;
	list-style-type: disc;
	list-style-position: outside;
	position: static;
	border: none;
}
div.listing1ColumnA div.productContent li {
	padding: 0;
	color: #AAA;
	height: auto;
	width: 180px;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: top;
	margin-left: 10px;
}
div#searchResults div.productContent li {
	list-style-type: disc;
}
div.listing1ColumnA div.productContent li span {
	color: #666;
}
div.listing1ColumnA h4 {
	position: absolute;
	top: 64px;
	clear: left;
	margin: 0;
}
div#searchResults div.listing1ColumnA h4 {
	top: 74px;
}
div.listing1ColumnA h4 a {
	display: block;
	height: 21px;
	width: 77px;
	text-align: center;
	background: transparent url(/custom/legend-bank/image/learn-more.png) no-repeat 0 0;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	color: #fff;
}
div.listing1ColumnA h4 a:hover {
	background: transparent url(/custom/legend-bank/image/learn-more.png) no-repeat 0 -21px;
}
/* end listing1ColumnA.css */


/* 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 =============================================*/
#printButton, #shareButton {
	position: absolute;
	top: 278px;
}
#printButton {
	right: 30px;
}
#shareButton {
	right: 75px;
}
#productHeader {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#productPhoto {
	position: absolute;
	top: 45px;
	right: 30px;
}
.productHead {
	padding-left: 14px;
	margin: 10px 0;
}
#productSummary {
	padding: 20px 0 0 30px;
	font-size: 11.5px;
	float: left;
	width: 277px;
	margin-bottom: 15px;
	min-height: 272px;
}
#productSummary h1 {
	font: normal 26px Arial, Helvetica, sans-serif;
	color: #21497A;
}
#productSummary p, #productDetails p {
	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;
}
#productSummary a {
	text-decoration: underline;
}
#productSummary a.blue {
	color:#00447C;
}
#productDetails {
	clear: both;
	width: 560px;
	margin: 0 auto;
	border-top: 1px dotted #00589A;
	padding-left: 14px;
}
#productDetails .openNow {
	float: none;
	margin-top: 15px;
}
.openNow {
	float: left;
	margin-right: 15px;
}
.openNow a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 19px;
    padding: 6px 0 0;
    text-align: center;
    text-decoration: none!important;
    width: 97px;
	background: transparent url(/custom/legend-bank/image/btn-open-now.png) no-repeat 0 0;
}
.openNow a:hover {
	background-position: 0 -25px;
}
.questions a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 16px;
    padding: 3px 0 0;
    text-align: center;
    text-decoration: none!important;
    width: 80px;
	background: transparent url(/custom/legend-bank/image/btn-questions.png) no-repeat 0 0;
}
.questions a:hover {
	background-position: 0 -19px;
}
#tellMeMoreButton {
	float: left;
	margin-top: 5px;
}
#customerSupport {
	position:relative;
	float: left;
	margin: 4px 0 0 4px;
	width: 111px;
}



/* Tabs */

dl#roi_tabs {
	width: 410px;
	display:block;
	list-style: none;
	position: relative;
}
dl#roi_tabs dt {
	color: #999;
	padding: 12px 20px 12px 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}
dl#roi_tabs dd {
	padding: 5px 5px 0 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
}
dl#roi_tabs dd a {
	text-decoration: underline;
}
dl#roi_tabs dt.selected {
	color: #333;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
dt.linkTab a {
	color: #999999;
}
/*====== Individual Page ==============================================================================*/
.individualPage {
	padding: 20px 30px;
}
.individualPage h1.pageHead {
	font: normal 26px Arial, Helvetica, sans-serif;
	color: #21497A;
}
.individualPage a {
	text-decoration: underline;
}
.individualPage p {
	margin: 10px 0;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
}
.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}
.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}
#FAQ dt {
	margin: 10px 0;
	font-weight: bold;
}
#FAQ th {
	text-align: left;
}

#directors img {
	display: block;
	margin: 0 auto;
}
/*====== Sitemap ====================================================================================*/

#sitemap {
	margin-top: 20px;
}
#sitemapNav {
	margin-top: 30px;
}
#sitemapNav li {
	width: 160px;
	float: left;
	margin-right: 25px;
}
#sitemapNav li li {
	width: auto;
	float: none;
	margin-right: 0;
}
#sitemap div.clear {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #CCC;
}
#sitemap div.clear div {
	width: 160px;
	float: left;
	margin-right: 25px;
}
#sitemap div.clear ul {
	padding-bottom: 25px;
}

/*====== Tables/Charts ====================================================================================*/
#rates table {
	border:1px solid #333333;
	margin:10px 0;
	width:80%;
}
#rates table td {
	padding:5px 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align:left;
}
#rates table td.products {
	width: 240px;
	padding:5px 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #e7e7e7;
	font-weight: bold;
	text-align:left;
}

#rates table tr.totalAmount {
	color: #fff;
	background-color: #BAD2E4;
}
/*====== Locations ====================================================================================*/
#locations {
	background: transparent url(/custom/legend-bank/image/app-content-bg.png) repeat-y left top;
}
#locations h2 {
	margin-bottom: 3px;
}
#map {
	height: 300px;
}
#locations th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 250px;
	vertical-align: top;
}
#locations th.timeName {
	width: 137px;
}
#locations td.timeValue {
	width: 130px;
}
#locations ul {
	margin: 20px 0;
}
#locations ul li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
#locations p {
	margin-top: 0;
}
#locations p a {
	font-weight: bold;
}
/*Business Online Banking*/
fieldset#newApplication fieldset#businessContactInformation #containerOne {
	float: left;
	width: 500px;
}
fieldset#newApplication fieldset#businessContactInformation #containerOne div.radioWlabel {
	margin-left: -25px;
	margin-bottom:10px;
	display:block;
	float:right;	
	width:280px;
}
fieldset#newApplication fieldset#businessContactInformation table td.tableSelect div.tableradioWlabel {
	margin-left: -25px;
	margin-bottom:10px;
	display:block;
	float:right;
	width: 80px;
	text-align: center;
}
fieldset#newApplication .accountRow {
	width: 700px;
	margin-bottom:10px;
}
fieldset#newApplication .accountRow input {
	width: 200px;
	margin: 4px 14px;
}
fieldset#newApplication .accountRow div.radioWlabel {
	display:block;
	float:left;
	margin-bottom:10px;
	width:50px;
}
fieldset#newApplication #loanInfo div#radioWlabel table {
	clear: both;
}

/*======== Application ===============================================================================*/

#verifyButtons img {
	margin: 50px;
}
/* captcha */

fieldset#newApplication #captcha {
	width: 200px;
	margin: 0 auto;
}
fieldset#newApplication #captcha input {
	float: none;
	width: 194px;
	display: block;
	margin: 10px 0;
}
fieldset#newApplication #captcha p {
	margin: 0;
	text-align: center;
}
/* 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/legend-bank/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: #21497A;
	font-size: 32px;
	padding: 0 0 5px 0;
	margin: 0 0 0 170px;
	width: 410px;
}
fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 16px;
	padding-bottom: 0;
	margin: 0;
}
fieldset#newApplication div#introText {
	border-top: 1px solid #21497A;
	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: 200px;
}
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: 250px;
}
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 #accountNumbers {
	width: 260px;
	float: left;
}
fieldset#newApplication #accountNumbers input {
	display: block;
	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, fieldset#newApplication fieldset#beneficiarySwitch 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 /*\**/:20px\9
	}
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: 260px;
	padding-top: 1px;
}
fieldset#newApplication select#contact_information-branch {
	margin-top: 6px;
}
/* divs and fieldsets and legends */

fieldset#newApplication {
	width: 100%;
	margin: 0 auto;
	line-height: normal;
	border: 0 none;
	background: #fff url(/custom/legend-bank/image/app-content-bg.png) repeat-y left top;
}
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;
}
/* formEmploymentApplication.css v1.0 */ 

fieldset#newApplication fieldset#educationInformation table {
	margin-bottom: 25px;
}
fieldset#newApplication fieldset#educationInformation table tr.tableHead th {
	padding-bottom: 10px;
	font-weight: normal;
}
fieldset#newApplication fieldset#educationInformation table input {
	width: 146px;
}
fieldset#newApplication fieldset#educationInformation table select {
	width: 60px;
	margin: 0 20px;
}
fieldset#newApplication fieldset#educationInformation .tableLabel {
	text-align: left;
	font-weight: normal;
	padding-right: 15px;
}
fieldset#newApplication fieldset#educationInformation .tableInput {
	width: 150px;
}
fieldset#newApplication fieldset#educationInformation .tableSelect {
	width: 100px;
}
fieldset#newApplication fieldset#educationInformation table td, fieldset#newApplication fieldset#educationInformation table th {
	vertical-align: top;
}
/* end formEmploymentApplication.css */

label.jointRequired {
	font-weight: bold;
}
#CAssnExplanation, #PAssnExplanation {
	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 #CAssnExplanation p, fieldset#newApplication #PAssnExplanation p {
	padding: 0 0 20px 0;
	margin: 0;
}
#CAssnExplanation p.center, #PAssnExplanation p.center {
	text-align: center;
	color: #013260;
}
#CAssnExplanation p a, #PAssnExplanation p a {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 5px;
}


/*======== 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 10px 10px 10px;
	border: 1px solid #CCC;
}
#contactUs fieldset fieldset {
	border: 0 none;
	padding: 0 0 10px 0;
}
#contactUs form {
	font-size: 12px;
}
#contactUs label {
	float: left;
	padding-bottom: 10px;
	padding-right: 25px;
	width: 186px;
	text-align: right;
}
#contactUs input, #contactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;
}
#contactUs input.submitButton {
	float: none;
	margin: 0 0 0 209px;
	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;
}
#contactUs #friendsToEmail {
	margin-top: 10px;
}
#contactUs p.clear {
	clear: both;
	margin-left: 212px;
}
#contactUs input#emailConfirmation {
	margin-left: 80px;
	margin-right: 10px;
	display: inline;
	width: auto;
}
#contactUs img#checks {
	display: block;
	margin: 0 auto;
}
/* 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 ---*/
span.requiredText {
	font-size: 10px;
	color: #999;
}
#newPopUpForm fieldset {
	border: 0 none;
	padding: 25px 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: 0 auto;
	font-weight: bold;
	float: left;
	margin-left: 85px;
}
#newPopUpForm textarea {
	height: 100px;
}
#newPopUpForm label {
	display: block;
	margin-bottom: 5px;
}
#newPopUpForm p {
	margin: 0 0 20px 0;
}
/* captcha */

#newPopUpForm #captcha {
	width: 200px;
	padding: 25px;
	float: left;
}
#newPopUpForm #captcha input {
	float: none;
	width: 192px;
	display: block;
	margin: 10px 0;
}
#newPopUpForm #captcha p {
	margin: 0;
	text-align: center;
}
#newPopUpForm #captcha h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
#newPopUpForm h2 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

/* ========================== RegE =========================================== */
#regEForm fieldset#newApplication span.redText {
	color: #770000;
}
#regE {
	padding: 20px 30px 0;
}

#regE #optToggle,
#regE #optAccounts {
	display: none;
	margin-bottom: 10px;
}

#regE #overdraftAltOptions ul {
	margin: 10px 0 0;
	overflow: hidden;
}

#regE #overdraftAltOptions ul li {
display:inline;
float:left;
list-style-type:none;
margin:0 20px 0px 0;
width:173px;
font-size: 100%;
padding: 0px;
height: 153px;
border: 1px solid #ccc;
}

#regE #overdraftAltOptions ul li.last {
	margin: 0;
}

#regE #overdraftAltOptions ul li h3 {
  font-weight: bold;
  background: #A7B7CA;
	padding: 10px;
	margin: 0;
}

#regE #overdraftAltOptions ul li p {
	padding: 10px;
	margin: 0;
}

/* Reg E Form */
#regEForm {
	background:none repeat scroll 0 0 #eee;
	float:left;
	margin:20px auto;
	padding:0 10px 10px;
	width:545px;
}

#applicationPage #regEForm #validateForm {
  margin:0;
}


#regEForm fieldset#newApplication  {
  background:none;
  padding:0px;
}

#optInLeft {
  width: 260px;
  float: left;
}

#optInRight {
  width: 280px;
  float: right;
}

#regEForm fieldset#newApplication label {
  float:left;
  padding:3px 5px 0 0;
  width:85px;
  text-align: left;
}

#regEForm fieldset#newApplication label em {
	font-weight: normal;
	font-style: italic;
}

#regEForm fieldset#newApplication label em:before {
	content: "(";
}

#regEForm fieldset#newApplication label em:after {
	content: ")";
}

#regEForm fieldset#newApplication label.error {
margin:-20px 0 20px;
padding:0;
text-align:right;
width:242px;
color: #FF0000;
font-weight: bold;
}

#regEForm fieldset#newApplication input {
  float: left;
  margin-bottom: 2.5em;
  background: #fff;
  border: 1px solid #cccccc;
  height: 17px;
  width: 150px;
}

#regEForm input:focus {
  border: 1px solid #999;
}

#regEForm input.error {
  background-color:#F6F6CB;
  border:1px solid #FF0000;
}

#regEForm fieldset#newApplication #optInRight .eSignCheckbox {
	font-size:11px;
  line-height: 125%;
}
#regEForm fieldset#newApplication #optInRight .eSignCheckbox strong {
	color: #21497A;
  font-weight: normal;
}

#regEForm fieldset#newApplication #optInRight .eSignCheckbox input {
	clear: both;
	float: left;
	margin: 0 10px 0 0;
	width: 15px !important;
}

#regEForm fieldset#newApplication #optInRight .eSignCheckbox span {
	display: inline-block;
	margin: 3px 0 10px;
	width: 90%;
}

#regEForm fieldset#newApplication #optInRight input {
	width: 175px;
	margin-bottom: 10px;
}

#regEForm fieldset#newApplication #optInRight .radioWlabel {
	width: 400px;
	margin: 10px 0 0;
}

#regEForm fieldset#newApplication #optInRight .radioWlabel input {
	clear:both;
	float:left;
	margin:2px 10px 0 0;
	width:10px;
}

#regEForm fieldset#newApplication #optInRight .radioWlabel span {
	display:block;
	float:left;
	margin:0 0 10px;
	width:350px;
}

#regEForm fieldset#newApplication #optInRight label {
	width: 60px;
	padding-right: 15px;
}

#regEForm fieldset#newApplication #optInRight label.error {
display:block;
float:none;
margin:0;
padding-right:0;
text-align:left;
width:160px;
}

#regEForm fieldset#newApplication #optInRight label.esign-ssn {
padding-right:15px;
width:280px;
color: #666;
float: right;
}

#regEForm fieldset#newApplication #optInRight input#personal_information-ssn {
	margin: 0;
}

#regEForm fieldset#newApplication #optInRight p {
  margin: 5px 0;
}

#regEForm fieldset#newApplication #optInRight p strong {
	color: #21497A;
  font-weight: normal;
}

#regEForm fieldset#newApplication #optInRight input.submitButton {
background:none repeat scroll 0 0 #A7B7CA;
border:0 none;
color:#333333;
cursor:pointer;
display:block;
float:none;
font-size:12px;
font-weight:bold;
height:30px;
margin:0;
overflow:hidden;
text-transform:uppercase;
width:93px;
}

#regEForm fieldset#newApplication #optInRight input.submitButton:hover {
  background: #B5C2D1;
}

#regEForm fieldset#newApplication #optInRight input.inputX {
clear:both;
float:left;
margin:0 10px 0 0;
width:15px !important;
}

#regE #optYes, #regE #optNo {
	float: left;
	margin-bottom: 15px;
}

fieldset#newApplication input#estatementsCheckbox {
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:6px;
}

fieldset#newApplication input#estatementsCheckbox {
	width:13px;
}
/*======== For Alert New Pop Up ================================================*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #ccc url(../image/alert-title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	background: transparent url(../image/alert-info.gif) 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(../image/info.gif);
}
#popup_content.confirm {
	background-image: url(../image/alert-important.gif);
}
#popup_content.prompt {
	background-image: url(../image/alert-help.gif);
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}

/*======== End of New Pop Up ============*/
