/* Red River Federal Credit Union - layout.css */
/* red text:#D81E1E*/
/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,th,td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote,q {
	quotes: "" "";
}
a img {
	border: none;
}
object {
	outline: none;
}
/* END RESET */
body {
	height: 100%;
	background: #680E05 url(../image/wrapper-bg.png) repeat-y scroll center top;
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #333;
}
#outerWrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;/* border-right:2px solid #000;
	border-left: 2px solid #000;*/
}
#innerWrapper {
	width: 960px;
	margin: 0 auto;
	height: 100%;/* border-right:2px solid #999;
	border-left: 2px solid #999;
	background: transparent url(../image/wrapper-bg.png) 0 0 repeat-y;*/
}
h1,h2,h3,h4 {
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}
p {
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
}
em {
	font-style: italic;
}
.center {
	text-align: center;
}
#siteAlertWrapper {
	width: 96em;
	margin: 0 auto;
}
#siteAlertLink {
	right: 30px !important;
}
/*====== Header ==================================*/
#header {
	position: relative;
	height: 14.2em;
	width: 100%;
	margin: 0 auto;
	background: transparent url(../image/header-bg.jpg) 0 0 no-repeat;
}              
#header #printLogo {
	display: none;
}
h1#logo {
	margin: 0;
}
#logo a {
	background: transparent url(../image/logo.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 1em;
	left: 0.9em;
	height: 102px;
	width: 290px;
	text-indent: -9999em;
}
#logo img {
	display: none;
}
#ultraTopNav {
	position: absolute;
	right: 10px;
	top: 8px;
}
#ultraTopNav li {
	float: left;
	display: inline;
}
#ultraTopNav li a {
	margin: 0 0 0 8px;
	padding: 0 8px 0 0;
	color: #680E05;
	font-size: 1.3em;
	border-right: 1px solid #680E05;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
#ultraTopNav li a.lastChild {
	border-right: 0 none;
}
#searchBg {
	float: right;
	display: inline;
	position: relative;
	height: 3.6em;
	width: 254px;
	background: transparent url(../image/search-tile.png) repeat-x 0 0;
}
#searchForm {
	position: absolute;
	top: 8px;
	left: 50px;
	height: 19px;
	width: 150px;
}
#searchForm input#roi_input {
	float: left;
	display: inline;
	border: 0 none;
	padding: 3px 5px;
	width: 118px;
	height: 15px;
	background: transparent url(../image/search-bg.png) no-repeat 0 0;
}
#searchForm input#searchButton {
	float: right;
	display: inline;
	width: 22px;
	height: 19px;
}
#primarySearch /*#primaryNav*/ {
	width: 960px;
	height: 3.6em;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}
#primaryNav {
	position: relative;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 4;
}
#primaryNav li {
	display: inline;
}
#primaryNav a {
	overflow: hidden;
	margin: 0;
	display: block;
	float: left;
	height: 36px;
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: -9999px;
}
/*Checking*/
#primaryNav a.nthChild-1 {
	width: 197px;
	background: transparent url(../image/primary-checking.png) no-repeat 0 0;
}
/*#primaryNav a.nthChild-1:hover,*/ #primaryNav li.nthChild-1 a.inPath {
	width: 197px;
	background: transparent url(../image/primary-checking.png) no-repeat 0 -36px;
}
/*Savings*/
#primaryNav a.nthChild-2 {
	width: 174px;
	background: transparent url(../image/primary-savings.png) no-repeat 0 0;
}
#primaryNav li.nthChild-2 a.inPath {
	width: 174px;
	background: transparent url(../image/primary-savings.png) no-repeat 0 -36px;
}
/*Loans*/
#primaryNav a.nthChild-3 {
	width: 156px;
	background: transparent url(../image/primary-loans.png) no-repeat 0 0;
}
/*#primaryNav a.nthChild-3:hover,*/ #primaryNav li.nthChild-3 a.inPath {
	width: 156px;
	background: transparent url(../image/primary-loans.png) no-repeat 0 -36px;
}
/*Services*/
#primaryNav a.lastChild {
	width: 179px;
	background: transparent url(../image/primary-services.png) no-repeat 0 0;
}
#primaryNav li.lastChild a.inPath {
	width: 179px;
	background: transparent url(../image/primary-services.png) no-repeat 0 -36px;
}
/* For Online Banking Downstream Pages */
#downstreamObl {
	position: absolute;
	top: 20px;
	right: 300px;
}
#downstreamObl a {
	color: #000;
}
/*====== Main Content ================*/
#homeWrapper {
	overflow: hidden;
	width: 96em;
	margin: 20px auto 0;
}
#wrapper {
	overflow: hidden;
	width: 96em;
	margin: 20px auto 0;
	padding: 0 0 3em;
}
#mainContent {
	overflow: hidden;
	float: left;
	display: inline;
	padding: 0;
	width: 65em;
	margin: 0 0 0 1em;
}
#homeWrapper #mainContent {
	overflow: hidden;
	float: left;
	display: inline;
	padding: 0;
	width: 64em;
	margin: 0 0 0 1em;
}
#homeWrapper #FlashDNA {
	margin: 0 0 0 1.5em;
}
/*====== Left Column =================*/
#leftColumn {
	clear: left;
	float: left;
	margin: 0 0 0 16px;
	width: 28.3em;
	background: transparent url(../image/leftnav-bottom.png) no-repeat top left;
}
#quickleftColumn {
	clear: left;
	float: left;
	margin: 0 0 0 16px;
	width: 28.3em;
	background: 0 none;
}
#homeWrapper #leftColumn {
	clear: left;
	float: left;
	margin: 0;
	width: 30.3em;
	background: none;
}
h2#quickLinksHeader {
	color: #000000;
	margin: 2em 0 0;
	padding: 0 0 0.5em 0.5em;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #DFE0E3;
}
#leftNav {
	width: 28.3em;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	background: transparent url(../image/leftnav-bottom.png) no-repeat bottom left;
}
#leftNav li a {
	display: block;
}
#leftNav li h2 {
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	border-bottom: 1px solid #6D5E47;
}
#leftNav li.lastChild h2, #leftNav li.inPath h2 {
	border-bottom: 0 none;
}
#leftNav li h2 a {
	margin: 0;
	padding: 10px 0 8px 18px;
	color: #A00606;
}
#leftNav li ul.nthTier-2 {
	margin: 0;
	padding: 0;
	background: none;
}
#leftNav li ul.nthTier-2 li {
	margin: 0;
}
#leftNav li li h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#leftNav li li a {
	color: #4A4030;
	margin: 4px 16px 4px 16px;
	padding: 4px 10px 4px 18px;
	font-family: Georgia,Georgia,serif;
}
#leftNav li li a.inPath,#leftNav li li a:hover {                                   
	background-color: #F6EFDF;
