/* Template First Branch - layout.css */

html, body {
height: 100%;
}

body {
background: #333333 url("../image/background.png") repeat;
font-family: Helvetica, Arial, sans-serif;
font-size: 62.5%;
font-weight: normal;
color: #333333;
}

#wrapper {
width: 850px;
min-height: 100%;
margin: 0 auto;
padding: 0 15px;
background: url("../image/wrapper-background.png") repeat-y;
}

a {
text-decoration: none;
color: #333;
outline: none;
}

strong {
font-weight: bold;
}

em {
font-style: italic;
}

ul li {
list-style-type: none;
list-style-position: outside;
}

address {
padding-bottom: .75em;
font-size: 1.3em;
line-height: 1.25;
}

/*====== Header =======================================================================================*/
#header {
position: relative;
height: 155px;
width: 100%;
}

h1#logo {
position: absolute;
top: 30px;
left: 55px;
font-size: 1em;
}

h1#logo a {
display: block;
width: 231px;
height: 72px;
text-indent: -9999px;
background: transparent url("../image/logo.png") no-repeat left top;
}

#primaryNav {
position: absolute;
top: 124px;
left: 0;
width: 681px;
height: 31px;
}

ul#primaryNav {
}

ul#primaryNav li {
display: inline;
}

ul#primaryNav li a {
display: block;
float: left;
width: 170px;
height: 31px;
background-color: transparent;
background-image: url("../image/primary-nav.png");
background-repeat: no-repeat;
text-indent: -9999em;
}

ul#primaryNav li.nthChild-1 a {
background-position: 0 0;
}

ul#primaryNav li.nthChild-2 a {
background-position: -170px 0;
}

ul#primaryNav li.nthChild-3 a {
background-position: -340px 0;
}

ul#primaryNav li.nthChild-4 a {
background-position: -510px 0;
}

ul#primaryNav li.nthChild-1 a:hover, ul#primaryNav li.nthChild-1 a.hover, ul#primaryNav li.nthChild-1 a.inPath {
background-position: 0 -31px;
}

ul#primaryNav li.nthChild-2 a:hover, ul#primaryNav li.nthChild-2 a.hover, ul#primaryNav li.nthChild-2 a.inPath {
background-position: -170px -31px;
}

ul#primaryNav li.nthChild-3 a:hover, ul#primaryNav li.nthChild-3 a.hover, ul#primaryNav li.nthChild-3 a.inPath {
background-position: -340px -31px;
}

ul#primaryNav li.nthChild-4 a:hover, ul#primaryNav li.nthChild-4 a.hover, ul#primaryNav li.nthChild-4 a.inPath {
background-position: -510px -31px;
}

#ultraTopNav {
position: absolute;
top: 1em;
right: 2em;
}

#ultraTopNav li {
float: left;
padding: 0 0.75em;
font-size: 1.1em;
border-right: 1px solid #666666;
}

#ultraTopNav li.lastChild {
padding-right: 0;
border: none;
}

#ultraTopNav li a {
color: #666666;
}

#ultraTopNav li a:hover, #ultraTopNav li a:active {
color: #E52224;
}

#searchForm {
position: absolute;
top: 124px;
right: 0;
width: 170px;
height: 31px;
background: url("../image/search-background.png") no-repeat;
}

#searchForm input#roi_input {
position: absolute;
top: 6px;
left: 9px;
width: 112px;
height: 16px;
padding: 4px 10px 0;
border: none;
background: url("../image/search-input-background.png") no-repeat;
font-size: 1.1em;
}

#searchForm input#searchButton {
position: absolute;
top: 6px;
right: 11px;
width: 18px;
height: 20px;
}

/*====== Footer =======================================================================================*/
#footer {
height: 5em;
position: relative;
clear: both;
}

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

#footer #eh {
position: absolute;
top: 0;
right: 20px;
}

#footer #fdic {
position: absolute;
top: 0;
right: 55px;
}

#footer #footerNav {
padding: .5em 0 .25em 0;
text-align: center;
}

#footerNav li {
display: inline;
padding: 0 1em;
border-right: 1px solid #666666;
}

#footerNav li.firstChild {
padding-left: 0;
}

#footerNav li.lastChild {
padding-right: 0;
border: none;
}

#footerNav li a {
font-size: 1.1em;
color: #666666;
}

#footerNav a:hover, #footerNav a:active {
color: #E52224;
}

#footer p {
font-size: 1.1em;
text-align: center;
color: #666666;
}

/*====== Main Content =================================================================================*/
#mainContent {
width: 618px;
float: right;
padding: 25px 22px 40px 0;
}

