/* cbphonline.net - layout.css */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	background: url(/custom/cbphonline/image/body-shadow.png) center 120px repeat-x;
	position: relative;
}
h1, h2, h3, h4 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h1 a, h2 a, h3 a, h4 a {
	color: #333;
}
a img {
	border: 0 none;
}
a {
	color: #333;
}
ul li {
	list-style-type: none;
}
input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
.center {
	text-align:center;
}
#mainContent {
	margin: 20px auto 0;
	width: 690px;
	background: url(/custom/cbphonline/image/primary-nav-shadow.png) top center no-repeat;
}
#content {
	width: 470px;
	min-height: 250px;
	margin-left: 220px;
	padding-bottom: 10px;
}
/*====== Header =======================================================================================*/

#header {
	position: relative;
	height: 120px;
	background: #3d0975;
}
#logo {
	position: absolute;
	top: 10px;
	left: 41px;
}	
#facebookLike {
		position: absolute;
		top: 30px;
		right:7px;
	}
	
#ultraTopNav {
	position: absolute;
	top: 10px;
	right: 40px;
	font: bold 11px Arial, Helvetica, sans-serif;
}
#ultraTopNav li {
	float: left;
}
#ultraTopNav li a {
	padding-left: 10px;
	color: #fff;
	font-size: 10px;
	font-family: verdana;
	text-decoration: none;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 70px;
	right: 200px;
	height: 15px;
}
.textSize h2 {
	font-size: 10px;
	float: left;
	margin: 2px 5px;
	color: #fff;
	font-weight: normal;
}
.textSize img {
	float: left;
	margin-left: 2px;
}
#searchForm {
	position: absolute;
	height: 20px;
	width: 150px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 66px;
	left: 580px;
	border: 0 none;
	padding: 2px 5px;
	width: 120px;
	height: 16px;
	background-image: url("/custom/cbphonline/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 66px;
	left: 710px;
	width: 20px;
	height: 20px;
}
#roi_autoCompleteResults {
	width: 146px;
}
.yui-skin-sam .yui-ac-content {
	z-index: 1000;
}
/* Old Nav
#priNav {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 690px;
	background: #edaf00;	
	z-index: 10;
}
#priNav li {
	float: left;
	list-style: none;
	font: normal 22px Arial, Helvetica, sans-serif;
	background: #f1b100;
}
#priNav li a {
	height: 28px;
	padding: 6px 0;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#priNav li.nth-child-1 a {
	width: 169px;
	background: url(/custom/cbphonline/image/nav-personal-bg.png) no-repeat;
}
#priNav li.nth-child-1 a.selected, #priNav li.nth-child-1 a:hover {
	background: url(/custom/cbphonline/image/nav-personal-active-bg.png) no-repeat;
}
#priNav li.nth-child-2 a {
	width: 179px;
	background: url(/custom/cbphonline/image/nav-business-bg.png) no-repeat;
}
#priNav li.nth-child-2 a.selected, #priNav li.nth-child-2 a:hover {
	background: url(/custom/cbphonline/image/nav-business-active-bg.png) no-repeat;
}
#priNav li.nth-child-3 a {
	width: 212px;
	background: url(/custom/cbphonline/image/nav-investments-bg.png) no-repeat;
}
#priNav li.nth-child-3 a.selected, #priNav li.nth-child-3 a:hover {
	background: url(/custom/cbphonline/image/nav-investments-active-bg.png) no-repeat;
}
#priNav li.nth-child-4 a {
	width: 130px;
	background: url(/custom/cbphonline/image/nav-help-bg.png) no-repeat;
}
#priNav li.nth-child-4 a.selected, #priNav li.nth-child-4 a:hover {
	background: url(/custom/cbphonline/image/nav-help-active-bg.png) no-repeat;
}
End New Nav */


