/* Template First Branch - layout.css */
*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}
#wrapper {
	width: 960px;
	margin: 0 auto 15px;
	padding: 0 4px;
	background: #ffffff url("../image/layout-background.gif") repeat-y;
	position: relative;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover, a:active {
	text-decoration: underline;
}
a img {
	border: none;
}
ul li {
	list-style: outside none;
}
input {
	font: normal 11px Helvetica, Arial, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
/*====== Header =======================================================================================*/
#wrapper #header {
	position: relative;
	background: url("../image/layout-header-background.gif") no-repeat;
	min-height: 98px;
}
#wrapper #header #logo {
	padding: 31px 38px 0 24px;
	float: left;
}
#wrapper #header #logo a {
	display: block;
	width: 189px;
	height: 71px;
	background: url("../image/logo.png") no-repeat;
	text-indent: -9999em;
}
#wrapper #header ul#primaryNav {
	font-size: 1.8em;
	background: url("../image/layout-primaryNav.jpg") no-repeat;
	float: left;
	width: 531px;
}
#wrapper #header ul#primaryNav li {
	text-indent: -9999em;
	display: inline;
}
#wrapper #header ul#primaryNav li a {
	float: left;
	display: block;
	color: #005D45;
	height: 96px;
	width: 132px;
}
#wrapper #header ul#primaryNav li.nthChild-1 a:hover, #wrapper #header ul#primaryNav li.nthChild-1.inPath a {
	background: url("../image/layout-primaryNav.jpg") no-repeat 0 -98px;
	z-index: 100;
}
#wrapper #header ul#primaryNav li.nthChild-2 a:hover, #wrapper #header ul#primaryNav li.nthChild-2.inPath a {
	background: url("../image/layout-primaryNav.jpg") no-repeat -132px -98px;
}
#wrapper #header ul#primaryNav li.nthChild-3 a:hover, #wrapper #header ul#primaryNav li.nthChild-3.inPath a {
	background: url("../image/layout-primaryNav.jpg") no-repeat -264px -98px;
}
#wrapper #header ul#primaryNav li.nthChild-4 a:hover, #wrapper #header ul#primaryNav li.nthChild-4.inPath a {
	background: url("../image/layout-primaryNav.jpg") no-repeat -396px -98px;
}
#wrapper #header #ultraTopWrapper {
	position: relative;
	display: inline;
	float: right;
	width: 172px;
}
#wrapper #header #ultraTopWrapper ul#ultraTopNav {
	position: absolute;
	top: 8px;
	right: 38px;
	font-size: 1.1em;
	line-height: 1.2;
	text-align: right;
}
#wrapper #header #ultraTopWrapper ul#ultraTopNav li {
	list-style-type: none;
}
#wrapper #header #ultraTopWrapper .textSize {
	position: absolute;
	top: 9px;
	right: 115px;
	width: 42px;
}
#wrapper #header #ultraTopWrapper .textSize h2 {
	text-indent: -9999em;
}
#ultraTopWrapper form#searchForm {
	position: absolute;
	top: 68px;
	right: 31px;
	overflow:hidden;
}
#ultraTopWrapper form#searchForm input#searchButton {
	position: relative;
	border: none;
	float: left;
	height: 22px;
	width: 21px;
}
#ultraTopWrapper form#searchForm input#roi_input {
	position: relative;
	float: left;
	width: 101px;
	background: url("../image/search-background.png") no-repeat;
	border: none;
	height: 15px;
	padding: 5px 0 2px 4px;
}
/*====== Main Content =================================================================================*/
#wrapper #mainContent {
	position: relative;
	float: right;
	display: inline;
	width: 709px;
	margin: 27px 0 40px 0;
}
#wrapper #mainContent p {
	font-size: 1.2em;
}
#wrapper #mainContent p.disclaimer {
	font-size: .9em;
}
#wrapper #mainContent p.secondary {
	color: #fff;
	font-size:.9em;
}
#wrapper #mainContent #flash {
	background: url("../image/layout-flash-background.jpg") no-repeat bottom right;
	padding: 0 0 39px 0;
}
/*====== Left Column ==================================================================================*/
#wrapper #leftColumn {
	float: left;
	display: inline;
	width: 200px;
	margin: 43px 28px 0 23px;
}
#wrapper #leftColumn #obLoginLink {
	width: 200px;
	height: 30px;
	background: url("../image/layout-obloginlink-background.jpg") no-repeat bottom left;
}
#wrapper #leftColumn #obLoginLink a {
	text-decoration: none;
}
#wrapper #leftColumn #obLoginLink a h2 {
	display: block;
	width: 160px;
	height: 25px;
	padding: 3px 20px 2px 20px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
}
#wrapper #leftColumn #obLogin {
	background: url("../image/layout-oblogin-bottom-cap.jpg") no-repeat bottom left;
	width: 160px;
	margin: 0 0 33px 0;
	padding: 0 20px 13px 20px;
}
#wrapper #leftColumn #obLogin h2 {
	background: url("../image/layout-oblogin-top-cap.jpg") no-repeat;
	margin: 0 -20px;
	padding: 3px 20px 2px 20px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 24px;
	text-align: center;
}
#wrapper #leftColumn #obLogin form {
	position: relative;
	margin: .6em 0 1em 0;
	font-size: 1.1em;
}
#wrapper #leftColumn #obLogin form ol li {
	position: relative;
	list-style-type: none;
}
#wrapper #leftColumn #obLogin form ol li label {
	position: absolute;
	top: 6px;
	left: 9px;
	color: #666666;
}
#wrapper #leftColumn #obLogin form ol li input {
	width: 144px;
	height: 16px;
	background: transparent url("../image/input-background.gif") no-repeat;
	border: none;
	margin-bottom: .8em;
	padding: 4px 8px 0 8px;
}
#wrapper #leftColumn #obLogin form button {
	background: transparent url("../image/btn-login.gif") no-repeat;
	border: none;
	text-indent: -9999px;
	display: block;
	width: 76px;
	height: 20px;
	float: left;
	display: inline;
}
#wrapper #leftColumn #obLogin form p.secure {
	background: transparent url("../image/icon-lock.gif") no-repeat;
	text-indent: -9999px;
	width: 12px;
	height: 14px;
	float: right;
	display: inline;
	margin-top: 1px;
}
#wrapper #leftColumn #obLogin ul li {
	list-style-type: none;
	margin: 0 1px;
}
#wrapper #leftColumn #obLogin ul li a, #wrapper #leftColumn #obLogin ul li a:link, #wrapper #leftColumn #obLogin ul li a:visited {
	display: inline-block;
	font-size: 1.2em;
	color: #1d7999;
	padding: .4em 3px .3em 3px;
	border-bottom: 1px solid #ebe4c0;
	width: 152px;
}
#wrapper #leftColumn #obLogin ul li a:hover, #wrapper #leftColumn #obLogin ul li a:active {
	background: #fffcef;
	border-bottom: 1px solid #fffcef;
	text-decoration: none;
}
#wrapper #leftColumn #obLogin ul li.lastChild {
	margin-bottom: .2em;
}
#wrapper #leftColumn #obLogin ul li.lastChild a {
	border: none;
}
#wrapper #leftColumn #quickLinks {
	width: 200px;
	padding: 0 0 12px 0;
	background: transparent url("../image/layout-quicklinks-bottom-cap.jpg") no-repeat bottom left;
}
#wrapper #leftColumn #quickLinks h2 {
	padding: 0 17px;
	background: transparent url("../image/layout-quicklinks-top-cap.jpg") no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
}
#wrapper #leftColumn #quickLinks ul {
	font-size: 1.2em;
	margin: 0 2px;
}
#wrapper #leftColumn #quickLinks ul li {
	list-style-type: none;
	display: inline-block;
	cursor: pointer;
}
#wrapper #leftColumn #quickLinks ul li a {
	display: inline-block;
	padding: 5px 15px 1px 15px;
	color: #19513E;
	border-top: 1px solid #77A48C;
	width: 166px;
	background-repeat: no-repeat;
}
#wrapper #leftColumn #quickLinks ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #C8E8C3;
}
#wrapper #leftColumn #quickLinks ul li.firstChild a {
	border: none;
}
#wrapper #leftColumn #quickLinks ul li.nthChild-1 a:hover {
	background-image: url("../image/layout-quicklinks-fc-bank-corp.jpg");
	background-position: bottom left;
}
#wrapper #leftColumn #quickLinks ul li.nthChild-2 a:hover {
	background-image: url("../image/layout-quicklinks-card.jpg");
	background-position: bottom left;
}
#wrapper #leftColumn #quickLinks ul li.nthChild-3 a:hover {
	background-image: url("../image/layout-quicklinks-calculators.jpg");
	background-position: bottom left;
}
#wrapper #leftColumn #quickLinks ul li.nthChild-4 a:hover {
	background-image: url("../image/layout-quicklinks-security.jpg");
	background-position: bottom left;
}
#wrapper #leftColumn #quickLinks ul li.nthChild-5 a:hover {
	background-image: url("../image/layout-quicklinks-pchecks-reorder.png");
	background-position: bottom left;
}
#wrapper #leftColumn #quickLinks ul li.nthChild-6 a:hover {
	background-image: url("../image/layout-quicklinks-bchecks-reorder.png");
	background-position: bottom left;
}
#wrapper #leftColumn #quickLinks ul li.nthChild-7 a:hover {
	background-image: url("../image/layout-quicklinks-rates1.png");
	background-position: bottom left;
}
#wrapper #leftColumn #quickLinks ul li.nthChild-8 a:hover {
	background-image: url("../image/layout-quicklinks-scholarship.jpg");
	background-position: bottom left;
}
#wrapper #leftColumn #leftNav {
	width: 200px;
	padding: 0 0 10px 0;
	background: transparent url("../image/layout-leftnav-bottom.png") no-repeat bottom left;
}
#wrapper #leftColumn #leftNav ul li {
	list-style-type: none;
}
#wrapper #leftColumn #leftNav ul.nthTier-2 {
	background: transparent url("../image/layout-leftnav-innerul-tile.png") repeat-y;
	padding: 0 2px;
}
#wrapper #leftColumn #leftNav ul.nthTier-2 li {
	border-bottom: 1px solid #A9CCC3;
	margin: 0 3px;
}
#wrapper #leftColumn #leftNav ul.nthTier-2 li a {
	display: block;
	background-color: #EAF0D3;
	padding: 7px 0 7px 12px;
	color: #1A513E;
	font-size: 1.1em;
	font-weight: normal;
}
#wrapper #leftColumn #leftNav ul.nthTier-2 li a:hover, #wrapper #leftColumn #leftNav ul.nthTier-2 li a.selected {
	font-weight: bold;
	background-color: #fff;
}
#wrapper #leftColumn #leftNav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#wrapper #leftColumn #leftNav li.nthChild-1 h2 {
	width: 200px;
}
#wrapper #leftColumn #leftNav li.nthChild-1 h2 a {
	display: block;
	padding-right: 30px;
	background: transparent url("../image/layout-leftnav-top.png") no-repeat top left;
}
#wrapper #leftColumn #leftNav h2 a, #wrapper #leftColumn #leftNav h2 a:visited {
	display: block;
	background: url("../image/layout-leftnav-li-tile.png") 0 0 no-repeat;
	padding: 4px 17px;
	color: #ffffff;
}
#wrapper #leftColumn #leftNav h2 a:hover, #wrapper #leftColumn #leftNav h2 a.selected {
	background: url("../image/layout-leftnav-li-tile.png") 0 -130px no-repeat;
	text-decoration: none;
}
#wrapper #leftColumn #leftNav li.nthChild-1 h2 a:hover, #wrapper #leftColumn #leftNav li.nthChild-1 h2 a.selected {
	display: block;
	background: url("../image/layout-leftnav-top.png") 0 -71px no-repeat !important;
}
#wrapper #leftColumn #leftNav ul li a:hover {
	text-decoration: none;
}
#wrapper #leftColumn #leftNav ul li.firstChild a {
	border: none;
}
#wrapper #leftColumn #leftNav ul.nthTier-2 li.lastChild h3 a {
	background-image: url("../image/leftnav-bottom-corners.png");
	background-position:bottom;
	background-repeat:no-repeat;
	border-bottom: none;
}
#wrapper #leftColumn #leftNav ul.nthTier-2 li.firstChild h3 a {
	background-image: url("../image/leftnav-top-corners.png");
	background-position:top;
	background-repeat:no-repeat;
	border-bottom: none;
}
#wrapper #leftColumn #leftNav ul.nthTier-2 li.lastChild {
	border-bottom: none;
}
/*====== Footer =======================================================================================*/
#wrapper #footer {
	background: transparent url("../image/layout-footer-background.gif") no-repeat;
	margin: 0 -4px;
	padding: 0 4px;
	min-height: 55px;
	font-size: .9em;
	position: relative;
	clear: both;
	line-height: 1.2;
}
#wrapper #footer #firstROI {
	position: absolute;
	top: 10px;
	left: 44px;
}
#wrapper #footer #eh {
	position: absolute;
	top: 10px;
	right: 44px;
}
#wrapper #footer #fdic {
	position: absolute;
	top: 10px;
	right: 100px;
}
#wrapper #footer #footerNav {
	text-align: center;
	padding: 1em 0 .2em;
}
#wrapper ul#footerNav li {
	display: inline;
	padding: 0 .6em;
	border-right: 1px solid #333333;
}
#wrapper ul#footerNav li.lastChild {
	padding-right: 0;
	border: none;
}
#wrapper #footer p {
	text-align: center;
}
/*====== Home Page =====================================================================================*/
#wrapper #mainContent ul#homeProducts {
	background: url("../image/layout-home-products-background.jpg") repeat-x;
	padding: 55px 0 0 0;
}
#wrapper #mainContent ul#homeProducts li {
	position: relative;
	float: left;
	width: 197px;
	min-height: 160px;
	border-left: 1px solid #C5C5C5;
	margin-right: 10px;
	list-style: none;
	padding: 0 9px;
}
#wrapper #mainContent ul#homeProducts li#homeKasasa {
	background: url("../image/home-product-kasasa-cash.gif") no-repeat right 30px;
	border: none;
}
#wrapper #mainContent ul#homeProducts li#homeRemoteDeposit {
	background: url("../image/home-product-remote-deposit-capture.gif") no-repeat right 30px;
}
#wrapper #mainContent ul#homeProducts li#getYourDucksInARow {
	background: url("../image/home-product-ducks.gif") no-repeat right 66px;
}
#wrapper #mainContent ul#homeProducts li#homeLoans {
	background: url("../image/home-product-loans.gif") no-repeat right 30px;
}
#wrapper #mainContent ul#homeProducts li.active {
	cursor: pointer;
}
#wrapper #mainContent ul#homeProducts li h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #1D7999;
	padding-bottom: .5em;
}
#wrapper #mainContent ul#homeProducts li p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #666666;
	padding-right: 75px;
}
#wrapper #mainContent ul#homeProducts li#getYourDucksInARow p {
	padding-right: 30px;
}
#wrapper #mainContent ul#homeProducts li#homeKasasa p {
	padding-right: 80px;
}
#wrapper #mainContent ul#homeProducts li#homeLoans p {
	padding-right: 60px;
}
#wrapper #mainContent ul#homeProducts li p.learnMore {
	position: absolute;
	bottom: 0;
	left: 9px;
	font-size: 1.3em;
}
#wrapper #mainContent ul#homeProducts li a p.learnMore {
	font-weight: bold;
	color: #666666;
}
#wrapper #mainContent ul#homeProducts li.active a p.learnMore, #wrapper #mainContent ul#homeProducts li a:hover p.learnMore {
	text-decoration: none;
	color: #1D7999;
}
#wrapper #mainContent ul#homeProducts li a p.learnMore span {
	color: #50B1D8;
}
/*====== Category Page =================================================================================*/
#featuredProduct {
	margin-bottom: 25px;
	color: #005D45;
	background: #F0F5F4;
	width: 709px;
	height: 212px;
}
#featuredProduct.kasasa {
	background: transparent url("../image/layout-featured-product-background.jpg") no-repeat right top;
}
#featuredProduct h1 {
	font: bold 3.6em Times, "Times New Roman", Georgia, serif;
	margin-bottom: 5px;
	color: #005D45;
}
#featuredProduct.kasasa h1 {
	color: #ffffff;
}
#featuredProductDetails {
	position: absolute;
	left: 211px;
	top: 0;
	padding: 28px 41px 0 41px;
	min-height: 184px;
}
#featuredProductDetails h1 {
	font-weight: normal;
}
#featuredProductDetails p {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3em;
}
#featuredProduct.kasasa #featuredProductDetails p {
	color: #ffffff;
}
#featuredProductDetails ul {
	display: none;
}
#featuredProductDetails #buttons {
	margin-top: 15px;
}
#fpOpenNow {
	float: left;
}
#fpLearnMore {
	float: left;
	margin-left: 15px;
}
#secondaryProducts {
	background: url("../image/layout-secondary-products-borders.gif") repeat-y;
	float: left;
	color: #134C58;
}
#secondaryProducts ul li {
	position: relative;
	list-style: none;
	width: 190px;
	padding: 10px 21px 0 6px;
	margin: 0 1px 1px 0;
	float: left;
	min-height: 224px;
}
#secondaryProducts ul li.nthChild-2, #secondaryProducts ul li.nthChild-5, #secondaryProducts ul li.nthChild-8 {
	padding-right: 22px;
	padding-left: 23px;
}
#secondaryProducts ul li.nthChild-3, #secondaryProducts ul li.nthChild-6, #secondaryProducts ul li.nthChild-9 {
	padding-right: 6px;
	padding-left: 21px;
}
#secondaryProducts ul li h2 {
	font: bold 1.8em Times, "Times New Roman", Georgia, serif;
}
#secondaryProducts ul li h2 a {
	color: #144C58;
	text-decoration: none;
}
#secondaryProducts li li {
	list-style: disc inside;
	width: auto;
	padding: 0;
	float: none;
	border: none;
	min-height: 0;
	font-size: 1.2em;
	line-height: 1.2em;
}
#wrapper #mainContent #secondaryProducts p {
	font-size: 1.4em;
	line-height: 1.2em;
	padding-bottom: 15px;
}
#secondaryProducts ul {
	padding-bottom: 15px;
}
#secondaryProducts h3 {
	position: absolute;
	bottom: 18px;
	left: 21px;
	font-size: 1.3em;
	font-style: italic;
}
#secondaryProducts h3 a {
	padding-right: 12px;
	color: #134C58;
	text-decoration: none;
	background-image: url("../image/product-arrow.gif");
	background-repeat: no-repeat;
	background-position: right 1px;
}
#secondaryProducts h3 a:hover, #secondaryProducts ul li.active h3 a {
	background-position: right -21px;
}
#secondaryProducts ul li.nthChild-1 h3, #secondaryProducts ul li.nthChild-4 h3, #secondaryProducts ul li.nthChild-7 h3 {
	left: 6px;
}
#secondaryProducts ul li.active {
	background: url("../image/layout-secondary-product-background.jpg") no-repeat;
	cursor: pointer;
}
#secondaryProducts li.active li {
	background: none;
}
#wrapper #mainContent #secondaryProducts ul li.active h2 a {
	color: #006699;
}
#wrapper #mainContent #secondaryProducts ul li.active p {
	color: #1D7A99;
}
#wrapper #mainContent #secondaryProducts ul li.active h3 a {
	color: #006699;
}
/* Kasasa Landing Page */
#wrapper #mainContent #kasasaLandingPage #categoryBanner {
	background: url("../image/do-you-kasasa-banner.jpg") no-repeat;
	width: 709px;
	height: 212px;
	margin-bottom: 25px;
}
#wrapper #mainContent #kasasaLandingPage #categoryBanner h1 {
	text-indent: -9999em;
}
#wrapper #mainContent #kasasaLandingPage #categoryBanner p {
	width: 400px;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 21px 0 0 23px;
}
/*====== Product Page =================================================================================*/
#productSummary {
	float: right;
	display: inline;
	width: 345px;
	position: relative;
	min-height: 212px;
	padding: 0 60px 0 17px;
}
#productSummary h1 {
	font: bold 3.6em Times, "Times New Roman", Georgia, serif;
	margin-bottom: 10px;
	color: #1A5843;
}
#wrapper #mainContent #productSummary p {
	color: #2C4646;
	font-size: 1.4em;
	line-height: 1.4em;
}
#productSummary p, #productDetails p {
	margin: 10px 0;
}
#productSummary ul, #productDetails ul {
	margin: 10px 15px;
}
#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
}
#productSummary #buttons {
	padding-top: 10px;
}
#productSummary #buttons #openNow {
	float: left;
	margin-right: 15px;
}
#productSummary #buttons #learnMore {
	float: left;
}
#productPhoto {
	width: 193px;
	float: left;
	display: inline;
	margin-left: 18px;
}
#productDetails {
	position: relative;
	float: left;
	margin: 45px 0 0 18px;
	width: 656px;
}
#printButton, #shareButton {
	position: absolute;
	top: 8px;
}
#shareButton {
	right: 55px;
}
#printButton {
	right: 5px;
}
#openNow a, #tellMeMoreButton {
	display: block;
	padding: 8px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	text-align: center;
	background-color: #333;
	font-size: 12px;
	margin-bottom: 10px;
}
#openNow a:hover, #tellMeMoreButton:hover {
	background-color: #666;
}
/* Tabs */
dl#roi_tabs {
	display: block;
	list-style: none;
	position: relative;
}
dl#roi_tabs dt {
	padding: 9px 18px 7px 18px;
	font: bold 1.4em Helvetica, Arial, sans-serif;
}
dl#roi_tabs dt.selected {
	background: #005D45;
	color: #ffffff;
	font: bold 1.4em Helvetica, Arial, sans-serif;
}
dl#roi_tabs dd {
	border: solid 1px #A9CCC3;
	padding: 0 28px;
	font: normal 1.2em Helvetica, Arial, sans-serif;
	color: #2C4646;
	width: 598px;
}
dl#roi_tabs dd a {
	text-decoration: underline;
}
dl#roi_tabs dd p {
	font-size: 1.5em;
	color: #195D46;
}
dl#roi_tabs dd ul li {
	font-size: 1.2em;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
}
/*====== Individual Page ==============================================================================*/
.individualPage {
	padding: 0 30px 0 0;
}
#mainContent #otherServices {
	margin-left: 280px;
}
.individualPage h1.pageHead {
	font: bold 3.6em Times, "Times New Roman", Georgia, serif;
	margin-bottom: 10px;
	color: #1A5843;
}
.individualPage h1.pageHeadRates {
	font: bold 3.6em Times, "Times New Roman", Georgia, serif;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #1A5843;
}
#mainContent .individualPage h2 {
	font: bold 1.4em Times, "Times New Roman", Georgia, serif;
	padding: 10px 0;
}
#mainContent .individualPage h3 {
	font: bold 1.3em Helvetica, Arial, sans-serif;
	color: #2C4646;
}
.individualPage a {
	text-decoration: underline;
}
#mainContent .individualPage p {
	padding-bottom: .5em;
}
#mainContent .individualPage p, #mainContent .individualPage li {
	font: normal 1.2em/1.4em Helvetica, Arial, sans-serif;
	color: #2C4646;
}
#mainContent .individualPage p, #mainContent .individualPage li.disclaimer {
	font-size: 9px;
}
#mainContent .individualPage p.zeroPaddingParagraph {
	margin: 0;
	padding-bottom: 0;
}
.individualPage ul, .individualPage ol {
	margin: 0 0 10px 20px;
}
.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}
#FAQ dt {
	margin: 10px 0;
	font-weight: bold;
}
#FAQ th {
	text-align: left;
}
#mainContent #aboutUs {
	margin-left: 0;
}
#mainContent #locations {
	margin-left: 0;
}
.googleMap-InfoWindow h2 {
	padding: 0;
}
.googleMap-InfoWindow {
	position: absolute;
	top: -10px;
	left: 0;
}
#mainContent #downstreamPhoto {
	float: left;
	width: 245px;
	height: 280px;
	margin: 0 20px 20px 0;
	background: transparent url("../image/downstream-photo-background.gif") no-repeat left top;
	padding: 8px;
}
/* Financial Services */

