/* Allegiance CU First Branch - layout.css */

*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #333;
	font: normal 11px Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 836px;
	margin: 0 auto;
	background: transparent url(/custom/allegiancecu/image/wrapper-bg.png) repeat-y left top;
}

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;
}

.center {
	text-align: center;
}


/*====== Header ===================================================================*/

#header {
	position: relative;
	height: 150px;
	width: 100%;
	background: transparent url(/custom/allegiancecu/image/header-bg.png) no-repeat 5px bottom;
}
#logo img {
	position: absolute;
	top: 20px;
	left: 15px;
}
#ultraTopNav {
	position: absolute;
	right: 90px;
	top: 25px;
}
#ultraTopNav li {
	float: left;
	padding: 0 5px;
	font: normal 10px Helvetica, Arial, sans-serif;
	border-right: 1px solid #666;
	color: #666;
}
#ultraTopNav li.lastChild {
	border-right: none;
}
#ultraTopNav li a {
	color: #666;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 20px;
	right: 30px;
	height: 18px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
}
#socialNetworking {
	position:absolute;
	top:49px;
	right:30px;
	height:25px;
	width:100px;
}
#searchForm {
	position: absolute;
	height: 18px;
	width: 141px;
	right: 30px;
	top: 82px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 8px;
	width: 103px;
	height: 14px;
	font-size: 10px;
	color: #333;
	background-image: url("/custom/allegiancecu/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 18px;
}
#primaryNav {
	position: absolute;
	bottom: 2px;
	right: 30px;
}
#primaryNav li {
	float: left;
}
#primaryNav a {
	color: #000;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#primaryNav a:hover, #primaryNav a.inPath {
	color: #2F7DB5;
}


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

#footer {
	height: 55px;
	margin: 0 5px;
	position: relative;
	clear: both;
	font-size: 10px;
	color: #666;
	background: transparent url(/custom/allegiancecu/image/footer-bg.png) repeat-x left top;
}

#footer #firstROI {
	position: absolute;
	top: 10px;
	left: 30px;
}

#footer #eh {
	position: absolute;
	top: 10px;
	right: 3px;
}

#footer #ncua {
	position: absolute;
	top: 10px;
	right: 154px;
}
#footer #esi {
	position: absolute;
	top: 10px;
	right: 83px;
}
#footer #footerNav {
	text-align: center;
	padding: 10px 0 0;
}

#footerNav li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #666;
}
#footerNav li.lastChild {
	border-right: none;
}
#footerNav a {
	color: #666;
}
#footerNav a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

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

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

#leftColumn {
	display: inline;
	float: left;
	clear: left;
	width: 209px;
	margin-bottom: 25px;
	margin-left: 5px;
	min-height: 388px;
	background: transparent url(/custom/allegiancecu/image/left-column-bg.png) no-repeat left top;
}
#leftColumn #bankSlogan {
	margin: 80px 0 0 25px;
}
.leftNav {
	margin-left: 25px;
	width: 160px;
}
.leftNav li h2 {
	font: bold 12px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
}
.leftNav li h2 a {
	display: block;
	padding: 9px 3px 5px 8px;
	line-height: 15px;
	color: #005292;
	background: transparent url(/custom/allegiancecu/image/leftNav-category.png) no-repeat left top;
}
.leftNav li.inPath h2 a, .leftNav li h2 a:hover {
	background: transparent url(/custom/allegiancecu/image/leftNav-category.png) no-repeat left -60px;
	color: #fff;
}
.leftNav li.inPath h2 a {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.leftNav li li h3 {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
}
.leftNav li li a {
	color: #333;
	display: block;
	padding: 5px 3px 5px 8px;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #95ADC9;
	border-right: 1px solid #95ADC9;
	border-left: 1px solid #95ADC9;
	background: transparent url(/custom/allegiancecu/image/leftNav-product-bg.png) no-repeat left top;
}
.leftNav li li.inPath a, .leftNav li li a:hover {
	color: #fff;
	background: transparent url(/custom/allegiancecu/image/leftNav-product-bg.png) no-repeat left -60px;
}
.leftNav li li.lastChild a {
	border-bottom: none;
}
.leftNav li.lastChild li.lastChild a {
	border-bottom: 1px solid #95ADC9;
}
#obLogin {
	margin-left: 25px;
}
#obLogin input {
	margin-bottom: 5px;
	border: none;
}
#obLogin input#user-id {
	width: 124px;
	height: 14px;
	padding: 2px 9px;
	background: transparent url(/custom/allegiancecu/image/olb-input-bg.png) no-repeat left top;
	display: none;
}
#obLogin #ob-submit {
	margin-right: 35px;
	display: inline;
}
#quickLinks {
	width: 149px;
	margin-left: 25px;
	margin-top: 37px;
}
#quickLinks h2 {
	font: bold 12px Geneva, Arial, sans-serif;
	text-transform: uppercase;
	color: #073772;
}
#obNav {
	clear: both;
}
#quickLinks li, #obNav li {
	width: 165px;
	border-bottom: 1px solid #ccc;
	font: normal 11px Helvetica, Arial, san-serif;
}
#quickLinks li.lastChild, #obNav li.lastChild {
	border-bottom: none;
}
#quickLinks li a, #obNav li a {
	display: block;
	color: #333;
	padding: 4px;
}
#quickLinks a:hover, #obNav a:hover {
	color: #005292;	
}
/*====== Home Page ================================================================*/