/* New Nav */
#priNav {
	position: absolute;
	top: 100px;
	left: 40px;
	width: 690px;
	background: #edaf00;
	z-index: 10;
}
#priNav li {
	list-style: none;
	float: left;
}
#priNav li a {
	font: normal 22px Arial, Helvetica, sans-serif;
	background: #f1b100;
	height: 28px;
	padding: 6px 0;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#priNav li.nthChild-1 a {
	width: 169px;
	background: url(/custom/cbphonline/image/nav-personal-bg.png) no-repeat;
}
#priNav li.nthChild-1 a.inPath, #priNav li.nthChild-1 a:hover {
	background: url(/custom/cbphonline/image/nav-personal-active-bg.png) no-repeat;
}
#priNav li.nthChild-2 a {
	width: 179px;
	background: url(/custom/cbphonline/image/nav-business-bg.png) no-repeat;
}
#priNav li.nthChild-2 a.inPath, #priNav li.nthChild-2 a:hover {
	background: url(/custom/cbphonline/image/nav-business-active-bg.png) no-repeat;
}
#priNav li.nthChild-3 a {
	width: 212px;
	background: url(/custom/cbphonline/image/nav-investments-bg.png) no-repeat;
}
#priNav li.nthChild-3 a.inPath, #priNav li.nthChild-3 a:hover {
	background: url(/custom/cbphonline/image/nav-investments-active-bg.png) no-repeat;
}
#priNav li.nthChild-4 a {
	width: 130px;
	background: url(/custom/cbphonline/image/nav-help-bg.png) no-repeat;
}
#priNav li.nthChild-4 a.inPath, #priNav li.nthChild-4 a:hover {
	background: url(/custom/cbphonline/image/nav-help-active-bg.png) no-repeat;
}
/* End New Nav */

/*====== Footer =======================================================================================*/

#footer {
	margin: 0 auto;
	height: 80px;
	position: relative;
	clear: both;
	width: 770px;
	border-top: 1px solid #ccc;
}
#footer #firstROI {
	position: absolute;
	top: 12px;
	left: 10px;
}
#footer #eh {
	position: absolute;
	top: 13px;
	right: 20px;
}
#footer #fdic {
	position: absolute;
	top: 13px;
	right: 60px;
}
#footerNav {
	position: absolute;
	top: 12px;
	right: 165px;
}
#footerNav li {
	float: left;
}
#footerNav a {
	margin-left: 10px;
	color: #656565;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#footerNav a:hover {
	text-decoration: underline;
}
#footerNav2 {
	position: absolute;
	top: 27px;
	right: 165px;
}
#footerNav2 li {
	float: left;
}
#footerNav2 a {
	margin-left: 10px;
	color: #656565;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#footerNav2 a:hover {
	text-decoration: underline;
}
#footer p {
	position: absolute;
	top: 43px;
	right: 165px;
	color: #656565;
	font-size: 10px;
}
#footer p.investmentText {
	top: 10px;
	right: 40px;
}
#footer p#copyrightTag {
	position: absolute;
	top: 58px;
	right: 165px;
	color: #656565;
	font-size: 10px;
}
/*====== Left Column ==================================================================================*/

#leftColumn {
	float: left;
	clear: left;
	width: 203px;
	padding-top: 9px;
	padding-bottom: 100px;
}
#currentCategory {
	width: 200px;
	background: url(/custom/cbphonline/image/nav-shadow.png) bottom center no-repeat;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
#currentCategory a {
	text-decoration: none;
}
#currentCategory h3 a {
	display: block;
	background: #BB312B url(/custom/cbphonline/image/nav-subcategory-bg.png) no-repeat;
	color: #FFF;
	height: 20px;
	font: bold 15px Helvetica Neue, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
}
#currentCategory h4 {
	font-weight: normal;
}
#currentCategory li li {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#currentCategory li li a {
	display: block;
	padding: 6px 10px;
}
#currentCategory li li a:hover {
	background-color: #D6CBE1;
}
#currentCategory li li.firstChild a {
	padding: 8px 10px 6px;
}
#currentCategory li li a.inPath {
	padding-left: 20px;
	background: #D6CBE1 url(/custom/cbphonline/image/dot.png) 10px center no-repeat;
}
#currentCategory li li.firstChild a.inPath {
	background: #D6CBE1 url(/custom/cbphonline/image/secondary-nav-selected-bg.png) top left no-repeat;
}
#currentCategory li li.firstChild a:hover {
	background: #D6CBE1 url(/custom/cbphonline/image/pink-shadow.png) top left no-repeat;
}
#currentCategory ul {
	background: #FFF url(/custom/cbphonline/image/nav-shadow.png) top center no-repeat;
}
/*====== Home Page ====================================================================================*/