ul#financialTeam {
	margin:15px 0 0;
}

ul#financialTeam li {
	list-style: none;
	width: 300px;
	float: left;
	height: 215px;
}

/* stripeTable.css v1.1 */

table.stripeTable {
	font-size: 1.1em;
	width: 645px;
	margin: 15px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.stripeTable td {
	padding: 5px 10px!important;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #eee;
}
table.stripeTable th {
	padding: 5px 10px!important;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #1A5843;
	color: #FFF;
}
table.stripeTable th.rateHeading {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	background-color:#ccc;
	color:#222;
}
table.stripeTable .nth-column-7 {
	border-right:none!important;
}
table.stripeTable p.secondary {
nth-column-7  color:#fff;
	font-size:9px;
}
table.stripeTable th a {
	color: #fff;
}
table.stripeTable th.rateSubHead {
	background-color:#86ACEF
}
.disclaimer {
	margin: 0;
	color: #666;
	font-style: italic;
}
/* end stripeTable.css */

/*====== Search ======================================================================================*/
#headSearch h1 {
	margin: 14px 0 0;
	font: normal 3.6em Times, "Times New Roman", Georgia, serif;
	color: #1A5843;
}
#headSearch h2 {
	margin: 4px 0 0;
	font: normal 1.4em Times, "Times New Roman", Georgia, serif;
}
ul#pagination {
	margin: 10px 0;
}
#pagination li {
	display: inline;
	padding-right: 10px;
	list-style-type: none;
	list-style-position: outside;
	font: normal 1.2em Helvetica, Arial, sans-serif;
}
#pagination li a {
	text-decoration: underline;
}
#searchPage li .productContent {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
#searchResults li {
	margin: 10px 0;
	list-style-type: none;
	list-style-position: outside;
}
#searchResults li .productContent h3 {
	margin: 0px 0 4px 0;
}
#searchResults li .productContent h3 a {
	text-decoration: underline;
	color: #1A5843;
	font: normal 2.5em Times, "Times New Roman", Georgia, serif;
}
#wrapper #mainContent #searchResults li .productContent p {
	font: normal 1.5em Arial, Helvetica, sans-serif !important;
}
#searchResults li .productContent ul {
	display: none;
}
#searchResults li .productContent h4 {
	margin: 6px 0 4px 0;
	font-style: italic;
}
#searchResults li .productContent h4 a {
	display: block;
	text-decoration: underline;
	color: #1A5843;
	font: normal 1.6em Times, "Times New Roman", Georgia, serif;
	background-color: transparent;
	background-image: url("../image/product-arrow.gif");
	background-repeat: no-repeat;
	background-position: 38px 3px;
	cursor: pointer;
}
#searchResults li .productContent h4 a:hover {
	color: #134C58;
	background-position: 38px -19px;
}
/*====== Sitemap ====================================================================================*/
#sitemap {
	margin-top: 20px;
}
#sitemapNav {
	margin-top: 30px;
}
#sitemapNav li {
	width: 160px;
	float: left;
	margin-right: 25px;
}
#sitemapNav li li {
	width: auto;
	float: none;
	margin-right: 0;
}
#sitemap div.clear {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #CCC;
}
#sitemap div.clear div {
	width: 160px;
	float: left;
	margin-right: 25px;
}
#sitemap div.clear ul {
	padding-bottom: 25px;
}
/*====== Locations ====================================================================================*/
#map {
	height: 300px;
}
#locations li.vcard {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
#mainContent #locations h2 {
	padding: 3px 0 10px;
}
#locations th, #locations td {
	vertical-align: top;
	text-align: left;
	padding: 2px 0;
	width: 227px;
}
#locations th.timeName {
	width: 76px;
	font-size: 0.9em;
}
#locations td.timeValue {
	width: 130px;
	text-align: right;
}
#locations ul {
	margin: 20px 0;
}
#locations ul li {
	list-style-type: none;
}
/*======= Forms Package ==============================================================================*/
label.required {
	font-weight: bold;
}
form {
	font-size: 12px;
}
/*======== Application ===============================================================================*/
#verifyButtons img {
	margin: 50px;
}
/* captcha */

