 /* Home Federal Bank First Branch - layout.css */

/*

Search and replace the following:

#009
myhomefed-fb

*/

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

html, body {height:100%;}
body {
	background: transparent url(../image/body-bg.png) repeat-x left top;
	color: #333;
	font: normal 62.5% Arial, Helvetica, sans-serif;
}

div.push {
clear:both;
height:50px;
}
body#home #outsideWrapper {
	padding: 0;
	min-height: 0;
}

#outsideWrapper {
background: transparent url(../image/wrapper-bg-repeat.png) repeat-y left top;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -50px auto;
padding:0 0 20px 0;
width: 919px;
}

#wrapper {
	background: transparent url(../image/wrapper.png) no-repeat left top;
	width: 100%;
	min-height: 786px;
}

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

h1 {
	font-size: 2.0em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

p {
	line-height: 1.4em;
}

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

a img {
	border: 0 none;
}

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

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

.clear {
	clear: both;
}

.center {
	text-align: center;
}
/*====== Header ==============================================================================*/

#ultraTopWrapper {
	padding: 5px 0 10px;
	margin: 0 27px;
	width: 864px;
}
#header {
	position: relative;
	height: 133px;/*133px*/
	width: 100%;
	background: transparent url(../image/header-bg.png) no-repeat left top;
}
#logo img {
	position: absolute;
	top: 17px;
	left: 36px;
}
#ultraTopNav {
	position: absolute;
	right: 240px;
	top: 19px;
}
#ultraTopNav li {
	float: left;
	padding: 0 10px;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	border-right: 1px solid #00605D;
}
#ultraTopNav li.lastChild {
	border-right: none;
}
#ultraTopNav li a {
	color: #00605D;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 15px;
	right: 174px;
	height: 20px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
}
#searchForm {
	position: absolute;
	height: 20px;
	width: 119px;
	right: 40px;
	top: 15px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	right: 0;
	border: 0 none;
	padding: 3px 5px 3px 0;
	width: 87px;
	height: 14px;
	font-size: 0.9em;
	background-image: url(../image/search-bg.png);
}

#searchForm input#searchButton {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 20px;
}
#primaryNav {
	position: absolute;
	bottom: 21px;
	right: 10px;
}
#primaryNav li {
	float: left;
	margin-right: 15px;
}
/*====== Footer ========================================================================*/

#footer {
	margin:0 auto;
	width:919px;
	height: 66px;
    padding-bottom: 0;
	position: relative;
	clear: both;
	font-size: 1em;
	color: #337F7D;
	background: transparent url(../image/wrapper-bg-bottom.png) no-repeat left bottom;}

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

#footer #fdic {
	position: absolute;
	top: 20px;
	right: 51px;
}
#footer #footerNav {
	text-align: center;
	padding: 0;
}

#footerNav li {
	display: inline;
	padding: 0 10px;
}
#footerNav li a {
	color: #337F7D;
}

#footerNav a:hover {
	text-decoration: underline;
}
#footer p {
	text-align: center;
}

/*====== Left Column ===============================================================*/

#mainContent {
	width: 660px;
	float: right;
	padding-bottom: 25px;
	margin: 10px 0 0;
	min-height: 300px;
}

#leftColumn {
	float: left;
	clear: left;
	width: 220px;
	margin-bottom: 25px;
}

#leftColumn a#oblDownstream {
	width: 184px;
	height: 35px;
}

#leftColumn a#oblDownstream img {
	margin-left: 38px;
}

#leftNav {
	margin: 20px 0 0 38px;	
}

#leftNav li h2 {
	font-weight: normal;
	font-family: 'Century Gothic', Verdana, Arial, sans-serif;
	margin: 1px 0 0;
	padding: 6px 10px 7px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #B5AA95;
}
#leftNav li.firstChild h2 {
	border-top: 0 none;
}
#leftNav li h2 a {
	color: #00605D;
	text-transform: uppercase;
	letter-spacing: .7px;
	display: block;
}
#leftNav li.inPath h2 a, #leftNav li h2 a:hover {
	color: #A67B00;
}
#leftNav li li h3 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px 0 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #B5AA95;
}
#leftNav li li.firstChild h3 {
	border-top: 0 none;	
}
#leftNav li li.firstChild h3 a {
	padding: 6px 10px;
	display: block;
	color: #45382C;
}
#leftNav li li a {
	padding: 6px 10px;
	display: block;
	color: #45382C;
}
#leftNav li li.inPath a, #leftNav li li a:hover {
	background-color: #fff;
}
#leftNav li ul li.lastChild {
	padding-bottom: 0px;
}

