/* fnbhereford.com - layout.css */
/*
dark red text: #260A00
*/
/* 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;
}
/* END RESET */

body {
	background: #F2F1DF url(../image/tile-bg.png) repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #260A00;
}
#outterWrapper {
	background:url(../image/tile-left-shadow.png) repeat-y left;
	width:928px;
	margin:0 auto;
	padding:0 0 0 2px;
	}
#innerWrapper {
	background:url(../image/tile-rt-shadow.png) repeat-y right;
	padding:0 6px 0 0;
	width:920px;
	}

#wrapper {
	background:#fff;
	width:920px;
	overflow:hidden;
}
#homePage #wrapper {
	background:transparent;
	position:relative;
	height:434px;
	overflow:visible;
}
h1, h2, h3, h4 {
	font-family: Optima, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0;
	padding: 0;
}

h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.4em;
}
p {
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #260A00;
	outline: none;
}
a:hover {
	color: #7D9D00;
}

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

.center {
	text-align: center;
}

em {font-style:italic;}

#siteAlert {
margin:0 auto !important;
width:920px !important;
}
#flash {
	margin:0 0 0 -15px;
}
#flash noscript {
	margin:0 0 0 15px;
}
/*====== Header ======================================*/
#header {
	background:url(../image/body-top.png) bottom left no-repeat;
	position: relative;
	height:143px;
	margin:0 auto;
	position:relative;
	width:930px;
	z-index:9;
}

h1#logo {
	margin: 0;
}

#logo a {
	display: block;
	width: 229px;
	height: 126px;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	left: 18px;
	background: transparent url(../image/logo-2.png) no-repeat left top;
	z-index:8;
}

#ultraTopNav {
	position: absolute;
	right:168px;
	top:17px;
}
#homePage #ultraTopNav {
	position: absolute;
	right: 420px;
	top: 17px;
}
#ultraTopNav li {
	float: left;
	padding: 0 0.5em;
	color: #CCC;
}

#ultraTopNav li a {
	font-size:1.1em;
	color: #260A00;
}

#ultraTopNav li a:hover {
	text-decoration: underline;
}

#searchForm {
	bottom:10px;
	height:24px;
	position:absolute;
	right:10px;
	width:140px;
}

#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding:4px 0 0 5px;
	width: 118px;
	height: 20px;
	background-image: url(../image/search-bg.png);
}

#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 24px;
}

#primaryNav {
	position: absolute;
	bottom:-12px;
	right: 200px;
	height:43px;
	z-index:99;
}

#primaryNav li {
	display: inline;
}

#primaryNav li a {
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	color: #260A00;
	float:left;
	font-size: 1.6em;
	font-weight: normal;
	padding:0;
	margin:0 0 0 44px;
	text-indent:-9999px;
	height:43px;
}
#primaryNav li a.firstChild { /* personal */
	background-image:url(../image/nav-personal-ro.png);
	width:68px;
}
#primaryNav li a.nthChild-2	{ /* Business */
	background-image:url(../image/nav-business-ro.png);
	width:69px;
}
#primaryNav li a.nthChild-3	{ /* Loans */
	background-image:url(../image/nav-loan-ro.png);
	width:46px;}
#primaryNav li a.lastChild	{ /* about us */
	background-image:url(../image/nav-aboutus-ro.png);
	width:76px;
}
#primaryNav a:hover, #primaryNav a.inPath {
	background-position:0 -47px;
}
/*====== Home Page ========================*/
#homeContent {
	position:relative;
	width:100%;
	height:434px;
	z-index:2;
}

#obLogin {
	background:url(../image/olb-bg.png) 0 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
	width: 350px;
	height: 60px;
}
#obLogin h2 {
	background:url(../image/olb-tag.png) 0 0 no-repeat;
	width:132px;
	height:70px;
	text-indent:-9999em;
	padding:0;
	margin:-15px 0 0 -55px;
}
#obLogin form {
	background: url(../image/olb-lock.png) 0 6px no-repeat;
	position: absolute;
	top: 10px;
	left: 50px;
	padding:0 0 0 13px;
}

