/* Air Academy Federal Credit Union - layout.css */

/*

Search and replace the following:

#002E55
aafcu

*/

*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #002E55;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h1 a, h2 a, h3 a, h4 a {
	color: #002E55;
}
a img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #002E55;
	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;
}
#siteAlertText {
	line-height:25px;
}
#siteAlertLink {
	left: 690px;
}
#siteAlertTitle {
	padding-top: 5px;
}
#mainContent #noticeDetails a,
#mainContent #noticeDetails h2 a {
	color: #f00;
}
#noticeDetails a:hover {
	text-decoration: underline;
}
p.textVariant1 {
	margin: 15px 0;
}
p.textVariant1 a {
	text-decoration: underline;
	font-weight: bold;
}
/*====== Header ================================================================*/

#header {
	position: relative;
	height: 135px;
	width: 100%;
}
#logo img {
	position: absolute;
	top: 10px;
	left: 50px;
}
#ultraTopNav {
	position: absolute;
	right: 105px;
	top: 21px;
}
#ultraTopNav li {
	float: left;
	padding: 0 5px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #00325D;
}
#ultraTopNav li.lastChild {
	border-right: none;
}
#ultraTopNav li a {
	color: #00325D;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 20px;
	right: 46px;
	height: 15px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
}
#askQuestionForm {
	position: absolute;
	height: 19px;
	width: 149px;
	right: 46px;
	top: 52px;
}
#askQuestionForm input#askQuestionInput {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 120px;
	height: 15px;
	color: #fff;
	background-image: url("/custom/aafcu/image/ask-a-question-bg.png");
}
#askQuestionForm input#askQuestionSubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 19px;
}
#searchForm {
	position: absolute;
	height: 19px;
	width: 149px;
	right: 100px;
	top: 52px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 119px;
	height: 15px;
	background-image: url("/custom/aafcu/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 19px;
}

#faceBook {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 75px;
	top: 52px;
}
#twitter {
	position: absolute;
	height: 20px;
	width: 20px;
	right: 50px;
	top: 52px;
}
#primaryNav {
	position: absolute;
	bottom: 0;
	right: 46px;
}
#primaryNav li {
	float: left;
}
#primaryNav li.nth-child-5 {
	display: none;
}
#primaryNav a {
	display: block;
	width: 125px;
	height: 17px;
	padding-top: 15px;
	margin-left: 3px;
	text-align: center;
	color: #fff;
	background: transparent url(/custom/aafcu/image/priNav-bg.png) no-repeat left -32px;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#primaryNav a:hover {
	height: 24px;
	padding-top: 8px;
	background: transparent url(/custom/aafcu/image/priNav-bg.png) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
}
#primaryNav a.inPath {
	background: transparent url(/custom/aafcu/image/priNav-bg-selected.png) no-repeat left top;
	color: #FBBF25;
}
#primaryNav li.inPath a:hover {
	font-size: 11px;
	font-weight: normal;
	padding-top: 15px;
	height: 17px;
}
/*====== Footer =================================================================*/

#footer {
	height: 50px;
	width: 823px;
	margin: 0 auto;
	position: relative;
	clear: both;
	font: normal 8.5px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#footer #firstROI {
	position: absolute;
	top: 10px;
	left: 0;
}
#footer #cyvelliance {
	position: absolute;
	top: 2px;
	right: 40px
}
#footer #eh {
	position: absolute;
	top: 10px;
	right: 0;
}
#footer #ncua {
	position: absolute;
	top: 10px;
	right: 23px;
}
#footer #footerNav {
	text-align: center;
	padding: 10px 0 5px;
}
#footerNav li {
	display: inline;
	padding: 0 7px;
}
#footerNav a {
	text-decoration: underline;
}
#footer p {
	text-align: center;
	margin:0 auto 3px; 
	width: 490px;
}
/*====== Left Column ============================================================*/

