/* CNBT.com - layout.css */

*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0 0 26px;
}
h1, h2, h3, h4 {
	color: #333;
	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;
}
h1 a, h2 a, h3 a, h4 a {
	color: #333;
}
a img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #333;
}
ul li {
	list-style-type: none;
}
input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
div#contentIndent {
	clear: both;
	margin: 0 auto;
	width: 750px;
}
p.zeroPaddingParagraph,
li.zeroPaddingParagraph {
	margin-bottom: 0!important;
}
p.disclaimer {
	font-size: 9px;
}
/*====== Header =======================================================================================*/

#header {
	position: relative;
	height: 60px;
	background: #F3F0DC;
	width: 100%;
}
div#logo {
	float: left;
	padding: 10px;
}
#ultraTopNav {
	float: right;
	padding: 10px;
	font-size: 10px;
}
#ultraTopNav li {
	float: left;
	border-right: 1px solid #333;
	padding: 0 6px;
}
#ultraTopNav li.lastChild {
	border-right: none;
	padding-right: 0;
}
#ultraTopNav a:hover {
	text-decoration: underline;
}
li#ultraHome {
	margin-right: 5px;
}
li#ultraLocations {
	margin-left: 5px;
}
div#liveSupport {
	position: absolute;
	top: 30px;
	right: 10px;
}
.textSize {
	position: absolute;
	top: 8px;
	right: 35px;
}
.textSize h2 {
	display: none;
}
.textSize img {
}
#searchForm {
	position: absolute;
	top: 8px;
	right: 105px;
	height: 20px;
}
#searchForm input#roi_input {
	position:absolute;
	right:0;
	top:0px;
	padding:3px 5px;
	width:120px;
	height:14px;
	color:#676767;
	background-image:url(/custom/cnbt/image/search-bg.png);
	border:0 none;
}
#searchForm input#searchButton {
	position: absolute;
	top: 0px;
	right: 0;
	width: 20px;
	height: 20px;
}
/*====== Footer =======================================================================================*/

#footer, #footerInvestments {
	margin: 0 0 16px;
	position: relative;
	clear: both;
/*	height: 50px;*/
	height: 64px;
	color: #888;
	font: normal 11px arial, helvetica, sans-serif;
	background: #F3F0DC;
}
#footer #firstROI, #footerInvestments #firstROI {
	position: absolute;
	top: 18px;
	left: 10px;
}
#footer #member {
	position: absolute;
	top: 19px;
	right: 10px;
}
#footer #bbb {
	position: absolute;
	right: 8px;
	top: 72px;
}
#footer #footerNav, #footerInvestments #footerNav {
	position: absolute;
	top: 12px;
	right: 149px;
	width: 373px;
	text-align: right;
}
#footerNav a, #footerInvestments a {
	padding-left: 10px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
}
#footerNav a:hover, #footerInvestments a:hover {
	text-decoration: underline;
}
#footerNav li, #footerInvestments li {
	display: inline;
}
#footerNav li.lastChild {
	display: block;
}
#footer p, #footerInvestments p {
	position: absolute;
	top: 43px;
	right: 149px;
}
#footerInvestments #footerNav, #footerInvestments p {
	right: 15px;
}
/*====== Navigation ====================================================================================*/
div#primaryNavWrapper {
	position: relative;
	clear: both;
}