#obLogin label {
	color:#260A00;
	float:left;
	font-size:1em;
	margin:5px 3px 0 0;
}

#obLogin input {
	margin-bottom: 0em;
}
#obLogin input#customer,
#obLogin input#McMUserID {
	background:url(../image/olb-search-field.png) 0 0 no-repeat;
	border:0;
	float:left;
	width:85px;
	height:17px;
	padding:4px 5px 0 5px;
}
#obLogin input.btnNorm {
	background:transparent url(../image/olb-buttons.png) 0 -1px no-repeat;
	border:none;
	cursor:pointer;
	width:60px;
	height:25px;
	padding:25px 0 0 0;/* hides text*/
	margin:-1px 0 0 6px;
	text-indent:-999px;
}
#obLogin input#_ctl0_contMain_loginButton:hover {
	background:transparent url(../image/olb-buttons.png) 0 -28px no-repeat;
}
#obLogin #McMForgotUserNameDiv,
#obLogin #McMForgotPasswordDiv {
	float: left;
	margin-right: 5px;
}
#obLogin #McMForgotUserNameDiv {
	border-right: 1px solid #260A00;
	padding-right: 5px;
}
#obLogin p.olbForm {
	height: 25px;
}
#obLogin p.olbToggle {
	margin: 0 0 0 95px;
	
}
#obLogin p.olbToggle a {
	color: #260A00;
}
#obLoginDownstream {
	position:absolute;
	right:20px;
	top:0;
	width:132px;
}
#obLoginDownstream h2 {
	padding:0;
	margin:0;
}
#obLoginDownstream a {
	display:block;
	background:url(../image/olb-tag.png) 0 0 no-repeat;
	width:132px;
	height:70px;
	text-indent:-9999em;
	padding:0;
	margin:-15px 0 0;
}
#obLoginDownstream a:hover {
	background:url(../image/olb-tag.png) 0 -70px no-repeat;
}
ul#obNav {
	position:absolute;
	right:14px;
	top:6px;
	width:50px;
}
ul#obNav li{
	list-style:disc;
	margin:0 0 0 10px;
	padding:0;
}
ul#obNav li a{
	color:#260A00;
}
ul#obNav li a:hover{
	text-decoration: underline;
}

#homeFeatured {
	bottom:27px;
	height:76px;
	left:-11px;
	position:absolute;
	width:950px;
	z-index:8;
}
#homeFeatured li.slideWelcome, #homeFeatured li a.slideWelcomeHref {
	display:inline;
	float:none;
	visibility:hidden;
}

#homeFeatured ul {}
#homeFeatured ul li{
	display:inline;
}
#homeFeatured ul li h2 {
	margin:0;
}
#homeFeatured li a{
	background-image:url(../image/home-featured.png);
	display:block;
	float:left;
	height:76px;
	width:188px;
	text-indent:-9999em;
	position:relative;
	}
#homeFeatured li.nthChild-1 a{ /* default wheat */
	background-position: 0 0;
	width:190px;
	}
#homeFeatured li.nthChild-2 a{ /* real saver */
	background-position:760px 0;
	}
#homeFeatured li.nthChild-3 a{ /* olb */
	background-position:572px 0;
	}
#homeFeatured li.nthChild-4 a{ /* mortgage */
	background-position:384px 0;
	}
#homeFeatured li.nthChild-5 a{ /* auto loans */
	background-position:196px 0;
	width:196px;
	}
	
#homeFeatured li.nthChild-1 a:hover, #homeFeatured li.nthChild-1 a.activeSlide{ /* default wheat */
	background-position:0 -76px;
	}
#homeFeatured li.nthChild-2 a:hover, #homeFeatured li.nthChild-2 a.activeSlide{ /* real saver */
	background-position:760px -76px;
	}
#homeFeatured li.nthChild-3 a:hover, #homeFeatured li.nthChild-3 a.activeSlide{ /* olb */
	background-position:572px -76px;
	}
#homeFeatured li.nthChild-4 a:hover, #homeFeatured li.nthChild-4 a.activeSlide{ /* mortgage */
	background-position:384px -76px	;
	}