/*====== Left Column ==================================================================================*/
#leftColumn {
float: left;
clear: left;
padding: 25px 0 30px 12px;
width: 185px;
}

#leftNav {
padding: 0 0 20px 0;
}

#leftNav li a {
display: block;
padding: 6px 15px 4px;
}

#leftNav li h2 {
font-size: 1.4em;
font-weight: bold;
}

#leftNav li h2 a {
color: #ffffff;
background-color: #E52324;
background-image: url("../image/leftnav-background.png");
background-repeat: no-repeat;
background-position: left bottom;
}

#leftNav li.inPath h2 a, #leftNav li h2 a:hover {
background-color: #E52324;
background-position: -185px 0;
}

#leftNav li li h3 {
font-size: 1.3em;
}

#leftNav li li h3 a {
padding-left: 14px;
padding-right: 14px;
border: 1px solid #cccccc;
background-color: #ffffff;
background-image: url("../image/leftnav-background.png");
background-repeat: no-repeat;
background-position: -370px bottom;
color: #004679;
}

#leftNav li li a:hover {
color: #C91D1C;
}

#leftNav li li.inPath a {
color: #770105;
}

#aboutUs #leftNav li h2 a {
padding-left: 14px;
padding-right: 14px;
border: 1px solid #cccccc;
background-color: #ffffff;
background-position: -370px bottom;
color: #004679;
}

#aboutUs #leftNav li h2 a:hover {
color: #C91D1C;
}

#aboutUs #leftNav li.inPath h2 a {
color: #770105;
}

#aboutUs #leftNav li h2 a.firstChild {
color: #ffffff;
background-color: #E52324;
background-position: -185px 0;
}

#leftColumn #quickLinks {
padding: 8px 12px 3px;
background: url("../image/quicklinks-downstream-background.png") no-repeat 0 bottom;
}

#leftColumn #quickLinks h2 {
margin: 0 0 10px 5px;
padding: 0 14px 0 27px;
background: url("../image/quicklinks-icon.png") no-repeat;
font-size: 1.1em;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
}

#leftColumn #quickLinks ul li {
font-size: 1.2em;
border-bottom: 1px solid #00223D;
}

#leftColumn #quickLinks ul li.lastChild {
border: none;
}

#leftColumn #quickLinks ul li a {
display: block;
padding: 5px 4px;
color: #ffffff;
}

#leftColumn #quickLinks ul li a:hover {
color: #DCC79F;
}

#obLoginLink {
position: absolute;
top: 55px;
right: 0;
width: 243px;
height: 32px;
padding: 12px 0 0 33px;
background: url("../image/online-banking-link-background.png") no-repeat;
cursor: pointer;
}

#obLoginLink h2 {
float: left;
width: 60px;
height: 20px;
padding-left: 155px;
background: url("../image/online-banking.png") no-repeat 0 2px;
text-indent: -9999em;
}

#obLoginLink h2 a {
float: left;
display: block;
width: 60px;
height: 20px;
background-color: transparent;
background-image: url("../image/online-banking-link-button.png");
background-repeat: no-repeat;
background-position: 0 0;
}

#obLoginLink h2 a:hover {
background-position: 0 -20px;
}

/*====== Home Page ====================================================================================*/
body#home #mainContent {
float: none;
width: auto;
padding: 0 0 40px 0;
}

#obLogin {
position: absolute;
top: 40px;
right: 0;
width: 512px;
height: 63px;
background: url("../image/online-banking-background.png") no-repeat;
}

#obLogin h2 {
position: absolute;
top: 25px;
left: 22px;
width: 145px;
height: 15px;
background: url("../image/online-banking.png") no-repeat;
text-indent: -9999em;
}

#obLogin form {
position: absolute;
top: 23px;
left: 176px;
}

#obLogin form ol {
position: relative;
float: left;
}

#obLogin form ol li {
position: relative;
padding-bottom: 4px;
}

#obLogin form label {
font-size: 1.1em;
line-height: 19px;
}

#obLogin form ol li label.overlabel-apply {
position: absolute;
top: 1px;
left: 7px;
z-index: 1;
}

#obLogin form input {
font-family: Helvetica, Arial, sans-serif;
background: url("../image/online-banking-input-background.png") no-repeat;
border: none;
width: 107px;
height: 14px;
margin-top: 1px;
padding: 4px 6px 0;
font-size: 1.1em;
}

#obLogin form button {
position: absolute;
top: 0;
left: 120px;
width: 60px;
height: 20px;
background-color: transparent;
background-image: url("../image/online-banking-login-button.png");
background-repeat: no-repeat;
background-position: 0 0;
border: none;
cursor: pointer;
text-indent: -9999em;
}