/*	background: transparent url(../image/inner-leftnav-bg.png) repeat-y left top;*/
}
body#Services #leftNav li li h3 a {
	margin: 0 0 0 1em;
	padding: 10px 0 4px 18px;
	border-bottom: 0 none;
	color: #66471A;
}
body#Services #leftNav li li h3 a.inPath, body#Services #leftNav li li h3 a.inPath:hover {
	padding: 10px 0 4px 18px;
	background: transparent url(../image/services-li.png) no-repeat 4px 10px;
}
body#Services #leftNav li li h3 a:hover {
	background: transparent url(../image/services-li.png) no-repeat 4px 10px;
}
body#Loans #leftNav li li.nthChild-2 h3 a.inPath, body#Loans #leftNav li li.nthChild-2 h3 a.inPath:hover {
	padding: 4px 0 4px 18px;
	background: transparent url(../image/services-li.png) no-repeat 0 5px;
}
body#Services #leftNav li li h4, body#Loans #leftNav li li h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
} 
body#Services #leftNav li li h4 a {
	color: #4A4030;
	margin: 2px 16px 0 18px;
	padding: 4px 0 4px 28px;
	font-family: Georgia,Georgia,serif;
}
body#Loans #leftNav li li h4 a {
	color: #4A4030;
	margin: 2px 16px 0 18px;
	padding: 4px 0 4px 28px;
	font-family: Georgia,Georgia,serif;
}
body#Services #leftNav li li h4 a.inPath,body#Services #leftNav li li h4 a:hover,body#Loans #leftNav li li h4 a.inPath,body#Loans #leftNav li li h4 a:hover {                                                        
	background-color: #F6EFDF;
