/* Template Second Branch - layout.css */

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

/*===== General =======================*/
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0 0 1em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

p {
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

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

em {
	font-style: italic;
}

body {
	background-color: #C3CAC1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5% !important;
	font-weight: normal;
	color: #333;
}


#siteAlertLink {
	right: 30px !important;
}
#outsideWrapper {
	background-color: #E7E4E1;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
.overLabelWrapper label {
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
	color: #666;
	font-style: italic;
	font-size: 1.1em;
	z-index: 1;
}

/*===== Header ========================*/
#header {
	height: 105px;
	position: relative;
}

#logo {
	position: absolute;
	top: 26px;
	left: 21px;
}
#logo #printLogo {display: none;}
body#home #ultraTopNav {
	right: 169px;
}
#ultraTopNav {
	position: absolute;
	right: 286px;
	top: 17px;
}

#ultraTopNav li {
	border-right: 1px solid #59524A;
	float: left;
	padding: 0 0.7em;
	color: #333;
}
#ultraTopNav li.nthChild-2 {
	position: absolute;
	right: -120px;
	top: 0;
	border-right: none;
}
#ultraTopNav li.nthChild-2 a {
	background: transparent url(../image/online-banking-lock.png) no-repeat left top;
	color: #24623a;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 15px;
}
#ultraTopNav li.lastChild {
	border-right: none;
}
#ultraTopNav li a {
	color: #59524A;
	font-size: 1.1em;
}

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

#searchForm {
	position: absolute;
	height: 23px;
	width: 147px;
	right: 10px;
	top: 11px;
}

#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	height: 19px;
	padding: 2px 5px 2px;
	border: none;
	background: transparent url(../image/search-bg.png) no-repeat left top;
}

#searchForm input#roi_input:focus {
	outline: none;
}

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

#primaryNav {
	background: transparent url(../image/primary-nav-bg.png) no-repeat left top;
	position: absolute;
	bottom: 0;
	height: 43px;
	padding-left: 57px;
	right: 10px;
	width: 644px;
}

#primaryNav li {
	float: left;
	margin-right: 18px;
}

#primaryNav a {
	color: #F0EBE0;
	display: block;
	font-size: 14px;
	height: 24px;
	letter-spacing: -0.02em;
	padding-top: 15px;
	text-transform: uppercase;
}
#primaryNav li.nthChild-1 a {
	background: transparent url(../image/primary-personal-bg.png) no-repeat left -100px;
	padding-left: 22px;
	width: 100px;
}
#primaryNav li.nthChild-2 a {
	background: transparent url(../image/primary-business-bg.png) no-repeat left -100px;
	padding-left: 22px;
	width: 100px;
}	
#primaryNav li.nthChild-3 a {
	background: transparent url(../image/primary-trust-investments-bg.png) no-repeat left -100px;
	padding-left: 17px;
	width: 178px;
}
#primaryNav li.nthChild-4 a {
	background: transparent url(../image/primary-about-us-bg.png) no-repeat left -100px;
	padding-left: 24px;
	width: 98px;
}
#primaryNav li a:hover {
	background-position: left top;
	color: #fff;
}
#primaryNav li.inPath a, #primaryNav li.inPath a:hover {
	background-position: left -39px;
	color: #59524A;
}
/* Online banking downstream pages */
#downstreamObl {
	position: absolute;
	top: 20px;
	right: 300px;
}

#downstreamObl a {
	color: #000;
}

/*===== Main Content ==================*/
#homeContent {
	height: 455px;
	padding-bottom: 3em;
}
#mainContent {
	background: #F5F4EC url(../image/main-content-top-bg.jpg) no-repeat left top;
	display: inline;
	float: right;
	width: 700px;
	margin: 11px 10px 16px 0;
}