fieldset#newApplication #captcha {
	width: 200px;
	margin: 0 auto;
}
fieldset#newApplication #captcha input {
	float: none;
	width: 194px;
	display: block;
	margin: 10px 0;
}
fieldset#newApplication #captcha p {
	margin: 0;
	text-align: center;
}
/* SSN */

fieldset#newApplication a#ssnWhy {
	display: block;
	clear: both;
	margin-left: 325px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #013260;
}
fieldset#personalInformation {
	position: relative;
}
#ssnExplanation {
	position: absolute;
	width: 300px;
	left: 300px;
	top: 25px;
	z-index: 1000;
	background-color: #CCC;
	border: 1px solid #333;
	padding: 20px 20px 0 20px;
	display: none;
}
fieldset#newApplication .on {
	display: block;
}
fieldset#newApplication #ssnExplanation p {
	padding: 0 0 20px 0;
	margin: 0;
}
#ssnExplanation p.center {
	text-align: center;
	color: #013260;
}
#ssnExplanation p a {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 5px;
}
/* Introduction */
fieldset#newApplication div#introduction {
	margin: 0 25px 25px;
	min-height: 160px;
	padding-top: 25px;
}
fieldset#newApplication div#introduction div#introHead {
	background: url(/custom/farmerscitizensbank/image/lock.png) no-repeat 790px 5px;
	margin-bottom: 7px;
}
fieldset#newApplication div#introduction img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 20px;
}
fieldset#newApplication div#introduction h1 {
	color: #009;
	font-size: 32px;
	padding: 0 0 5px 0;
	margin: 0 0 0 170px;
	width: 410px;
}
fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 16px;
	padding-bottom: 0;
	margin: 0;
}
fieldset#newApplication div#introText {
	border-top: 1px solid #009;
	margin-left: 170px;
}
fieldset#newApplication div#introduction p {
	margin: 7px 7px 7px 0;
	clear: none;
}
fieldset#newApplication div#introduction h4 {
	clear: both;
	width: 150px;
}
fieldset#newApplication div#introduction a {
	text-decoration: underline;
}
fieldset#newApplication fieldset#amountAgreement p {
margin: 7px 7px 14px 0;
clear: none;
}