#obLogin form button:hover {
background-position: 0 -20px;
}

#obLogin #obNav {
position: absolute;
top: 28px;
right: 25px;
width: 118px;
font-size: 1.1em;
}

#obLogin #obNav a {
display: block;
padding-left: 10px;
background: url("../image/black-triangle.png") no-repeat 0 1px;
color: #333333;
}

#obLogin #obNav a:hover, #obLogin #obNav a:active {
color: #E52324;
}

body#home #quickLinks {
height: 26px;
margin: 8px 0;
background: url("../image/quicklinks-background.png") repeat-x;
font-family: Futura, Helvetica, Arial, sans-serif;
line-height: 2.6em;
text-align: center;
}

body#home #quickLinks h2 {
display: inline;
padding: 0 14px 0 27px;
background: url("../image/quicklinks-icon.png") no-repeat;
font-size: 1.1em;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
}

body#home #quickLinks ul {
display: inline;
}

body#home #quickLinks ul li {
display: inline;
}

body#home #quickLinks ul li a {
display: inline-block;
color: #ffffff;
font-size: 1.2em;
padding: 0 14px;
background: url("../image/quicklinks-divider.png") no-repeat 0 9px;
}

body#home #quickLinks ul li a:hover, body#home #quickLinks ul li a:active {
color: #DCC79F;
}

body#home #quickLinks ul li.lastChild a {
padding-right: 0;
}

#homeFeaturedProducts ul li {
position: relative;
display: inline;
float: left;
width: 208px;
height: 138px;
border: 1px solid #D7D1CC;
margin-right: 3px;
background-color: transparent;
background-image: url("../image/home-featured-products-background.png");
background-repeat: no-repeat;
background-position: 0 0;
cursor: pointer;
}

#homeFeaturedProducts ul li.nthChild-1 {
border-left: none;
margin-right: 4px;
}

#homeFeaturedProducts ul li.nthChild-3 {
border-right: none;
margin-right: 4px;
}

#homeFeaturedProducts ul li.nthChild-4 {
border-right: none;
margin: 0;
}

#homeFeaturedProducts ul li h3 {
width: 210px;
padding: 120px 0 .4em 0;
font-family: Futura, Helvetica, Arial, sans-serif;
font-size: 1.4em;
text-align: center;
}

#homeFeaturedProducts ul li h3 a {
color: #ffffff;
}

#homeFeaturedProducts ul li p {
padding: 10px 24px 0;
font-family: "Gill Sans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
font-size: 1.4em;
line-height: 1.2;
color: #666666;
display: none;
}

#homeFeaturedProducts ul li img {
position: absolute;
top: 0;
left: 0;
}

#homeFeaturedProducts ul li.nthChild-1 img {
padding: 9px 0 0 50px;
}

#homeFeaturedProducts ul li.nthChild-2 img {
padding: 9px 0 0 40px;
}

#homeFeaturedProducts ul li.nthChild-3 img {
padding: 9px 0 0 40px;
}

#homeFeaturedProducts ul li.nthChild-4 img {
padding: 14px 0 0 42px;
}

/*====== Category Page =================================================================================*/
#featuredProduct {
position: relative;
width: 301px;
height: 190px;
padding: 35px 15px 0 312px;
border: 1px solid #01467C;
cursor: pointer;
}

#featuredProduct h1 {
position: relative;
z-index: 10;
padding: 0 0 10px 0;
font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
font-size: 2.6em;
color: #ffffff;
}

#featuredProduct p {
position: relative;
z-index: 10;
padding: 0 0 10px 0;
font-family: Futura, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
font-size: 1.6em;
line-height: 1.25;
color: #ffffff;
}

#featuredProduct ul {
position: relative;
z-index: 10;
padding-left: 1em;
font-size: 1.3em;
line-height: 1.25;
color: #ffffff;
}

#featuredProduct ul li {
list-style-type: disc;
}

#featuredProduct img {
position: absolute;
top: 0;
left: 0;
}

#featuredProduct h3 a {
position: absolute;
top: 185px;
right: 45px;
display: block;
width: 99px;
height: 24px;
background-image: url("../image/learn-more.png");
background-repeat: no-repeat;
background-position: 0 0;
text-indent: -9999em;
z-index: 10;
}

#featuredProduct h3 a:hover, #featuredProduct.active h3 a {
background-position: 0 -24px;
}

#secondaryProducts {
padding: 15px 0 0 0;
}