#mainContent {
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
#mainContent #leftColumn {
	position: absolute;
	top: 0;
	left: 38px;
	width: 204px;
	margin-top: 31px;
	padding-bottom: 75px;
	min-height: 285px;
	z-index: 5;
	background: transparent url(/custom/aafcu/image/leftNav-repeat-bg.png) repeat-y 1px top;
}
#homeContent #leftColumn {
	float: left;
	position: relative;
	clear: left;
	width: 291px;
}
#mainContent #leftNav, #mainContent #leftQuick {
	background: transparent url(/custom/aafcu/image/leftNav-top-bg.png) no-repeat left top;
	width: 189px;
	padding: 20px 0 0 15px;
}
#leftQuick h2 {
	margin: 0;
}
#leftQuick ul {
	margin-top: 10px;
}
#leftQuick li {
	margin-right: 15px;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
}
#leftQuick li.lastChild {
	border-bottom: none;
}
#leftQuick li a {
	display: block;
	padding-left: 10px;
	color: #0061B6;
}
#leftQuick li a:hover {
	font-weight: bold;
}
#leftNav li h2 {
	font: bold 11px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0;
}
#leftNav li h2 a {
	display: block;
	color: #00325D;
	padding-left: 13px;
}
#leftNav li.inPath h2 a, #leftNav li h2 a:hover {
	background: transparent url(/custom/aafcu/image/leftNav-cat-arrow.gif) no-repeat left center;
	text-decoration: none;
}
#leftNav li ul {
	margin: 0 15px;
}
#leftNav li li h3 {
	font: normal 11px "Myriad Pro", Arial, Helvetica, sans-serif;
	margin: 0;
}
#leftNav li li a {
	padding: 4px 0 4px 10px;
	display: block;
	border-bottom: 1px solid #ccc;
	color: #0061B6;
}
#leftNav li li.inPath a, #leftNav li li a:hover {
	font-weight: bold;
}
#leftNav li ul li.lastChild {
	padding-bottom: 10px;
}
#quickLinks {
	margin: 196px 0 0 26px;
	height: 103px;
	background: transparent url(/custom/aafcu/image/member-center-bg.png) no-repeat left top;
}
#quickLinks img {
	margin: 17px 0 0 20px;
}
#quickLinks ul {
	width: 176px;
	margin: 5px 0 0 17px;
}
#quickLinks li {
	float: left;
}
#quickLinks li img {
	margin: 0;
}
/*====== Home Page ==============================================================*/
#homeContent {
	height: 309px;
	background: transparent url(/custom/aafcu/image/home-content-bg.jpg) no-repeat left top;
}

.homeContentNew {
	background: transparent url(/custom/aafcu/image/home-content-bg-new.png) no-repeat left top !important;
	
}
#obLogin {
	position: absolute;
	top: -27px;
}
#obTitle {
	background: transparent url(/custom/aafcu/image/online-banking-title-bg.png) no-repeat left top;
	width: 254px;
	height: 23px;
	padding: 12px 47px;
}
#obLogin h2 {
	background: transparent url(/custom/aafcu/image/online-banking-lock.png) no-repeat left 1px;
	color: #001629;
	font: normal 15px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 25px;
	height:25px;
	margin: 0;
}
#flashBanner {
	float: right;
	width: 603px;
	height: 310px;
	margin-right: 6px;
}
/* featuredProductsSlider.css v1.0 */
div.featuredProductsSlider {
	padding-left: 60px;
	margin-bottom: 20px;
}
div.featuredProductsSlider h3 {
	text-align: center;
	font: bold 12px "Myriad Pro", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
div.featuredProductsSlider h3 a:hover {
	text-decoration: underline;
}
div.featuredProductsSlider li {
	float: left;
	width: 270px;
	height: 143px;
}
div.featuredProductsSlider li#featuredProductsSliderSlot2 {
	border-right: 1px solid #E4A91E;
	border-left: 1px solid #E4A91E;
}
/*
div.featuredProductsSlider li#featuredProductsSliderSlot2 div.featuredProductSliderImage, div.featuredProductsSlider li#featuredProductsSliderSlot2 div div {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
*/
div.featuredProductsSlider li div {
	position: relative;
}
div.featuredProductsSlider li div div {
	z-index: 10;
	height: 145px;
	background-color: #fff;
}
div.featuredProductsSlider li div div.featuredProductSliderImage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 270px;
	background: none;
	overflow: hidden;
}
div.featuredProductsSlider div.featuredProductSliderImage img {
	display: block;
	margin: 15px auto;
}
div.featuredProductsSlider li p {
	padding: 25px 25px 0 25px;
}
div.featuredProductsSlider li h4 {
	margin: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}