/*===== Left Column ===================*/
#homeContent #leftColumn {
	width: 220px;
	margin-bottom: 0;
	padding-left: 10px;
}
#leftColumn {
	clear: left;
	float: left;
	margin: 11px 0 20px;
	width: 220px;
}
#obLogin {
	background: transparent url(../image/olb-login-bg.jpg) no-repeat left top;
	height: 274px;
	width: 220px;
	margin-bottom: 10px;
}
#obLogin #olbTitle {
	margin: 16px 0 0 22px;
}
#obLogin label {
	color: #fff;
	float: left;
	font-size: 13px;
	font-style: normal;
	position: static;
}
#obLoginForm {
	clear: both;
	margin-top: 6px;
	position: relative;
}
.overLabelWrapper #obLoginForm label {
	display: block;
	position: absolute;
	top: 4px;
	left: 6px;
	color: #666;
	font-size: 1.2em;
	z-index: 1;
}
#obLogin form {
	margin: 20px 0 0 17px;
}
#obLogin form #loginToPersonal, #obLogin form #loginToBusiness {
	clear: left;
	float: left;
	margin-bottom: 5px;
	margin-right: 7px;
}
#obLoginForm input {
	padding: 0 5px;
	width: 149px;
}
#obLoginForm input#loginButton {
	background: transparent url(../image/olb-submit-button.png) no-repeat left top;
	border: none;
	color: #59524A;
	cursor: pointer;
	font: bold 13px Arial, Helvetica, sans-serif;
	height: 26px;
	margin-top: 15px;
	text-transform: uppercase;
	width: 95px;
}
#obLogin #obLoginForm input.hover {
	background-position: left -26px;
}

#selectorForm input#selectButton {
	background: transparent url(../image/goButton.png) no-repeat left top;
	border: none;
	color: #59524A;
	cursor: pointer;
	font: bold 13px Arial, Helvetica, sans-serif;
	height: 27px;
	margin-top: 2px;
	text-transform: uppercase;
	text-indent: -999em;
	width: 95px;
}
#obLogin #selectorForm input.hover {
	background-position: left -27px;
}
#obLogin #selectorForm {
	color: #666;
	font-size: 12px;
	margin-top: 25px;
	margin-left: 17px;
	position: relative;
}
#obLogin #selectorForm a {color: #666;}
#obLogin #selectorForm p {
	background: transparent url(../image/olb-selector.png) no-repeat left top;
	cursor: pointer;
	height: 19px;
	margin: 0;
	padding: 3px 0 0 7px;
	width: 152px;
}
#selectorForm ul {
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0;
	top: 21px;
	width: 158px;
}
#selectorForm li {
	margin: 6px 0;
	padding-left: 7px;
}
#obNav {
	margin-left: 23px;
	margin-top: 5px;
}
#obNav li {
	background: transparent url(../image/obNav-bullet.png) no-repeat left top;
	color: #8FA78A;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 15px;
}
#obNav li span {
	color: #D8D2C5;
	font-size: 12px;
}
#obNav li a {
	color: #D8D2C5;
	display: block;
	font-size: 12px;
	text-decoration: underline;
}
#quickLinks {
	background: transparent url(../image/quick-links-bg.jpg) no-repeat left top;
	height: 172px;
	width: 220px;
}
#quickLinks #qlTitle {
	margin: 18px 0 8px 19px;
}
#quickLinks li {
	margin: 0 4px 0 5px;
}
#quickLinks li a {
	background: transparent url(../image/quick-links-bullet.png) no-repeat 18px 8px;
	border-bottom: 1px solid #CDC7BA;
	border-top: 1px solid #fff;
	color: #706A5D;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 19px 6px 34px;
}
#quickLinks li a:hover {
	background-color: #E5E0CC;
	background-position: 18px -31px;
	color: #59524A;
}
#quickLinks li.firstChild a {
	border-top: none;
}
#quickLinks li.lastChild a {
	border-bottom: none;
}
#leftNav {
	margin-bottom: 10px;
	width: 221px;
}
#leftNav li a {
	display: block;
}
#leftNav li h2 {
	background: transparent url(../image/leftNav-repeat-bg.jpg) repeat-y left top;
	font-size: 1.5em;     
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#leftNav li.firstChild h2 {
	background: transparent url(../image/leftNav-top-bg.jpg) no-repeat left top;
}
#leftNav li.lastChild h2 {
	background: transparent url(../image/leftNav-bottom-bg.jpg) no-repeat left bottom;
}
#leftNav li h2 a {
	border-bottom: 1px solid #174125;
	border-top: 1px solid #2D7C47;
	color: #E5DFCC;
	font: normal 15px Helvetica, Arial, sans-serif;
	margin: 0 5px 0 6px;
	padding: 9px 20px 7px 17px;
	text-transform: uppercase;
}
#leftNav li.firstChild h2 a.inPath {
	background: transparent url(../image/leftNav-arrow.jpg) no-repeat 186px 13px;
}
#leftNav li h2 a.inPath {
	background: transparent url(../image/leftNav-arrow.jpg) no-repeat 186px 50%;
}
#leftNav li.firstChild h2 a {
	border-top: none;
	padding: 16px 20px 7px 17px;
}
#leftNav li.lastChild h2 a {
	border-bottom: none;
	padding-bottom: 12px;
}

