/* Carthage Federal Savings & Loan First Branch - layout.css */
/*
Search and replace the following:

#333333
carthagesavings
*/


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

body {
	background-color: #FFF;
	color: #333;
	font: normal 65% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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

#contentWrapper {
	background: transparent url(../image/wrapper-bg-repeat.png) repeat-y left top;
	width: 100%;
}
#contentInner {
	padding: 9px 8px 0 9px;
	background: transparent url(../image/wrapper-bg-top.png) no-repeat left top;
}
#innerContentWrapper {
	overflow:hidden;
	width:760px;
	background-color:#B7C3C9;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	margin: 10px 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
	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, ol {
	font-size: 1.2em;
	margin: 0 0 0 30px;
}

li {
	margin: 0 0 5px 0;
}

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

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

.clear {
	clear: both;
}

.center {
	text-align: center;
}
/*====== Header ===================================================================*/
#ultraTopWrapper {
	width: 100%;
	height: 40px;
	position: relative;
}
#header {
	position: relative;
	height: 138px;
	width: 100%;
	background: transparent url(../image/header-bg.png) no-repeat left top;
}
#logo img {
	position: absolute;
	top: 4px;
	left: 8px;
}

#topOnlineBankingLogin {
	position: absolute;
	top: 10px;
	right: 8px;
}
#topOnlineBankingLogin a {
	background:transparent url(../image/button_internetbanking.png) 0 0 no-repeat;
	display:block;
	text-indent:-9999em;
	width:74px;
	height:71px;
}
#topOnlineBankingLogin a:hover {
	background:transparent url(../image/button_internetbanking.png) 0 -71px no-repeat;
}


#ultraTopNav {
	position: absolute;
	right: 275px;
	top: 13px;
}
#ultraTopNav li.lastChild {
	border-right: none;
}
#ultraTopNav li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #333;
	font: normal 1em Arial, Helvetica, sans-serif;
}
#ultraTopNav li a {
	color: #333;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 10px;
	right: 165px;
	height: 15px;
}
.textSize h2 {
	float: left;
	text-indent: -9999px;
	width: 54px;
	height: 20px;
	margin: 0;
	background: transparent url(../image/text-size-title.png) no-repeat left top;
}
.textSize img {
	float: left;
}
#searchForm {
	position: absolute;
	height: 20px;
	width: 140px;
	right: 15px;
	top: 10px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 3px 5px;
	width: 109px;
	height: 14px;
	background-image: url("../image/search-bg.png");
}

#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 20px;
}
#primaryNav {
	position: absolute;
	bottom: 1px;
	left: 0;
	margin: 0;
	overflow: hidden;
	width: 760px;
	background: transparent url(../image/primary-nav-bg.png) repeat-x left top;
}
#primaryNav li {
	float: left;
}
/*====== Footer ====================================================================*/

#footer {
	height: 50px;
	padding-top: 23px;
	text-transform: uppercase;
	position: relative;
	clear: both;
	font-size: 0.9em;
	background: transparent url(../image/wrapper-bg-bottom.png) no-repeat left top;
}

#footer #firstROI {
	position: absolute;
	top: 33px;
	left: 15px;
}

#footer #eh {
	position: absolute;
	top: 33px;
	right: 15px;
}

#footer #fdic {
	position: absolute;
	top: 33px;
	right: 41px;
}

#footer #mastercardSecure {
	position: absolute;
	right: 110px;
	top: 26px;
}

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

#footerNav li {
	border-right: 1px solid #333;
	display: inline;
	padding: 0 10px;
}
#footerNav li.lastChild {
	border-right: none;
}

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

#footer p {
	text-align: center;
}

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

#mainContent {
	width: 580px;
	float: left;
	padding-bottom: 25px;
	min-height: 300px;
}

#leftColumn {
	float: left;
	clear: left;
	width: 180px;
	margin-bottom: 25px;
}
ul#leftNav  {
	width:175px;
	margin:20px 0 0 0;
}
#leftNav li {
margin:0 0 5px 0;
}
#leftNav li h2 {
	font-size: 1em;
	margin: 0;
	padding:0;
	text-transform:none;
}
#leftNav li h2 a {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 1px 1px 0;
	display:block;
	padding:5px;
	color: #333;
}
#leftNav li h2 a:hover {
	background:#ccc;
	color: #333;
}
#leftNav li h2 a.selected {
	background:#666;
	color: #fff;
}