ul#primaryNav {
	padding: 0 9px;
	width: 750px;
	height: 38px;
	background: #000 url(/custom/cnbt/image/primary-navigation.png) no-repeat;
}
ul#primaryNav li {
	float: left;
	width: 130px;
	text-align: center;
}
ul#primaryNav li h2 {
	margin: 0;
	font-weight: normal;
}
ul#primaryNav li a {
	padding: 5px 0 11px 0;
	width: 130px;
	height: 22px;
	color: #fff;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
}
ul#primaryNav li a.nthChild-1, ul#primaryNav li a.nthChild-2, ul#primaryNav li a.nthChild-3 {
	display: block;
}
ul#primaryNav li.selected h2 a, ul#primaryNav li h2 a:hover {
	background: url(/custom/cnbt/image/primary-navigation-selected.png) no-repeat 50% 100%;
}
ul#currentCategory {
	margin-bottom: 20px;
}
ul#currentCategory li h3 {
	margin: 0;
}
ul#currentCategory li h3 a {
	display: block;
	padding: 5px 10px;
	height: 15px;
	font-size: 13px;
	background: url(/custom/cnbt/image/secondary-category.png) no-repeat;
}
ul#currentCategory li.inPath h3 a, ul#currentCategory li h3 a:hover {
	background: url(/custom/cnbt/image/secondary-category-selected.png) no-repeat;
}
ul#currentCategory li a {
	color: #fff;
}
ul#currentCategory ul li {
	background: #F1F5FA;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul#currentCategory ul li h4 {
	margin: 0;
}
ul#currentCategory ul li.inPath {
	background: #CADEED;
}
ul#currentCategory ul li a.inPath {
	padding-left: 15px;
	color: #555;
	font-size: 11px;
	background: #CADEED url(/custom/cnbt/image/red-arrow.png) no-repeat 2% 55%;
}
ul#currentCategory ul li a {
	padding: 6px 10px;
	display: block;
	color: #555;
}
ul#currentCategory ul li:hover {
	background: #CADEED;
}
/*====== Left Column ==================================================================================*/

#leftColumn {
	float: left;
	clear: left;
	margin-top: 15px;
	width: 194px;
}
ul#quickLinks {
	margin: 0 0 20px 0;
	width:194px;
}
ul#quickLinks li {
	background: #F1F5FA;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	list-style-type:none;
	margin:0px;
}
ul#quickLinks a {
	padding: 6px 10px;
	display: block;
	color: #555;
	text-decoration:none;
}
ul#quickLinks a:hover {
	background: #CADEED;
}
/*====== Home Page ====================================================================================*/

div#flashWrapper {
	margin: 10px 0;
	height: 335px;
	border-bottom: 5px solid #4F91BD;
}
div#onlineBanking {
	float: left;
	margin-right: 8px;
	width: 190px;
}
div#onlineBanking h2 {
	margin: 0;
	padding: 5px 10px 4px 25px;
	height: 15px;
	color: #fff;
	overflow: hidden;
	background: #E03E42 url(/custom/cnbt/image/online-banking.png) no-repeat;
}
div#onlineLogin {
	/*height: 192px;*/
	height: 202px;
	background: #F1F5FA;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.homeProduct {
	float: left;
	margin: 0 0 15px 20px;
	width: 164px;
	color: #333;
	font-size: 10px;
	height: 206px;
	position: relative;
}
div.homeProduct h2 {
	margin: 0;
	padding: 5px 0 5px 10px;
	height: 15px;
	color: #fff;
	overflow: hidden;
	background: #559CCB url(/custom/cnbt/image/product-header-bg.png) no-repeat;
}
div.homeProduct img {
	padding: 5px;
	background: url(/custom/cnbt/image/product-photo-bg.png);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.homeProduct p {
	margin: 10px 0;
}
a.yellowArrow {
	padding-right: 15px;
	color: #DF393D;
	font-weight: bold;
	background: url(/custom/cnbt/image/yellow-arrow-button.png) no-repeat 100% 65%;
}
/*====== Main Content ==================================================================================*/

div#mainContent {
	float: right;
	margin: 5px 0 15px 0;
	width: 536px;
}
/*====== Listing Styles ===============================================================================*/