#quickLinks li.nthChild-1 a, 
#quickLinks li.nthChild-6 a {
	font-weight: bold;
}
/*====== Home Page ==========================================================*/

#obLogin input {
	margin-bottom: 10px;
}
#oregonGo { 
	margin-left:-125px;
	margin-top:-2px;
}
#flashBanner {
	position: relative;
	width: 899px;
	height: 600px;
	margin-left: 10px;
	z-index: 1;
}
/*#flashBanner noscript {
	display: block;
	margin-left: 256px;
	padding-top: 25px;
}*/
#flashBanner img {
	display: block;
	margin-left: 256px;
	padding-top: 25px;
}

#flashBanner #leftColumn {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 184px;
	/*bottom:590px;
	left:38px;
	position:relative;
	width:184px;*/
	z-index:2;
}
#obLogin h2#onlineTitle {
	margin: 0;
	width: 184px;
	height: 31px;
	text-indent: -9999px;
	background: transparent url(../image/online-banking-title.png) no-repeat left top;
}
#obLogin form {
	margin-top: 10px;
}
#obLogin label {
	float: left;
	width: 69px;
	padding-top: 4px;
	font-size: 1.2em;
	color: #45382C;
}
#obLogin input#uid {
	float: left;
	border: none;
	font-size: 0.9em;
	width: 101px;
	height: 12px;
	margin-bottom: 10px;
	padding: 3px 7px;
	background: transparent url(../image/online-banking-username-input-bg.png) no-repeat left top;
}
#obLogin input#password {
	float: left;
	border: none;
	width: 101px;
	height: 12px;
	margin-bottom: 10px;
	padding: 3px 7px;
	background: transparent url(../image/online-banking-password-input-bg.jpg) no-repeat left top;
}
#obLogin input#submitButton {
	width: 53px;
	height: 32px;
	float: right;
}
#obLogin #obNav a {
	color: #45382C;
}
#obLogin #obNav a:hover {
	text-decoration: underline;
}
#obLogin #centralOregonLink h2 {
	margin: 0;
}
#obLogin #centralOregonLink h2 a {
	text-indent: -999em;
	display: block;
	width: 184px;
	height: 41px;
	background: transparent url(../image/online-banking-central-oregon-button.png) no-repeat left top;
}
/* ====== olb new =============*/

#obLogin.test h2#onlineTitle {
	margin: 0;
	width: 186px;
	height: 45px;
	text-indent: -999em;
	background: transparent url(../image/online-banking-title-new.png) no-repeat left top;
}
#obLogin.test form {
	margin-left: 10px;
}
#obLogin.test label {
	float: left;
	width: 53px;
	padding-top: 3px;
	font-size: 1.2em;
	color: #45382C;
}
#obLogin.test input#uid {
	float: left;
	border: none;
	font-size: 0.9em;
	width: 101px;
	height: 12px;
	margin-bottom: 15px;
	padding: 3px 7px;
	background: transparent url(../image/online-banking-username-input-bg.png) no-repeat left top;
}
#obLogin.test input#submitButton {
	width: 67px;
	height: 32px;
	float: right;
}
#obLogin.test #centralOregonLink h2 {
	margin: 0;
	clear: both;
}
#obLogin.test #centralOregonLink h2 a {
	text-indent: -999em;
	display: block;
	width: 186px;
	height: 50px;
	background: transparent url(../image/online-banking-central-oregon-new.png) no-repeat left top;
}
#obLogin.test #obNav.one, #obLogin.test #obNav.two {
	margin-left: 12px;
}
#obLogin.test #obNav.one li, #obLogin.test #obNav.two li {
	float: left;
	display: inline;
}
#obLogin.test #obNav.one li a ,#obLogin.test #obNav.two li a {
	border-right: 1px solid #ccc;
	padding: 0 5px 0 0;
}
#obLogin.test #obNav.one li.lastChild a ,#obLogin.test #obNav.two li.lastChild a {
	border-right: none;
	padding: 0 0 0 5px;
}
#obLogin.test #oregonGo { 
	margin-left:-138px;
	margin-top:20px;
}