#leftNav li ul.nthTier-2 {
	background: transparent url(../image/leftNav-product-repeat-bg.jpg) repeat-y left top;
	padding: 5px 0 2px;
}
#leftNav li ul.nthTier-2 li {
	margin: 0 2px;
}
#leftNav li li h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#leftNav li li a {
	color: #423219;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 0 5px 2px 6px;
	padding: 4px 10px;
}
#leftNav li li.inPath a, #leftNav li li a:hover {
	background-color: #ECDAB5;
}
#leftNav li.lastChild .leftBottom {
	height: 15px;
	width: 221px;
	background: transparent url(../image/leftNav-bottom-bg.jpg) no-repeat left bottom;
}
/*===== Footer ========================*/
#outsideFooter {
	background: transparent url(../image/footer-bg.jpg) repeat-x left top;
	clear: both;
	margin-bottom: 4em;
}
#footer {
	color:#666666;
	height:91px;
	margin: 0 auto;
	position:relative;
	width: 960px;
}
#printLogos {display: none;}
#footer #firstROI {
	height:29px;
	width:103px;
}

#footer img.froiLogo {
	display: none;
}

#footer #eh {
	float: left;
}

#footer #fdic {
	float: left;
	margin-right: 2em;
}

#footer #footerNav {
	padding: 1.5em 0 1em;
}

#footerNav li {
	display: inline;
	padding: 0 0.7em 0 1.1em;
	background: transparent url(../image/footer-bullet.jpg) no-repeat left top;
}
#footerNav li.firstChild {
	background-image: none;
	padding-left: 0;
}

#footerNav li a {
	color: #DEE6E0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

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

#footer p {
	color: #DEE6E0;
	letter-spacing: normal;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#footer .divider {
	border-right: 2px solid #3E6B4C;
	float: left;
	height: 80px;
	margin-top: 6px;
}
#footer #froiWrapper {
	padding: 26px 30px 0;
	height: 54px;
}
#footer #footerContent {
	padding: 0 50px;
}
#footer #fdicWrapper {
	height: 62px;
	width: 195px;
	padding: 18px 50px 0;
}
#footer #fdicWrapper a {
	color: #DEE6E0;
	text-decoration: underline;
}
#footer #logoWrapper {
	border-right: none;
	padding: 2.5em 0 0 5em;
}
/*===== Home Page =====================*/
body#home #ultraTopNav li.nthChild-1, body#home #ultraTopNav li.nthChild-2 {
	display: none;
}
#flashBanner {
	display: inline;
	float: right;
	height: 455px;
	margin: 11px 10px 0 0;
	position: relative;
	width: 701px;
}
#flashBanner #flashLinks {
	display: none;
}
#flashBanner #flashLinks li a {
	display: block;
	height: 131px;
	text-indent: -999em;
	width: 218px;
}
#flashBanner #flashLinks li#onlineBanking a {
	left: 8px;
	position: absolute;
	top: 314px;
}
#flashBanner #flashLinks li#eStatements a {
	left: 241px;
	position: absolute;
	top: 314px;
}
#flashBanner #flashLinks li#freeGift a {
	left: 474px;
	position: absolute;
	top: 314px;
	width: 220px;
}
#homeFeaturedProducts p {
	font-size: 1.2em;
}

/*===== Category Page =================*/
#catBreadcrumb {
	background: transparent url(../image/cat-breadcrumb-bg.jpg) no-repeat left top;
	height: 47px;
	overflow: hidden;
	padding: 32px 0 0 36px;
	width: 664px;
}