/* Headings and paragraphs */
fieldset#newApplication fieldset h1, fieldset#newApplication fieldset h2, fieldset#newApplication fieldset h3, fieldset#newApplication fieldset p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
fieldset#newApplication h1 {
	padding: 0 10px 0 0;
}
fieldset#newApplication h2 {
	color: #364C85;
	padding-bottom: 10px;
}
fieldset#newApplication h3 {
	text-align: center;
	clear: both;
	padding: 0pt 0pt 10px;
}
fieldset#newApplication p {
	margin: 25px;
	clear: both;
	font-size: 12px;
}
fieldset#newApplication fieldset p {
	margin: 0;
	padding: 8px 0 4px;
}
fieldset#newApplication fieldset#otherIncome p, fieldset#newApplication fieldset#CAotherIncome p, fieldset#newApplication fieldset#optIn p {
	margin-top: 0;
}
p.required {
	text-align: center;
	margin-bottom: 0;
}
fieldset#newApplication fieldset#optIn {
	background-color: #FFC;
}
/* Labels and spans */
fieldset#newApplication span.required {
	float: left;
}
fieldset#newApplication fieldset#accountInfo div#account_info label {
	width: 135px;
	margin: 0 0 5px 0;
}
fieldset#newApplication fieldset#billPay label {
	width: 500px;
	margin-left: 20px;
}
fieldset#newApplication .required, fieldset#newApplication .red {
	font-weight: bold;
}
fieldset#newApplication .radio label, fieldset#newApplication .radioWlabel label {
	width: auto;
	display: inline;
	float: none;
	padding: 0;
}
fieldset#newApplication fieldset fieldset label, fieldset#newApplication fieldset fieldset .radiolabel {
	width: 275px;
}
fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
	display: block;
	text-align: right;
	float: left;
	padding-right: 25px;
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer .radiolabel {
	margin-bottom: 0;
}
fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
	width: 300px;
}
fieldset#newApplication fieldset label {
	padding-top: 4px;
}
fieldset#newApplication fieldset#comments label {
	padding-top: 0;
}
fieldset#newApplication fieldset#jointSwitch label.dontMove {
	clear: none;
	text-align: left;
	width: auto;
	padding-top: 1px;
}
fieldset#newApplication fieldset#accountType label, fieldset#newApplication fieldset#atmcard label, fieldset#newApplication fieldset#optIn label {
	text-align: left;
	clear: none;
	padding-left: 15px;
	width: auto;
}
fieldset#newApplication fieldset#comments label {
	text-align: left;
}
fieldset#newApplication.imInterested fieldset#comments label {
text-align: left;
margin-left: 125px;
}