#flashBanner {
	width: 592px;
	height: 318px;
}
/* container3Column.css v1.0 */
.container3Column {
	width: 100%;
	margin-top: 20px;
}
.container3Column .column {
	float: left;
	display: inline;
	width: 197px;
}
.container3Column .rightColumn a img {
	background: tranparent url(/custom/allegiancecu/image/home-featured-credit-union-news.png) no-repeat 0 0;
}
.container3Column .rightColumn a:hover img {
	background: tranparent url(/custom/allegiancecu/image/home-featured-credit-union-news-RO.png) no-repeat;
}
/* end container3Column.css */
/*====== Category Page ============================================================*/
#featuredOuterWrapper {
	width: 591px;
	padding-top: 15px;
	background: transparent url(/custom/allegiancecu/image/category-products-bg.png) no-repeat 0 -170px;
}
#featuredOuterWrapper h2 {
	float: left;
	margin: 5px 3px 10px 0;
	color: #1B2F5F;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#featuredOuterWrapper h2 li a {
	color: #1B2F5F;
}
div#secondaryProducts h2 {
	margin: 5px 3px 10px 0;
	color: #1B2F5F;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.relatedProduct, #secondaryProducts li {
	width: 47%;
	float: left;
	margin-bottom: 20px;
}
#firstRelated {
	margin-right: 16px;
	padding-right: 17px;
	border-right: 1px solid #ccc;
}
#secondaryProducts li.odd {
	padding-right: 14px;
	border-right: 1px solid #ccc;
	margin-right: 16px;
}
.relatedPhoto {
	float: left;
	background: transparent url(/custom/allegiancecu/image/related-product-bg.png) no-repeat left top;
	width: 89px;
	height: 81px;
}
.relatedPhoto img {
	margin: 4px 0 0 3px;
}
.relatedContent {
	float: right;
	width: 181px;
}
#featuredOuterWrapper .relatedProduct h2, #secondaryProducts .relatedContent h2 a, #secondaryProducts .relatedContent h2 {
	float: none;
	margin-top: 4px;
	font: bold 17px Helvetica, Arial, sans-serif;
	color: #2E7DB4;
}
.relatedContent p, .relatedContent p a {
	font: normal 15px/15px Times, serif;
	color: #2E7DB4;
}
.relatedContent ul {
	padding-left: 15px;
	margin: 10px 0;
	color: #666;
	font: normal 12px Helvetica, Arial, sans-serif;
}
.relatedContent li, #secondaryProducts .relatedContent li {
	list-style-type: disc;
	float: none;
	width: auto;
	margin-bottom: 0;
}
#secondaryProducts .relatedContent li a {
	color: #666;
}
.learnMore a {
	display: block;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #333;
	padding-left: 15px;
	background: url(/custom/allegiancecu/image/learn-more-bullet.png) no-repeat left center;
}
.learnMore a:hover {
	text-decoration: underline;
}
#secondaryProducts {
	padding-left: 5px;
	clear: both;
	background: transparent url(/custom/allegiancecu/image/category-products-bg.png) repeat-x left top;
}
#secondaryProducts h2 {
	padding-top: 5px;
	margin: 0 0 10px 0;
	
}
#catBanner {
	position: relative;
	border: 1px solid #fff;
}
#catBanner div#auto1254788 {
	left:35px;
	position:absolute;
	top:105px;
}
#catBanner div#auto1254743 {
	position: absolute;
	left: 440px;
	top: 153px;
}
#catBanner div#auto1254748 {
	position: absolute;
	top: 153px;
	left: 440px;
}
#catBanner div#auto1258577 {
	position: absolute;
	top: 150px;
	left: 30px;
}
/* Search */

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

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