#homeFeaturedProducts {
	float: right;
	padding-bottom: 15px;
	width: 470px;
}
#homeFeaturedProducts h2 {
	margin: 5px 0 10px 0;
}
#homeFeaturedProducts h2 a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
}
#homeFeaturedProducts li {
	float: left;
	width: 150px;
}
#homeFeaturedProducts li {
	padding-left: 10px;
}
#homeFeaturedProducts li#noPad {
	padding-left: 0;
}
#homeFeaturedProducts p {
	padding: 10px 0;
	font-size: 10px;
	height: 75px;
}
#homeFeaturedProducts div {
	padding: 5px;
	background: url(/custom/cbphonline/image/home-featured-bg.png) no-repeat;
}
#homeFeaturedProducts div img {
	border: 1px solid #CCC;
}
#flashWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 690px;
	background: url(/custom/cbphonline/image/black-bar.png) repeat-x bottom left;
}
#oblColumn {
	float: left;
	width: 203px;
}
#onlineBanking {
	margin-bottom: 10px;
	width: 200px;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	background: #e1e1e1;
	position: relative;
}
#onlineBanking form {
	background: url(/custom/cbphonline/image/obl-inside-shadow.png) top center no-repeat;
	border-right: 1px solid #AAA;
	padding: 5px 0 0 10px;
	height: 130px;
}
#onlineBanking ul {
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding-left: 10px;
	height: 30px;
}
#onlineBanking label {
	padding: 5px 0 1px 0;
	display: block;
	color: #333;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#onlineBanking #forgotPassword {
	position: absolute;
	top: 131px;
	left: 91px;
}
#onlineBanking #learnMore {
	position: absolute;
	top: 158px;
	right: 10px;
}
#onlineBanking #customerSupport {
	position: absolute;
	top: 158px;
	left: 10px;
}
#onlineBanking input#UserName, #onlineBanking input#Password {
	background: url(/custom/cbphonline/image/obl-input-bg.png);
	padding: 4px;
	width: 172px;
	height: 12px;
	border: 0 none;
}
#onlineBanking #loginButton {
	padding-top: 10px;
	display: block;
}
/*====== Listing Styles ===============================================================================*/

#searchProducts {
	padding: 10px 0;
}
#serp li {
	display: inline;
	margin-right: 10px;
}
#category h1 {
	padding: 16px 0 6px;
}
#productPhoto {
	position: relative;
	padding: 5px;
	background: url(/custom/cbphonline/image/product-photo-bg.png);
}
#productPhoto img {
	border: 1px solid #CCC;
}
#fpOpenNow, #fpLearnMore {
	position: absolute;
	left: 16px;
	top: 111px;
}
#fpLearnMore {
	top: 155px;
}
#fpOpenNow img, #fpLearnMore img {
	border: 0 none;
}
#secondaryProducts {
	background: url(/custom/cbphonline/image/black-bar.png) top repeat-x;
	padding-top: 14px;
	margin-top: 10px;
}
#secondaryProducts h2 {
	padding: 6px 0 7px;
	border-bottom: 1px solid #CCC;
}
#secondaryProducts li, #searchProducts li {
	border-bottom: 1px solid #CCC;
	height: 79px;
	padding: 10px 0;
	position: relative;
}
#secondaryProducts li .productPhoto, #searchProducts li a img {
	background: url(/custom/cbphonline/image/secondary-photo-bg.png);
	padding: 5px;
	float: left;
	width: 100px;
}
#secondaryProducts li .productPhoto img, #searchProducts li .productPhoto img {
	border: 1px solid #CCC;
}
#secondaryProducts li .productContent, #searchProducts li .productContent {
	margin-left: 122px;
	font-size: 10px;
}
#secondaryProducts li .productContent h3, #searchProducts li .productContent h3 {
	margin-bottom: 5px;
}
#secondaryProducts li .productContent p {
	width: 234px;
}
#searchProducts li .productContent p {
	width: 450px;
}
#secondaryProducts li a.learnMore, #searchProducts li h4 a img {
	position: absolute;
	right: 0;
	bottom: 7px;
	background-color: transparent;
	padding: 0;
	float: none;
	width: auto;
}
/*====== Product Page =================================================================================*/