#homeFeatured li.nthChild-5 a:hover, #homeFeatured li.nthChild-5 a.activeSlide{ /* auto loans */
	background-position:196px -76px;
	}

#quickLinksWrapper {
	background:transparent url(../image/home-ql-bottom.png) no-repeat bottom;
	position:absolute;
	padding:0 0 16px;
	top:31px;
	right:30px;
	width:209px;
	z-index:7;
}
#quickLinksWrapper h2 {
	background:transparent url(../image/home-ql-top.png) no-repeat scroll 0 0;
	height:27px;
	margin:0;
	padding:0;
	text-indent:-9999em;
}
#quickLinks {
	background:transparent url(../image/home-ql-tile.png) repeat-y scroll 0 0;
}
#quickLinks ul {
	padding:8px 0 0;
	margin:0;
}
#quickLinks ul li {
	margin:0;
	padding:3px 0;
}
#quickLinks a {
	background:transparent url(../image/ql-bullet-ro.png) no-repeat scroll 0 5px;
	color:#260A00;
	font-size:1.1em;
	margin:0 0 0 15px;
	padding:0 0 0 10px;
	letter-spacing:-0.5px;
}
#quickLinks a:hover {
	background:url(../image/ql-bullet-ro.png) 0 -30px no-repeat;
	text-decoration:underline;
}
/*====== Main Content ===============================*/
#mainContent {
	background:#F2F0E3;
	border-left:1px solid #CDC4B2;
	float:left;
	min-height:200px;
	position:relative;
	width:684px;
}
#bannerImage {
	background:url(../image/banner-image-wheat.jpg) 0 0 no-repeat;
	height:98px;
	width:920px;
	border-bottom:2px solid #580000;
}
body#Business #bannerImage {
	background:url(../image/Business.jpg) 0 0 no-repeat;
}
body#Loans #bannerImage {
	background:url(../image/Loans.jpg) 0 0 no-repeat;
}
body#Personal #bannerImage {
	background:url(../image/Personal.jpg) 0 0 no-repeat;
}

/*====== Left Column ================================*/
#leftColumn {
	float: left;
	clear: left;
	width:235px;
	margin-bottom: 2em;
}
ul#leftNav {
	margin:15px 0 0;
}

#leftNav li h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
}

#leftNav li h2 a {
	background-color:#DDD5C0;
	display:block;
	color: #362400;
	padding:5px 0 5px 20px;
	margin:5px 0 0;
}

#leftNav li.inPath h2 a, #leftNav li h2 a:hover {
	background-color:#580000;
	color: #fff;
}

#leftNav li li h3 {
	font-family:Verdana, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	margin: 0;
	padding:0;
}

#leftNav li li a {
	background:transparent url(../image/ql-bullet-ro.png) no-repeat scroll 0 5px;
	color: #260A00;
	display:block;
	padding:0 0 0 15px;
	margin:10px 0 0 28px;
}
#leftNav li li.inPath a, #leftNav li li a:hover {
	background:transparent url(../image/ql-bullet-ro.png) no-repeat scroll 0 -30px;
	text-decoration:underline;
}

#leftNav li ul li.lastChild {
	padding-bottom: 1em;
}
h2#titleQL {
	background:#580000 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:1.6em;
	font-weight:normal;
	margin:15px 0 0;
	padding:5px 0 5px 20px;
}

ul#leftNavQuickLinks {
	padding:4px 0 0;
	margin:0;
}
ul#leftNavQuickLinks li {
	margin:6px 0;
	padding:3px 0;
}
ul#leftNavQuickLinks li h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:normal;
margin:0;
padding:0;
}
ul#leftNavQuickLinks li a {
	background:transparent url(../image/ql-bullet-ro.png) no-repeat scroll 0 5px;
	color:#260A00;
	margin:0 0 0 25px;
	padding:0 0 0 15px;
}
ul#leftNavQuickLinks li a:hover {
	background:url(../image/ql-bullet-ro.png) 0 -30px no-repeat;
	text-decoration:underline;
}
/*====== Category Page ===========================*/
#catBreadCrumb {
	margin:0 0 0 10px;
}

