/* Community Bank of the Bay - layout.css */


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

body {
	background-color: #FFF;
	color: #666;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 812px;
	margin: 0 auto;
}

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

h1 {
	font-size: 20px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

p {
	line-height: 1.4em;
}

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

a img {
	border: 0 none;
}

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

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

.clear {
	clear: both;
	height: 30px;
}

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

#header {
	position: relative;
	height: 125px;
	width: 806px;
	background: url(/custom/communitybankbay/image/primaryNav-bg.png) no-repeat bottom right;
}

#logo img {
	position: absolute;
	top: 16px;
	left: 2px;
}

#emptyFirst #ultraTopNav {
	position: absolute;
	top: 16px;
	right: 200px;
}

#emptyFirst #ultraTopNav li {
	float: left;
	padding: 0 10px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	border-right: 1px solid #999;
}

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

#emptyFirst #ultraTopNav li a {
	color: #666;
}

#emptyFirst #ultraTopNav li a:hover {
	color: #000;
	text-decoration: underline;
}

#ultraTopNav {
	position: absolute;
	top: 16px;
	right: 200px;
}

#ultraTopNav li {
	float: left;
	padding: 0 10px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	border-right: 1px solid #999;
}

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

#ultraTopNav li a {
	color: #666;
}

#ultraTopNav li a:hover {
	text-decoration: underline;
	color: #000;
}
.textSize {
	position: absolute;
	top: 12px;
	right: 150px;
	height: 15px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
}
#searchForm {
	position: absolute;
	height: 19px;
	width: 124px;
	right: 16px;
	top: 12px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 100px;
	height: 16px;
	background-image: url("/custom/communitybankbay/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: -3px;
}
#primaryNav {
	position: absolute;
	bottom: 0;
	right: 4px;
}
#primaryNav li {
	float: left;
	padding: 0 2px;
}
#primaryNav a {
	display: block;
	width: 115px;
	font: normal 13px/36px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	text-align: center;
	background: url(/custom/communitybankbay/image/primaryNav-hover.png) no-repeat 0 -36px;
}
#primaryNav a:hover, #primaryNav a.inPath {
	color: #074987;
	background: url(/custom/communitybankbay/image/primaryNav-hover.png) no-repeat 0 0;
	width: 115px;
}


/*====== Footer =======================================================================================*/

#footer {
	height: 88px;
	width: 806px;
	position: relative;
	clear: both;
	font-size: 11px;
	border-bottom: 1px solid #F6F6F6;
	background: transparent url(/custom/communitybankbay/image/bg-strip.png) repeat-y scroll 0 0;	
}

#homeleftColumn {
	clear: both;
	height: 32px;
	width: 784px;
	margin: 0 auto;
	background: url(/custom/communitybankbay/image/ql-bg.png) repeat-x;
}

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

#footer #eh {
	position: absolute;
	top: 32px;
	left: 90px;
}

#footer #fdic {
	position: absolute;
	top: 43px;
	left: 132px;
}

#footer img#greenDay {
	position: absolute;
	left:25px;
	top:15px;
}

#footer #footerNav {
	text-align: center;
	padding: 0;
}

#footerNav li {
	display: inline;
	padding: 0 4px 0 6px;
	border-right: 1px solid #666;
}

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

#footerNav a {
	color: #666666;
}

#footerNav a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
	color: #666666;
}

#footer p#copyrightNotice {
	margin-bottom: 10px;
}

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

#mainWrapper {
	overflow: hidden;
	width: 805px;
	background: transparent url(/custom/communitybankbay/image/bg-strip.png) repeat-y scroll 0 0;
}

#mainContent {
	width: 632px;
	float: right;
	padding-bottom: 25px;
}

#leftColumn {
	float: left;
	display: inline;
	width: 167px;
	margin-bottom: 25px;
	margin-left: 2px;
}

#leftNav {
	width: 164px;
	margin-top: 5px;	
}