#printButton, #shareButton {
	float: right;
	margin-left: 16px;
}
.productHead {
	padding: 16px 0 6px;
}
#productInfo {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
#productInfo p {
	margin: 10px 0;
}
#productInfo ul {
	margin: 10px 0;
}
#productInfo ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 4px 0;
}
#productInfo .disclaimer {
	font-size: 9px;
}
#productButtons {
	position: absolute;
	right: 0;
	top: 44px;
	width: 163px;
	float: right;
	text-align: right;
	z-index: 100;
}
#productButtons div {
	margin-bottom: 7px;
}
/* Tabs */

dl {
	width: 470px;
	display:block;
	list-style: none;
	position: relative;
	z-index: 10;
	background: url(/custom/cbphonline/image/line.png) 0 34px repeat-x;
}
dt {
	color: #666;
	text-decoration: underline;
	margin: 0 20px 0 0;
	padding: 10px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
dd {
	margin-top: 24px;
	width: 300px;
	z-index: 10;
}
dd p, dd ul {
	width: 280px;
}
dt.selected {
	text-decoration: none;
	background: url(/custom/cbphonline/image/tab-indicator.png) center bottom no-repeat;
	color: #333;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Individual Page ==============================================================================*/

.individualPage {
	padding-bottom: 25px;
}
.individualPage .pageHead {
	padding:16px 0pt 6px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.individualPage h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
}
.individualPage a {
	text-decoration: underline;
}
.individualPage p {
	margin: 10px 0;
}
.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}
.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}
.individualPage ol li {
	margin: 4px 0;
}
.individualPage ol li ol li {
	list-style-type: upper-alpha;
}
/*=== About Us ===*/

#aboutUs .staff ul {
	margin-left: 0;
}
#aboutUs .staff li {
	width: 160px;
	height: 310px;
	float: left;
	margin-right: 12px;
	background: url(/custom/cbphonline/image/staff-bg.png) top center no-repeat;
	list-style-type: none;
}
#aboutUs .staff li.lastChild {
	margin-right: 0;
}
#aboutUs .staff li img {
	border: 1px solid #CCC;
	margin: 5px;
}
#aboutUs .staff h2 {
	clear: both;
	padding-top: 10px;
}
/*=== Rates ===*/
   
#rates #pageHead h2 {
border-bottom:1px solid #CCCCCC;
font-size:20px;
margin-bottom:10px;
padding:16px 0 6px;
}

#rates table {
	width: 688px;
	border: 1px solid #3d0975;
	margin: 10px 0;
	background: #FFF;
}
#rates td, #rates th {
	text-align: center;
	padding: 5px;
	width: 150px;
}
#rates td.col1, #rates th.col1 {
	text-align: left;
	width: 388px;
}
#rates th {
	background-color: #3d0975;
	color: #FFF;
}
#rates tbody tr.stripe td, #rates tbody tr.stripe th {
	background: #EEE;
}
#rates ul {
	margin-left: 0;
	margin-bottom: 20px;
}
#rates ul li {
	list-style-type: none;
}
#rates #cdarsRates .col2, #rates #cdarsRates .col4, #rates #cdarsRates .col6, #rates #cdarsRates .col8 {
	border-left: 1px solid #3d0975;
}
#rates #cdarsRates th.col3, #rates #cdarsRates th.col5 {
	border-left: 1px solid #3d0975;
}
#rates .disclaimers {
	margin-bottom: 14px;
}
#rates .col1 {
	font-weight: bold;
}
#rates #cdarsRates th.numbers {
	font-weight: bold;
	color: #333333;
}