/*	background: transparent url(../image/inner-leftnav-bg.png) repeat-y left top;*/
}
/*====== Quick Links =================*/
#leftColumn #quickLinks {
	margin: 0 0 0 14px;
}
body#homepage #quickLinks {
	width: 28.2em;
	margin: 22px 0 0 22px;
	padding: 8px 0 70px;
	background: transparent url(../image/ql-backdrop.png) no-repeat left bottom;
}
#quickleftColumn #quickLinks {
	width: 28.2em;
	margin: 0;
	padding: 8px 0 70px;
	background: transparent url(../image/ql-backdrop.png) no-repeat left bottom;
}
#quickLinks h2 {
	height: 3.8em;
	margin: 0 auto;
	padding: 0;
	font-weight: normal;
	text-indent: -9999px;
	background: transparent url(../image/ql-title.png) no-repeat 14px 0;
}
#quickLinks li {
	margin: 0;
}
body#homepage #quickLinks li a,#quickLinks li a {
	font-size: 1.3em;
}
#quickLinks li a {
	display: block;
	padding: 9px 0 9px 16px;
	margin: 0 0 0 14px;
	background: transparent url(../image/ql-li-bg2.png) no-repeat 0 0;
}
#quickLinks li a:hover {
	color: #A10707;
	text-decoration: underline;
}
/*====== Home Page ====================*/
#obLogin {
	width: 298px;
	height: 88px;
	margin: 0 0 0 14px;
	background: transparent url(../image/obl-container.png) no-repeat 0 0;
}
#obLogin h2 {
	margin: 0;
	padding: 11px 0 0 48px;
	font-weight: bold;
	font-size: 1.6em;
	background: transparent url(../image/obl-lock.png) no-repeat 28px 12px;
}
body.popup #obLogin {
	width: 298px;
	height: 88px;
	margin: 50px auto 0;
	background: transparent url(../image/obl-container.png) no-repeat 0 0;
}
body.popup #obLogin h2 {
	padding: 11px 0 0 4px !important;
}
#obLogin form {
	position: relative;
	margin: 6px 0 0 28px;
}
#obLogin div#username {
	display: inline;
	float: left;
	margin: 0;
	position: relative;
}
label.overlabel {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	color: #999;
}
label.overlabel {
	color: #999;
}
label.overlabel-apply {
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	color: #999;
}
#obLogin .jsOverLabelBlur .jsOverLabel {
	color: #FFFFFF;
	float: left;
	position: absolute;
	z-index: 1;
	font-size: 1.2em;
	color: #999999;
	left: .6em;
	top: .4em;
}
#obLogin .jsOverLabel {
	left: -9999px;
	position: absolute;
}
#obLogin label {
	display: block;
}
#obLogin input {
	float: left;
	display: inline;
	margin-bottom: 0.5em;
}
#obLogin form input.submit {
	width: 118px;
	height: 27px;
	padding:30px 0 0;
	margin: 6px 0 0 57px;
	background: transparent url(../image/olb-newLogin.png) no-repeat 0 0;
	border: 0 none;/* text-indent:-9999px;*/
	cursor: pointer;
}
#obLogin form input.submit:hover {
	background: transparent url(../image/olb-newLogin.png) no-repeat 0 0;
}
#ourRate,ul#ourRate {
	position: relative;
	width: 285px;
	height: 231px;
	margin: 14px 0 0 18px;
	background: transparent url(../image/our-rates.png) no-repeat 0 0;
}
ul#ourRate li .rotatingBox {
	position: relative;
	width: 230px !important;
	height: 212px !important;
}
ul#ourRate li {
	height: 212px !important;
	left: 27px !important;
	overflow: hidden !important;
	position: absolute !important;
	top: 6px !important;
	width: 230px !important;
	background: transparent !important;
}
#ratesArch {
	overflow: hidden;
	position: relative;
}
#ourRate h2,ul#ourRate h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 48px;
	font-size: 5.4em;
	font-weight: bold;
	color: #F8F1E0;
}
#ourRate p.textVariant1, ul#ourRate p.textVariant1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 78px;
	right: 42px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
}
#ourRate h3 a, ul#ourRate h3 a {
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
	top: 102px;
	font-size: 1.6em;
	font-weight: normal;
	color: #F8F1E0;
}
#ourRate p a,ul#ourRate p a {
	position: absolute;
	bottom: 52px;
	left: 62px;
	font-size: 1.8em;
	font-weight: bold;
	color: #F8F1E0;
	text-decoration: underline;
}
#ourRate p.zeroPaddingParagraph, ul#ourRate p.zeroPaddingParagraph {
	position: absolute;
	bottom: 24px;
	left: 44px;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#slideShowNav {
	bottom: 106px;
	left: 20px;
	position: relative;
	width: 285px;
	z-index: 100;
}
#slideShowNav a#prev2 {
	width: 19px;
	height: 23px;
	position: absolute;
	top: -8px;
	left: 40px;
	color: #E9E0CD;   
	text-indent: -9999px;
	background: transparent url(../image/left-pointer.png) no-repeat scroll 0 0;
}
#slideShowNav a#next2 {
	width: 19px;
	height: 23px;
	position: absolute;
	top: -8px;
	right: 50px;
	color: #E9E0CD;
	text-indent: -9999px;
	background: transparent url(../image/right-pointer.png) no-repeat scroll 0 0;
}
#mainContent img {
	display: block;
	margin: 0 auto;
}
#flashBanner {
	width: 100%;
	padding: 2.5em;
	background-color: #CCC;
}
ul#homeFeaturedProducts {
	display: block;
	width: 633px;
	height: 193px;
	margin: 26px 0 0 8px;
	background: transparent url(../image/featured-bg.png) no-repeat 0 0;
}
ul#homeFeaturedProducts li {
	float: left;
	display: inline;
	width: 200px;
	height: auto;
	margin: 10px 4px 0 0;
	cursor: pointer;
}
ul#homeFeaturedProducts li .listHolder {
	margin: 8px 0 0 14px;
}
ul#homeFeaturedProducts li .imgHolder {
	overflow: hidden;
	width: 181px;
	height: 103px;
	margin: 0 0 6px;
	background: transparent url(../image/featured-imgbg.png) no-repeat 0 0;
}
ul#homeFeaturedProducts li .imgHolder img {
	display: block;
	margin: 0 auto;
	padding: 5px 0 0;
}
ul#homeFeaturedProducts li .imgHolder .verbBg {
	overflow: hidden;
	width: 169px;
	height: 92px;
	margin: 6px 0 0 6px;
	color: #fff;
	background-color: #63513A;
}
ul#homeFeaturedProducts li .imgHolder .verbBg p {
	width: 156px;
	margin: 4px auto;
}
ul#homeFeaturedProducts li .imgHolder .verbBg ul {
	display: none;
}
ul#homeFeaturedProducts li .learnMore {
	margin: 12px 0 0 4px;
}
ul#homeFeaturedProducts li .learnMore a {
	display: block;
	margin: 0;
	padding: 6px 0 0 8px;
	height: 20px;
	font-weight: bold;
	font-size: 1.1em;
	color: #F6ECD8;
	background: transparent url(../image/featured-learnmore.png) no-repeat 0 0;
}
ul#homeFeaturedProducts li .learnMore a:hover {
	background: transparent url(../image/featured-learnmore.png) no-repeat 0 -29px;
}
#homeFeaturedProducts p {
	font-size: 1.2em;
}
/*====== Category Page ==============*/
#mainContent .catgoryBanner {
	width: 61.5em;
	height: 17.1em;
	position: relative;
	margin: 0 0 20px 20px;
	background: transparent url(../image/category-bg.png) no-repeat 0 0;
}
#mainContent .catgoryBanner img {
	margin: 0 auto 0;
	padding: 14px 0 0;
	display: block;
}
#mainContent .catgoryBanner h1 {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 10;
	margin: 0;
	font-size: 3em;
	font-weight: bold;
	color: #A00606;
}
div#productCategory {
	float: left;
	margin: 0 0 0 20px;
}
div#productCategory li {
	overflow: hidden;
	position: relative;
	float: none;
	display: block;
	width: 65em;
	margin: 0 0 12px;
	cursor: pointer;
}
div#productCategory li a {
	display: block;
	float: left;
	width: 181px;
	height: 120px;
	padding: 5px 0 0;
	background: transparent url(../image/secondary-imgbg.png) no-repeat 0 0;
}
div#productCategory div.productContent {
	float: left;
	display: inline;
	width: 41.7em;
	height: 12.5em;
	margin: 0 0 0 2em;
	background: transparent url(../image/secondary-contentbg.png) no-repeat 0 0;
}
div#productCategory div.productContent p {
	width: 33em;
	margin: 4px 0 0 10px;
	color: #444444;
	font-size: 1.2em;
}
div#productCategory div.productContent h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
}
div#productCategory div.productContent h3 a {
	height: auto;
	width: auto;
	float: none;
	margin: 6px 0 0 10px;
	padding: 0;
	display: block;
	background: 0 none;
	font-size: 1.2em;
	font-family: Times New Roman,Times,serif;
}
div#productCategory div.productContent ul {
	width: 33em;
	margin-left: 2em;
	margin-top: 4px;
}
div#productCategory li li {
	float: none;
	width: 22em;
	margin: 2px 0;
	padding: 0 0 0 1em;
	list-style: none inside;
	border: none;
	font-size: 1.2em;
	font-family: Arial,Arial,Helvetica,sans-serif;
	color: #444444;
	background: transparent url(../image/li.png) no-repeat 0 4px;
}
div#productCategory div.productContent h4 {
	clear: left;
	margin: 0;
}
div#productCategory div.productContent h4 a {
	position: absolute;
	right: 38px;
	bottom: 6px;
	height: 28px;
	width: 103px;
	display: block;
	float: none;
	margin: 4px 0 0 10px;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Arial,Arial,Helvetica,sans-serif;
	background: transparent url(../image/learn-more.png) no-repeat 0 0;
	text-indent: -9999px;
}
div#productCategory div.productContent h4 a:hover {
	text-decoration: underline;
}
/* Search */
#search {
	overflow: hidden;
	width: 61.5em;
	padding: 0 0 2em;
	background: transparent url(../image/text-only-bg.png) repeat-y scroll 0 0;
}
#search ul {
	width: 58em;
	margin: 0 auto;
	padding: 0 0 1em;
}
#search ul li {
	font-size: 1em;
	padding: 1em 3em 2em;
	list-style-type: none;
	border-bottom: 1px solid #CDC4B4;
}
#search ul li.firstChild {
	padding: 0 3em 2em;
}
#search #pageWrapper ul li h2 {
	margin: 0;
	padding: 0;
}
#search #pageWrapper ul li h2 a {
	padding: 0 16px 0 0;
	margin: 0 10px 5px 8px;
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background: transparent url(../image/search-li.png) no-repeat scroll right 0;
}
#search #pageWrapper ul li h2 a:hover {
	color: #A00606;
	background: transparent url(../image/search-li.png) no-repeat scroll right -18px;
}
#thankYou p {
	margin: 0;
	font-family: Tahoma,Geneva,sans-serif
	font-size:1.2em;
	color: #666666;
}        
#thankYou .contentHolder {
	padding: 0 0 7.8em;
}
#search ul li p.hide {
	display: none;
}
#search ul li h3 {
	display: none;
}
#search ul ul {
	display: none;
}
/*====== Product Page ========================*/
#productPhoto {
	float: left;
	display: block;
	width: 255px;
	height: 149px;
	margin: 10px 0 0 8px;
	background: transparent url(../image/product-photo-bg.png) no-repeat 0 0;
}
#productPhoto img {
	display: block;
	margin: 4px auto;
}
.productHead {
	overflow: hidden;
	float: left;
	display: inline;
	width: 32em;
	margin: 0 0 0 2em;
}
.productHead h1 {
	font-size: 1.8em;
	width: 17em;
	margin: 12px 0 0; 
	color: #4A3F30;
}
.productHead a {
	text-decoration: underline;
}
#topSummary {
	overflow: hidden;
	clear: both;
	width: 61.5em;
	padding-top: 1em;
	margin: 0 0 0 2em;
	background: transparent url(../image/product-top.png) no-repeat left top;
}
#bottomSummary {
	display: block;
	width: 61.5em;
	height: 2em;
	background: transparent url(../image/product-bottom.png) no-repeat left bottom;
}
#productSummary {
	position: relative;
	overflow: hidden;
	width: 61.5em;
	min-height: 22em;
	padding: 0 0 1.4em;
	margin: 0 0 0 2em;