div.featuredProductsSlider li h4 a {
	color: #6699CC;
}
div.featuredProductsSlider li h4 a:hover {
	text-decoration: underline;
}
div.featuredProductsSlider .featuredProductSliderSlot-txt {
	padding-top: 15px;
	height: 130px;
}
div.featuredProductsSlider .featuredProductSliderSlot-txt h3 {
	text-align: left;
}
.featuredProductSliderSlot-txt img {
	float: left;
}
div.featuredProductsSlider .featuredProductSliderSlot-txt p {
	padding: 0;
}
div.featuredProductsSlider .featuredProductSliderSlot-txt h4 {
	padding-left: 113px;
}
/* end featuredProductsSlider.css */
/*====== Category Page =========================================================*/

#mainContent #categoryTop {
	background: transparent url(/custom/aafcu/image/category-top-bg.png) no-repeat left top;
	height: 188px;
}
#mainContent #topTierWrapper {
	width: 659px;
	float: right;
	margin-top: 17px;
}
#mainContent #categoryBottom {
	background: transparent url(/custom/aafcu/image/category-repeat-bg.png) repeat-y left top;
	margin-top: -1px;
}
#mainContent #bottomTier {
	width: 659px;
	float: right;
	clear: both;
}
#mainContent #categoryBase {
	background: transparent url(/custom/aafcu/image/category-bottom-bg.png) no-repeat left top;
	height: 66px;
	margin-bottom:60px;
}
#mainContent .relatedContent, #mainContent #bottomTier li {
	float: left;
	width: 200px;
	padding-left: 18px;
	color: #00305A;
}
#mainContent .relatedContent h2 {
	margin-bottom: 0;
}
#mainContent .relatedContent p {
	margin: 5px 0;
}
#mainContent #bottomTier li li {
	float: none;
	width: auto;
	padding-left: 0;
}
#mainContent h2, #mainContent h2 a {
	font-size: 12px;
	color: #00305A;
}
#mainContent h2 a:hover, #mainContent .relatedTitle a h2:hover {
	text-decoration: underline;
}
#mainContent .relatedContent ul, #mainContent #bottomTier li ul {
	margin: 4px 0;
}
#mainContent .relatedContent li, #mainContent #bottomTier li li {
	list-style-type: disc;
	margin-left: 14px;
}
#mainContent .learnMore {
	width: 80px;
}
#mainContent .learnMore a {
	font-weight: bold;
	display: block;
	padding-right: 15px;
	background: transparent url(/custom/aafcu/image/learn-more-bullet.gif) no-repeat right center;
	color: #00305A;
}
#mainContent .learnMore a:hover {
	text-decoration: underline;
}
div#productCategory {
	float: left;
}
div#productCategory li {
	float: left;
	width: 193px;
	font-size: 11px;
}
div#productCategory div.productContent {
	padding-left: 10px;
	height: 18em;
	overflow: hidden;
}
div#productCategory div.productContent p {
	margin-bottom: 10px;
}
div#productCategory div.productContent h3 {
	margin-bottom: 5px;
	font-size: 12px;
}
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: 5px 0 0 0;
}
div#productCategory div.productContent h4 a {
	padding: 0 10px 0 0;
	font-size: 11px;
	font-weight: normal;
	background: url(/custom/aafcu/image/black-triangle.png) no-repeat right center;
}
div#productCategory div.productContent h4 a:hover {
	text-decoration: underline;
}
/* Search */
div#searchResults li {
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}
div#searchResults li li {
	list-style-type: disc;
	border-bottom: none;
}
div#searchResults #pagination li {
	display: inline;
	padding-right: 10px;
	border-bottom: none;
}
div#searchResults h4 {
	width: 80px;
}
div#searchResults h4 a {
	display: block;
	padding-right: 15px;
	background: transparent url(/custom/aafcu/image/learn-more-bullet.gif) no-repeat right center;
}
/*====== Product Page =========================================================*/
#productTop {
	background: transparent url(/custom/aafcu/image/product-top-bg.png) no-repeat left top;
	height: 326px;
	padding-top: 10px;
}
#productPhoto {
	position: relative;
	float: right;
	margin: 10px 40px 0 0;
	display: inline;
	width: 222px;
	height: 212px;
}
#productPhoto img#productPhotoBG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#productPhoto img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.productHead {
	margin: 10px 0;
}
.productHead h1 {
	font: bold 20px/16px Arial, Helvetica, sans-serif;
	margin: 0;
}
#productSummary {
	padding-left: 14px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	position: relative;
	min-height: 200px;
	width: 330px;
	color: #002E55;
}
#printButtons {
	position: absolute;
	top: 34px;
	right: 30px;
	z-index: 5;
}
#printButton, #shareButton {
	float: right;
	margin-left: 5px;
}
#productDetails {
	margin: 20px 0 40px;
	color: #002C52;
}
#productSummary p, #productDetails p {
	margin: 5px 0;
}
#productDetails p, #productDetails ul {
	width: 400px;
}
#productSummary ul, #productDetails ul {
	margin: 10px 0;
}
#productSummary li, #bottomTier #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0 4px 15px;
	float: none;
	width: auto;
	padding-left: 0;
}
#productDetails {
	position: relative;
	clear: right;
	padding-left: 14px;
}
div#openNow {
	float:left;
	margin:10px 10px 0 0;
	width:auto;
}
#tellMeMoreButton {
	float:left;
	margin:10px 0 0;
	width:150px;
}
/* Tabs */