/*====== Locations ====================================================================================*/

#map {
	height: 300px;
}
#locations th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 229px;
}
#locations th.timeName {
	width: 145px;
}
#locations td.timeValue {
	width: 84px;
}
#locations h2 {
	margin-bottom: 10px;
}
#locations ul {
	margin: 20px 0;
}
#locations ul li {
	list-style-type: none;
}
#locations tr.tableHead th {
	border-bottom: 1px solid #CCC;
}
#locationPhoto {
	width:212px;
}
#locationPhoto img {
	background:transparent url(/custom/cbphonline/image/location-photo-bg.png) repeat scroll 0%;
	padding:5px;
}
#locationPhoto p {
	text-align:center;
}
/*======== Application ===============================================================================*/


/* ssn */

fieldset#newApplication a#ssnWhy {
	display: block;
	clear: both;
	margin-left: 325px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #013260;
}
fieldset#personalInformation {
	position: relative;
}
#ssnExplanation {
	position: absolute;
	width: 300px;
	left: 300px;
	top: 25px;
	z-index: 1000;
	background-color: #CCC;
	border: 1px solid #333;
	padding: 20px 20px 0 20px;
	display: none;
}
fieldset#newApplication .on {
	display: block;
}
fieldset#newApplication #ssnExplanation p {
	padding: 0 0 20px 0;
	margin: 0;
}
#ssnExplanation p.center {
	text-align: center;
	color: #013260;
}
#ssnExplanation p a {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 5px;
}
/* intro */

fieldset#newApplication div#introduction {
	margin: 20px 25px 25px;
	min-height: 160px;
	padding-top: 25px;
	background: url(/custom/cbphonline/image/primary-nav-shadow.png) center top no-repeat;
}
fieldset#newApplication div#introduction div#introHead {
	background: url("/custom/cbphonline/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: #3D0975;
	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 #164837;
	margin-left: 170px;
}
fieldset#newApplication div#introduction p {
	margin: 7px 7px 7px 0;
	clear: none;
}
fieldset#newApplication div#introduction h4 {
	clear: both;
	width: 150px;
}
fieldset#newApplication div#introduction a {
	text-decoration: underline;
}
/* headings and paragraphs */

fieldset#newApplication fieldset h1, fieldset#newApplication fieldset h2, fieldset#newApplication fieldset h3, fieldset#newApplication fieldset p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
fieldset#newApplication h1 {
	padding: 0 10px 0 0;
}
fieldset#newApplication h2 {
	color: #364C85;
	padding-bottom: 10px;
}
fieldset#newApplication h3 {
	text-align: center;
	clear: both;
	padding:0pt 0pt 10px;
}
fieldset#newApplication p {
	margin: 25px;
	clear: both;
	font-size: 12px;
}
fieldset#newApplication fieldset p {
	margin: 0;
	padding: 8px 0 4px;
}
fieldset#newApplication fieldset#otherIncome p, fieldset#newApplication fieldset#CAotherIncome p, fieldset#newApplication fieldset#optIn p {
	margin-top: 0;
}
p.required {
	text-align: center;
	margin-bottom: 0;
}
fieldset#newApplication fieldset#optIn {
	background-color: #FFC;
}
/* labels and spans */