/*	background: transparent url(../image/product-bottom.png) no-repeat left bottom;*/
	background-color: #E9DFC6;
}
#productSummary p {
	width: 26em;
	margin: 1em 0;
	font-size: 1.2em;
}
#productDetails h2 {
	margin: 1em 0;
	font-size: 1.6em;
	width: 46em;
	color: #4A4030;
}
#productDetails h3 { 
	margin: 1em 0 0.4em;
	font-size: 1.4em;
	color: #4A4030;
}
#productDetails p {
	margin: 1em 0;
	font-size: 1.2em;
	width: 46em;
	color: #262019;
}
#productDetails p.disclaimer {
	margin: 1em 0;
	font-size: 1.1em;
	width: 46em;
	color: #333;
}
#productDetails p.zeroPaddingParagraph {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	width: 46em;
}              

#productSummary ul,#productDetails ul {
	width: 46em;
	margin: 1em 1.5em;
}
#productSummary li,#productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0.4em 0;
	font-size: 1.2em;
	color: #262019;
}
#productDetails {
	clear: both;
	width: 61.5em;
	position: relative;
	margin: 0em 0 0 2em;
	background: url(../image/defintion-list-bg.png) 0 0 repeat-y;
	color: #666666;
}
#productButtons {
	position: relative;
}
#tellMeMoreButton {
	display: inline;
	width: 140px;
	height: 35px;
}
#tellMeMoreButton a {
	float: left;
	display: block;
	background: url(../image/questions.png) 0 0 no-repeat;
	text-indent: -9999em;
	width: 140px;
	height: 32px;
}
#tellMeMoreButton a:hover {
	background: url(../image/questions.png) 0 -33px no-repeat;
}
#tellMeMoreButton a img {
	display: none;
}
#openNow {
	display: inline;
	width: 137px;
	height: 35px;
}
#openNow a {
	display: block;
	float: left;    
	margin: 0 10px 0 0;
	background: url(../image/apply-now.png) 0 0 no-repeat;
	text-indent: -9999em;
	width: 137px;
	height: 32px;
}
#openNow a:hover {
	background: url(../image/apply-now.png) 0 -41px no-repeat;
}  