/*====== Home Page ====================================================================*/
#obLogin {
	position: absolute;
	top: 0;
	right: 0;
	width: 307px;
}
#obLogin h2 {
	margin: 9px 0 0;
	text-indent: -9999px;
	width: 162px;
	height: 18px;
	float: left;
	background: transparent url(../image/online-banking-title.png) no-repeat left top;
}
#obLogin input#uid {
	width: 117px;
	height: 13px;
	padding: 3px 5px;
	margin: 10px 0 0 12px;
	border: none;
	background: transparent url(../image/olb-username-bg.png) no-repeat left top;
}
#obLogin input#olbSubmit {
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
}
#flashBanner {
	position: relative;
	width: 760px;
	height: 424px;
}
#flashBanner h1 {
	margin: 0;
}
#quickLinks {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 94%;
	padding: 0 3%;
}
#quickLinks h2 {
	padding-left: 20px;
	float: left;
	margin: 2px 10px 0 0;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: transparent url(../image/quick-links-icon.png) no-repeat left top;
}
#quickLinks li {
	float: left;
	padding: 1px 14px 0;
	border-right: 1px solid #fff;
}
#quickLinks li.lastChild {
	border-right: none;
}
#quickLinks li a {
	color: #fff;
	font: normal 1.1em Arial, Helvetica, sans-serif;
}

#quickLinks li a:hover {
	text-decoration: underline;
}
/*====== Category Page ================================================================*/

#catBreadcrumb {
	margin: 10px;
}

#catBreadcrumb li {
	display: inline;
	font: normal 2.4em Arial, Helvetica, sans-serif;
}

#catBreadcrumb ul {
	display: inline;
	padding-left: 5px;
}

#catBreadcrumb li a {
	color: #333;
}

div#productCategory {
	/*background:pink;*/
	float: left;
	margin:20px 0 0 4px;
}
div#productCategory ul {
	margin: 0;
}
div#productCategory li {
	float: left;
	padding:0 0 13px 13px;
	width: 275px;
}
div#productCategory div.productContent {
	background-color:#9DA3A5;
	height: 17em;
	overflow: hidden;
	width:273px;
	border:1px solid #fff;
}

div#productCategory div.productContentHover {
	background-color:#732C3C;
	cursor:pointer;
}

div#productCategory ul li.even div.productContent {
	border-right:none;
	margin:0 0 0 1px;
}


div#productCategory div.productContent a img {
float:left;
}
div#productCategory div.productContent div.productNameLearnMore {
	position:relative;
	background:#fff;
	padding:7px;
	height:92px;
	width:129px;
	overflow:hidden;
}
div#productCategory div.productContent p {
	border-top:1px solid #fff;
	padding:7px;
    color:#fff;
}
div#productCategory div.productContent h3 {
font-size: 1.4em;
line-height:1.2em;
font-weight:normal;
margin:0 0 5px 0;
}
div#productCategory div.productContent ul {
	margin-left: 20px;
}
div#productCategory li li {
	float: none;
	width: auto;
	list-style: disc outside;
	border: none;
}
div#productCategory div.productContent h4 {
	/*clear: left;*/
	margin:0;
}
div#productCategory div.productContent h4 a {
	position:absolute;
	bottom:7px;
	left:7px;
	display:block;
	height:20px;
	width:89px;
	text-indent:-9999em;
	background: url(../image/btn-learn-more.png) 0 0 no-repeat;
}
div#productCategory div.productContent h4 a:hover, div#productCategory div.productContentHover h4 a {
	cursor:pointer;
	background: url(../image/btn-learn-more.png) 0 -20px no-repeat;
}

/* Search */

#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 ================================================================*/

#productSummary {
	position: relative;
	overflow:hidden;
	background-color:#899194;
	border:1px solid #fff;
	border-width:1px 0 1px 1px;
	float:right;
	margin:20px 0 0 0;
	width:562px;
	height:auto;
}
#productSummary img#freeGift {
	position: absolute;
	right: 10px;
	top: 6px;
}
#productSummary h1 {
background-color:#fff;
font-size: 2.4em;
	font-weight:normal;
	padding:15px 0 15px 15px;
	margin:0;
}
#productSummary p, #productDetails p {
	margin: 10px 0;
}
#productSummary p {}

#productPhoto {
	float:left;
	width:279px;
	height:246px;
}
#productGeneral {
	float: right;
	width:283px;
	color:#fff;
}
#productGeneral p {
	padding:7px 10px 0 10px;
	margin:0;
}