#leftNav li h2 {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	margin: 2px 0;
	padding: 0;
}
#leftNav li h2 a, #leftNav li.inPath h2 a, #leftNav li h2 a:hover {
	display: block;
	color: #666;
	padding-left: 12px;
	background-color: #FFB300;
}
#leftNav li h3 {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 20px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
#leftNav li h3 a {
	display: block;
	background-color: #F1F1F1;
	color: #38638C;
	padding-left: 10px;
}
#leftNav li h3 a:hover {
	color: #CCCCCC;
	background-color: #030568;
}
#leftNav li h3 a.selected, #leftNav li h3 a.inPath {
	display: block;
	color: #CCCCCC;
	background-color: #030568;
	padding-left: 12px;
}
#leftNav li h4 {
	font: normal 10px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 20px;
	border-bottom: 1px solid #BBCEDE;
	word-spacing: -1px;
}
#leftNav li h4 a {
	display: block;
	padding: 0 12px;
	background-color: #D0DDE8;
	color: #38638C;
}
#leftNav li h4 a:hover {
	padding: 0 12px;
	color: #070A6D;
	font-weight: normal;
}
#leftNav li h4 a.selected {
	padding-left: 12px;
	color: #38638C;
	background: #D0DDE8 url(/custom/communitybankbay/image/secondaryNav-bg-hover.png) no-repeat 3px 6px;
}

#leftNav li ul li.lastChild {
	padding-bottom: 2px;
}

#leftColumn .supplementaryNav {
	margin: 12px 0 0 0;
}

#leftColumn .supplementaryNav li a img {
	margin: 4px 0;
}

/*====== Home Page ====================================================================================*/
#bgStrip {
	overflow: hidden;
	position: relative;
	height: 470px;
	background: url(/custom/communitybankbay/image/bg-strip.png) repeat-y;
}

#obLogin {
	position: absolute;
	top: 18px;
	left: 16px;
	z-index: 5;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#flashBanner #obLogin img {
	margin: 0;
}

#obLogin h2 {
	margin: 0;
	padding: 6px 0 0 10px;
	color: #FFFFFF;
	font-size: 13px;
}

#whiteBg {
	height: 197px;
	width: 188px;
	background: transparent url(/custom/communitybankbay/image/obl-bg-full.png) no-repeat 0 -2px;
}

#obLogin form {
	padding: 12px 10px 0px 10px;
	height: 80px;
}

#obLogin label {
	float: left;
	margin: 2px 3px;
}	

#obLogin input {
	float: left;
	margin: 2px;
}

#obLogin label#AccessIDVisibleLabel {
	clear: both;
	float: left;
	margin: 12px 0 2px;
	display: inline;
	width: 60px;
}

#obLogin input#AccessIDVisible {
	margin: 6px 2px 2px;
	display: inline;
}

#obLogin #labelInput {
	clear: both;
	float: left;
	width: 170px;
}

#obLogin input#loginButton {
	clear: both;
	margin: 8px 2px 2px;
}

#whiteBg ul {
	clear: both;
	margin: 0 12px 0 8px;
	padding: 0;
}

#whiteBg #selectorField li {
	margin: 4px 0;
	padding-left: 14px;
	background: transparent url(/custom/communitybankbay/image/li-icon.png) no-repeat scroll 0 3px;
	color: #333;
}

form#selectorForm select {
	width: 150px;
	clear: both;
}

#selectorField {
	padding: 8px 0 0;
}

#selectorField form#selectorForm {
	height: 50px;
	padding: 4px 10px 0;
}

#flashBanner {
	position: relative;
	width: 808px;
	margin: 6px auto 0;
}

/*#homeleftColumn #quickLinks {
	width: 784px;
	height: 60px;
	margin: 0 10px;
	background: url(/custom/communitybankbay/image/ql-bg.png) repeat-x;
}*/

#homeleftColumn #quickLinks ul {
	text-align: center;
	padding-top: 10px;
}

#homeleftColumn #quickLinks ul li a {
	padding-left: 14px;
	background: url(/custom/communitybankbay/image/li-icon.png) no-repeat 0 3px;
}

#homemainContent ul {
	position: absolute;
	height: 138px;
	width: 805px;
	bottom: 0;
	left: 3px;
	z-index: 5;
}

ul#homeFeaturedProducts li {
	float:left;
	display: inline;
	height: 104px;
	margin-right: 2px;
	margin-top: 20px;
	width: 265px;
	background: url(/custom/communitybankbay/image/homefeatured-bg.png) no-repeat;
}

ul#homeFeaturedProducts li img {
	float: left;
}

ul#homeFeaturedProducts li #productInfo {
	float: left;
	width: 146px;
}