#secondaryProducts ul li {
position: relative;
width: 619px;
height: 106px;
padding: 9px 0 0 11px;
margin: 0 0 6px 0;
background-image: url("../image/secondary-products-background.png");
background-repeat: no-repeat;
background-position: 0 0;
cursor: pointer;
}

#secondaryProducts ul li.active {
background-position: 0 -115px;
}

#secondaryProducts ul li h2 {
margin: 0 15px 10px 127px;
padding: 1em 0 .5em .2em;
border-bottom: 1px solid #00467C;
}

#secondaryProducts ul li h2 a {
font-size: 1.8em;
}

#secondaryProducts ul li img {
float: left;
border: 1px solid #01467C;
margin-right: 15px;
}

#secondaryProducts ul li p {
padding-left: 5px;
font-size: 1.3em;
line-height: 1.25;
width: 205px;
float: left;
}

#secondaryProducts ul li h3 {
position: absolute;
top: 23px;
right: 25px;
text-transform: uppercase;
}

#secondaryProducts ul li h3 a {
padding: 0 0 0 15px;
background-image: url("../image/secondary-products-arrow.png");
background-repeat: no-repeat;
background-position: 0 2px;
font-size: 1.3em;
color: #666666;
}

#secondaryProducts ul li h3 a:hover {
background-position: 0 -38px;
color: #930A17;
}

#secondaryProducts ul ul {
padding-left: 20px;
background: none;
float: left;
width: 245px;
}

#secondaryProducts li li {
padding: 0;
margin: 0;
width: auto;
height: auto;
background: none;
list-style: inside disc;
font-size: 1.3em;
line-height: 1.25;
}

/*====== Product Page =================================================================================*/
#productPage {
position: relative;
}

#productPhoto {
display: inline;
float: left;
min-height: 215px;
}

#productPhoto img {
border: 2px solid #01467C;
}

#productHead h1 {
padding: 5px 0 15px 250px;
font-size: 2.4em;
color: #00467C;
}

#productSummary {
margin: 0 0 0 250px;
}

#productSummary p {
font-size: 1.4em;
line-height: 1.25;
}

#productButtons {
position: absolute;
top: 158px;
left: 250px;
width: 346px;
z-index: 1;
}

#productButtons ul li {
display: inline;
float: left;
}

#productButtons ul li a {
display: block;
background-repeat: no-repeat;
background-position: 0 0;
}

#productButtons ul li#applyNow a, #productButtons ul li#openNow a {
width: 111px;
height: 24px;
text-indent: -9999em;
margin-right: 8px;
}

#productButtons ul li#applyNow a {
background-image: url("../image/apply-now.png");
}

#productButtons ul li#openNow a {
background-image: url("../image/open-now.png");
}

#productButtons ul li#applyNow a:hover, #productButtons ul li#openNow a:hover {
background-position: 0 -24px;
}

#productButtons ul li#questions a {
background-image: url("../image/questions.png");
width: 101px;
height: 24px;
text-indent: -9999em;
}

#productButtons ul li#questions a:hover {
background-position: 0 -24px;
}

#productButtons ul li#share a, #productButtons ul li#print a {
position: absolute;
top: 55px;
background-image: url("../image/share-print.png");
width: 28px;
height: 23px;
padding-left: 32px;
font-size: 1.1em;
line-height: 34px;
color: #666666;
}

#productButtons ul li#share a {
background-position: -68px 0;
left: 230px;
}

#productButtons ul li#share a:hover {
background-position: -68px -53px;
}

#productButtons ul li#print a {
left: 300px;
}

#productButtons ul li#print a:hover {
background-position: 0 -53px;
}

/* Tabs */
#productDetails {
position: relative;
display: inline;
float: left;
width: 618px;
padding: 0 0 25px 0;
}

#productDetails dl {
display: block;
float: none;
list-style: none;
position: relative;
}

#productDetails dl dt {
width: 110px;
height: 25px;
margin-right: 3px;
background: url("../image/product-details-inactive.png") repeat;
font-size: 1.3em;
line-height: 25px;
text-align: center;
color: #666666;
cursor: pointer;
}

#productDetails dl dt.selected, #productDetails dl dt:hover {
color: #00467A;
background: url("../image/product-details-active.png") repeat !important;
}

#productDetails dl dt.label {
float: left;
position: relative;
cursor: pointer;
z-index: 1;
}

#productDetails dl dd {
position: absolute;
top: 0;
left: 0;
width: 568px;
overflow: hidden;
margin-top: 25px;
padding: 25px 25px 0;
font-size: 1.3em;
background: url("../image/product-details-active.png") repeat;
}

#productDetails dl dd a {
text-decoration: underline;
}

#productDetails dl dd a:hover, #productDetails dl dd a:active {
text-decoration: none;
}