#catBreadCrumb li {
	display: inline;
	font-weight: normal;
}
#catBreadCrumb li h2, #catBreadCrumb li h3 {
color:#580000;
float:left;
font-size:2.5em;
font-weight:normal;
margin:0;
padding:2px 0 7px 8px;
}

#catBreadCrumb ul {
	display: inline;
}

#catBreadCrumb li a {
	color:#580000;
}

div#productCategory {
	border-left:1px solid #CDC4B2;
	float:left;
	margin:0 0 0 6px;
	padding:15px 0 16px;
}
div#productCategory h1 {
color:#580000;
float:left;
font-size:2.5em;
font-weight:normal;
margin:0;
padding:2px 0 7px 15px;
}
#categoryList {
	margin:0 0 0 11px;
}
div#productCategory li.categoryListItem {
background:url(../image/tile-cat-grad.png) repeat-x top;
border-color:#CDC4B2;
border-style:solid;
border-width:1px 0 0;
float:left;
margin:0;
padding:15px 0 15px 10px;
position:relative;
width:643px;
}

div#productCategory li.categoryListItem.hover {
	cursor:pointer;
	background-color:#fff;
}

div#productCategory li.categoryListItem a{
	display:block;
	float:left;
	height:47px;
	padding:0 12px 0 0;
	width:58px;
}
div#productCategory li.categoryListItem a img{
	border:1px solid #683D1A;
}

div#productCategory div.productContent {
overflow:hidden;
vertical-align:top;
width:566px;
}

div#productCategory div.productContent p {
	color:#260A00;
	width:260px;
	float:left;
	font-size:1.1em;
	clear:left;
	margin:0 0 0 12px;
	}

div#productCategory div.productContent h3 {
	float:left;
	font-size:1.5em;
	margin:0 0 0 12px;
	width:260px;
}
div#productCategory div.productContent h3 a, 
div#productCategory div.productContent h4 a {
	color:#683D1A;
	border:none;
	font-weight:normal;
	display:inline;
	width:auto;
	height:auto;
	margin:0;
}
div#productCategory div.productContent h3 a:hover {
	color:#580000 !important;
}

div#productCategory div.productContent ul {
color:#260A00;
float:left;
font-size:1.1em;
margin:-15px 0 0 10px;
padding:0 0 0 22px;
width:165px;
}

div#productCategory li li {
	float: none;
	width: auto;
	list-style: disc outside;
	border: none;
	font-size: 1em;
}

div#productCategory div.productContent h4 {
	margin:0;
}

div#productCategory div.productContent h4 a {
background:transparent url(../image/btn-learnmore-ro.png) no-repeat scroll 0 0;
height:23px;
margin:-5px 0 0 15px;
padding:0;
text-indent:-9999em;
width:80px;
}

div#productCategory div.productContent h4 a:hover {
	background:url(../image/btn-learnmore-ro.png) 0 -23px no-repeat;
}

/* Search */
#search ul {
	padding: 0;
}

#search ul li {
	font-size: 1em;
	padding-left: 0;
	list-style-type: none;
}

#search ul li h3 {
	margin:1em 0 0;
}
#search ul li p {
	margin:0.2em 0 0;
}
#search ul li p.hide {
	display: none;
}

#search ul ul {
	display: none;
}

/*====== Product Page ====================*/
#productPhoto {
	position: absolute;
	bottom: 0;
	right: 0;
}

.productHead {
margin:0 0 12px;
overflow:hidden;
}

.productHead h1 {
	color:#580000;
	float:left;
	font-size:2.5em;
	font-weight:normal;
	margin:0;
	padding:19px 0 4px;
}

#productSummary {
	position: relative;
}
.addthis_toolbox {
float:right;
margin:20px 20px 0 0;
width:175px;
}
.addthis_toolbox a {
cursor:pointer;
display:block;
float:left;
height:17px;
margin:0 12px 0 0;
background-position:0 0;
background-color:transparent;
background-repeat:no-repeat;
padding:0 0 0 20px;
}

.addthis_toolbox .addthis_button_compact {
background-image: url(../image/icon-share-ro.png);
}
.addthis_toolbox .addthis_button_print {
background-image: url(../image/icon-print-ro.png);
}