ul#homeFeaturedProducts li #productInfo h3 {
	margin: 0;
	padding: 8px 8px 0;
	font-weight: normal;
}

ul#homeFeaturedProducts li #productInfo h3 a {
	color: #17548F;
}

ul#homeFeaturedProducts li #productInfo p {
	margin: 0;
	padding: 4px 12px 0;
	font-size: 11px;
}

/*====== Category Page =================================================================================*/
#categoryPhoto {
	width: 632px;
	position: relative;
}
#categoryPhoto h1#businessTitle {
	position: absolute;
	top: 50px;
	left: 20px;
	font: normal 20px Helvetica, "Helvetica Neue", Arial, Geneva;
	color: #fff;
}

#categoryPhoto h1#personalTitle, #categoryPhoto h1#communityTitle {
	position: absolute;
	top: 50px;
	left: 20px;
	font: normal 20px Helvetica, "Helvetica Neue", Arial, Geneva;
	color: #074987;
}

#catLanding {
	float:left;
	width: 75%;
}

#callBanker {
	float: right;
	width: 20%;
}

#categoryPageNav {
	float: left;
	width: 25%;
}

.catFeature {
	float: right;
	width: 70%;
}

#categorySummary #pageContent ul#catBreadcrumb {
	position: absolute;
	bottom: 0px;
	left: 12px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

#categorySummary #pageContent ul#catBreadcrumb li {
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
}

#categorySummary #pageContent ul#catBreadcrumb li h2, #categorySummary #pageContent ul#catBreadcrumb li h3 {
	float: left;
	margin: 0 2px;
	font: normal 20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #074987;
}

#categorySummary #pageContent ul#catBreadcrumb li h2 a, #categorySummary #pageContent ul#catBreadcrumb li h3 a {
	color: #4476A5;
}

#categorySummary #pageContent ul#catBreadcrumb ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

/*#categorySummary #pageContent ul#catBreadcrumb li ul li {
	display: inline;
	margin: 0;
	font: normal 24px Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-position: outside;
}*/

#categoryPhoto img {
	margin: 5px 0;
}
#categorySummary {
	height: 84px;
}
#categorySummary #pageContent {
	float: left;
	position:relative;
	width: 472px;
	min-height: 74px;
	margin: 0 0 10px 0;
	border-top: 1px solid #CCCCCC;
}
#categorySummary #pageContent #documents {
	position: absolute;
	bottom: 0;
	right: 10px;
}
#categorySummary #pageContent p {
	margin: 10px 2px 0px 2px;
}
#categorySummary #tellaBanker {
	float: left;
	width: 155px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background: url(/custom/communitybankbay/image/ql-bg.png) repeat-x;
}
#categorySummary #tellaBanker h4 {
	margin: 8px;
	padding: 0;
	color: #006600;
	font-size: 12px;
}
#categorySummary #tellaBanker p {
	margin-left: 8px;
	margin-top: 2px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
	font-size: 11px;
}

div#productCategory {
	float: left;
}

div#productCategory li {
	float: left;
	width: 193px;
	font-size: 11px;
}
div#productCategory div.categoryContent {
	padding-left: 10px;
	height: 18em;
	overflow: hidden;
}
div#productCategory div.categoryContent p {
	margin-bottom: 10px;
}
div#productCategory div.categoryContent h3 {
	margin-bottom: 5px;
	font-size: 12px;
}
div#productCategory div.categoryContent ul {
	margin-left: 20px;
}
div#productCategory li li {
	float: none;
	width: auto;
	list-style: disc outside;
	border: none;
}
div#productCategory div.categoryContent h4 {
	clear: left;
	margin: 5px 0 0 0;
}
div#productCategory div.categoryContent h4 a {
	padding: 0 10px 0 0;
	font-size: 11px;
	font-weight: normal;
	background: url(/custom/communitybankbay/image/black-triangle.png) no-repeat right center;
}
div#productCategory div.categoryContent h4 a:hover {
	text-decoration: underline;
}

#secondaryProducts {
	clear: both;
	overflow: hidden;
	width: 98%;
	border: 1px solid #D9D9D9;
	background: url(/custom/communitybankbay/image/category-gradient.png) repeat-x;
}

#secondaryProducts ul li {
	float: left;
	min-height: 140px;
	width: 49%;
	border-bottom: 1px solid #CCCCCC;
}