#catTitle h1 {
	margin-bottom: 0;
	font: bold 20px Arial, Helvetica, sans-serif;
}
#catTitle p {
	margin-bottom: 10px;
	color: #333;
	font: normal 15px Arial, Helvetica, sans-serif;
}
div.listing {
	float: left;
	width: 536px;
	background: url(/custom/cnbt/image/related-products-bg.png) repeat-x 0 35px;
}
div.listing li {
	clear: both;
	float: left;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 10px;
	width: 526px;
	border-bottom: 1px solid #ccc;
}
div.listing li img {
	float: left;
	border: 1px solid #ccc;
	position: relative;
}
div.productContent {
	float: right;
	position: relative;
	width: 380px;
	height: 80px;
	color: #575757;
}
div.productContent h3 {
	margin: 5px 0;
	font-size: 13px;
	text-align: left;
}
div.productContent h4 {
	position: absolute;
	right: 0;
	bottom: -5px;
}
div.productContent h4 a {
	padding-right: 15px;
	font-size: 12px;
	color: #E04145;
	background: url(/custom/cnbt/image/yellow-arrow-button.png) no-repeat 100% 45%;
}
.homePage .homeProduct a {
	position: absolute;
	bottom: 0px;
}
/*====== Product Page =================================================================================*/

/* Tabs */

dl {
	position: relative;
	top: 10px;
	margin-bottom: 20px;
	width: 410px;
	min-height: 160px;
	display: block;
	list-style: none;
}
dt {
	padding: 0 20px 0 0;
	color: #333;
	font: bold 14px Arial, Helvetica, sans-serif;
}
dd {
	padding: 5px 0 0 0px;
}
dt.selected {
	padding-bottom: 10px;
	color: #8A152C;
	text-decoration: none;
	background: url(/custom/cnbt/image/red-arrow-up.png) no-repeat 35% 100%;
}
.pane {
	position: absolute;
	top: 25px;
	left: 0;
	width: 370px;
	overflow: hidden;
}
.pane p {
	margin: 10px 0;
}
.pane ul {
	margin: 10px 0 10px 20px;
}
.pane ul li {
	margin-bottom: 10px;
	list-style: disc outside;
}
.pane a, .individualPage a {
	color: #E04145;
	text-decoration: underline;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
div#relatedProducts, div#secondaryProducts {
	margin-top: 15px;
	border-top: 5px solid #4F91BD;
}
div#relatedProducts h2, div#secondaryProducts h2 {
	font-size: 14px;
}
div.productHead, div#productInfo, div#productPhoto {
	position: relative;
}
div#productInfo {
	background: url(/custom/cnbt/image/red-line.png) repeat-x 0 36px;
}
div.productHead h1 {
	margin: 10px 0 5px 0;
}
div#productPhoto img {
	border: 1px solid #ccc;
}
div#productButtons {
	position: absolute;
	top: 52px;
	right: 0;
	width: 155px;
}
div#productButtons img {
	float: right;
	margin-bottom: 5px;
}
div#fpOpenNow {
	position: absolute;
	top: 125px;
	left: 15px;
}
div#fpLearnMore {
	position: absolute;
	top: 175px;
	left: 15px;
}
#printButton {
	position: absolute;
	top: -45px;
	right: 0;
}
#shareButton {
	position: absolute;
	top: -45px;
	right: 60px;
}
/*====== Individual Page ==============================================================================*/

.individualPage a {
	text-decoration: underline;
}
.individualPage p {
	margin: 0 15px 10px 0;
}
.individualPage ol {
	margin: 10px 15px 10px 30px;
}
.individualPage ul {
	margin: 10px 15px 10px 20px;
}
.individualPage ul li {
	list-style: disc outside;
	margin: 4px 0;
}
.individualPage #productPhoto {
	margin: 0 0 30px;
}
#thankYouWrapper {
	padding-top: 10px;
}

.individualPage.textVariant1Blue p.textVariant1,
.individualPage.textVariant1Blue span.textVariant1,
.individualPage.textVariant1Blue li.textVariant1 {
	color: #4E97C6;
}


/*====== Dashboard Demo ===============================================================================*/
#dashDemo.individualPage {
	width: 700px;
	margin: 0 auto;
}
/*====== Reorder Checks ===============================================================================*/
div#reorderButtons {
	text-align: center;
}
div#reorderButtons img {
	margin: 10px auto;
	display: block;
}
/*====== Search Results ===============================================================================*/