.addthis_toolbox a:hover {
	background-position:0 -19px;
}


#productSummary p, #productDetails p {
font-size:1.2em;
margin:0;
padding:5px 0;
width:80%;
}
#productDetails p.disclaimer {
	padding:3px 0;
	font-size:1.1em;
}
#productSummary ul, #productDetails ul {
margin:1em 0;
padding:0 0 0 15px;
width:80%;
}

#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0.4em 0;
	font-size: 1.2em;
}

#productDetails {
border-left:1px solid #CDC4B2;
margin:0 0 0 5px;
padding:0 0 28px 20px;
position:relative;
}

#productDetailsBtns {
background:#FFFFFF none repeat scroll 0 0;
padding:0 10px 10px;
position:absolute;
right:20px;
top:75px;
width:110px;
z-index:18;
}
#productDetailsBtns img {
border:1px solid #683D1A;
}

#openNow a {
	background:url(../image/btn-applynow-ro.png) 0 0 no-repeat;
	display: block;
	width:110px;
	height:29px;
	text-indent:-9999em;
	margin:17px 0 0;
}

#openNow a:hover {
	background:url(../image/btn-applynow-ro.png) 0 -29px no-repeat;
}

#tellMeMoreButton a {
	background:url(../image/btn-questions-ro.png) 0 0 no-repeat;
	display: block;
	width:110px;
	height:29px;
	text-indent:-9999em;
	margin:7px 0 0;
	overflow:hidden;
}
#tellMeMoreButton a:hover {
	background:url(../image/btn-questions-ro.png) 0 -29px no-repeat;
	display: block;
	width:110px;
	height:29px;
	text-indent:-9999em;
}
/* Tabs */
dl#productTabs {
	width:642px;
	display: block;
	list-style: none;
	padding:0 0 20px;
	position: relative;
	min-height:30em;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CDC4B2;
}

dl#productTabs dt {
background:transparent url(../image/ql-bullet-ro.png) no-repeat scroll 7px 16px;
color:#260A00;
font-size:1.2em;
font-weight:normal;
margin:0 0 0 10px;
padding:10px 8px 9px 18px;
}

dl#productTabs dd {
border-top:1px solid #CDC4B2;
font-size:1em;
padding:10px;
}

dl#productTabs dd a {
	text-decoration: underline;
}
dl#productTabs dt.selected, dl#productTabs dt:hover {
background:transparent url(../image/ql-bullet-ro.png) no-repeat scroll 7px -19px;
color:#260A00;
text-decoration:underline;
}

.pane {
color:#260A00;
left:0;
margin:0 14px;
min-height:200px;
overflow:hidden;
position:absolute;
top:37px;
}

.label {
	cursor:pointer;
	float:left;
	position:relative;
	z-index:1;
}

/*====== Individual Page ======================*/
#pageWrapper {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CDC4B2;
	margin:10px 20px 0 0;
	padding:5px 15px 10px;
	overflow:hidden;
}
.individualPage  {
	border-left:1px solid #CDC4B2;
	margin:0 0 0 5px;
	padding:0 0 28px 20px;
	min-height:400px;
}

.individualPage h1.pageHead {
	color:#580000;
	font-size:2.4em;
	font-weight:normal;
	margin:0;
	padding:20px 0 0;
}

.individualPage a { 
	text-decoration: underline;
}

.individualPage p {
	margin: 1em 0;
	font-size: 1.2em;
}

.individualPage p.zeroPaddingParagraph {
	margin: 0;
}

.individualPage ul, .individualPage ol {
	margin: 1em 0 1em 2em;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
}
#officers.individualPage p.zeroPaddingParagraph {
	margin: 3px 0;
}
#otherServices.individualPage h3 {
	margin:10px 0 3px 0;
}
#otherServices.individualPage p {
	margin:3px 0 10px 0;
}

.individualPage li li {
	font-size: 1em;
}

.individualPage ul li {
	list-style-type: disc;
	margin: 0.4em 0;
}

#financialCalculators li {
	font-size:1.2em;
}