#catBreadcrumb li a {
	color: #215B33;
	float: left;
	font-size: 25px;
	margin-right: 8px;
}
#catBreadcrumb ul.nthTier-2 {float: left;}
div#productCategory {
	background: #F5F4EC url(../image/cat-listing-bg.jpg) no-repeat left bottom;
	overflow: hidden;
	padding-bottom: 2em;
	width: 700px;
}

div#productCategory li {
	border-bottom: 1px solid #EAE4D6;
	float: left;
	height: 175px;
	overflow: hidden;
	width: 50%;
}
div#productCategory li.lastChild {border-bottom: none;}
div#productCategory li.lastChild .productWrapper {border-bottom: none;}
div#productCategory li .productWrapper {
	border-bottom: 1px solid #fff;
	height: 134px;
	overflow: hidden;
	padding: 20px 10px;
}
div#productCategory li.hover {
	cursor: pointer;
}
div#productCategory li li.hover {
	background-color: transparent;
}
div#productCategory li.odd {
	margin-left: 6px;
}
div#productCategory li.even {
	width: 338px;
}
div#productCategory li.even .productWrapper {padding-right: 0;}
div#productCategory .photoWrapper {
	float: left;
	height: 110px;
	margin-right: 1.5em;
	position: relative;
	width: 140px;
}
div#productCategory .photoHover{
	left: 0;
	position: absolute;
	top: 0;
}
/*
div#productCategory .photoNormal {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}
*/
/*
div#productCategory li.hover .photoHover {display: none;}
div#productCategory li.hover .photoNormal {display: block;}
*/
div#productCategory div.productContent {
	float: left;
	height: 103px;
	padding: 8px 0;
	position: relative;
	width: 169px;
}
div#productCategory div.productContent h3 {
	margin: 0;
	font-size: 1em;
}
div#productCategory div.productContent h3 a {
	color: #59524A;
	font: bold 13px Helvetica, Arial, sans-serif;
}
div#productCategory li.hover div.productContent h3 a {
	color: #24623A;
}

/*
div#productCategory div.productContent ul {
	margin: 1em 0;
}
div#productCategory li li {
	background: transparent url(../image/cat-listing-bullet.png) no-repeat left 5px;
	border: none;
	color: #70562B;
	float: none;
	font-size: 1.2em;
	height: auto;
	list-style: none outside;
	overflow: visible;
	padding: 0 0 0 13px;
	width: auto;
}
div#productCategory li li span {
	color: #666666;
}
*/
div#productCategory div.productContent p {
	color: #666;
	font-size: 12px;
}
div#productCategory p.disclaimer {
	clear: both;
	color: #666;
	font-size: 1.2em;
	font-style: italic;
	padding: 0 2em;
}
div#productCategory div.productContent h4 {
	bottom: -20px;
	left: 0;
	margin: 0;
	position: absolute;
}

div#productCategory div.productContent h4 a {
	background: transparent url(../image/learn-more-arrow.png) no-repeat left top;
	color: #59524A;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 21px;
	padding: 2px 0 0 20px;
	text-transform: uppercase;
}

div#productCategory div.productContent h4 a:hover, div#productCategory li.hover div.productContent h4 a {
	color: #E1AD5A;
}

/* Search */
#search ul {
	margin-left: 0;
	overflow: hidden;
	padding: 1.5em 0 0 0;
}

#search ul li {
	float: left;
	font-size: 1em;
	height: 115px;
	padding-left: 0;
	list-style-type: none;
	width: 40%;
	margin-right: 10%;
}
#search li.hover {cursor: pointer;}
#search li h2 {font-size: 13px;margin-bottom: 0;}
#search li h2 a {color: #59524A;}
#search li h2 a:hover, #search li.hover h2 a {color: #205A33;}
#search ul li h3 {
	padding-bottom: 0;
	font-size: 1.4em;
}

#search ul ul {
	display: none;
}