fieldset#newApplication span.required {
	float: left;
}
fieldset#newApplication fieldset#accountInfo div#account_info label {
	width: 135px;
	margin: 0 0 5px 0;
}
fieldset#newApplication fieldset#billPay label {
	width: 500px;
	margin-left: 20px;
}
fieldset#newApplication .required, fieldset#newApplication .red {
	font-weight: bold;
}
fieldset#newApplication .radio label, fieldset#newApplication .radioWlabel label {
	width: auto;
	display: inline;
	float: none;
	;
	padding: 0;
}
fieldset#newApplication fieldset fieldset label, fieldset#newApplication fieldset fieldset .radiolabel {
	width: 275px;
}
fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
	display: block;
	text-align: right;
	float: left;
	padding-right: 25px;
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer .radiolabel {
	margin-bottom: 0;
}
fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
	width: 300px;
}
fieldset#newApplication fieldset label {
	padding-top: 4px;
}
fieldset#newApplication fieldset#comments label {
	padding-top: 0;
}
fieldset#newApplication fieldset#jointSwitch label.dontMove {
	clear: none;
	text-align: left;
	width: auto;
	padding-top: 1px;
}
fieldset#newApplication fieldset#accountType label, fieldset#newApplication fieldset#atmcard label, fieldset#newApplication fieldset#optIn label {
	text-align: left;
	clear: none;
	padding-left: 15px;
	width: auto;
}
fieldset#newApplication fieldset#comments label {
	text-align: left;
}
fieldset#newApplication fieldset#accountInfo label, fieldset#newApplication fieldset#billPay label {
	width: auto;
	clear: none;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 30px;
}
fieldset#newApplication fieldset#billPay label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#accountInfo label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#jointSwitch label {
	margin-bottom: 0;
	padding-top: 2px;
}
/* inputs */

fieldset#newApplication input.submitButton, fieldset#newApplication input.submitButton {
	float: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input {
	width: 280px;
}
/* new DOB style rules */

fieldset#newApplication input.month {
	width: 80px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.day {
	width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.year {
	width: 81px;
	margin-left: 5px;
	display: inline;
}
fieldset#newApplication span.float {
	float: left;
}
/* end new DOB style rules */

fieldset#newApplication select {
	width: 284px;
}
fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#atmcard input, input#account_switch, fieldset#newApplication fieldset#billPay input, fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#optIn input {
	width: 1em;
}
fieldset#newApplication fieldset#accountInfo div#account_info input {
	width: 120px;
	margin-bottom: 5px;
	margin-right: 20px;
}
fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#billPay input {
	margin-bottom: 0;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#atmcard input, fieldset#newApplication fieldset#optIn input {
	clear: both;
}
fieldset#newApplication fieldset#jointSwitch input {
	margin-right: 15px;
	margin-bottom: -4px;
}
fieldset#newApplication div.radioWlabel {
	width: 250px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	margin-bottom: 0;
}
fieldset#newApplication div.radioWlabel {
	margin-left: -25px;
}
fieldset#newApplication .radio {
	margin: 0 25px 10px 300px;
	clear: both;
}
fieldset#newApplication fieldset fieldset .radio {
	margin-left: 275px;
}
fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
	width: 1em;
	float: none;
	display: inline;
	margin-bottom: -3px;
	margin-left: 25px;
}
fieldset#newApplication textarea {
	margin-left: 0;
	width: 650px;
}
fieldset#newApplication input#signed {
	float: none;
	clear: none;
	display: inline;
	width: 1em;
	margin: 0;
}
fieldset#newApplication input.required {
	color:#000;
	font-weight: normal;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input.submitButton {
	float: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication #addSwitcher input {
	width: 1em;
}
fieldset#newApplication #addSwitcher {
	clear: both;
}
fieldset#newApplication #addSwitcher label#addressLabel {
	clear: none;
	text-align: left;
	padding-left: 10px;
	width: 270px;
	padding-top: 1px;
}
fieldset#newApplication select#contact_information-branch {
	margin-top: 6px;
}
/* divs and fieldsets and legends */

fieldset#newApplication {
	width: 748px;
	margin: 0 auto;
	line-height: normal;
	border: 0 none;
	background: #FFF;
}
fieldset#newApplication fieldset, fieldset#newApplication fieldset {
	margin: 25px;
	padding: 25px 0 25px 25px;
	border: 1px solid #CCC;
}
#accountTypeLeft, #accountTypeRight {
	width: 320px;
	float: left;
}
fieldset#newApplication legend {
	font-size: 14px;
	margin-bottom: 0px;
}
fieldset#newApplication fieldset {
	margin: 25px;
	padding: 20px;
	border: 1px solid #CCC;
	clear: both;
}
fieldset#newApplication fieldset fieldset {
	margin: 25px 0;
}