#FAQ dt {
	margin: 1em 0;
	font-weight: bold;
}

#FAQ th {
	text-align: left;
}
#thankYou.individualPage img {
	margin:40px 0 0 80px;
}
#thankYou.individualPage p {
	text-align:center;
}
.pageImage {
	border:1px solid #683D1A;
	float:right;
	margin:10px 0 10px 10px;
}
#officers h3 {
	margin:1.2em 0 0.6em;
}
/*====== 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 {
	clear: both;
	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 =======================*/
#map {
	border:1px solid #CDC4B2;
	height: 30em;
	margin:5px 0 0;
}

#locations th, #locations td {
	text-align: left;
	vertical-align:top;
	padding: 2px 0;
	width: 130px;
}

#locations th.timeName {
	width: 80px;
}

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

#locations ul#locList {
	margin: 10px;
}

#locations ul#locList li {  
border-bottom:1px solid #CDC4B2;
list-style-type:none;
overflow:hidden;
padding:10px 0 20px;
} 
#locations ul#locList li:last-child {  
	border: none;
} 
#locations ul#locList li h2 a {
	color:#673D19;
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 .5em 0;
} 
#locations ul li a {
	font-size:0.9em;
}
#locations ul li a:hover {
	text-decoration:none;
}

#locations tr.tableHead th {
	padding-top:8px;
}
#locations .phones .tel .type {
	font-weight: normal;
}
#locList li.vcard div.accordionContent {
	color:#260A00;
	overflow:hidden;
}
li.vcard .accordionContent img {
	border:1px solid #683D1A;
	float:left;
}
li.vcard .accordionContent div.branchAddress {
border-color:#CDC4B2;
border-style:solid;
border-width:0 1px;
float:left;
font-size:1em;
line-height:1.4em;
margin:0 0 0 15px;
min-height:92px;
padding:0 15px;
width:145px;
}
li.vcard .accordionContent div.branchAddress #phone-numbers {
	margin:10px 0 0;
}
li.vcard .accordionContent div.branchAddress .tel {
	display:block;
}
li.vcard .accordionContent div.branchHours {
	font-size:1em;
	overflow:hidden;
	padding:0 15px;
	width:220px;
}
li.vcard .accordionContent h5 {
color:#260A00;
font-size:1em;
text-decoration:underline;
}

li.vcard .accordionContent div.branchHours div {
	float:left;
	width:240px;
}
li.vcard .accordionContent div.branchHours div.driveThroughHours {
	margin:10px 0 0;
	}
.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 =====================*/
/* formContactUs */
#formContactUs {
margin:20px 0 0;
width:100%;
}
#formContactUs legend {
	color: #333;
	font-weight: bold;
}

#formContactUs fieldset {
	padding: 1.5em 0 1em;
	border: 0 none;
} 

#formContactUs li {              
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
}

#formContactUs label {
	float: left;
	padding: 0 1em 1em 0;
	text-align: right;
	width: 15.5em;	
	font-size: 1.2em;	
}

#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 1em;
}

#formContactUs input {
	width:242px;
}

#formContactUs textarea {
height:120px;
width:246px;
}
#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;
}
#formContactUs fieldset p {
	margin-left: 18em;
}

#formContactUs button.submitButton {
	float: none;
	margin: 0 0 0 23.5em;	
	padding: 0.5em;
	width: auto;	
}

#formContactUs label.error {
	color: #F72222;
	font-size:1em;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
	width: 11em;
}

#formContactUs #captcha {
	clear: both;
	width: 20em;
	margin: 1em 0 1em 200px;
}

#formContactUs #captcha input {
	float: none;
	width: 19.8em;
	display: block;
	margin: 1em 0;
}

#formContactUs #captcha p {
	margin: 0;
}

#formContactUs #captcha p.error {
	color:#F72222;
}

/* End formContactUs */

/*======== Special ================================*/

/* Styling for New Pop Up Forms: Tell me More, Send to a Friend, and Thank You Pop Up */

body.popup {
	border: 0 none;
}