div#searchResults {
	float: left;
	width: 100%;
}
div#searchResults h2 {
	float: left;
	margin: 15px 0 10px 0;
	width: 300px;
}
div#searchResults ul {
	float: right;
	margin: 15px 10px 5px 0;
}
div#searchProducts {
	margin-top: 5px;
	border-top: 5px solid #4F91BD;
}
div#searchProducts h2 {
	font-size: 14px;
}
/*====== Locations ====================================================================================*/

#map {
	height: 300px;
}
#locations th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 190px;
}
#locations th.timeName {
	width: 80px;
}
#locations td.timeValue {
	width: 110px;
}
#locations ul {
	margin: 20px 0;
}
#locations ul li {
	list-style-type: none;
}
#locations #atms {
	overflow: hidden;
	margin-bottom: 20px;
}
#locations #atms ul li {
	float: left;
	width: 178px;
}
/*======== 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: 25px;
	min-height: 160px;
}
fieldset#newApplication div#introduction div#introHead {
	background: url("/custom/cnbt/image/lock.png") no-repeat top right;
	margin-bottom: 7px;
}
fieldset#newApplication div#introduction div#introHeadBigger {
	margin-bottom: 7px;
}
fieldset#newApplication div#introduction img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 20px;
}
fieldset#newApplication div#introduction h1 {
	color: #364C85;
	font-size: 32px;
	padding: 0 0 5px 0;
	margin: 0;
}
fieldset#newApplication div#introduction h1.smaller{
	font-size: 30px;
}
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;
}

/*Above submit stuff*/
p#centerMe{
	text-align: center;
}
p#centerMe 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;
}
fieldset#newApplication div#introduction.estatements img {
	margin:0 20px 45px 0;
}
fieldset#newApplication .eCheckbox {
	clear: both;
	margin: 5px 0 5px 185px;
	width: 350px;
}
fieldset#newApplication .eCheckbox input {
	width: 20px;
	margin: 0 5px 0;
}
fieldset#newApplication .eCheckbox a {
	color: #364C85;
	font-weight: bold;
}
fieldset#newApplication .eCheckbox a:hover {
	text-decoration: underline;
}
/* 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-top: 5px;
}
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#addressSwitch {
	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;
}
/* divs and fieldsets and legends */

fieldset#newApplication {
	width: 748px;
	margin: 0 auto;
	line-height: normal;
	border: 0 none;
}

#newApplication #captcha {
	margin: 25px;
	padding: 25px 0 0 25px;
	border: 1px solid #CCC;
	
}
#newApplication #captcha h4 {
	font-size: 12px;
}
#newApplication #captcha p {
	margin: 25px 0;
}

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 ===============================================================================*/
#contactUs p.textBold {
	margin-left: 209px;
	font-weight: bold;
	clear: both;
}
#contactUs label span {
	color: #666;
	font-size: 11px;
}
/* captcha */

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

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

#contactUs #captcha p {
	margin: 0;
}

/* end */

#contactUs legend {
	color: #333;
	font-weight: bold;
}
#contactUs fieldset {
	padding: 15px 10px 10px 10px;
	border: 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 textarea { width: 294px; }
#contactUs input.submitButton {
	float: none;
	margin: 0 0 0 209px;
	padding: 5px;
	width: auto;
}
#contactUs input#STAFsubmit {
	float: none;
	margin: 25px 0 0 280px;
	padding: 5px;
	width: auto;
}
#contactUs textarea {
	height: 100px;
}
#contactUs #personalInformation {
	margin-bottom: 10px;
}
#contactUs #friendsToEmail {
	margin-top: 10px;
}
#fbContactUs label,
#fbContactUs form h3 {
	text-align: left;
	float: none;
}
#fbContactUs input,
#fbContactUs .phone {
	float: left;
}
#fbContactUs .phone input{
	float: left;
}
#fbContactUs form.inmo-application li {
	overflow: hidden;
}
#fbContactUs form.inmo-application li .phone {
	width: 265px;
}
#fbContactUs form.inmo-application li .help {
	font-size: 10px;
}
#fbContactUs img.header{
	margin:5px 0;
}
#fbContactUs div.slot{
	width: 38%;
	margin:23px 0 30px 3px;
	float:left;
}
#fbContactUs div#left.slot{
	line-height: 17px;
}
#fbContactUs div#right.slot{
	line-height: 19px;
}
#fbContactUs div.introBlurb{
	display: block;
	width:85%;
	clear:both;
	line-height: 19px;
	margin-left:3px;
}
#fbContactUs div.introBlurb a{
	color:#000;
}
/* 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;
}
/* JS Calculator */
#fedCalculator {
	height: 580px;
}
#fedCalculator .ratesLink {
	display: none;
}