dl {
	width: 610px;
	display:block;
	list-style: none;
	position: relative;
}
dt {
	width: 125px;
	height: 20px;
	color: #fff;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
	background: transparent url(/custom/aafcu/image/dt-bg.png) no-repeat left top;
}
dd {
	width: 610px;
	padding: 5px 5px 0 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
}
dd a {
	text-decoration: underline;
}
dt.selected {
	text-decoration: none;
	color: #FFC426;
	background: transparent url(/custom/aafcu/image/dt-bg-selected.png) no-repeat left top;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 20px;
	left: 0;
	border-top: 1px solid #002D54;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Individual Page ======================================================*/
#individualWrapper {
	background: transparent url(/custom/aafcu/image/product-top-bg.png) no-repeat left top;
	min-height: 415px;
}
#identityTheftWrapper {
	background: transparent url(/custom/aafcu/image/product-top-bg.png) no-repeat left top;
	min-height: 489px;
}
#identityTheftWrapper .individualPage {
	min-height: 429px;
}
#individualTop {
	float: right;
	margin: 30px 29px 0 0;
	display: inline;
	width: 584px;
	background: transparent url(/custom/aafcu/image/individual-repeat-bg.png) repeat-y left top;
}
.individualPage {
	background: transparent url(/custom/aafcu/image/individual-page-bg.png) no-repeat left top;
	min-height: 500px;
	padding: 20px;
}
.individualPage h1.pageHead {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #002E55;
	margin: 0 0 10px;
}
#mainContent .individualPage h2 {
	font: bold 19px Arial, Helvetica, sans-serif;
	color: #002E55;
	margin: 15px 0 10px;
}
.individualPage a {
	text-decoration: underline;
}
.individualPage p {
	margin: 10px 0;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
	padding: 0;
}
.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}
.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}
/* Holiday Closures */
#holidayDates th {
	padding: 5px 26px 0px 0px;
	text-align: left;
}
#holidayDates td {
	padding: 5px 26px 0px 0px;
	text-align: left;
}
/* stripeTable.css v1.1 */
.disclaimer {
	font-size: 10px;
	font-style: italic;
	color: #666;
}
.disclaimer p {
	margin: 0;
}
#rates h2 {
	margin: 0;
}
#rates h3 {
	margin-bottom: 0;
	color: #002E55;
}
#rates p {
	margin: 0 0 10px 0;
}
table.stripeTable {
	width: 80%;
	margin: 10px 0;
	border: 1px solid #005FB1;
}
#rates table#eAdvantage td.setWidth {
	width: 237px;
}
#rates table#shareAccounts td.nth-column-1 {
	width: 198px;
}
#rates table#iraAccounts td.nth-column-1 {
	width: 120px;
}
table.stripeTable td, table.stripeTable th {
	padding: 5px 10px;
	text-align: left;
}
table.stripeTable tr.nth-row-even td, div#rates table.stripeTable tr.stripe {
	background-color: #C4DBEE;
}
table.stripeTable th {
	background-color: #00305A;
	color: #FFF;
	border-bottom: 2px solid #FBBF25;
}
/* end stripeTable.css */
#investments p {
	margin-bottom: 0;
}
#investments p.zeroPaddingParagraph {
	margin: 0;
}
#investments h2 {
	font-size: 14px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