#quickLinks {
	margin-top: 60px;
}
#quickLinks h2 {
	margin: 0;
	width: 184px;
	height: 42px;
	text-indent: -9999px;
	background: transparent url(../image/quick-links-title.png) no-repeat left top;
}
#quickLinks li a {
	display: block;
	font-size: 1.2em;
	padding: 8px 0 10px 2px;
	color: #45382C;
	background: transparent url(../image/quick-links-divider.png) no-repeat left bottom;
}
#quickLinks li a:hover {
	background-color: #fff;
}


/*====== Category Page ================================================*/
div#featuredProduct {
	position: relative;
	height: 310px;
	width: 651px;
	margin: 0 10px 0 0;
	background: url(../image/cate-feat-prod.png) no-repeat 9px 0;
}
div#featuredProduct #productPhoto img {
	float: right;
}
div#featuredProduct #fpOpenNow {
	position: absolute;
	bottom: 20px;
	left: 145px;
}
div#featuredProduct #fprightOpenNow {
	position: absolute;
	bottom: 16px;
	right: 190px;
}
div#featuredProduct #fpspreadOpenNow {
	position: absolute;
	bottom: 18px;
	left: 110px;
}
div#featuredProduct #fpLearnMore {
	position: absolute;
	bottom: 20px;
	left: 260px;
}







div#featuredProduct #buttons #rightLearnMore {
	position: absolute;
	bottom: 18px;
	right: 68px;
}
div#featuredProduct #buttons #special {
	position: absolute;
	bottom: 18px;
	left: 224px;
}
div#featuredProduct h1 {
	margin: 0;
	padding: 18px 0 0 28px;
}
div#featuredProduct #wysiwyg {
	margin: 0 0 0 30px;
	width: 350px;
}
div#featuredProduct p {
	margin: 12px 0 0 0;
	padding: 0;
	font: normal 1.3em Arial, Helvetica, sans-serif;
	color: #333;
}
div#productCategory {
	float: left;
}
div#productCategory li {
	float: left;
	width: 193px;
}
div#productCategory div.productContent {
	padding-left: 10px;
	height: 18em;
	overflow: hidden;
}
div#productCategory div.productContent p {
	margin-bottom: 10px;
}
div#productCategory div.productContent h3 {
	margin-bottom: 5px;
}
div#productCategory div.productContent ul {
	margin-left: 20px;
}
div#productCategory li li {
	float: none;
	width: auto;
	list-style: disc outside;
	border: none;
}
div#productCategory div.productContent h4 {
	clear: left;
	margin: 5px 0 0 0;
}
div#productCategory div.productContent h4 a {
	padding: 0 10px 0 0;
	font-weight: normal;
	background: url(../image/black-triangle.png) no-repeat right center;
}
div#productCategory div.productContent h4 a:hover {
	text-decoration: underline;
}
#secondaryProducts ul {
	margin: 20px 0 0 14px;	
}
#secondaryProducts li.odd {
	width: 300px;
	height: 215px;
	float: left;
	display: inline;
	position: relative;
	margin: 0 20px 0 0;
	padding: 10px 0 0;
	background: url(../image/cate-top-border.png) no-repeat top left;
}
#secondaryProducts li.even {
	width: 300px;
	height: 215px;
	float: left;
	display: inline;
	position: relative;
	margin: 0;
	padding: 10px 0 0;
	background: url(../image/cate-top-border.png) no-repeat top left;
}
#secondaryProducts li.odd #borderdivTop, #secondaryProducts li.even #borderdivTop {
	margin: 10px 0 0;
}
#secondaryProducts li.nthChild-1, #secondaryProducts li.nthChild-2 {
	border-top: 0 none;	
	background: none;
}
/*#secondaryProducts li.nthChild-1, #secondaryProducts li.nthChild-2 {
	border-bottom: 1px solid #C2D4D5;
}*/
#secondaryProducts li.odd a img, #secondaryProducts li.even a img {
	float: left;
	display: inline;
}	
#secondaryProducts li div.productContent {
	float: right;
	display: inline;
	width: 210px;
}
#secondaryProducts li h3 {
	margin: 0 0 4px;	
}
#secondaryProducts li h3 a {
	width: 91px;
	height: 36px;
	font: normal 1.3em Century Gothic;
	color: #A19000;
}
#secondaryProducts li div.productContent p {
	margin: 0 0 5px;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #45382C;
}
#secondaryProducts li.odd div.productContent ul, #secondaryProducts li.even div.productContent ul {
	width: 190px;
	margin: 0;
}
#secondaryProducts li.odd div.productContent li, #secondaryProducts li.even div.productContent li {
	color: #45382C;
	padding: 0 0 0 12px;
	margin: 4px 0;
	list-style-type: none;
	list-style-position: outside;
	font-size: 1.2em;
	background: url(../image/cate-li.png) no-repeat 0 4px; 
}
#secondaryProducts li h4 {
	position: absolute;
	bottom: 10px;
	right: 24px;
	height: 36px;
	width: 91px;
	margin: 0;
}
#secondaryProducts li h4 a {
	text-indent: -9999px;
	display: block;
	height: 26px;
	background: url(../image/learn-more2.png) no-repeat 0 0;
}
#secondaryProducts li h4 a:hover {
	background: url(../image/learn-more2.png) no-repeat 0 -26px;
}