#productSummary ul, #productDetails ul {
	margin: 10px 15px;
}
#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
}
#openNow {
	float:left;
	display: inline;
	width: 114px;
	margin:5px 10px 5px 14px;
}

#productQuestions {
	float: left;
	display: inline;
	width: 114px;
	margin:5px auto;
}

#productDetails {
	position:relative;
	clear:both;
	margin:20px 0 0 0;
	float:right;
	width:562px;
}
#printButton, #shareButton {
	display:block;
	float: right;
}
#printButton {
	width:25px;
	height:33px;
	margin:0;
	}
#shareButton {
	width:27px;
	height:28px;
	margin:5px 15px 0 0;
	}

#productPrintShare {
	position:absolute;
	top:40px;
	right:45px;
	height:33px;
	z-index:9;
	}
#productTopButtons {
	width:270px;
	margin: 15px auto 0 auto;
}
#productTopButtons img {
	margin:2px 0 3px 0;
}
#productBottomButtons {
	position:absolute;
	bottom:13px;
	right:6px;
	width:400px;
	z-index:9;
}
		
#productBottomButtons #openNowBottom {
	float: left;
	display: inline;
	margin: 5px 6px 3px 5px;
}	

#productBottomButtons #productQuestionsBottom {
	float: left;
	display: inline;
}
#productBottomButtons .preApproval {
	float: left;
	display: inline;
}
#productBottomButtons div {
	margin:5px 0 3px 0;
}
#moolahImage img { 
	float:left;
	margin-left:23px;
	margin-top:15px;
}

/* Tabs */

dl#roi_tabs {
	position: relative;
	width: 552px;
	display:block;
	list-style: none;
	padding: 0 0 20px;
}
dl#roi_tabs dt {
	background-color:#9DA3A5;
	border:1px solid #fff;
	border-width:1px 1px 0 1px;
	color: #fff;
	padding: 6px 16px 6px 16px;
	font-size: 1.2em;
	text-transform:uppercase;
}
dl#roi_tabs dd {
	background-color:#fff;
	padding: 5px 0 30px 10px;
	width:552px;
}
dl#roi_tabs dd a {
	text-decoration: none;
}
dl#roi_tabs dt.selected {
	text-decoration: none;
	background-color:#fff;
	color: #333;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 27px;
	left: 0;
	z-index:8;
}
.pane p, .pane ul {
	width:350px;
	color:#333;
	}
.pane a {
color:#0000FF;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 7;
}
dl#roi_tabs dt:hover {
	color:#333;
}
.mortgageLoans dl#roi_tabs dd p.zeroPaddingParagraph {
	margin: 18px 0 0 0;
}
.mortgageLoans dl#roi_tabs dd p.zeroPaddingParagraph a {
	background: url(../image/GetPreApproved.png) no-repeat;
	display: block;
	position: relative;
	width: 156px;
	height: 25px;
	text-indent: -9999px;
}


/*======= Forms Package ============================================================*/

label.required {
	font-weight: bold;
}

form {
	font-size: 1em;
}









/*======== Application =============================================================*/
#verifyButtons img {
	margin: 50px;
}

/* captcha */
fieldset#newApplication span.requiredField {
	display: block;
}
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: 1.2em;
	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(../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: #333333;
	font-size: 3.2em;
	padding: 0 0 5px 0;
	margin: 0 0 0 170px;
	width: 410px;
}
fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 1.6em;
	padding-bottom: 0;
	margin: 0;
}
fieldset#newApplication div#introText {
	border-top: 1px solid #333333;
	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: 1.2em;
}
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: 1.2em;
	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;
	font-size: 1.3em;
}
/* 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: 2em;
	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: 1.4em;
	margin-bottom: 0px;
}
fieldset#newApplication fieldset {
	margin: 25px;
	padding: 20px;
	border: 1px solid #CCC;
	clear: both;
}
fieldset#newApplication fieldset fieldset {
	margin: 25px 0;
}

#joint_account_info {
	display: none;
}

/* formContactUs.css */

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

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

#formContactUs label {
	font-size:1.3em;
	float: left;
	padding: 0 25px 10px 0;
	text-align: right;
	width: 186px;		
}

#formContactUs input, #formContactUs textarea {
	font-size:1.3em;
	float: left;
	margin-bottom: 10px;
	width: 290px;	
}

#formContactUs fieldset p {
	margin-left: 210px;
}

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

#formContactUs textarea {
	height: 100px;
}

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

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

#formContactUs #captcha p {
	margin: 0;
}

#contactUs span {
	font-size:1.2em;
}