fieldset#newApplication fieldset#accountInfo label, fieldset#newApplication fieldset#billPay label {
	width: auto;
	clear: none;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 30px;
}
fieldset#newApplication fieldset#billPay label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#accountInfo label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#jointSwitch label {
	margin-bottom: 0;
	padding-top: 2px;
}
/* Inputs */
fieldset#newApplication input.submitButton, fieldset#newApplication input.submitButton {
	float: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input {
	width: 280px;
}
fieldset#newApplication input.loanCheckbox {
	width: 15px;
	margin-right: 5px;
}
/* New date of birth style rules */
fieldset#newApplication input.month {
	width: 80px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.day {
	width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.year {
	width: 81px;
	margin-left: 5px;
	display: inline;
}
fieldset#newApplication span.float {
	float: left;
}
/* End new date of birth style rules */

fieldset#newApplication select {
	width: 284px;
}
fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#atmcard input, input#account_switch, fieldset#newApplication fieldset#billPay input, fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#optIn input {
	width: 1em;
}
fieldset#newApplication fieldset#accountInfo div#account_info input {
	width: 120px;
	margin-bottom: 5px;
	margin-right: 20px;
}
fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#billPay input {
	margin-bottom: 0;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#atmcard input, fieldset#newApplication fieldset#optIn input {
	clear: both;
}
fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#beneficiarySwitch input {
	margin-right: 15px;
	margin-bottom: -4px;
}
fieldset#newApplication div.radioWlabel {
	width: 260px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	margin-bottom: 0;
}
fieldset#newApplication div.radioWlabel {
	margin-left: -25px;
}
fieldset#newApplication .radio {
	margin: 0 25px 10px 300px;
	clear: both;
}
fieldset#newApplication fieldset fieldset .radio {
	margin-left: 275px;
}
fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
	width: 1em;
	float: none;
	display: inline;
	margin-bottom: -3px;
	margin-left: 25px;
}
fieldset#newApplication textarea {
	margin-left: 0;
	width: 615px;
}
fieldset#newApplication.imInterested textarea {
margin-left: 125px;
width: 615px;
}