/*===== Product Page ==================*/
#productSummary {
	margin-bottom: 2em;
	overflow: hidden;
	padding: 15px 35px 0 15px;
}
#productPhoto {
	float: left;
	margin-right: 2em;
}
#productSummary h1 {
	color: #215B33;
	font-size: 25px;
	margin: 0.2em 0;
	padding: 0;
}
#productSummary p {
	margin: 0 0 1em;
	font-size: 1.2em;
}
#productSummary ul {
	margin: 1em 1.5em;
}
#productSummary li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0.4em 0;
	font-size: 1.2em;
}

#productDetails {
	background: transparent url(../image/main-content-bottom-bg.jpg) no-repeat left bottom;
	clear: both;
	min-height: 300px;
	padding: 0 15px;
	position: relative;
}
#productDetails p {
	margin: 0 0 1em;
	font-size: 1.2em;
}
#productDetails p.disclaimer {
	font-size: 1.1em;
	font-style: italic;
	color: #666;
}
#productDetails p.zeroPaddingParagraph {
	margin: 0;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
}
#productDetails ul {
	margin: 1em 1.5em 1em 0;
}
#productDetails .noTop {margin-top: 0;}
#productDetails li {
	background: transparent url(../image/product-listing-bullet.png) no-repeat left 4px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0.4em 0;
	padding-left: 13px;
	font-size: 1.2em;
}
#productDetails li.textVariant1 {
	background: none;
	list-style-position: outside;
	list-style-type: circle;
	margin: .4em 0 .4em 26px;
	padding-left: 0;
	font-size: 1.2em;
}
#productDetails h2 {
  color:#59524A;
  font-size:17px;
  margin: 0 0 10px 0;
}

#productDetails h3 {
  color:#59524A;
  font-size:14px;
  margin: 0;
}
#applyNow {
	width: 141px;
	height: 39px;
	overflow: hidden;
	position: relative;
}
#applyNow img {
	position: absolute;
	top: 0;
	left: 0;
}
#applyNow img.hover {
	top: -39px;
}
#tellMeMoreButton {
	height: 33px;
	margin: 10px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 142px;
}
#tellMeMoreButton img {
	position: absolute;
	top: 0;
	left: 0;
}
#tellMeMoreButton img.hover {
	top: -33px;
}
#productButtons #freeGift {
	height: 35px;
	margin: 20px auto 0;
	overflow: hidden;
	position: relative;
	width: 124px;
}
#productButtons #freeGift img {
	position: absolute;
	top: 0;
	left: 0;
}
#productButtons #freeGift img.hover {
	top: -54px;
}
#productButtons #video {
	height: 96px;
	margin: 10px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 137px;
}
#productButtons #video img {
	position: absolute;
	top: 0;
	left: 0;
}
#productButtons #video img.hover {
	top: -96px;
}
#imageCardTerms li {
	list-style: none;
}
#imageCardTerms li input {
	margin: 0 8px 0 0;
	float: left;
	display: block;
}
#imageCardTerms li label {
	float: left;
	width: 500px;
}
#imageCardLink {
	clear: both;
	display: none;
	text-align: center;
}
#imageCardLink a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px
}
#thankYou.order p {
	margin-top: 0;
}

#video a {
	background:transparent url(../image/watch-video.png) no-repeat;
	height: 96px;
	width:143px;
	text-indent: -9999px;
	display:block;
}
#video a:hover {
	background-position:0 -96px ;
}
/* AddThis */
.addthis_toolbox {
	position: absolute;
	right: 41px;
	top: 8px;
	z-index: 1;
}

.addthis_toolbox .custom_images a {
	color: #708566;
	font-size: 12px;
	margin: 0 5px;
	float: left;
	cursor: pointer;
}
.addthis_toolbox .custom_images a.addthis_button_print {
	background: transparent url(../image/print.jpg) no-repeat right top;
	height: 12px;
	padding: 6px 28px 0 0;
	width: auto;
}
.addthis_toolbox .custom_images a.addthis_button_compact {
	background: transparent url(../image/share.jpg) no-repeat right top;
	border-left: 1px solid #CED6CB;
	height: 13px;
	margin-right: 5px;
	padding: 6px 25px 0 7px;
	width: auto;
}