#contactUs li span {
	font-size:1.3em;
}

#formContactUs .requiredField {
	font-size:.9em;
}

 /* 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: 2em;
}
#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;
	overflow: hidden;
}
.popup p {
	margin: 10px;
}

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

iframe {
	border: 1px solid transparent;
}

/* formQuestions.css */
#formQuestions, #formShare {
	width: 582px;
	height: 449px;
	background-color: #B7C3C9;
	border: 1px solid #fff;
}
#formQuestions #questionsLogo, #formShare #questionsLogo {
	margin-top: 15px;
}
#formQuestions form, #formShare form {
	overflow: hidden;
	height: 422px;
	width: 559px;
	margin: 14px auto 13px;
	background: transparent url(../image/questions-bg.png) no-repeat left top;
}
#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, #formShare #newPopUpForm input.submitButton {
	border: none;
	cursor:pointer;
	display: inline;
	float: right;
	height: 36px;
	width: 103px;
	margin: 0 43px 0 0;
	padding: 36px 0 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../image/questions-submit-button.png) no-repeat left top;
}

#formQuestions textarea {
	height: 197px;
}
#formQuestions label {
	display: block;
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight:normal;
}
#formQuestions p.title {
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
	/* don't show */
	margin:0;
	height:1px;
	text-indent:-9999em;
}
#formQuestions label .requiredField, #formShare label .requiredField {
	display: block;
	float: right;
	text-align: right;
	color: #FF0000;
	text-transform: uppercase;
	font-size: 0.9em;
	font-style: normal;
}
/* captcha */

#formQuestions #captcha, #formShare #captcha {
	float: left;
	padding: 15px;
	width: 200px;
	margin-top: 71px;
}

#formQuestions #captcha input {
	border: solid 1px #666;
	display: block;
	float: none;
	height: 14px;
	padding: 3px;
	width: 192px;
}

#formQuestions #captcha p, #formShare #newPopUpForm #captcha p { 
	font-size: 1.1em;
	margin: 10px 0;
}
#formQuestions #captcha h4 {
	color: #666;
	font: bold 1.2em Arial, Helvetica, sans-serif;	
	margin: 0 0 5px 0;
}

/*--- 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;
	cursor:pointer;
	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;
	margin-bottom: 5px;
	font-weight:normal;
}
#newPopUpForm label span {
	display: inline;
	font-style:italic;
}

#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 1.1em 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: 1.2em;
}

/*Sexy Alert Box */

#SexyAlertBox-Box {
  padding-bottom: 24px;
  background: url('../images/bg-box-bottom.png') bottom left no-repeat !important;
  background: url('../images/bg-box-bottom.gif') bottom left no-repeat;
}

#SexyAlertBox-InBox {
  padding-top: 15px;
  background: url('../images/bg-box-top.png') top left no-repeat !important;	
  background: url('../images/bg-box-top.gif') top left no-repeat;	
}

#SexyAlertBox-BoxContent {
  background: url('../images/bg-box-body.png') top left repeat-y !important;
  background: url('../images/bg-box-body.gif') top left repeat-y;
  padding: 0px 20px;
}

#SexyAlertBox-BoxContenedor {
  padding: 0px 0px 5px 55px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
}

#SexyAlertBox-BoxContenedor h1,#SexyAlertBox-BoxContenedor h2,#SexyAlertBox-BoxContenedor h3,#SexyAlertBox-BoxContenedor b,#SexyAlertBox-BoxContenedor strong{
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

#SexyAlertBox-Buttons{
  text-align:right;
}

#SexyAlertBox-Buttons input {
  margin: 10px 10px;
}

#SexyAlertBox-BoxContenedor #BoxPromptInput{
  margin-top:5px;
}

#SexyAlertBox-Box .BoxAlert {
  background: url('../images/dialog-warning.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxConfirm {
  background: url('../images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxPrompt {
  background: url('../images/dialog-help.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxInfo {
  background: url('../images/dialog-information.png') top left no-repeat;
}

#SexyAlertBox-Box .BoxError {
  background: url('../images/dialog-error.png') top left no-repeat;
}

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 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 span.textVariant1 {
	display: inline-block;
	margin: 0;
	text-decoration: underline;
}
#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 #optToggle,
#overdraft #optAccounts {
	display: none;
}
#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: 226px; /* bank specific */
	height: 145px;
	border: 1px solid #ccc;
	font-size: 11px;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/carthagesavings/image/overdraft_fade.png) bottom left repeat-x #792E3B; /* 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;
}