fieldset#newApplication input#signed {
	float: none;
	clear: none;
	display: inline;
	width: 1em;
	margin: 0;
}
fieldset#newApplication input.required {
	color: #000;
	font-weight: normal;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input.submitButton {
	float: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication #addSwitcher input {
	width: 1em;
}
fieldset#newApplication #addSwitcher {
	clear: both;
}
fieldset#newApplication #addSwitcher label#addressLabel {
	clear: none;
	text-align: left;
	padding-left: 10px;
	width: 270px;
	padding-top: 1px;
}
fieldset#newApplication select#contact_information-branch {
	margin-top: 6px;
}
/* Divs and fieldsets and legends */
fieldset#newApplication {
	width: 952px;
	float: left;
	line-height: normal;
	border: 0 none;
	background: #FFF;
}
fieldset#newApplication fieldset, fieldset#newApplication fieldset {
	margin: 25px;
	padding: 25px 0 25px 25px;
	border: 1px solid #CCC;
}
#accountTypeLeft, #accountTypeRight {
	width: 320px;
	float: left;
}
fieldset#newApplication legend {
	font-size: 14px;
	margin-bottom: 0px;
}
fieldset#newApplication fieldset {
	margin: 25px;
	padding: 20px;
	border: 1px solid #CCC;
	clear: both;
}
fieldset#newApplication fieldset fieldset {
	margin: 25px 0;
}
/* formContactUs */
#formContactUs {
	clear: both;
}
#formContactUs legend {
	color: #333;
	font-weight: bold;
}
#formContactUs fieldset {
	padding: 0 10px 0 10px;
	border: 0 none;
	overflow: hidden;
}
#formContactUs label {
	float: none;
	display: block;
	padding: 0 25px 3px 0;
	width: 186px;
}
#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;
}
div#formContactUs input {
	float: none;
	display: block;
	width: 238px;
}
#formContactUs fieldset p {
	margin-left: 210px;
}
#formContactUs input.submitButton {
	display: block;
	float: right;
	margin: 0 130px 0 0;
	padding: 5px;
	width: auto;
}
#formContactUs #contactTextArea {
	float: left;
	width: 50%;
}
#formContactUs textarea {
	height: 100px;
}
#formContactUs #contactInput {
	float: left;
	width: 271px;
}
#formContactUs #captcha {
	clear: both;
	width: 200px;
	margin: 10px 0 10px 271px;
}
#formContactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}
#formContactUs #captcha p {
	margin: 0;
	display: block;
	font-size: .9em;
}
#formContactUs input#ROI-submit, #formContactUs input.submitButton {
	margin-left: 271px;
}
.requiredField {
	font-style: italic;
	color: #666;
}
/* Slimbox */
#lbOverlay {
	position: absolute;
	z-index:10;
	left: 0;
	width: 100%;
}
.geckoShadow {
	background-color: none;
	background: transparent url(data:image/png;base64,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);
}
.nonGeckoShadow {
	background-color: #000000;
}
#lbHeader {
	text-align: right;
	border: 0;
}
#lbHeader a {
	color: #ffffff;
	font-size: 20px;
}
#lbFrame {
	position: absolute;
	z-index:10;
	left: 50%;
	padding: 0;
	border: 0;
	overflow: hidden;
	border: 0 none;
	background-color: transparent;
}
body.popup {
	background: #FFF;
	border: 0 none;
}
.popup p {
	margin: 10px;
}
#lbIframe {
	border: 0 none;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #FFF;
}
/* formQuestions */
#formQuestions fieldset {
	border: 0 none;
	float: left;
	padding: 15px 25px 0 25px;
	width: 252px;
}
#formQuestions fieldset input, #formQuestions textarea {
	border: solid 1px #666;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	width: 244px;
}
#formQuestions fieldset input {
	height: 14px;
}
#formQuestions input.submitButton {
	border: solid 1px #666;
	display: block;
	float: left;
	font-weight: bold;
	height: auto;
	margin-left: 75px;
	padding: 10px;
	width: auto;
}
#formQuestions textarea {
	height: 100px;
}
#formQuestions label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
#formQuestions p.title {
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}
/* Captcha */
#formQuestions #captcha {
	float: left;
	padding: 15px;
	width: 200px;
}
#formQuestions #captcha input {
	border: solid 1px #666;
	display: block;
	float: none;
	height: 14px;
	padding: 3px;
	width: 192px;
}
#formQuestions #captcha p {
	font-size: 11px;
	margin: 10px 0;
	text-align: center;
}
#formQuestions #captcha h4 {
	color: #666;
	font: bold 1.2em Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
}
/*--- New popups ---*/
#newPopUpForm fieldset {
	border: none;
	padding: 25px 25px 0 25px;
	float: left;
	width: 252px;
}
#newPopUpForm fieldset input, #newPopUpForm textarea {
	display: block;
	padding: 3px;
	width: 244px;
	margin-bottom: 10px;
	border: solid 1px #666;
}
#newPopUpForm fieldset input {
	height: 14px;
}
#newPopUpForm input.submitButton {
	border: solid 1px #666;
	display: block;
	padding: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	font-weight: bold;
	float: left;
	margin-left: 85px;
}
#newPopUpForm textarea {
	height: 100px;
}
#newPopUpForm label {
	display: block;
	margin-bottom: 5px;
}
#newPopUpForm label.required {
	font-weight: bold;
}
#newPopUpForm p {
	margin: 0 0 20px 0;
}
/* Captcha */
#newPopUpForm #captcha {
	width: 200px;
	padding: 25px;
	float: left;
}
#newPopUpForm #captcha input {
	float: none;
	width: 192px;
	display: block;
	margin: 10px 0;
}
#newPopUpForm #captcha p {
	margin: 0;
	text-align: center;
}
#newPopUpForm #captcha h4 {
	font: bold 1.1em Helvetica, Arial, Verdana sans-serif;
	margin: 0 0 5px 0;
}
#newPopUpForm h2 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
/* Tables */
.feeSchedule table {
	width: 656px;
	margin: 10px 0 20px 18px;
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom: 1px solid #cccccc;
}
/*
table {
padding: 5px 10px;
text-align: left;
vertical-align: top;
}
*/
.feeSchedule table td, .feeSchedule table th {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
}
.feeSchedule table td {
	border-top: 1px solid #cccccc;
}
table th.nth-column-1, table td.nth-column-1 {
	padding-left: 0;
}
table th {
	font-weight: bold;
}
#wrapper #mainContent table td p {
	font-size: inherit;
	color: #000000;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.feeSchedule table tr td.nth-column-1 {
	width: 500px;
}
.stockHistory table tr.nth-row-1 td, .stockHistory table tr.nth-row-2 td, .stockHistory table tr.nth-row-10 td {
	border-top: none;
}
.stockHistory table tr.nth-row-3 th {
	border-top: 1px solid #cccccc;
}