#enrollNow {
	display: inline;
	width: 146px;
	height: 35px;
}
#enrollNow a {
	display: block;
	float: left;    
	margin: 0 10px 0 0;
	background: url(../image/enroll-now.png) 0 0 no-repeat;
	text-indent: -9999em;
	width: 146px;
	height: 32px;
}
#enrollNow a:hover {
	background: url(../image/enroll-now.png) 0 -41px no-repeat;
}
/*============================== Add This Button(s) =============================================*/
.addthis_toolbox {
	position: relative;
	margin: 0;
}
.addthis_toolbox .custom_images {
	float: right;
	margin: 14px 15px 0 0;
	padding: 4px;
/*	background-color: #FDF7E8;*/
	background-color: #FAF6EB;
}
.addthis_toolbox a span {
	position: absolute;
	text-indent: -9999px;
}
.addthis_toolbox a {
	float: left;
	display: block;
	position: relative;
	width: 70px;
	height: 24px;
	text-indent: -9999px;
	cursor: pointer;
}
.addthis_toolbox a.addthis_button_compact /* share */ {
	background: transparent url(../image/addthis-share.png) no-repeat scroll 10px 3px;
}
.addthis_toolbox a.addthis_button_compact:hover /* share */ {
	background: transparent url(../image/addthis-share.png) no-repeat scroll 10px -26px;
}
.addthis_toolbox .addthis_button_print {
	background: transparent url(../image/addthis-print.png) no-repeat scroll 12px 4px;
	border-right: 1px solid #76684D;
}
.addthis_toolbox a.addthis_button_print:hover {
	background: transparent url(../image/addthis-print.png) 12px -25px no-repeat;
}
/*.addthis_toolbox .addthis_button_facebook {
background: transparent url(../image/addthis-fb.png) left bottom no-repeat;
}
.addthis_toolbox .addthis_button_linkedin {
background: transparent url(../image/addthis-linkedin.png) left bottom no-repeat;
}
.addthis_toolbox .addthis_button_twitter {
background: transparent url(../image/addthis-twitter.png) left bottom no-repeat;
}
*/
.at300bs {
	background: 0 none !important;
}
/*============================================================================================*/
/* End of Toolbox Styling Goes Here*/
#printShareBtns {
	float: right;
	margin: 10px 0 0;
	width: 60px;
}
#printShareBtns div {
	float: left;
}
/* Tabs */
dl#productTabs {
	width: 61.5em;
	display: block;
	padding: 0 0 20px;
	list-style: none;
	position: relative;
}
dl#productTabs dt {
	color: #262019;
	text-decoration: none;
	padding: 0.5em 1em;
	margin: 1em 0 0 1.5em;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia,Georgia,serif;
}
dl#productTabs dt:hover {
	text-decoration: none;
	background-color: #EDE1CA;
}
dl#productTabs dd {
	padding: 0.5em 0.5em 0 0;
	font-size: 1em;
}
dl#productTabs dd a {
	text-decoration: underline;
}
dl#productTabs dt.selected {
	text-decoration: none;
	color: #820B06;
	background-color: #EDE1CA;
}
.pane {
	width: 57em;
	position: absolute;
	overflow: hidden;
	top: 4.2em;
	left: 1.8em;
	border-top: 1px solid #C4B79F;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Individual Page =================*/
.individualPage {
	overflow: hidden;
	padding: 0 0 4em;
	margin: 0 0 0 2em;
}
/*Indie Holder*/
.individualPage .indieHolder {
	overflow: hidden;
	width: 59.5em;
	padding: 0 1em 2em;
	background: transparent url(../image/text-only-bg.png) repeat-y scroll 0 0;
}
.individualPage .indieHolder .bgHolder {
	width: 186px;
	height: 168px;
	display: block;
	float: right;
	margin: 2em;
	background: transparent url(../image/ind-bg.png) no-repeat 0 0;
}
.individualPage .contentHolder .bgHolder {
	width: 186px;
	height: 168px;
	display: block;
	margin: 0 0em 2em 8em;
	background: transparent url(../image/ind-bg.png) no-repeat 0 0;
}
#mainContent .individualPage .indieHolder .bgHolder img {
	display: block;
	margin: 13px auto;
}
.individualPage .indieHolder h1.pageHead, #alert .indieHolder h1 {
	font-size: 2.2em;
	margin: 0 0 1em 0.5em;
	padding: 1em 0 0;
	color: #4A3F30;
}
.individualPage .indieHolder h2 {
	margin: 1em 0 0.5em 0.6em;
	padding: 0;
	font-size: 2em;
	font-family: Georgia,Georgia,serif;
	font-weight: normal; 
	color: #4A3F30;
}
.individualPage .indieHolder h3 {
	margin: 1em 0 0.5em 0.8em;
	padding: 0;
	font-size: 1.7em;
	font-family: Georgia,Georgia,serif;
	font-weight: normal;
	color: #4A3F30;
}
.individualPage .contentHolder {
	overflow: hidden;
	width: 61.5em;
	padding: 0 0 2em;
	background: transparent url(../image/text-only-bg.png) repeat-y 0 0;
}
.individualPage .contentHolder h1.pageHead {
	font-size: 2.2em;
	margin: 0 0 1em 0.5em;
	padding: 1em 0 0;
	color: #4A3F30;
}
.individualPage .contentHolder h2 {
	margin: 0 0 0 .8em;
	padding: 0 0 0.5em 0;
	font-size: 2em;
	font-family: Georgia,Georgia,serif;
	font-weight: normal;
}
.individualPage .contentHolder h3 {
	margin: 0 0 0 .8em;
	padding: 0 0 0.5em 0;
	font-size: 1.7em;
	font-family: Georgia,Georgia,serif;
	font-weight: normal;
}
/*End of Indie Holder*/
/*
.individualPage .leftHolder {
float: left;
display: inline;
width: 20em;
}
.individualPage .leftHolder .bgHolder {
width: 186px;
height: 168px;
display: block;
background: transparent url(../image/ind-bg.png) no-repeat 0 0;
}
.individualPage .leftHolder .bgHolder img {
padding: 12px 0 0;
}
.individualPage .rightHolder {
float: left;
display: block;
width: 39.7em;
padding: 10px;
background: transparent url(../image/ind-content-bg2.png) repeat-y scroll 0 0;
}
*/
.individualPage h1.pageHead {
	font-size: 1.8em;
	margin: 1em 0 1em 1em;
}
.individualPage a {
	text-decoration: underline;
}
.individualPage p {
	margin: 0 1em 0.5em 1em;
	font-size: 1.2em;
	color: #333333;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0 1em 0.5em;
}
#otherServices p.zeroPaddingParagraph {
	margin: 0 0 0.5em 1em;
}
.individualPage ul,.individualPage ol {
	margin: 1em 0 1em 2em;
}
.individualPage li {
	margin: 3px 0;
	font-size: 1.2em;
}
.individualPage li li {
	font-size: 1em;
}
.individualPage ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0.4em 2em 0 1em;
}
.individualPage a {
	color: #333333;
	text-decoration: underline;
}
.individualPage a:hover {
	color: #A10707;
	text-decoration: underline;
}
#FAQ dt {
	margin: 1em 0;
	font-weight: bold;
}
#FAQ th {
	text-align: left;
}
#thankYou h4.thanksTitle {
	font-size: 4em;
	color: #A10707;
	text-align: center;
}
#thankYou p {
	display: block;
	margin: 0 auto;
	width: 30em;
	text-align: center;
}
#switchKit .contentHolder h3 {
	margin: 1em 0 0 0.8em;
	padding: 0 0 0.5em;
}
#dirMgt ul {
	margin: 1em 0 1em 3em;
}
#dirMgt ul li {
	list-style-type: none;
	margin: 5px 0;
}              
#aboutUs h3 { 
	padding: 1em 0 1em 0.8em;        
	color: #4A4030;
	text-align: center;
}
.vehicleArea {
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
}
#autos .vehicleArea img {
	margin: 5px 3px;
	display: inline-block;
}
/*====== Sitemap =======================*/
#sitemap {
	margin-top: 2em;
}
#sitemapNav {
	margin-top: 3em;
}
#sitemapNav li {
	width: 16em;
	float: left;
	margin-right: 2.5em;
}
#sitemapNav li li {
	width: auto;
	float: none;
	margin-right: 0;
}
#sitemap div.clear {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px solid #CCC;
}
#sitemap div.clear div {
	width: 16em;
	float: left;
	margin-right: 2.5em;
}
#sitemap div.clear ul {
	padding-bottom: 2.5em;
}
/*====== Locations ===========================*/
#mapBg {           
	overflow: hidden;
	width: 602px;
	height: 25.6em;
	padding: 1.2em 0 0 1.4em;
	background: transparent url(../image/maps-bg.png) no-repeat 0 0;
}
#map {
	width: 58.6em;
	height: 24em;
	border: 1px solid #CDBE9E;
}
#titledAddress {
	display: block;
	position: relative;
	overflow: hidden;
	width: 47em;
	margin: 0 0 0 1em;
	border-bottom: 1px solid #C4B79F;
}
#titledAddress #locationsHolder {
	position: absolute;
	top: 5px;
	left: 15.8em;
}
#locations table {
	width: 100%;
}
#locations th,#locations td {
	text-align: left;
	vertical-align: top;
	padding: 4px 0;
}
#locations th.timeName {
	width: 80px;
}
#locations td.timeValue {
	width: 130px;
}
#locations ul#locList {
	margin: 1em 0;
}
#locations ul#locList li {
	list-style-type: none;
	padding: 1em 0;
	margin: 0 0 2em;
	overflow: hidden;
	width: 51em;
	font-family: Arial,Arial,Helvetica,sans-serif;
	background: transparent url(../image/text-only-bg.png) repeat-y 0 0;
}
#locations ul#locList li .accordionContent {
	width: 600px;
	overflow: hidden;
}
#locations ul#locList li h2 {
	margin: 0;
	padding: 0;
}
#locations ul#locList li h2 a {
	float: left;
	display: block;
	width: 12em;
	margin: 0 0 0 4px;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Georgia,Georgia,serif;
	color: #261F19;
	text-decoration: none;
}
#locations ul li h2 a:hover {
	color: #D81E1E;
	text-decoration: underline;
	font-size: 0.8em;
}
#locations tr.tableHead th {
	padding-top: 8px;
}
#locations .phones .tel .type {
	font-weight: bold;
}
locList.li .accordionContent {
	clear: both;
	overflow: hidden;
}
li.vcard .accordionContent img {
	border: 8px solid #999;
	float: left;
}
li.vcard .accordionContent div.branchAddress {
	display: inline;
	float: left;
	width: 140px;
	margin: 0 0 0 14px;
	padding: 1em 0 0;
	line-height: 1.4em;
}
li.vcard .accordionContent div.branchAddress span.tel {
	margin: 4px 0;
	display: block;
}
li.vcard .accordionContent div.branchAddress span.tel span.type {
	float: left;
}
li.vcard .accordionContent div.branchAddress span.tel span.value {
	float: right;
}