.addthis_toolbox .custom_images a.addthis_button_facebook {
	background: transparent url(../image/facebook.jpg) no-repeat left top;
	margin-top: 1px;
	text-indent: -999em;
	height: 16px;
	width: 16px;
}
.addthis_toolbox .custom_images a.addthis_button_twitter {
	background: transparent url(../image/twitter.jpg) no-repeat left top;
	text-indent: -999em;
	margin-top: 1px;
	width: 16px;
	height: 16px;
}

.addthis_toolbox .custom_images a.addthis_button_print:hover {
	background-position: right -24px;
	color: #666666;
}
.addthis_toolbox .custom_images a.addthis_button_compact:hover {
	background-position: right -24px;
	color: #666666;
}

.addthis_toolbox .custom_images a.addthis_button_facebook:hover {
	background-position: left -24px;
	color: #666666;
}
.addthis_toolbox .custom_images a.addthis_button_twitter:hover {
	background-position: left -24px;
	color: #666666;
}
/* Tabs */
dl#productTabs {
	background: transparent url(../image/product-tab-bg.jpg) no-repeat left 2px;
	display: block;
	list-style: none;
	padding: 0 25px 30px;
	position: relative;
	width: 612px;
}

dl#productTabs dt {
	color: #59534A;
	cursor: pointer;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	height: 24px;
	padding: 9px 17px 0 15px;
	position: relative;
	z-index: 1;
}

dl#productTabs dt:hover {
	text-decoration: underline;
}

dl#productTabs dt.selected {
	background: #59534A url(../image/product-tab-right-corner.jpg) no-repeat right top;
	color: #fff;
	padding-right: 17px;
}
dl#productTabs dt.selected:hover {
	cursor: default;
	text-decoration: none;
}
dl#productTabs dt.selected .leftBG {
	background: transparent url(../image/product-tab-left-corner.jpg) no-repeat left top;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
}

dl#productTabs dd {
	position: relative; /* set absolute is js */
	overflow: hidden;
	top: 3em;
	left: 0;
	padding: 15px 180px 0 28px;
	font-size: 1em;
}

dl#productTabs dd a {
	text-decoration: underline;
}

dl#productTabs dd a:hover {
	color: #215B33;
}
#productButtons {
	position: absolute;
	top: 45px;
	right: 35px;
	width: 141px;
}

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


/* Contact Us */
#formContactUs {
	width: 100%;
}
#formContactUs legend {
	color: #333;
	font-weight: bold;
}

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

#formContactUs li {              
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	width: 670px;
}

#formContactUs label {
	float: left;
	padding: 0 10px 10px 0;
	text-align: right;
	width: 215px;
}

#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 1em;
}
#formContactUs input#roi-captchaID {
	display: none;
}
#formContactUs input {
	width: 220px;
}

#formContactUs textarea {
	height: 10em;
	width: 220px;
}

#formContactUs input.error, #formContactUs textarea.error{
	background-color: #F6F6CB;
	border: 2px solid #FF0000;
	padding: 2px;
}

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

#formContactUs label.error {
	color: #F72222;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
	width: 160px;
}

#formContactUs #captcha {
	clear: both;
	margin: 10px 0 10px 245px;
	position: relative;
	width: 200px;
}

#formContactUs #captcha input {
	display: block;
	left: 0;
	margin: 10px 0;
	position: absolute;
	top: 74px;
	width: 196px;
}

#formContactUs #captcha p {
	margin: 39px 0 0 0;
}

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

/* Rates */
#rates table {
	width: 100%;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	font-size: 1em;
}

#rates h2 {
	font-size: 1.5em;
	margin: 1.3em 0 0.2em;
}

#rates h3 {
	font-size: 1.3em;
	margin: 1.5em 0 0.3em;
}

#rates table th {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	width: 20%;
	padding: 5px 2px;
	background-color: #eee;
	text-align: center;
	font-weight: bold;
}

#rates table td {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 4px 7px;
	text-align: center;
}

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

/*===== Special =======================*/
/* Popup form styling */
body.popup .overLabelWrapper {
	background-color: #E7E4E1;
	padding-top: 10px;
}
body.popup #obLogin {
	margin: 0 auto;
	height: 325px;
	background-color: #E7E4E1;
}
body.popup {
	background-color: #F5F4EC;
	overflow: hidden;
	border: none;
}