/* listing1ColumnA.css v1.1 */

.individualPage div.listing1ColumnA li {
	position: relative;
	list-style-type: none;
	width: 100%;
	height: 109px;
	border-bottom: 1px solid #ccc;
}
.individualPage div.listing1ColumnA li h3 a {
	color: #2E7DB4;
}
.individualPage div.listing1ColumnA li img {
	position: absolute;
	top: 7px;
	left: 0;
	border: 3px solid #ccc;
}

.individualPage div.listing1ColumnA div.productContent {
	position: absolute;
	top: 7px;
	left: 0px;
	width: 460px;
}
.individualPage div.listing1ColumnA div.productContent p {
	position: absolute;
	left: 0;
	top: 18px;
	margin: 2px 10px 2px 0;
	color: #666;
	width: 240px;
}
.individualPage div.listing1ColumnA div.productContent h3 {
	margin: 0;
}
.individualPage div.listing1ColumnA div.productContent h3 a {
	border: none;
	float: none;
	width: auto;
}
.individualPage div.listing1ColumnA div.productContent ul {
	position: absolute;
	right: 0px;
	top: 18px;
	margin-top: 0;
}
.individualPage div.listing1ColumnA li li {
	float: none;
	width: 175px;
	list-style: disc outside;
	border: none;
}
.individualPage div.listing1ColumnA div.productContent li {
	padding: 0;
	color: #AAA;
	height: auto;
	width: 180px;
	list-style-position: outside;
	vertical-align: top;
}
.individualPage div.listing1ColumnA div.productContent li span {
	color: #666;
}
.individualPage div.listing1ColumnA div.productContent h4 {
	position: absolute;
	top: 80px;
	clear: left;
	margin: 3px 0 0;
}
.individualPage div.listing1ColumnA div.productContent h4 a {
	padding: 0 0 0 15px;
	font: bold 12px Helvetica, Arial, sans-serif;
	background: url(/custom/allegiancecu/image/learn-more-bullet.png) no-repeat left center;
	color: #333;
	border: none;
	width: auto;
	
}
.individualPage div.listing1ColumnA div.productContent h4 a:hover {
	text-decoration: underline;
}
.individualPage p.disclaimer {
	font-size: 10px;
	color: #999;
	font-style: italic;
}

/* end listing1ColumnA.css */
/* Answers Page */
div#answers div.container3Column li a:hover {
	color: #2E7DB4;
}


/* End Answers Page */
/* Rates Page */
/* stripeTable.css v1.1 */

table.stripeTable {
	width: 80%;
	margin: 10px 0;
	border: 1px solid #073772;
}

table.stripeTable td, table.stripeTable th {
	padding: 5px 10px;
	text-align: left;
}

table.stripeTable tr.nth-row-even td {
	background-color: #B1C0D2;
}

table.stripeTable th {
	background-color: #073772;
	color: #FFF;
	width: 55px;
	font-weight: normal;
}
#rates h3 {
	margin-bottom: 0;
}
/* end stripeTable.css */


/* End Rates Page */

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