/*====== Product Page =================================================================================*/

#mainContent #bgBottom {
	background: url(../image/product-pg-bgbottom.png) no-repeat 7px 0;
	width: 657px;
	height: 21px;
}
#mainContent #bgSlip {
	background: url(../image/product-slip.png) repeat-y 7px 0;
	width: 657px;
}	
#mainContent #bgTop {
	background: url(../image/product-pg-bgtop.png) no-repeat 7px 0;
	width: 657px;
}
#printButton a, a#shareButton {
	float: right;
	margin: 0 10px;
	font: normal 1.4em Geneva;
	color: #00605D;
}
#printButton a:hover, a#shareButton:hover {
	color: #A77C00;
}
#featuredProduct #productPhoto {
	margin: 0;
}
#productSummary #productPhoto {
	float: left;
	display: inline;
	position: relative;
	margin: 40px 0 0 30px;
	width: 235px;
	height: 280px;
	background: url(/custom/myhomefed-fb/image/product-bg.png) no-repeat 0 0;
	
}
.productHead {
	padding-left: 14px;
	margin: 10px 0;
}
.productHead h1 {
	font: normal 2.4em Arial, Helvetica, sans-serif;
	margin: 0;
}
#productSummary {
	position: relative;
	min-height: 340px;
	overflow: hidden;
}
#prodwysiwyg {
	float: left;
	display: inline;
	width: 350px;
	margin: 14px 0 0 16px;
	color: #fff;
	overflow:hidden;
}
#prodwysiwyg #prodGeneral {
	margin: 0 0 0 12px;
	border-top: 1px solid #81B0AF;
	border-bottom: 1px solid #B1CFCD;
}
#prodGeneral #remoteDepositVideo {
	font-size: 1.3em;
	display: block;
	margin: 10px 0;
	text-decoration: underline;
}
#prodGeneral #remoteDepositVideo:hover {
	text-decoration: none;
}
#prodwysiwyg p {
	font: normal 1.2em Arial, Helvetica, sans-serif; 	
}
#productSummary #buttons {
	clear: both;
}
#productSummary p {
	margin: 10px 0;
	line-height: 20px;
	color: #45382C;
	font-size: 1.3em;
}	
#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;
}
#buttons #openNow {
	float: left;
	display: inline;
	margin: 8px 4px 0 15px;
}
#buttons a#tellMeMoreButton {
	float: left;
	display: inline;
	margin: 8px 14px 0 0;
}
#printShare {
	position: absolute;
	bottom: 24px;
	right: 30px;
	width: 120px;
}
#productDetails {
	clear: right;
	margin: 30px 0 0;
	padding: 0 0 30px 14px;
}
#openNow a {
	float: left;
	display: inline;
	font-weight: normal;
}

#tellMeMoreButton {
	float: left;
	display: inline;
	margin: 8px 14px 0 6px;	
}

/* Tabs */