#productDetails dl dd p {
padding-bottom: .75em;
line-height: 1.4em;
}

#productDetails dl dd p.zeroPaddingParagraph {
padding: 0;
}

#productDetails dl dd p.textVariant1 {
padding: 1.25em 0 0 0;
font-size: .85em;
}

#productDetails dl dd ul {
padding: 0 0 .75em .25em;
line-height: 1.5;
}

#productDetails dl dd ul li {
list-style: disc inside;
}

/*====== Individual Page ==============================================================================*/
.individualPage {
position: relative;
padding-left: 12px;
}

.individualPage h1 {
padding: .5em 0;
font-size: 2.4em;
color: #004679;
}

.individualPage h2 {
padding-bottom: 0.5em;
font-size: 1.6em;
color: #004679;
}

.individualPage h2 a {
color: #004679;
}

.individualPage a { 
text-decoration: underline;
}

.individualPage a:hover {
text-decoration: none;
}

.individualPage img.banner, #thankYou img {
margin: 0 0 20px -12px;
border: 1px solid #01467C;
}

.individualPage p {
padding-bottom: .75em;
font-size: 1.3em;
line-height: 1.25;
}

.individualPage p.zeroPaddingParagraph {
padding: 0;
}

.individualPage ul, .individualPage ol {
padding: 0 0 .75em 2em;
line-height: 1.25;
}

.individualPage li {
font-size: 1.3em;
}

.individualPage li li {
font-size: 1em;
}

.individualPage ul li {
list-style-type: disc;
}

/*====== About Us ===================================================================================*/
body#aboutUs h1.aboutUs {
position: absolute;
top: 100px;
left: 272px;
font-size: 3.8em;
color: #333333;
}

/*====== Contact Us =================================================================================*/
#contactUs {
padding-left: 0;
}

#contactUs #downstreamPhoto {
display: inline;
float: left;
min-height: 215px;
}

#contactUs #downstreamPhoto img {
border: 2px solid #01467C;
}

#contactUs #intro {
padding-left: 250px;
}

#contactUs h3 {
margin: 0 -15px 5px;
padding: 9px 15px 4px 15px;
font-size: 1.2em;
color: #0D3257;
text-transform: uppercase;
background-color: transparent;
background-image: url("../image/grey-transparency.png");
background-repeat: repeat;
}

#contactUs #formContactUs {
clear: left;
}

#contactUs #formContactUs h3 {
margin-bottom: 20px;
background-image: url("../image/blue-transparency.png");
}

#contactUs #sidebar {
display: inline;
float: left;
width: 264px;
padding: 0 1.5em;
color: #666666;
}

#contactUs #sidebar p {
font-size: 1.2em;
}

#contactUs #sidebar ul {
padding: 2em 0 0 0;
}

#contactUs #sidebar ul li {
list-style: none;
padding-bottom: .75em;
}

#contactUs #sidebar ul li a {
padding: 0 0 0 15px;
background-image: url("../image/red-arrow.png");
background-repeat: no-repeat;
background-position: 0 2px;
color: #770005;
text-transform: uppercase;
text-decoration: none;
}

#contactUs #sidebar ul li a:hover {
text-decoration: underline;
}

/*====== Locations ====================================================================================*/
#locations {
padding-left: 0;
}

#locations #map {
width: 628px;
height: 350px;
border: 1px solid #01467C;
}

#locations #map h2 {
width: 200px;
padding: 0;
}

#locations ul {
margin: 0;
padding: 2em 0;
}

#locations ul li {
position: relative;
width: 630px;
padding-bottom: 20px;
list-style-type: none;
background: transparent url("../image/location-background.png") no-repeat;
}

#locations h2 {
font-size: 1.25em;
padding: 8px 0 .25em 15px;
}

#locations h2 a {
color: #00467C;
}

#locations h2 a:hover {
text-decoration: none;
}

#locations p.viewMap {
position: absolute;
top: 10px;
right: 25px;
font-size: 1em;
}

#locations p.viewMap a {
padding: 0 0 0 15px;
background-image: url("../image/locations-arrow.png");
background-repeat: no-repeat;
background-position: 0 2px;
color: #666666;
}

#locations p.viewMap a:hover {
background-position: 0 -38px;
color: #930A17;
}

#locations h3 {
font-weight: bold;
}

#locations .adr {
padding: 0 0 15px 15px;
}

#locations .lobby, #locations .driveThrough {
display: inline;
float: left;
width: 280px;
}

#locations .lobby {
padding: 0 0 0 55px;
}

#locations table {
width: 100%;
}