.individualPage p.borderBottom {
	border-bottom: 1px solid #002E55;
	padding-bottom: 15px;
}
/* Corporate HQ */
#imageList {
	margin-bottom: 20px;
	margin-right:14px;
	text-align:center;
}
#imageList li {
	display: inline;
	margin: 0 3px;
	list-style-type: none;
}
#corporateHQ .mainImage {
	clear: both;
	width: 425px;
	text-align: center;
	margin: 20px auto;
}
#corporateHQ .mainImage p {
	text-align: center;
	font-weight: bold;
}
#corporateHQ #feb12-1 {
	width: 241px;
}
div#feb12-1, div#feb12-2, div#feb12-3, #march17-1, #march17-2, #march17-3 {
	display: none;
}
/* End Corporate HQ */

/* Mortgage Professionals */
#mortgageProfessionals {
	float: left;
}
#mortgageProfessionals li {
	list-style-type: none;
	float: left;
	width: 125px;
	text-align: center;
}
#mortgageProfessionals h3 {
	margin: 5px 0 0 0;
}
#mortgageProfessionals p {
	margin: 0;
}
/* Mortgage Professionals End */
ul#faqs {
	margin-left: 0;
}
ul#faqs li {
	list-style-type: none;
}
ul#faqs li li {
	list-style-type: disc;
}
div.question {
	font-weight: bold;
}
div.answer {
	margin-bottom: 20px;
}
#demoLink { 
	float:right;
	left:150px;
	position:relative;
	top:30px;
}
/*====== 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 .googleMap-InfoWindow h2 { 
	font-size: 14px;
	margin: 0;
}
#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;
	margin-right: 10px;
}
#locations th.timeName {
	width: 70px;
}
#locations td.timeValue {
	width: 90px;
	text-align: right;
}
#locations ul {
	margin: 20px 0 0;
}
#locations ul li {
	list-style-type: none;
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#locations ul li.vcard {
	border-top: 1px solid #ccc;
	line-height: 14px;
}
#locations #serviceCenters {
	border-top: 1px solid #ccc;
}
#locations span.type {
	font-weight: bold;
	display: block;
}
#locations #atmBlurb {
	border-top: 1px solid #ccc;
}
#obLogin #obAskQ {
	position:relative;
}
#obLogin #obAskQ h3 {
	background:url("/custom/aafcu/image/olb-ask-header.png");
	width: 158px;
	height: 25px;
	text-indent: -999em;
	margin:9px 0 0 48px;
}
#obLogin #askQuestionForm {
	position: absolute;
	height: 19px;
	width: 162px;
	left: 50px;
	top: 32px;
}
#obLogin #askQuestionForm input#askQuestionInput {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 152px;
	height: 16px;
	color: #666;
	background-image: url("/custom/aafcu/image/olb-ask-input.png ");
}
#obLogin #askQuestionForm input#askQuestionSubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 21px;
}
#onlineBanking iframe {
	border: none;
	height:164px;
	width:279px;
}
#onlineBankingNew ul {
	margin: 5px 0 0 51px;
	background: url(/custom/aafcu/image/olb-line.png) no-repeat bottom left;
	width: 210px;
	height:96px;
}
#onlineBankingNew ul li{
	float: left;
	margin: 8px 5px 0 0;
}
#onlineBankingNew ul li label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#271B02;
}
#onlineBankingNew ul li input.boxes {
	width: 153px;
	margin:0 20px 0 0;
}
#onlineBankingNew ul li.last {
	margin-top: 10px;
	margin-left: 6px;
}
#onlineBankingNew ul li.last a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#271B02;
	text-decoration: underline;
}
#onlineBankingNew ul li.last a:hover {
	text-decoration: none;
}
/*======== Application =======================================================*/