#secondaryProducts ul#sixProducts li.lastChild {
	display: inline;
}

#secondaryProducts ul li.nthChild-7 {
	display: none;
}	
	
#secondaryProducts ul li.odd {
	border-right: 1px solid #CCCCCC;
}

#secondaryProducts ul li.nthChild-5 .categoryContent, #secondaryProducts ul li.nthChild-6 .categoryContent  {
	border-bottom: 0 none;
}

#secondaryProducts ul li .categoryContent {
	position: relative;
	margin: 0;
	padding: 0 5px;
	min-height: 110px;
}

#secondaryProducts ul li .categoryContent h3 {
	padding: 10px 0 10px 5px;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

#secondaryProducts ul li .categoryContent h3 a {
	color: #0B3D86;
}

#secondaryProducts ul li .categoryContent h3 a:hover {
	color: #4476A5;
}

#secondaryProducts ul li .learnmoreTag {
	height: 30px;
}

#secondaryProducts ul li h4 {	
	float: right;
	margin: 0 10px 0 0;
	background: url(/custom/communitybankbay/image/li-icon.png) no-repeat right center;
}	

#secondaryProducts ul li h4 a {
	padding-right: 14px;
	color: #0B3D86;
}

#secondaryProducts ul li h4 a:hover {
	color: #4476A5;
}

#secondaryProducts ul li .categoryContent p {
	margin: 0 5px;
}
/* Second Category Pages */

#teritiaryProducts ul {
	clear: both;	
}

#teritiaryProducts ul li.even, #teritiaryProducts ul li.odd  {
	width: 626px;
	height: 90px;
	position: relative;
	background: transparent url(/custom/communitybankbay/image/product-li.png) no-repeat scroll 0 0;
}

#teritiaryProducts li h3 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 12px 12px 6px 12px;
	color: #666666;
}

#teritiaryProducts li h3 a {
	color: #666666;
}

#teritiaryProducts li h3 a:hover {
	color: #4476A5;
}

#teritiaryProducts li p {
	float: left;
	clear: left;
	width: 300px;
	margin: 0 0 0 10px;
	padding: 0;
	color: #666666;
}

#teritiaryProducts li ul {
	position: absolute;
	top: 8px;
	left: 344px;
	width: 180px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
}

#teritiaryProducts li ul li {
	margin: 6px 0 6px 10px;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 11px;
	color: #666666;
}

#teritiaryProducts li h4 {
	position: absolute;
	right: 8px;
	bottom: 4px;
	margin: 0;
	padding: 0;
	background: url(/custom/communitybankbay/image/li-icon.png) no-repeat right center;
}

#teritiaryProducts li h4.estatementsButton {
	position: absolute;
	right: 95px;
	bottom: 4px;
	margin: 0;
	padding: 0;
	background: url(/custom/communitybankbay/image/li-icon.png) no-repeat right center;
}

#teritiaryProducts li h4 a {
	color: #0B3D86;
	padding-right: 15px;
}

#teritiaryProducts li h4 a:hover {
	color:  #4476A5;
}

/* Search */

ul#pagination {
	margin: 10px 0;
}

#pagination li {
	display: inline;
	padding-right: 10px;
}

#pagination li a {
	text-decoration: underline;
}

#searchPage li .productContent {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}

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