/* formContactUs.css */

#formContactUs legend {
	color: #333;
	font-weight: bold;
}

#formContactUs fieldset {
	padding: 15px 10px 10px 10px;
	border: 0 none;
}

#formContactUs label {
	float: left;
	padding: 0 25px 10px 0;
	text-align: right;
	width: 126px;		
}

#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;	
}

#formContactUs fieldset p {
	margin-left: 150px;
}

#formContactUs input.submitButton {
	float: none;
	margin: 0 0 0 152px;	
	padding: 5px;
	width: auto;	
}

#formContactUs textarea {
	height: 100px;
}

#formContactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 152px;
}

#formContactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}

#formContactUs #captcha p {
	margin: 0;
}
#contactDisclosure {
	padding-top: 15px;
	margin-bottom: -10px;
}

/*======== deprecated Contact Us CSS below.  Ignore!! ===============================================================================*/

/* 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;
}
#contactUs h3 {
	margin-bottom: 10px;
}

#contactUs h2.secureForm {
	margin: 15px 0;
}


#contactUs p {
	margin: 5px 0;
}

/* end */


#contactUs {
	margin-top: -5px;
}

#contactUs h2 {
	margin: 10px 0;
}

#contactUs legend {
	color: #333;
	font-weight: bold;
}

#contactUs fieldset {
	padding: 0px 10px 10px 0px;
	border: none;
}

#contactUs fieldset fieldset {
	border: 0 none;
	padding: 0 0 10px 0;
} 

#contactUs form {
	font-size: 12px;
	margin: 10px 0;
}

#contactUs label {
	float: left;
	padding-bottom: 10px;
	padding-right: 25px;
	width: 186px;
	text-align: right;	
}
#contactUs label.required {
	font-weight: bold;
}

#contactUs p.required {
	font-weight: bold;
	clear: both;
	margin-left: 72px;
}

#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: 10px 0;
	width: 535px;
}

#contactUs #friendsToEmail {
	margin-top: 10px;
}

/*#contactUs legend {
	color: #333;
	font-weight: bold;
}
#contactUs fieldset {
	padding: 15px 0;
	border: 0 none;
}
#contactUs fieldset fieldset {
	border: 0 none;
	padding: 0 0 10px 0;
}
#contactUs form {
	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;
	width: 550px;
}
#contactUs #friendsToEmail {
	margin-top: 10px;
}*/

/*==================End of deprecated Contact Us CSS.=============*/

/* formQuestions.css */

#formQuestions fieldset {
	border: 0 none;
	float: left;
	padding: 15px 25px 0 25px;
	width: 252px;	
}
#formQuestions fieldset input, #formQuestions textarea {
	border: solid 1px #666;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	width: 244px;
}
#formQuestions fieldset input {
	height: 14px;
}
#formQuestions input.submitButton {
	border: solid 1px #666;
	display: block;
	float: left;
	font-weight: bold;
	height: auto;
	margin-left: 75px;
	padding: 10px;
	width: auto;
}
#formQuestions textarea {
	height: 100px;
}
#formQuestions label {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}
#formQuestions p.title {
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}

#formQuestions #newPopUpForm label {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

/* captcha */

#formQuestions #captcha {
	float: left;
	padding: 15px;
	width: 200px;
}
#formQuestions #captcha input {
	border: solid 1px #666;
	display: block;
	float: none;
	height: 14px;
	padding: 3px;
	width: 192px;
}
#formQuestions #captcha p { 
	font-size: 11px;
	margin: 10px 0;
	text-align: center;
}
#formQuestions #captcha h4 {
	color: #666;
	font: bold 12px Arial, Helvetica, sans-serif;	
	margin: 0 0 5px 0;
}       


/* SAF CSS Document */

/*Send to a Friend*/