/* 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/aafcu/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: #002E55;
	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 #002E55;
	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 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.switch 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#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.switch label {
	margin-bottom: 0;
	padding-top: 2px;
}
/* inputs */

#locationsLink a {  
	margin-left: 118px;
}
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, fieldset#newApplication textarea {
	width: 280px;
}
/* new DOB style rules */

fieldset#newApplication input.month {
	width: 80px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.day {
	width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.year {
	width: 81px;
	margin-left: 5px;
	display: inline;
}
fieldset#newApplication span.float {
	float: left;
}
/* end new DOB style rules */

fieldset#newApplication select {
	width: 284px;
}
fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset.switch 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.switch input {
	margin-right: 10px;
	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 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;
}
#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.switch {
	padding-bottom: 10px;
}
fieldset#newApplication fieldset fieldset {
	margin: 25px 0;
}
/*======== Form Builder Styles ===============================================*/
#formBuilderForm {
	margin: 0 auto;
	padding:0 8em;
	width:688px;
}
#formBuilderForm .inform_errorpage h2 {
	font-size:1.5em;
	border-bottom: 1px solid #333;
	margin: 1em 0 2em;
	padding:0 0 0.3em;
}
#formBuilderForm fieldset {
	padding: 0;
}
#formBuilderForm p {
	clear: both;
	margin: 0 0 1em;
}
#formBuilderForm h2.appHeading {
	font-size: 2em;
	margin: 0;
	border: none;
}
#formBuilderForm .submit input {
	width: 200px;
	margin: 2em 0 3em;
}
#formBuilderForm .inform-product-title {
	display: none;
}
#formBuilderForm #recaptcha_response_field_group {
	margin-bottom: 1em;
}
/*======== 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;
}
#contactUs form fieldset#personalInformation label.required span.requiredField {
	font-size: 10px;
	color: #333333;
}
/* Report Fraud Form */
#reportFraud h1.pageHead {
	margin: 0;
}
#reportFraud label.required span.requiredFields {
	font-size: 10px;
	font-weight: normal;
}
#reportFraud fieldset#newApplication {
	background: #FFFFFF none repeat scroll 0 0;
	border: 0 none;
	line-height: normal;
	margin: 0 auto;
	width: 536px;
}
#reportFraud fieldset#newApplication .checklabel, #reportFraud fieldset#newApplication fieldset label, #reportFraud fieldset#newApplication fieldset .radiolabel {
	width: 176px;
}
#reportFraud fieldset#newApplication select {
	width: 88px;
}
#reportFraud fieldset#newApplication input {
	width: 232px;
}
#reportFraud fieldset#newApplication textarea {
	float: left;
	display: block;
	width: 236px;
	margin-left: 0;
	margin-bottom: 12px;
}
#reportFraud fieldset#newApplication input.submitButton {
	clear: both;
}
/* 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: visible;
	border: 0 none;
	background-color: transparent;
	height: 500px;
}
body.popup {
	background: #FFF;
	border: 0 none;
}
.popup p {
	margin: 10px;
}
#lbIframe {
	border: 0 none;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #FFF;
	height: 500px;
}
iframe {
	border: 1px solid transparent;
	height: 500px;
}
/*--- New Popup Stuff ---*/
#newPopUpForm p.requiredFields {
	clear: both;
	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;
}