#lbIframe {
	border: 0 none;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #FFF;
}
iframe {
	border: 1px solid transparent;
}
/*===============*/
/*--- New Popup Stuff ---*/
#formBuilderPage.popup form.inmo-application li label,
#formBuilderPage.popup form.inmo-application li h3 {
	width: 100px;
}
#formBuilderPage.popup .recaptchatable #recaptcha_response_field {
	position: relative;
	left: 0;
}
/*#newPopUpForm p.textBold {
	font-weight: bold;
	clear: both;
	margin-top: 15px;
}
#newPopUpForm fieldset {
	border: 0 none;
	padding: 25px 25px 0 25px;
}
#newPopUpForm input, #newPopUpForm textarea {
	display: block;
	padding: 3px;
	width: 244px;
	margin-bottom: 10px;
	border: solid 1px #666;
}
#newPopUpForm input {
	height: 14px;
}
#newPopUpForm input.submitButton {
	padding: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	font-weight: bold;
}
#newPopUpForm textarea {
	height: 100px;
}
#newPopUpForm label {
	display: block;
	margin-bottom: 5px;
}
#newPopUpForm label.required {
	font-weight: bold;
}
#newPopUpForm p {
	margin: 0 0 20px 0;
}
*/



#onlineBanking2 {
	margin:7px 10px;
}
#onlineBanking2.onlineBanking2OlbTest040614 {
	padding: 18px 0 0;
}
#onlineBanking2 label {
	color:#333333;
	display:block;
	font-size:11px;
	line-height:normal;
	padding:5px 0 2px;
}
#onlineBanking2 input#user_id, #onlineBanking input#password {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../image/olbInputBG.png) no-repeat scroll 0 50%;
	border:0 none;
	height:20px;
	padding:2px;
	width:165px;
}
#onlineBanking2 input {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
}
#onlineBanking2 .fieldLabel {
	padding-top: 0;
}
#onlineBanking2 .button {
	padding-top:7px;
}
#onlineBanking2 .forgotPasscode {
	padding-bottom: 4px;
	padding-top: 3px;
}
#onlineBanking2 .forgotPasscode input{
	margin-right: 5px;
}
#onlineBanking2 .enroll {
	padding-top:8px;
}
#onlineBanking2 a{
	text-decoration: underline;
}

/* online Banking Upgrade */
#upgradeImage {
	float: right;
	margin: 5px 0 0;
}
#upgradeLeft {
	width: 293px;
}
#upgradeLeft h1 {
	margin-bottom: 16px;
}
#upgradeLeft h2 {
	font-size: 16px;
	line-height: 0.6;
}
#upgradeLeft h2 span.subtitleGreen {
	color: #A1BB47;
}
#upgradeLeft h2 span.subtitleRed {
	color: #C9325F;
}
#upgradeLeft p {
	margin-top: 26px;
}