body.popup #thankYou img {
	display: block;
	margin:20px auto;
}
body.popup #thankYou.individualPage {
	border:none;
}
body.popup #thankYou img#smallThankyou {
	display: block;
	margin: 8px auto 0;
}

.popup p {
	margin: 1em;
}

body.popup form {
	overflow: hidden;
}

body.popup form h4.title {
background-color:#580000;
color:#FFFFFF;
display:block;
font-size:2em;
font-weight:normal;
margin:10px 0;
padding:5px 10px;
}

body.popup fieldset {
	border: 0 none;
	padding: 2.5em 2.5em 0 2.5em;
	float: left;
	width: 25.2em;
}

body.popup fieldset#popupStandard input {
	display: block;	
	padding: 0.3em;
	width: 230px;
	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: left;
	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 auto;
	width: 110px;
	height: 29px;
	float: none;
	text-indent: -9999px;
	background: transparent url(../image/btn-submit-ro.png) no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}

body.popup input.submitButton:hover, body.popup button.submitButton:hover {
background-position: 0 -29px;
}

body.popup fieldset#popupStandard label {
color:#280A01;
display:block;
font-size:1.2em;
margin-bottom:0.5em;
}

body.popup fieldset#popupStandard label.error {
	color: #F72222;
	text-align: right;
	margin-bottom: 0;
}

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;
	text-align: center;
}
body.popup #captcha p.error {
	color:#F72222;
}

body.popup #captcha h4 {
	font-size: 1.1em;
	font-weight: bold;
	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;
}

body.popup .individualPage h1.pageHead {
	text-align: center;
	margin: 1em 0 0.5em;
}

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

body.popup #blurbPopup {
	border:0;
	padding:0 10px 10px;
}
body.popup #blurbPopup h2 {
	font-size:1.6em;
}
/* 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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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, #fees table {
	border-top: 1px solid #CDC4B2;
	border-left: 1px solid #CDC4B2;
	width:97%;
	font-size:1em;
}

#rates h2, #fees h2 {
	font-size:1.5em;
	margin:1.3em 0 0.2em;
}
#rates h3, #fees h3 {
	font-size:1.3em;
	margin:1.5em 0 0.3em;
}
#rates .disclaimer {
	margin:10px 20px 20px 10px;
}
#rates .disclaimer p {
	font-size:1.1em;
	margin:0 0 5px;
}

#rates .ratesNotice, #fees .ratesNotice {
font-size:1.1em;
margin:0 60px 0 0;
}
	
#rates table th, #fees table th {
background-color:#580000;
border-bottom:1px solid #CDC4B2;
border-right:1px solid #CDC4B2;
color:#FFFFFF;
font-weight:bold;
padding:5px 2px;
text-align:center;
width:20%;
}

#rates table td, #fees table td {
	background:#fff;
	border-bottom: 1px solid #CDC4B2;
	border-right: 1px solid #CDC4B2;
	font-size:1.1em;
	padding: 4px 7px;
	text-align: center;
}

#rates table#ratesCD td.nth-column-1 {
font-size:1.6em;
vertical-align:middle;
}
#rates table td.nth-column-1 p.secondary {
font-size:68%;
}
#fees table td.nth-column-1 {
	text-align:left;
}

#rates div.finePrint {
	font-size: .8em;
	margin: 0 0 20px 0;
}

#rates div.apy {
	margin: .5em 0 .5em 1em;
	font-size:.9em;
}
#rates p.secondary {
	font-size:1em;
	margin:0;
}
/*====== Footer =========================*/
#footer {
background:transparent url(../image/body-bottom.png) no-repeat scroll left top;
color:#270A00;
margin:0 auto;
position:relative;
width:930px;
clear: both;
padding:20px 0 10px;
}

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

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

#footer #fdic {
	position: absolute;
	top:20px;
	right:50px;
}

#footer #footerNav {
	text-align: center;
	padding: 1em 0;
}

#footerNav li {
	display: inline;
	padding: 0 1em;
}

#footerNav li a {
	color:#270A00;
	font-size: 1.1em;
}

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

#footer p {
	color:#270A00;
	font-size:1em;
	text-align:center;
}

.strong {
	font-weight:bold;
}