li.vcard .accordionContent div.branchHours {
	display: inline;
	float: right;
	width: 420px;
	overflow: hidden;
	padding: 1em 0 0;
}
li.vcard .accordionContent h5 {
	margin: 0 0 .5em 0;
	font-weight: bold;
}
li.vcard .accordionContent div.branchHours div.lobbyHours {
	float: left;
	display: inline;
	width: 17em;
	margin: 0 0 0 10px;
}
li.vcard .accordionContent div.branchHours div.driveThroughHours {
	float: left;
	display: inline;
	width: 17em;
}
.googleMap-InfoWindow {
	position: relative;
	top: 0;
	left: 0;
}
.googleMap-InfoWindow h2,.googleMap-InfoWindow p,.googleMap-InfoWindow p.map-phones {
	margin: .2em 0;
}
.individualPage .googleMap-InfoWindow h2 {
	font-size: 1.5em;
}
.individualPage .googleMap-InfoWindow p {
	font-size: 1.2em;
}
.individualPage .googleMap-InfoWindow p.map-phones {
	height: 1.2em;
	overflow: hidden;
}
/* formContactUs */
#contactUs #contactLeft {
	float: left;
	display: inline;
	width: 30em;
	margin: 0 0 0 1em;
	border-right: 1px solid #999999;
}
#contactUs #contactRight #introText {
	padding: 0 0 3em;
}
#contactUs #contactRight #phone {
	margin: 2em 0 0 5em;
	padding: 0 0 1em;
}
#contactUs #contactRight #phone h3 {
	margin: 0;
	padding: 0;
}
#contactUs #contactRight #phone p {
	margin: 0;
	padding: 0;
}
#contactUs #contactRight {
	float: left;
	display: inline;
	width: 27em;
	margin: 0 0 0 3em;
}
#contactUs #contactRight .bgHolder {
	background: transparent url(../image/ind-bg.png) no-repeat scroll 0 0;
	display: block;
	height: 168px;
	margin: 0 auto;
	width: 186px;
}
#sorryPage #formContactUs {
	margin: 0 0 0 2em;
}
#formContactUs {
	width: 100%;
}
#formContactUs legend {
	color: #333;
	font-weight: bold;
}
#formContactUs fieldset {
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 0 1em;
	border: 0 none;
}
#formContactUs fieldset ul {
	overflow: hidden;
	margin: 1em 0 1em 0;
}
#formContactUs li {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	list-style-type: none;
	list-style-position: outside;
}
#formContactUs label {
	float: left;
	padding: 0 1em 0.5em 0;
	text-align: right;
	width: 11em;
	font-size: 1.2em;
}
#formContactUs input,#formContactUs textarea {
	float: left;
	margin-bottom: 0.5em;
}
#formContactUs input {
	width: 22em;
}
#formContactUs textarea {
	width: 19em;
	height: 10em;
}
#formContactUs input.error,#formContactUs textarea.error,
body.popup #popupStandard input.error,body.popup #popupStandard textarea.error {
	background-color: #f6f6cb;
	border: 2px solid #FF0000;
	padding: 2px 2px 1px 2px;
}
#formContactUs fieldset p {
	margin-left: 18em;
}
#formContactUs button.submitButton {
	float: none;
	display: block;
	width: 136px;
	height: 34px;
	margin: 0 0 0 174px;
	border: 0 none;
	text-indent: -999px;
	background: transparent url(../image/submit.png) no-repeat scroll 0 0;
}
#formContactUs button.submitButton:hover {
	background: transparent url(../image/submit.png) no-repeat scroll 0 -37px;
}
#formContactUs label.error {
	color: #F72222;
	font-weight: bold;
	float: left;
	margin: 0 0 1em;
	padding: 0;
	text-align: right;
	width: 11em;
}
#formContactUs #captcha {
	clear: both;
	width: 20em;
	margin: 1em 0 1em 17.5em;
}
#formContactUs #captcha h4 {
	font-size: 1.2em;
	font-weight: normal;
}
#formContactUs #captcha input {
	float: none;
	width: 18em;
	display: block;
	margin: 1em 0;
}
#formContactUs #captcha p {
	margin: 0;
}
#formContactUs #captcha p.error {
	color: #F72222;
}
/* End formContactUs */
#footer {
	overflow: hidden;
	position: relative;
	clear: both;
	width: 96em;
	margin: 0 auto;
	color: #666;
}
#footer #firstROI {
	position: absolute;
	top: 1em;
	left: 42px;
	height: 29px;
	width: 103px;
}
#footer img.froiLogo {
	display: none;
}
#footer #eh {
	position: absolute;
	top: .9em;
	right: 34px;
}
#footer #fdic {
	position: absolute;
	top: 1em;
	right: 8.3em;
}
#footer #footerNav {
	display: block;
	text-align: center;
	padding: 1em 0;
}
#footerNav li {
	display: inline;
	padding: 0;
}
#footerNav li a {
	margin: 0 0 0 8px;
	padding: 0 8px 0 0;
	color: #666;
	font-size: 1em;
	border-right: 1px solid #666;
}
#footerNav li a.lastChild {
	border-right: 0 none;
}
#footerNav a:hover {
	text-decoration: underline;
}
#footer p,  #footer .ncua{
	font-size: 1em;
	text-align: center;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #footerPhone p {
	font-size: 1em;
	text-align: center;
	font-weight:bold;
	color:#660C05;
}
#footer p#copyrightNotice {
	margin: 0 0 2em;
}
#printElements {
	display: none;
}
/* =========== Print this Page =================== */
#printThisPage {
	width: 36px;
	height: 15px;
}
/*======== Special ================================*/
/* Styling for New Pop Up Forms:Tell me More,Send to a Friend,and Thank You Pop Up */
div#fancy_bg {
	background: transparent url(../image/popup-repeat.png) repeat 0 0 !important;
}
body.popup {
	background: none;
	border: 0 none;
}
body.popup #thankYou img {
	display: block;
	margin: 0 auto;
}
body.popup #thankYou img#smallThankyou {
	display: block;
	margin: 8px auto 0;
}
.popup p {
	margin: 1em;
}
.popup #thankYou h4.thanksTitle {
	text-align: center;
}
.popup #thankYou p {
	width: 30em;
	margin: 0 auto;
	text-align: center;
}
body.popup form {
	overflow: hidden;
}
body.popup form h4.title {
	padding: 10px 10px 0;
	margin: 0;
	display: block;
	color: #4A3F30;
	font-size: 2.4em;
	border-bottom: 1px solid #BDAE9C;
}
body.popup fieldset {
	border: 0 none;
	padding: 0;
	margin: 1em 0 0 1em;
	float: left;
	width: 25.2em;
}
body.popup fieldset#popupStandard input {
	display: block;
	padding: 0.3em;
	width: 230px;
	height: 1.4em;
	margin-bottom: 1em;
	border: solid 1px #666;
}
body.popup fieldset#popupStandard textarea {
	display: block;
	padding: 0.3em;
	height: 8em;
	width: 230px;
	margin-bottom: 1em;
	border: solid 1px #666;
}
body.popup .rightSide {
	float: right;
	display: inline;
	width: 25em;
	overflow: hidden;
}
body.popup img#popupLogo {
	margin: 14px auto 0;
	display: block;
	float: none;
}
body.popup input.submitButton,body.popup button.submitButton {
	border: 0 none;
	display: block;
	margin: 0 0 0 2.5em;
	width: 137px;
	height: 32px;
	float: none;
	text-indent: -9999px;
	background: transparent url(../image/popup-submit.png) no-repeat left top;
	overflow: hidden;
	cursor: pointer;
}
body.popup input.submitButton:hover,body.popup button.submitButton:hover {
	background-position: left bottom;
}
body.popup fieldset#popupStandard label {
	font-size: 1.2em;
	font-family: Arial,sans-serif;
	display: block;
	margin-bottom: 4px;
	margin-top: 2px;
	color: #262019;
}
body.popup fieldset#popupStandard label.error {
	color: #F72222;
	text-align: left;
	margin-bottom: 1em;
}
body.popup fieldset#popupStandard p {
	margin: 0 0 2em 0;
}
/* Captcha */
body.popup #captcha {
	width: 20em;
	padding: 1em 2.5em 1em;
	float: none;
}
body.popup #captcha input {
	float: none;
	width: 18em;
	display: block;
	margin: 1em 0;
}
body.popup #captcha p {
	margin: 0;
	font-size:1.2em;
	text-align: center;
}
body.popup #captcha p.error {
	color: #F72222;
}
body.popup #captcha h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}
body.popup h2 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}
/* ============ OLB Popup ============== */
body.popup .individualPage {
	padding: 0;
	margin: 0;
}
body.popup .individualPage h1.pageHead {
	text-align: center;
	margin: 1em 0 0.5em;
}
body.popup #membershipList h1.pageHead {
	text-align: left;
	margin: 0 0 1em;
}
body.popup #membershipList ul {
	padding: 0 0 6em;
	margin: 0 0 0 2em;
}
body.popup #onlineBankingWrapper {
	background: #c3c3c3 url(../image/popup-lock.png) left bottom no-repeat;
	border: 1px solid #999999;
	width: 300px;
	margin: auto;
}
body.popup .individualPage #radioButtons {
	width: 200px;
	margin: 20px 50px 10px;
	font-size: 14px;
}
body.popup .individualPage #radioButtons label#loginToPersonalLabel {
	margin-right: 20px;
}
body.popup .individualPage form#personalLoginForm {
	width: 300px;
	margin: 2em auto;
}
body.popup .individualPage form#personalLoginForm input.accessID {
	width: 200px;
	margin: 10px auto 20px;
	display: block;
	color: #999999;
}
body.popup .individualPage form#personalLoginForm input.submit {
	border: 0 none;
	display: block;
	margin: 0 100px;
	width: 100px;
	height: 30px;
	float: none;
	text-indent: -9999px;
	background: transparent url(../image/login-button.png) no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}