#sendFriend {
	margin-top: -5px;
}

#sendFriend legend {
	color: #333;
	font-weight: bold;
}

#sendFriend fieldset {
	padding: 15px 10px 10px 10px;
	border: 1px solid #CCC;
}

#sendFriend fieldset {
	border: 1px solid #ccc;
	padding: 20px;
} 

#sendFriend form {
	font-size: 12px;
}

#sendFriend label {
	float: left;
	padding-bottom: 10px;
	padding-right: 50px;
	width: 186px;
	text-align: right;	
}

#sendFriend input, #sendFriend textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;	
}

#sendFriend input.submitButton {
	float: none;
	margin: 10px 0 0 268px;	
	padding: 5px;
	width: auto;	
}

#sendFriend input#STAFsubmit {
	float: none;
	margin: 25px 0 0 280px;
	padding: 5px;
	width: auto;	
}

#sendFriend textarea {
	height: 100px;
}

#sendFriend #personalInformation {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#sendFriend #friendsToEmail {
	margin-top: 10px;
	border: 1px solid #ccc;
}

#sendFriend #friendsToEmail fieldset {
	margin-top: 10px;
	border: none;
	padding: 10px;
}     
         
#sendFriend p.title {
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}

#sendFriend p {
	margin-left: 260px;
}     

#sendFriend #captcha {
	width: 200px;
	margin: 10px 0 10px 272px;
}

#sendFriend #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}

#sendFriend #captcha p {
	margin: 0;
}



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index:110;
	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:120;
	left: 50%;
	padding: 0;
	border: 0;
	overflow: hidden;
	border: 0 none;
	background-color: transparent;
}
body.popup {
	background: #FFF;
	border: 0 none;
}
.popup p {
	margin: 10px;
}
#lbIframe {
	border: 0 none;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #FFF;
}
iframe {
	border: 1px solid transparent;
}
/*--- New Popup Stuff ---*/

#newPopUpForm fieldset {
	border: 0 none;
	padding: 15px 25px 0 25px;
	float: left;
	width: 252px;
}
#newPopUpForm fieldset input, #newPopUpForm textarea {
	display: block;
	padding: 3px;
	width: 244px;
	margin-bottom: 10px;
	border: solid 1px #666;
}
#newPopUpForm fieldset input {
	height: 14px;
}
#newPopUpForm input.submitButton {
	border: solid 1px #666;
	display: block;
	padding: 10px;
	width: auto;
	height: auto;
	margin: 5px auto;
	font-weight: bold;
	float: left;
	margin-left: 75px;
}
#newPopUpForm textarea {
	height: 100px;
}
#newPopUpForm label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
/* captcha */

#newPopUpForm #captcha {
	width: 200px;
	padding: 15px;
	float: left;
}
#newPopUpForm #captcha input {
	float: none;
	display: block;
	padding: 3px;
	width: 192px;
	height: 14px;
	border: solid 1px #666;
}   
        
#newPopUpForm p.title {
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}
#newPopUpForm #captcha p {
	margin: 10px 0;
	text-align: center;
	font-size: 11px;
}
#newPopUpForm #captcha h4 {
	margin: 0 0 5px 0;
	color: #000;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

/*--- New Popup Stuff ---*/

#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;
	font-weight: normal;
	margin-bottom: 5px;
}
#newPopUpForm label.required {
	display: block;
	font-weight: normal;
	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;
}
#printApplication {
	width: 7in;
}

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 10px 20px;
	margin-left: 0;
	width: 94%;
}
#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: 20px 0 5px;
	height: 25px;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	width: 100%;
}
#overdraft h2 {
	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;
}
#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: 290px;
	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: 90px;
	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: 230px; /* bank specific */
	height: 145px;
	border: 1px solid #ccc;
	font-size: 11px;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/cbphonline/image/overdraft_fade.png) bottom left repeat-x #ED9500; /* bank specific */
	color:#fff; /* 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 #overdraftForm p.noteable {
	margin: 5px 0 15px 0;
}
#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: #BC504D;
}