#locations th, #locations td {
text-align: left;
padding: 5px 10px 0 0;
}

#locations th.timeName {
width: 50%;
}

#locations td.timeValue {
width: 50%;
}

/*====== Rates ======================================================================================*/
table.stripeTable {
width: 100%;
margin: 0 0 2em 0;
border: 1px solid #00467C;
font-size: 1.3em;
line-height: 1.4em;
text-align: left;
vertical-align: top;
}

table.stripeTable th, table.stripeTable td {
padding: .4em .75em;
text-align: left;
vertical-align: top;
background-color: transparent;
background-image: url("../image/light-blue-transparency.png");
background-repeat: repeat;
}

table.stripeTable th.sub {
padding-left: 2.5em;
}

table.stripeTable tr.nth-row-odd th, table.stripeTable tr.nth-row-odd td {
background: none;
}

table.stripeTable tr.nth-row-1 th, table.stripeTable tr.nth-row-1 td {
color: #004679;
background-image: url("../image/blue-transparency.png");
font-size: 1.1em;
}

table.stripeTable tr.nth-row-1 th a {
text-decoration: none;
}

table.stripeTable .nth-column-2, table.stripeTable .nth-column-3 {
width: 25%;
}

/*====== Search Results =============================================================================*/
#search ul {
padding: 1.5em 0 0 0;
}

#search ul li {
padding-left: none;
list-style-type: none;
}

#search ul li h3 {
font-size: 1.2em;
padding-bottom: 0;
}

#search ul li p {
font-size: 1em;
}

#search ul ul {
display: none;
}

/*====== Sitemap ====================================================================================*/
#sitemap {
margin-top: 2em;
}

#sitemapNav {
margin-top: 3em;
}

#sitemapNav li {
width: 16em;
float: left;
margin-right: 2.5em;
}

#sitemapNav li li {
width: auto;
float: none;
margin-right: 0;
}

#sitemap div.clear {
padding-top: 2em;
margin-top: 2em;
border-top: 1px solid #CCC;
}

#sitemap div.clear div {
width: 16em;
float: left;
margin-right: 2.5em;
}

#sitemap div.clear ul {
padding-bottom: 2.5em;
}

/*======== Applications ==============================================================================*/
label.required em {
color: #666;
font-size: 0.8em;
}

label.required em:before {
content: "(";
}

label.required em:after {
content: ")";
}

fieldset#newApplication label.required em {
display: block;
}

#verifyButtons img {
margin: 5em;
}

/* Captcha */
fieldset#newApplication #captcha {
width: 20em;
margin: 0 auto;
}

fieldset#newApplication #captcha input {
float: none;
width: 19.4em;
display: block;
margin: 1em 0;
}

fieldset#newApplication #captcha p {
margin: 0;
text-align: center;
}

/* SSN */
fieldset#newApplication a#ssnWhy {
display: block;
clear: both;
margin-left: 24.5em;
font-size: 1.2em;
padding-bottom: 1em;
color: #013260;
}

fieldset#personalInformation {
position: relative;
}

#ssnExplanation {
position: absolute;
width: 30em;
left: 30em;
top: 2.5em;
z-index: 1000;
background-color: #CCC;
border: 1px solid #333;
padding: 2em 2em 0 2em;
display: none;
}

fieldset#newApplication .on {
display: block;
}

fieldset#newApplication #ssnExplanation p {
padding: 0 0 2em 0;
margin: 0;
}

#ssnExplanation p.center {
text-align: center;
color: #013260;
}

#ssnExplanation p a {
background-color: #EEE;
border: 1px solid #333;
padding: 0.5em;
}

/* Introduction */
fieldset#newApplication #introduction {
margin: 0 2.5em 2.5em;
min-height: 16em;
padding-top: 2.5em;
}

fieldset#newApplication #introduction #introHead {
background: url("../image/lock.png") no-repeat 685px 5px;
margin-bottom: 0.7em;
}

fieldset#newApplication #introduction img {
border: 1px solid #01467C;
float: left;
margin-right: 2em;
}

fieldset#newApplication #introduction h1 {
padding: 5px 0 15px 0;
font-size: 2.4em;
color: #00467C;
}

fieldset#newApplication #introduction h2 {
padding-bottom: 0.5em;
font-size: 1.6em;
color: #004679;
}

fieldset#newApplication #introText {
border-top: 1px solid #01467C;
margin-left: 17em;
}

fieldset#newApplication #introduction p {
clear: none;
margin: .5em 0 0 0;
}

fieldset#newApplication #introduction h4 {
clear: both;
width: 15em;
}

fieldset#newApplication #introduction a {
text-decoration: underline;
}