body.popup .individualPage form#personalLoginForm input.submit:hover {
	background-position: 0 -30px;
}
/* Clear fix */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: block;
}
/* Hides from Internet Explorer for the Mac \*/
.clear {
	min-height: 1%;
}
* html .clear {
	height: 1%;
}
/* End IE Mac hide */
/*======== For Alert New Pop Up ================================================*/
#popup_container {
	font-family: Arial,sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	border-radius: 5px;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #ccc url(../image/alert-title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	background: transparent url(../image/alert-info.gif) 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(../image/info.gif);
}
#popup_content.confirm {
	background-image: url(../image/alert-important.gif);
}
#popup_content.prompt {
	background-image: url(../image/alert-help.gif);
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}
/*======== End of New Pop Up ============*/

/*============= Rates ============================== */
#rates table,#balanceSheet table {
	margin: 0 0 0 1em;
	width: 46em;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666666;
	text-align: left;
	vertical-align: top;
	border: 1px solid #C8C4C1;
}
#rates table th,#rates table td,#balanceSheet table th,#balanceSheet table td {
	padding: .5em 1.5em;
	text-align: left;
	vertical-align: top;
}
#balanceSheet table td.itemBolding {
	font-weight: bold;
}
#balanceSheet table td.emptyHole {
	padding: 1em 1.5em;
}
#rates table tr.nth-row-even th,#rates table tr.nth-row-even td,#balanceSheet table tr.nth-row-even th,#balanceSheet table tr.nth-row-even td {
	background: #E9DDC2;
}
#rates.individualPage table tr.nth-row-1,#balanceSheet table tr.nth-row-1 {
	background: #82735A !important;
	color: #fff;
}
#rates table .nth-column-1 {
	width: 40%;
	border-right: 1px solid #C8C4C1;
}
#rates table .nth-column-2 {
	width: 20%;
	border-right: 1px solid #C8C4C1;
}
#rates table .nth-column-3 {
	width: 20%;
	border-right: 1px solid #C8C4C1;
}
#rates table .nth-column-4 {
	width: 20%;
	border-right: 1px solid #C8C4C1;
}
#balanceSheet table .nth-column-1 {
	width: 50%;
	border-right: 1px solid #C8C4C1;
}
#balanceSheet table .nth-column-2 {
	width: 25%;
	border-right: 1px solid #C8C4C1;
}
#balanceSheet table .nth-column-3 {
	width: 25%;
	border-right: 1px solid #C8C4C1;
}
#rates table th.nth-column-2,#rates table th.nth-column-3,#rates table th.nth-column-4,#balanceSheet table th.nth-column-2,#balanceSheet table th.nth-column-3 {
	text-align: right;
}
#rates table td.nth-column-2,#rates table td.nth-column-3,#rates table td.nth-column-4,#balanceSheet table td.nth-column-2,#balanceSheet table td.nth-column-3 {
	text-align: right;
}
#rates.individualPage p.secondary,#balanceSheet.individualPage p.secondary {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 0 1em;
}
#rates h2 {
	padding: 2em 0 0;
	margin: 0 0 1em;
	border-top: 1px solid #C8C4C1;
}
#rates p.disclaimer, #balanceSheet p.disclaimer {
	margin-left: 7em;
	font-style: italic;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 2em 0;
	font-weight: normal;
}
#rates .ratesDisclaimer {
	margin: 1em 0 0;
}
#rates .ratesDisclaimer p {
	margin-left: 7em;
	font-style: italic;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 1em 0 0.5em 2em;
	font-weight: normal;
} 
#rates .ratesDisclaimer p.zeroPaddingParagraph {
	margin-left: 7em;
	font-style: italic;
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0 2em;
	font-weight: normal;
}