#printButton, #shareButton {
	float: right;
	margin-top: 9px;
}
.productHead {
	padding-left: 30px;
	margin: 10px 0;
	float: left;
	width: 355px;
	padding-right: 15px;
}
.productHead h1 {
	font: bold 22px Helvetica, Arial, sans-serif;
	color: #2E7DB4;
	margin: 20px 0 10px;
}
#mainContent #catBanner h1#financialEducation {
	padding-left: 30px;
	padding-right: 15px;
	font: bold 22px Helvetica, Arial, sans-serif;
	color: #134173;
	margin: 20px 0 10px;
}
.productHead p {
	font: normal 15px Times, serif;
	color: #333;
}
#productPhoto {
	width: 178px;
	height: 173px;
	float: left;
	margin-top: 30px;
	background: transparent url(/custom/allegiancecu/image/product-photo-bg.png) no-repeat left top;
}
#productPhoto img {
	margin: 3px 0 0 3px;
}
#productSummary {
	font-size: 11px;
	position: relative;
}
#productSummary p, #productDetails p {
	margin: 10px 0;
}
#productSummary ul, #productDetails ul {
	margin: 10px 15px;
}
#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
}
#productButtons {
	margin: 10px 0;
}
#productDetails {
	color: #666;
	font: normal 12px Helvetica, Arial, sans-serif;
	clear: right;
	background: transparent url(/custom/allegiancecu/image/product-details-bg.png) no-repeat left top;
	width: 562px;
	padding-left: 30px;
	border-left: 1px solid #ccc;
}
#productDetails p {
	font: normal 15px Times, serif;
	color: #333;
}
#productDetails p.disclaimer {
	font-size: 11px;
	color: #999;
	font-style: italic;
}
#productDetails .openNow {
	float: none;
	margin: 0;
}
.openNow {
	float: left;
	margin-right: 50px;
}
/* Tabs */

dl {
	width: 352px;
	display:block;
	list-style: none;
	position: relative;
}
dt {
	color:  #28568B;
	padding: 12px 20px 12px 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}
dd {
	padding: 5px 5px 0 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
}
dd a {
	text-decoration: underline;
}
dt.selected {
	text-decoration: none;
	color: #11234A;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Individual Page ==========================================================*/
.individualPage {
	padding-top: 12px;
	padding-left: 30px;
}
.individualPage h1.pageHead {
	font: bold 22px Helvetica, Arial, sans-serif;
	color: #2E7DB4;
	margin-bottom: 20px;
}

.individualPage a { 
	text-decoration: underline;
}

.individualPage p {
	margin: 10px 0;
}

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

.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}
/* Promise Points */
div#promisePoints h3 {
	clear: both;
}
div#promisePoints ul {
	margin: 10px 0 40px;
}
div#promisePoints li {
	list-style-type: none;
	clear: both;
	margin: 0;
}
div#promisePoints .stripe {
	background-color: #BDC9D9;
}
div#promisePoints div.column {
	float: left;
	width: 200px;
	padding: 4px;
}
div#history h3 a {
	display: block;
	height: 35px;
	width: 265px;
	padding-top: 3px;
	padding-right: 50px;
	background: transparent url(/custom/allegiancecu/image/camera.png) no-repeat right center;
}
div#creditAnswers p {
	margin-bottom: 0;
}
div#creditAnswers p.zeroPaddingParagraph {
	margin-top: 0;
}
div#daveSays img, div#seminars img {
	float: right;
	margin: 0 0 20px 20px;
}
.individualPage img#headShot {
	float: right;
	margin: 0 6px 6px 6px;
}

div#seminars img {
	margin: 10px 0 30px 20px;
}
div#financialCalculators img {
	float: right;
	margin: 10px 30px 10px 10px;
	display: inline;
}
div#shawInvestments img {
	float: right;
	margin: 10px 0 10px 10px;
}
div#seminars h2 {
	color: #2E7DB4;
}
/* End Promise Points */
/*====== 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 table.branchAddress th {
	padding-bottom: 10px;
}
#locations th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 211px;
}
#locations td {
	vertical-align: top;	
}
#locations .branchAddress {
	float: left;
	width: 173px;
}
#locations th.timeName {
	width: 80px;
}

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

#locations ul {
	margin: 20px 0 0;
}

#locations ul li {
	list-style-type: none;
	clear: both;
	padding-bottom: 10px;
}
#locations ul li.vcard {
	border-top: 1px solid #ccc;	
	line-height: 14px;
}
#locations #serviceCenters {
	border-top: 1px solid #ccc;
}
#locations #serviceCenters h3 {
	margin-bottom: 0;
}
/*======== 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/allegiancecu/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: #2F7DB5;
	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 #2F7DB5;
	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;
}

fieldset#newApplication #ticketInformation input {
	width: 20px;
}

/* 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 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;
}

#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 p.clear {
	margin-left: 25px;
}
#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;
	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;
}

/* Overdraft Opt In Styling */