/* Headings and paragraphs */
fieldset#newApplication h1 {
padding: .5em 0;
font-size: 2.4em;
color: #004679;
}

fieldset#newApplication h2 {
padding-bottom: 0.5em;
font-size: 1.6em;
color: #004679;
}

fieldset#newApplication h3 {
padding: .5em 0;
font-size: 1.4em;
}

fieldset#newApplication h4 {
font-size: 1.3em;
color: #0C3257;
}

fieldset#newApplication p {
clear: both;
margin: 1em 2.5em;
padding-bottom: .75em;
font-size: 1.3em;
line-height: 1.25;
}

fieldset#newApplication fieldset p {
margin: 0;
}

fieldset#newApplication fieldset#serviceArea p {
text-align: center;
}


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: 13.5em;
margin: 0 0 0.5em 0;
}

fieldset#newApplication fieldset#billPay label {
width: 50em;
margin-left: 2em;
}

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: 27.5em;
}

fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
display: block;
text-align: right;
float: left;
padding-right: 2.5em;
clear: both;
font-size: 1.2em;
margin-bottom: 1em;
}

fieldset#newApplication fieldset#newCustomer .radiolabel {
margin-bottom: 0;
}

fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
width: 22em;
}

fieldset#newApplication fieldset label {
padding-top: 0.4em;
}
fieldset#newApplication fieldset#comments label {
padding-top: 0;
}

fieldset#newApplication fieldset#jointSwitch label.dontMove {
clear: none;
text-align: left;
width: auto;
padding-top: 0.1em;
}

fieldset#newApplication fieldset#accountType label, fieldset#newApplication fieldset#atmcard label, fieldset#newApplication fieldset#optIn label {
text-align: left;
clear: none;
padding-left: 1.5em;
width: auto;
}

fieldset#newApplication fieldset#accountInfo label, fieldset#newApplication fieldset#billPay label {
width: auto;
clear: none;
text-align: left;
margin-bottom: 2em;
margin-right: 0;
margin-left: 3em;
}

fieldset#newApplication fieldset#billPay label {
margin-top: -1.5em;
}

fieldset#newApplication fieldset#accountInfo label {
margin-top: -1.5em;
}

fieldset#newApplication fieldset#jointSwitch label {
margin-bottom: 0;
padding-top: 0.2em;
}

/* Inputs */
fieldset#newApplication input.submitButton, fieldset#newApplication input.submitButton {
float: none;
width: 20em;
margin-left: auto;
margin-right: auto;
}

fieldset#newApplication div.states select {
width: 10em;
}

fieldset#newApplication input {
width: 28em;
}

/* New DOB style rules */
fieldset#newApplication input.month {
width: 8em;
margin-right: 0.5em;
display: inline;
}

fieldset#newApplication input.day {
width: 8em;
margin-left: 0.5em;
margin-right: 0.5em;
display: inline;
}

fieldset#newApplication input.year {
width: 8.1em;
margin-left: 0.5em;
display: inline;
}

fieldset#newApplication span.float {
float: left;
}
/* End new DOB style rules */

fieldset#newApplication select {
width: 28.4em;
}

fieldset#newApplication input, fieldset#newApplication select {
display: block;
float: left;
margin-bottom: 1em;
}

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: 12em;
margin-bottom: 0.5em;
margin-right: 2em;
}

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: 1.5em;
margin-bottom: -0.4em;
}

fieldset#newApplication div.radioWlabel {
width: 25em;
display: block;
float: left;
margin-bottom: 1em;
}

fieldset#newApplication fieldset#newCustomer div.radioWlabel {
margin-bottom: 0;
}

fieldset#newApplication div.radioWlabel {
margin-left: -2.5em;
font-size: 1.2em;
}

fieldset#newApplication .radio {
margin: 0 2.5em 1em 30em;
clear: both;
}

fieldset#newApplication fieldset fieldset .radio {
margin-left: 27.5em;
}

fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
width: 1em;
float: none;
display: inline;
margin-bottom: -0.3em;
margin-left: 2.5em;
}

fieldset#newApplication textarea {
margin-left: 0;
width: 24em;
}

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: 10em;
}

fieldset#newApplication input.submitButton {
float: none;
width: 30em;
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: 1em;
width: 27em;
padding-top: 0.1em;
}

fieldset#newApplication select#contact_information-branch {
margin-top: 0.6em;
}

/* Divs and fieldsets and legends */
fieldset#newApplication {
margin: 0 auto;
line-height: normal;
border: 0 none;
}