#rates.fees table {
	margin: 0 0 15px 0;
}

#rates.fees table td {
	width: auto;
}

#rates.fees table td.left {
	width: 150px;
}

/* ATMS */
.atms ul#locList {
	border: 1px solid #ededed;
}
.atms ul#locList li {
	padding: 0;
}

.atms ul#locList li h2 {
	width: 94%;
	margin: 0 0 0 14px !important;                                                   
	padding: 0 7em 0 0;
	font-family: Georgia,Georgia,serif;
	font-size: 1.4em;                 
	font-weight: normal;
	cursor: pointer;
	background: url("../image/locations-dropdown2.png") no-repeat scroll 554px 0 transparent;
}

.atms ul#locList li h2.open {
	background: url("../image/locations-dropdown2.png") no-repeat scroll 554px -24px transparent;
}

.atms ul#locList li h2:hover {
	text-decoration: underline;
	color: #A10707;
}

.atms ul#locList li ul {
	padding: 0;
	margin: 0;
}

#locations.atms ul#locList li ul li {
	height: 25px;
	width: 45.5em;
	padding: 0 0 0.4em 27px;        
	margin: 0 0 0 1.5em;
	border-bottom: 1px solid #C4B79F;
}                                   

.atms ul#locList li ul li h3, .atms ul#locList li ul li span {
	float: left;
	display: inline;
	width: auto;
}

.atms ul#locList li ul li h3 {
	font-size: 100%;
	line-height: 25px;
	padding: .5em .5em .5em 0;
	margin: 0;
}
.atms ul#locList li ul li h3 a {
	color: #555;
	background: transparent url(../image/layout/blue-arrow.png) 0 0 no-repeat;
	text-decoration: none;
	padding-left: 1em;
}
.atms ul#locList li ul li.hover {
	background-color: #fafafa;
}
.atms ul#locList li ul li h3 a:hover, .atms ul#locList li ul li.hover h3 a {
	text-decoration: underline;
	background-position: 0 -50px;
	color: #006699;
}
.atms ul#locList li ul li span {
	line-height: 25px;
	margin: .5em 0;
}

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 10px 25px;
	margin-left: 0;
	width: 94%;
}
div#overdraft span, div#overdraft p {
	font-size: 13px;
}
#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;
	font : 18px Georgia, serif;
	color: #262019;
	width: 94%;
}
#overdraft h2 {
	padding: 5px 0;
	font : 16px Georgia, serif;
	color: #262019;
	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 #overdraftRight #captcha {
	margin: 0 auto 10px auto;
}
#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;
}
#overdraft #overdraftAltOptions ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 13px 0 0; /* bank specific */
	padding: 0;
	width: 260px; /* bank specific */
	height: 160px;
	border: 1px solid #ccc;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/premierwestbank/image/overdraft_fade.png) bottom left repeat-x #99876D; /* bank specific */
	color:#FFFFFF; /* 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;
}

/* form builder stuff */

#wrapper.newForm {
	padding:0 1.5em 3em;
	width:70em;
}

#formBuilderForm p {
	margin: 15px 0;
}