div#overdraft.individualPage {
	padding: 10px 40px;
	margin-left: 0;
	width: 90%;
	background: none;
}
#overdraft #overdraftInformation, #overdraft #overdraftForm, #overdraft #overdraftAltOptions {
	margin: 0 0 20px;
}
#overdraft #overdraftInformation h2.pageHeading, #overdraft #overdraftForm h2.pageHeading, #overdraft #overdraftAltOptions h2.pageHeading {
	padding: 20px 0 5px;
	height: 25px;
	border-bottom: 1px solid #ccc;
	color: #2E7DB4; /* bank specific */
	font-size: 20px;
	width: 100%;
}
#overdraft h2 {
	padding: 5px 0;
	font-size: 18px;
	width: 100%;
}
#overdraft #overdraftForm #newApplication {
	background: none;
}
#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 .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 #overdraftLeft {
	float: left;
	padding-top:20px;
	width: 300px;
	display: inline;
}
#overdraft #overdraftRight {
	float: left;
	width: 425px;
	display: inline;
	padding: 0 0 0 20px;
}
#overdraft fieldset#newApplication #overdraftLeft input, #overdraft fieldset#newApplication #overdraftRight input {
	width: 175px;
}
#overdraft fieldset#newApplication #overdraftRight .radioWlabel {
	width: 400px;
	margin: 10px 0 0;
}
#overdraft fieldset#newApplication #overdraftRight .radioWlabel input {
	clear:both;
	float:left;
	margin:2px 10px 0 0;
	width:10px;
}
#overdraftRight .radioWlabel span {
	display:block;
	float:left;
	margin:0 0 10px;
	width:350px;
}
#overdraft fieldset#newApplication #overdraftLeft label, #overdraft fieldset#newApplication #overdraftRight label {
	width: 100px;
	padding-right: 15px;
}
#overdraft #overdraftAltOptions ul {
	margin: 10px 0;
	width: 100%;
}
#overdraft #overdraftAltOptions ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 13px 0 0; /* bank specific */
	padding: 0;
	width: 240px; /* bank specific */
	height: 160px;
	border: 1px solid #ccc;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/allegiancecu/image/overdraft_fade.png) bottom left repeat-x #fff; /* bank specific */
	color:#333333; /* 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: 15px;
}
#overdraft #overdraftAltOptions p {
	padding: 8px 10px;
	margin: 0;
	width: auto;
	line-height: 15px;
}
#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;
}



/*Choice of Cards*/
#coc h1{
	color: #2E7DB4;
	font-family: helvetica;
	font-size: 22px;
	font-weight: bold;
}
#cocTop{
	background: url("../image/coc-stack.jpg") right 25px no-repeat;
	padding: 12px 0 0 30px;
}
#cocTop p{
	color: #333;
	font-family: Times, serif;
	font-size: 15px;
	line-height: 18px;
	width: 300px;
}
#cocChoices{
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-top: 20px;
	padding: 20px 0 20px 30px;
}
#cocChoices h2{
	color: #2E7DB4;
	font-family: helvetica;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
#cocFree{
	margin-bottom: 40px;
	overflow: hidden;
	width: 561px;
}
#cocFree li{
	float: left;
	width: 187px;
}
#cocPaid li{
	margin-bottom: 20px;
	overflow: hidden;
	width: 561px;
}
#cocPaid ol li{
	background: url("../image/coc-dot.jpg") no-repeat left top;
	color: #333;
	font-family: Times, serif;
	font-size: 14px;
	margin: 0;
	padding-left: 10px;
	width: auto;
}
.cocPaidLeft{
	float: left;
	margin-right: 25px;
	width: 350px;
}
.cocPaidLeft h3{
	color: #333;
	font-family: Helvetica;
	font-size: 16px;
	margin: 0;
}
.cocPaidLeft h4{
	color: #2C7DB2;
	font-family: Helvetica;
	font-size: 16px;
	margin: 0 0 10px;
}
.cocPaidRight{
	float: left;
	width: 180px;
}
.cocPaidRight h3{
	color: #333;
	font-family: Times, serif;
	font-size: 15px;
}