fieldset#newApplication fieldset, fieldset#newApplication fieldset {
margin: 2.5em;
padding: 2.5em 0 2.5em 2.5em;
border: 1px solid #CCC;
}

#accountTypeLeft, #accountTypeRight {
width: 32em;
float: left;
}

fieldset#newApplication legend {
font-size: 1.4em;
margin-bottom: 0;
}

fieldset#newApplication fieldset {
margin: 2.5em;
padding: 2em;
border: 1px solid #CCC;
clear: both;
}

fieldset#newApplication fieldset fieldset {
margin: 2.5em 0;
}

/* formContactUs */
#formContactUs fieldset {
display: inline;
float: left;
width: 290px;
padding: 0 15px 0 15px;
border-right: 1px solid #7093AD;
border-left: 1px solid #7093AD;
}

#formContactUs label {
display: block;
padding: 0 2.5em .25em 0;
font-size: 1.3em;
color: #0C3257;
}

#formContactUs label em {
font-style: normal;
}

#formContactUs input, #formContactUs textarea {
margin-bottom: 1em;
width: 280px;
padding: 5px;
border: 1px solid #cccccc;
}

#formContactUs input.submitButton {
display: block;
width: 99px;
height: 22px;
margin: 0.5em 0;
padding: 0;
background: transparent url("../image/submit.png") no-repeat;
border: none;
text-indent: -999em;
cursor: pointer;
font-size: 0;
line-height: 0;
}

#formContactUs textarea {
height: 100px;
}

#formContactUs #captcha {
width: 20em;
margin: 1em 0 1em 0;
}

#formContactUs #captcha input {
float: none;
width: 188px;
display: block;
margin: 1em 0;
}

/* 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 {
height: 30px;
border: 0;
}

#lbHeader a {
display: block;
float: right;
width: 30px;
height: 30px;
background: url("../image/close-button.gif") no-repeat;
}

#lbHeader a img {
display: none;
}

#lbFrame {
position: absolute;
z-index: 10;
left: 50%;
padding: 0;
border: 0;
overflow: hidden;
border: none;
background-color: transparent;
}

body.popup {
background: transparent;
border: 0 none;
}

#lbIframe {
border: 0 none;
padding: 0;
border: 0;
overflow: hidden;
background-color: #ffffff;
}

iframe {
border: 1px solid transparent;
}

/*--- New Popup Form ---*/
#newPopUpForm h1 {
padding: 12px 0 5px 25px;
font-size: 2.4em;
background: #E5ECF2;
color: #004679;
}

#newPopUpForm fieldset {
border: none;
padding: 23px 25px 0 25px;
float: left;
width: 252px;
}

#newPopUpForm label {
display: block;
padding: 0 25px 2px 0;
font-size: 1.3em;
color: #0C3257;
}

#newPopUpForm label em {
font-style: normal;
}

#newPopUpForm input, #newPopUpForm textarea {
margin-bottom: 10px;
width: 280px;
padding: 5px;
border: 1px solid #cccccc;
}

#newPopUpForm input {
height: 14px;
}

#newPopUpForm input.submitButton {
display: block;
overflow: hidden;
float: left;
width: 99px;
height: 22px;
margin: 0.5em 0;
padding: 0;
font-size: 0;
line-height: 0;
background: transparent url("../image/submit.png") no-repeat;
border: none;
text-indent: -999em;
cursor: pointer;
}

#newPopUpForm textarea {
height: 100px;
}

#newPopUpForm label {
display: block;
margin-bottom: 5px;
}

/* Captcha */
#newPopUpForm #captcha {
width: 200px;
margin: 23px 0 10px 0;
float: left;
}

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

#newPopUpForm #captcha p {
font-size: 1.2em;
line-height: 1.25;
}

/*======== Special ===================================================================================*/
/* Clear fix */
.clear:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.clear {
display: block;
}

/* Hides from Internet Explorer for the Mac \*/
.clear {
min-height: 1%;
}

* html .clear {
height: 1%;
}
/* End hide */

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 10px 25px;
	margin-left: 0;
	width: 94%;
}
#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: 94%;
}
#overdraft h2 {
	padding: 5px 0;
	font-size: 15px;
	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: 20px 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;
	padding: 0;
}
#overdraft #overdraftAltOptions ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 13px 0 0; /* bank specific */
	padding: 0;
	width: 240px; /* bank specific */
	height: 160px;
	border: 1px solid #ccc;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/texbank/image/overdraft_fade.png) bottom left repeat-x #E52324; /* 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;
	font-size: 12px;
}
#overdraft #overdraftAltOptions p {
	padding: 8px 10px;
	margin: 0;
	width: auto;
	line-height: 15px;
	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;
}