div.openNow a {
	text-indent: -9999px;
	display: block;
	background: url('/custom/cnbt/image/open-now.png') no-repeat scroll 0 0 transparent;
	width: 150px;
	height: 35px;
	margin-bottom: 10px;
}
div.hsaEligible a{
	text-indent: -9999px;
	display: block;
	background: url('/custom/cnbt/image/hsaButtons.png') 0 0 no-repeat;
	width: 161px;
	height: 28px;
	margin-bottom: 10px
}
div.hsaApp a{
	text-indent: -9999px;
	display: block;
	background: url('/custom/cnbt/image/hsaButtons.png') 0 -38px no-repeat;
	width: 161px;
	height: 28px;
	margin-bottom: 10px
}
div.applyNow {
	float: right;
}
div.applyNow a {
	text-indent: -9999px;
	display: block;
	background: url('/custom/cnbt/image/apply-now.png') no-repeat scroll 0 0 transparent;
	width: 120px;
	height: 28px;
	margin-bottom: 10px;
}
div.enrollNow{
	float:right;
}
div.enrollNow a{
	position:relative;
	text-indent: -9999px;
	display: block;
	background: url('/custom/cnbt/image/enroll-now.png') no-repeat scroll 0 0 transparent;
	width: 120px;
	height: 25px;
	margin-bottom: 10px;
	float:right;
}
div.learnMore a {
	text-indent: -9999px;
	display: block;
	background: url('/custom/cnbt/image/learn-more.png') no-repeat scroll 0 0 transparent;
	width: 120px;
	height: 25px;
	margin-bottom: 10px;
}

/* Shimmer Button */
div.shimmerButton {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

div.shimmerButton a, div.shimmerButton div.shimmer{
	height: 100%;
	width: 100%;
	position: absolute;
	display: block;
	top: 0px;
	margin: 0;
}

div.shimmerButton a{
	display: block;
	z-index: 3;
	text-indent:-9999px;
}

div.shimmerButton div.shimmer{
	background-image: -moz-linear-gradient(160deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0.50) 60%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,0.50)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(160deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.50) 60%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(160deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.50) 60%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
	background-image: -ms-linear-gradient(160deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.50) 60%,rgba(255,255,255,0) 100%); /* IE10+ */
	background-image: linear-gradient(160deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0.50) 60%,rgba(255,255,255,0) 100%); /* W3C */
	background-repeat: repeat-y;
	background-size: 30% 100%;
	left: -100%;
	z-index: 2;
}

div.shimmerButton:hover div.shimmer{
	left: 100%;
	-moz-transition: left .45s linear;
	-o-transition: left .45s linear;
	-webkit-transition: left .45s linear;
	transition: left .45s linear;
}

/* Real Estate */
#realEstate {
	padding: 0 0 50px;
}
#realEstate h2 {
	margin: 33px 0 0;
	padding: 32px 0 0;
	font-size: 16px;
	border-top: 1px solid #8d002b;
}
#realEstate h3 {
	padding: 19px 0 0;
	font-size: 14px;
	color: #E42E45;
	text-decoration: underline;
	border-top: 1px solid #ccc;
}
#realEstate ul {
	margin: 10px 15px 20px 20px;
}

/* online banking upgrade */
.individualPage#onlineBankingUpgrade h2 {
	line-height: 1;
}
.individualPage#onlineBankingUpgrade h3 {
	font-size: 16px;
}
.individualPage#onlineBankingUpgrade p.textVariant1 {
	width: 525px;
}
.individualPage#onlineBankingUpgrade a.upgradeOlbAlert {
	display: block;
	text-indent:100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	width: 527px;
	height: 521px;
	color: #fff;
	background: url("../image/upgradeOlbAlert.jpg") no-repeat 0 0;
}
.individualPage#onlineBankingUpgrade a.upgradeOlbSecurity {
	display: block;
	text-indent:100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	width: 527px;
	height: 498px;
	margin: 0 0 50px;
	color: #fff;
	background: url("../image/upgradeOlbSecurity.jpg") no-repeat 0 0;
}
.individualPage#onlineBankingUpgrade h3 a {
	color: blue;
}

a.bizLock{
	display: block;
	text-indent:100%;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	width: 226px;
	height: 75px;
	color: #fff;
	background: url("../image/BizLock.jpg") no-repeat 0 0;
}