#printButton {
	position: absolute;
	top: 12px;
	right: 20px;
}
#productPhoto {
	position: relative;
	padding-top: 5px;
}
.productHead {
	padding-left: 14px;
	margin: 10px 0;
}
.productHead h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	margin: 0;
}
#productSummary {
	font-size: 11px;
	position: relative;
	min-height: 200px;
}
#productSummary #categorySummary {
	height: 88px;
	widows: 628px;
}
#productSummary #categorySummary #pageContent h1 {
	position: absolute;
	bottom: 4px;
	left: 12px;
	margin: 0;
	padding: 0;
	color: #4476A5;
	font-weight: normal;
}
#pageContent #questionsButton {
	position: absolute;
	right: 10px;
	bottom: 8px;
}
#pageContent #applyNow {
	position: absolute;
	right: 3px;
	bottom: 23px;
}
#productSummary #categorySummary #pageContent p {
	margin: 10px 2px 0px 2px;
}
#productSummary #categorySummary #tellaBanker {
	float: left;
	width: 155px;
	height: 84px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background: url(/custom/communitybankbay/image/ql-bg.png) repeat-x;
}
#productSummary #categorySummary #tellaBanker h4 {
	margin: 8px;
	padding: 0;
	color: #006600;
	font-size: 12px;
}
#productSummary #categorySummary #tellaBanker p {
	margin-left: 8px;
	font-weight: bold;
	margin: 0 0 0 8px;
}
#productSummary p {
	margin: 10px 0;
}
#productDetails p {
	margin: 0 0 10px;
}
#productSummary ul, #productDetails ul {
	margin: 10px 15px;
}
#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
}
#productDetails {
	clear: both;
	position: relative;
	width: 611px;
	border-top: solid 1px #CCC;
	padding: 10px 0 0 14px;
	background: transparent url(/custom/communitybankbay/image/productdetails-bg.png) no-repeat scroll 0 0;
	color: #666;
}
#productDetails h1  {
	font-size: 15px;
	font-weight: normal;
	margin: 13px 0 4px 0;
	color: #4476A5;
}
#productDetails h2, #productDetails h3 {
	margin: 20px 0 10px;
	font: bold 11px Arial,Helvetica,sans-serif;
	color: #666;
}	
#auto1282373 {
	margin: 8px 0 0 16px;
}
#openNow a, #tellMeMoreButton {
	display: block;
	padding: 8px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
	background-color: #333;
	font-size: 12px;
	margin-bottom: 10px;
}
#openNow a:hover, #tellMeMoreButton:hover {
	background-color: #666;
}
#applyNow a {
	display: block;
	padding: 8px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	width: 92px;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}
#oblQuestions {
	float: left;
	margin-right: 8px;
}





/* Tabs */

dl {
	width: 352px;
	display:block;
	list-style: none;
	position: relative;
}
dt {
	color: #666;
	padding: 12px 20px 12px 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}

dt.selected {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

dt:hover {
	color: #0B3D86;
}
dd {
	padding: 5px 5px 0 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
}
dd a {
	text-decoration: underline;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
a#detailQuestions {
	margin: 0 0 0 10px;
}
/*====== Individual Page ==============================================================================*/

.individualPage {
	padding: 5px 25px 0 0;
}

.individualPage h1.pageHead {
	font: normal 24px Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #FFB300;
	color: #4476A5;
	margin: 12px 0 20px;
}

.individualPage a { 
	text-decoration: underline;
}

.individualPage a:hover {
	color: #4476A5;
}

.individualPage p {
	margin: 10px 0;
}

.individualPage p.zeroPaddingParagraph {
	margin: 0;
}

.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}

.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}

#cbbTeam p {
	margin: 10px 0 20px; 
}

#containedBg {
	background: transparent url(/custom/communitybankbay/image/productdetails-bg.png) no-repeat scroll 0 0;
	padding: 2px 10px 0;
	overflow: hidden;
}

ol#victimTheft li {
	margin: 10px 0;
}

ol#victimTheft li li {
	margin: 4px 0;
}

#intheNews ul {
	margin: 10px 0 10px 26px;
}

#contactUs img {
	margin: 5px 0 0 0;
}

#contactUs #left h2 {
	margin: 0 0 10px;
}

span.registerLogo {
	font-size: 9px;
}	

#loginAgreenment {
	position: relative;
}

#loginAgreenment li {
	list-style-position: outside;
	margin-left: 10px;
}

#loginAgreenment table {
	border: 1px solid #333333;
	border-collapse: collapse;
}

#loginAgreenment td.smallTable {
	border-right: 1px solid #333;
}

#loginAgreenment td {
	border-bottom: 1px solid #333;
	padding: 6px;
}

#loginAgreenment #agreementButtons {
	padding: 0 160px;
}

#loginAgreenment #yes {
	float: left;
	display: inline;
	padding: 10px 15px;
	margin: 0 10px;
	background-color: #4476A5;
}

#loginAgreenment #no {
	float: left;
	display: inline;
	padding: 10px 15px;
	margin: 0 10px;
	background-color: #4476A5;
}

#loginAgreenment a {
	text-decoration: none;
	padding: 25px;
}

#loginAgreenment a:hover {
	text-decoration: underline;
	color: #999;
}


/*====== Sitemap ====================================================================================*/

#sitemap {
	margin-top: 20px;
}