body.popup #thankYou img {
	display: block;
	margin: 3px 0 0 50px;
}

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

body.popup p {
	margin: 1em;
}

body.popup form {
	overflow: hidden;
}

body.popup h4.title {
	border-bottom: 3px solid #E5E0CC;
	color: #215B33;
	display: block;
	font-size: 27px;
	font-weight: normal;
	margin: 0 15px;
	padding: 10px 0 5px;
}


body.popup fieldset {
	border: 0 none;
	float: left;
	width: 252px;
}


body.popup #formSection {
	overflow: hidden;
	padding: 15px 15px 0;
}

body.popup fieldset#popupStandard input, body.popup fieldset#popupStandard textarea {
	font-family: Helvetica, Arial, sans-serif;
}

/* Start popup input verification display */
/* - Not selected - */
body.popup fieldset#popupStandard input {
	background: url("../image/popup/input-background.png") no-repeat;
	display: block;	
	width: 227px;
	height: 19px;
	margin-bottom: .5em;
	padding: 8px 17px 2px 7px;
	border: none;
	font-size: 1.4em;
} 

body.popup fieldset#popupStandard textarea {
	background: url("../image/popup/textarea-background.png") no-repeat;
	display: block;	
	width: 227px;
	height: 81px;
	margin-bottom: 0.5em;
	padding: 6px 17px 3px 7px;
	border: none;
	font-size: 1.5em;
}

body.popup #popupStandard input.error {
	background: url("../image/popup/input-background.png") no-repeat 0 -150px;
}

body.popup #popupStandard input.valid {
	background: url("../image/popup/input-background.png") no-repeat 0 -30px;
}

body.popup #popupStandard textarea.error {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -455px;
}

body.popup #popupStandard textarea.valid {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -91px;
}

/* - Selected - */
body.popup #popupStandard input.selected{
	background: url("../image/popup/input-background.png") no-repeat 0 -60px;
}

body.popup #popupStandard input.selected.valid{
	background: url("../image/popup/input-background.png") no-repeat 0 -90px;
}

body.popup #popupStandard input.selected.error{
	background: url("../image/popup/input-background.png") no-repeat 0 -120px;
}

body.popup #popupStandard textarea.selected {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -182px;
}

body.popup #popupStandard textarea.selected.valid {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -273px;
}

body.popup #popupStandard textarea.selected.error {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -364px;
}

body.popup #captcha input.selected {
	background: url("../image/popup/captcha-background.png") no-repeat 0 -62px;
}
/* End popup input verification display */

body.popup .rightSide {
	float: right;
	overflow: hidden;
	width: 230px;
}

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;
	width: 118px;
	height: 39px;
	padding-top: 39px;
	float: none;
	background: transparent url("../image/popup-submit-button.png") no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}

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

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

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

body.popup fieldset#popupStandard p {
	margin: 0 0 2em 0;
}

/* Captcha */
body.popup #captcha {
	width: 230px;
	float: none;
	padding-bottom: 1em;
}

body.popup #captcha input {
	float: none;
	background: url("../image/popup/captcha-background.png") no-repeat;
	width: 223px;
	height: 23px;
	border: none;
	display: block;
	margin: 1em 0;
	padding: 7px 0 0 7px;
	font-size: 1.4em;
}
body.popup #captcha input.error {
	background-position: 0 -155px;
}
body.popup #captcha p {
	margin: 0;
	font-size: 1.2em;
}

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;
}
body.popup #thankYou p {
	color: #59524A;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	width: 350px;
}
body.popup #thankYou h1 {
	color: #DC9D35;
	font-size: 40px;
	margin: 25px 0 10px;
	text-align: center;
}
/* Online Banking Popup */

body.popup .individualPage {
	background-image: none;
	padding: 0;
	width: 550px;
	min-height: 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: -999em;
	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;
}

/* Alert Popup */
#popup_container {
	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-color: transparent;
	background-image: url("../image/alert/info.gif");
	background-position: 16px 16px;
	background-repeat: no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}

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

/* Clear fix */

.clear {
	clear: both;
}

/* - End hide - */