dl#roi_tabs {
	width: 550px;
	display:block;
	margin: 0 0 0 14px;
	list-style: none;
	position: relative;
}
dl#roi_tabs dt {
	color: #fff;
	background-color: #00605D;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 16px 6px 16px;
	margin: 0 4px 0 0;
	font-size: 1.3em;
	font-weight: normal;
	font-family: Century Gothic;
}
dl#roi_tabs dd {
	width: 544px;
	padding: 5px 5px 0 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../image/dd-border.png) no-repeat top left;
}
dl#roi_tabs dd a {
	text-decoration: underline;
}
dl#roi_tabs dt.selected {
	text-decoration: none;
	color: #fff;
	background-color: #A77C00;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 29px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
dl#roi_tabs dd p {
	margin: 10px 0 10px 14px;
	font: normal 1.3em Arial, Helvetica, sans-serif;
	color: #45382C;
}
dl#roi_tabs dd ul li {
	margin: 6px 0;
	list-style-position: outside;
	list-style-type: none;
	padding: 0 0 0 12px;
	background: transparent url(../image/cate-li.png) no-repeat scroll 0 4px;
	font: normal 1.3em Arial, Helvetica, sans-serif;
	color: #45382C;
}


#onlineHelpToggle h2 {
	cursor: pointer;
}
.individualPage h2 {
	padding: 5px 0 0 0;
	border-top: 1px solid #ccc;
}
.individualPage h2.firstChild {
	border-top: none;
}
#federalFoundation ul {
	margin-left: 18px;
}
#federalFoundation ul li {
	list-style-type: disc;
	background: none;
	padding-left: 0;
}
#thankYouPop {
	margin: 0;
}
#thankYouPop img {
	margin: 40px 0 0 130px;
}
#thankYouPop p {
	text-align: center;
	margin: 20px 75px 10px 75px;
}
#micrositeLink {
	padding-left: 28px;
}
#servicesCharges h2 {
	width: 80%;
	margin-top: 25px;
}
#servicesCharges h3 {
	margin-bottom: 0;
	margin-top: 20px;
}
#servicesCharges p {
	margin-top: 0;
}
#servicesCharges td, #servicesCharges th {
	font-size: 1.2em;
	border-right: 1px solid #524C3F;
	border-bottom: 1px solid #524C3F;
	text-align: left;
	padding: 5px;
}
#servicesCharges table {
	width: 80%;
	border-top: 1px solid #524C3F;
	border-left: 1px solid #524C3F;
}
.news .disclaimer {
	font-style: italic;
	font-size: 0.9em;
	color: #666;
}
#jobApplyNow {
	float: right;
	margin-top: 10px;
}
#applyNowCareers {
	margin-bottom: 14px;
}
/* Overdraft Opt In Styling */

div#overdraft {
	padding: 40px 40px 10px;
	margin-left: 0;
	width: 91%;
}
#overdraft #overdraftInformation, #overdraft #overdraftForm,{
	margin: 0 0 20px;
}
#overdraft #overdraftAltOptions {
	margin: 0 0 75px;
}

#overdraft #overdraftInformation h2.pageHeading, #overdraft #overdraftForm h2.pageHeading, #overdraft #overdraftAltOptions h2.pageHeading {
	padding: 10px 0;
	height: 25px;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	width: 100%;
}
#overdraft h2 {
	border: none;
	padding: 5px 0;
	font-size: 18px;
	width: 100%;
}
#overdraft #overdraftForm #newApplication {
	background: none;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
}
#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;
	display: none;
}
#overdraft fieldset#newApplication #revokeAccounts {
	margin: 0 0 0 25px;
	display: none;
}
#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 fieldset#newApplication .optInCheckbox {
	width: auto;
	margin:20px 15px 0;
}
#overdraft fieldset#newApplication .optInCheckbox input {
	clear: both;
	float: left;
	margin: 0 10px 0 0;
	width: 15px !important;
}
#overdraft fieldset#newApplication .optInCheckbox 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;
	padding: 0;
}
#overdraft #overdraftAltOptions ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 13px 0 0; /* bank specific */
	padding: 0;
	width: 265px; /* bank specific */
	height: 160px;
	border: 1px solid #ccc;
	font-size: 11px;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(../image/overdraft_fade.png) bottom left repeat-x #288382; /* 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: 14px;
}
#overdraft #overdraftAltOptions p {
	padding: 8px 10px;
	margin: 0;
	width: auto;
	line-height: 14px;
}
#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;
}
#iWeValidate.redText {
	color: #f00;
}
#olbOffline img { 
	margin-left: -13px;
	padding-top: 3px;
}