#sitemapNav {
	margin-top: 30px;
}

#sitemapNav li {
	width: 160px;
	float: left;
	margin-right: 25px;
}

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

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

#sitemap div.clear div {
	width: 160px;
	float: left;
	margin-right: 25px;
}

#sitemap div.clear ul {
	padding-bottom: 25px;
}

/*====== Locations ====================================================================================*/

#map {
	height: 300px;
}

#locations th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 280px;
}

#locations th.timeName {
	width: 150px;
}

#locations td.timeValue {
	width: 130px;
}

#locations ul {
	margin: 20px 0;
}

#locations ul li {
	list-style-type: none;
}

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

#verifyButtons img {
	margin: 50px;
}

/* captcha */

fieldset#newApplication #captcha {
	width: 200px;
	margin: 0 auto;
}

fieldset#newApplication #captcha input {
	float: none;
	width: 194px;
	display: block;
	margin: 10px 0;
}

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

/* ssn */

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

fieldset#newApplication div#introduction {
	margin: 0 25px 25px;
	min-height: 160px;
	padding-top: 25px;
}
fieldset#newApplication div#introduction div#introHead {
	background: url(/custom/communitybankbay/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: #009;
	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 #009;
	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, fieldset#newApplication fieldset#beneficiarySwitch input {
	margin-right: 15px;
	margin-bottom: -4px;
}
fieldset#newApplication div.radioWlabel {
	width: 250px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	margin-bottom: 0;
}
fieldset#newApplication div.radioWlabel {
	margin-left: -25px;
}
fieldset#newApplication .radio {
	margin: 0 25px 10px 300px;
	clear: both;
}
fieldset#newApplication fieldset fieldset .radio {
	margin-left: 275px;
}
fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
	width: 1em;
	float: none;
	display: inline;
	margin-bottom: -3px;
	margin-left: 25px;
}
fieldset#newApplication textarea {
	margin-left: 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;
}

/*======== Contact Us ===============================================================================*/

/* captcha */

#contactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 211px;
}

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

#contactUs #captcha p {
	margin: 0;
}

/* end */


#contactUs {
	margin-top: -5px;
}

#contactUs #left { 
	float: left;
	width: 274px;
	padding: 0 14px 0 0;
	margin: 10px 0 0;
	border-right: 1px solid #074987;
}

#contactUs #right {
	float: right;
	width: 280px;
	margin: 2px 0 0;
}

#contactUs h3 {
	margin: 10px 0 0 0;
}

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

#contactUs fieldset {
	padding: 15px 10px 10px 10px;
	border: 1px solid #CCC;
}

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

#contactUs form {
	font-size: 12px;
}

#contactUs label {
	float: left;
	padding-bottom: 10px;
	padding-right: 25px;
	width: 186px;
	text-align: right;	
}

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

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

#contactUs input#STAFsubmit {
	float: none;
	margin: 25px 0 0 280px;
	padding: 5px;
	width: auto;	
}

#contactUs textarea {
	height: 100px;
}

#contactUs #personalInformation {
	margin-bottom: 10px;
	width: 550px;
}

#contactUs #friendsToEmail {
	margin-top: 10px;
}

 /* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index:10;
	
	left: 0;
	width: 100%;
}

.geckoShadow {
	background-color: none;

	background:transparent url(data:image/png;base64,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);

}
.nonGeckoShadow {
	background-color: #000000;
}

#lbHeader {
	text-align: right;
	border: 0;
}
#lbHeader a{
	color: #ffffff;
	font-size: 20px;
}
#lbFrame {
	position: absolute;
	z-index:10;
	left: 50%;
	padding: 0;
	border: 0;
	overflow: hidden;
	border: 0 none;
	background-color: transparent;
}

body.popup {
	background: #FFF;
	border: 0 none;
}

.popup p {
	margin: 10px;
}

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

iframe {
	border: 1px solid transparent;
}

/*--- New Popup Stuff ---*/

#newPopUpForm fieldset {
	border: 0 none;
	padding: 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: bold;
	margin-bottom: 5px;
}
#newPopUpForm p {
	margin: 0 0 20px 0;
}

/* captcha */

#newPopUpForm #captcha {
	width: 200px;
	padding: 25px;
	float: left;
}

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

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

#newPopUpForm #captcha h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

#newPopUpForm h2 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

