/* CitizensMN.com - layout.css */

*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 776px;
}
h1, h2, h3, h4 {
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
p {
	line-height: 1.4em;
}
h1 a, h2 a, h3 a, h4 a {
	color: #333;
}
a img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
a:active {
	outline: none;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
}
input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/*====== Header =======================================================================================*/

#header {
	position: relative;
	height: 140px;
	width: 100%;
}
#logo img {
	position: absolute;
	top: 5px;
	left: 0;
}
#twitter a { 
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
#facebook a { 
	float: right;
	margin-top: 15px;
}
#liveChat {
	bottom:130px;
	float:right;
	position:relative;
	right:12px;
	height: 0;
}
#ultraTopNav {
	position: absolute;
	right: 125px;
	top: 22px;
}
#ultraTopNav li {
	float: left;
	padding: 0 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	background: url(/custom/citizensmn/image/divider-grey.png) no-repeat center left;
}
#ultraTopNav li.firstChild {
	background: none;
}
#ultraTopNav li a {
	color: #333;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 20px;
	right: 65px;
	height: 15px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
}
#searchForm {
	position: absolute;
	height: 20px;
	width: 140px;
	right: 30px;
	top: 104px;
	z-index: 5;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 20px;
	border: 0 none;
	padding: 2px 5px;
	width: 120px;
	height: 16px;
	color: #666;
	background-image: url("/custom/citizensmn/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 120px;
	width: 20px;
	height: 20px;
}
#primaryNav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 772px;
	height: 45px;
	line-height: 45px;
	background: url(/custom/citizensmn/image/primary-nav-bg.png) no-repeat top right;
}
#primaryNav li {
	float: left;
}
#primaryNav a {
	color: #000;
	font: normal 15px Arial, Helvetica, sans-serif;
}
#primaryNav a:hover, #primaryNav a.inPath {
	color: #333;
}
/*====== Footer =======================================================================================*/

#footer, #appFooter {
	clear: both;
	position: relative;
	width: 775px;
	height: 85px;
	color: #999;
	font-size: 11px;
	background: url(/custom/citizensmn/image/page-bottom.png) no-repeat top right;
}
#appFooter {
	background: url(/custom/citizensmn/image/app-bottom.png) no-repeat top right;
}
#homeFooter {
	clear: both;
	position: relative;
	width: 775px;
	height: 70px;
	color: #999;
	font-size: 11px;
}
#footer #firstROI, #appFooter #firstROI {
	position: absolute;
	top: 30px;
	left: 5px;
}
#homeFooter #firstROI {
	position: absolute;
	top: 0;
	left: 5px;
}
#footer #eh, #appFooter #eh {
	position: absolute;
	top: 35px;
	right: 10px;
}
#homeFooter #eh {
	position: absolute;
	top: 0;
	right: 10px;
}
#footer #fdic, #appFooter #fdic {
	position: absolute;
	top: 35px;
	right: 40px;
}
#homeFooter #fdic {
	position: absolute;
	top: 0;
	right: 40px;
}
#footer #footerNav, #appFooter #footerNav {
	padding: 30px 0 0 0;
	text-align: center;
}
#homeFooter #footerNav {
	text-align: center;
}
#footerNav li {
	display: inline;
	padding: 0 10px;
	background: url(/custom/citizensmn/image/divider-grey.png) no-repeat center left;
}
#footerNav li.firstChild {
	background: none;
}
#footerNav a {
	color: #003E68;
}
#footerNav a:hover {
	text-decoration: underline;
}
#footer p, #homeFooter p, #appFooter p {
	text-align: center;
}
/*====== Left Column ==================================================================================*/

#mainContent {
	float: right;
	padding-bottom: 5px;
	width: 605px;
	min-height: 300px;
	background: url(/custom/citizensmn/image/individualPage-bg.png) no-repeat;
}
#leftColumn {
	float: left;
	clear: left;
	margin-bottom: 25px;
	width: 167px;
}
#leftNav {
	padding-bottom: 20px;
	background: url(/custom/citizensmn/image/leftNav-bottom.png) no-repeat bottom left;
}
#leftNav li h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0;
	border-bottom: 1px solid #7c9351;
}
#leftNav li h2 a, #quickLinks li a {
	padding: 7px 5px 5px 8px;
	width: 154px;
	display: block;
	color: #fff;
	background: #89A359;
}
#leftNav li.inPath h2 a, #leftNav li h2 a:hover {
	color: #fff;
	background: #718C42;
}
#leftNav li.firstChild h2 a {
	padding-top: 10px;
	background: url(/custom/citizensmn/image/leftNav-top.png) no-repeat top left;
}
#leftNav li.firstChild h2 a.inPath, #leftNav li.firstChild h2 a:hover {
	padding-top: 10px;
	background: url(/custom/citizensmn/image/leftNav-top.png) no-repeat top right;
}
#leftNav li li h3 {
	margin: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#leftNav li li h3 a {
	border-bottom: 1px solid #a2b285;
}
#leftNav li li a {
	padding: 5px 2px 5px 8px;
	width: 157px;
	display: block;
	color: #333;
	background: #BFCF9F;
}
#leftNav li li.inPath a {
	color: #333;
}
#leftNav li li.inPath a, #leftNav li li a:hover {
	background: #E1EACE;
}
#quickLinks {
	height: 290px;
	background: #89A359 url(/custom/citizensmn/image/leftNav-bottom.png) no-repeat bottom left;
}
#quickLinks h2 {
	margin: 0;
	padding: 10px;
	color: #fff;
	background: url(/custom/citizensmn/image/quickLinks-top.png) no-repeat;
}
#quickLinks a {
	display: block;
	width: 154px;
	font-size: 11px;
	border-bottom: 1px solid #a2b285;
}
#quickLinks li a:hover, #quickLinks li a.inPath {
	color: #333;
	background: #E1EACE;
}
#onlineBanking, #obLogin {
	width: 772px;
	height: 33px;
	line-height: 28px;
	font-size: 11.5px;
	background: url(/custom/citizensmn/image/online-banking-bg.png) repeat-x;
}
#onlineBanking a, #obLogin a {
	padding: 0 6px;
	display: block;
	color: #666;
}
#obLogin a.lastChild {
	padding-right: 0;
}
#onlineBanking a:hover, #obLogin a:hover {
	text-decoration: underline;
}
#onlineBanking li#obl a {
	margin-left: 10px;
	padding-left: 18px;
	color: #003366;
	background: url(/custom/citizensmn/image/obl-lock.png) no-repeat center left;
}
#onlineBanking h2, #obLogin h2 {
	float: left;
	margin: 0 12px 0 10px;
	padding-left: 16px;
	color: #003E68;
	font-size: 11.5px;
	background: url(/custom/citizensmn/image/obl-lock.png) no-repeat center left;
}
#obLogin label {
	margin: 0 2px 0 5px;
	color: #555;
}
#onlineBanking li, #obLogin li {
	float: left;
}
#obNav #obl {
	font-size: 11.5px;
	font-weight: bold;
	background: none;
}
#contactInsurance {
	padding: 10px 8px;
	font-size: 11.5px;
	height: 221px;
	background: url(/custom/citizensmn/image/contactInsurance-bg.png) no-repeat;
}
#contactInsurance a {
	text-decoration: underline;
}
#contactInsurance p {
	margin: 10px 0;
}
#insuranceDisclaimer {
	padding: 5px 20px;
}
/*====== Home Page ====================================================================================*/

#homeContent {
	float: right;
	padding-bottom: 5px;
	width: 605px;
	min-height: 300px;
}
#flashBanner {
	width: 601px;
	height: 287px;
	overflow: hidden;
	background: #ccd2d7;
}
#homeProducts {
	clear: both;
	position: relative;
	top: -75px;
	left: -14px;
	margin-bottom: -75px;
}
#homeProducts ul {
	position: relative;
	top: 28px;
	left: 14px;
	margin-bottom: 40px;
	width: 772px;
	height: 155px;
	overflow: hidden;
	background: url(/custom/citizensmn/image/home-products.jpg) no-repeat;
}
#homeProducts li {
	float: left;
	width: 193px;
}
#homeProducts li a {
	padding: 10px;
	display: block;
	width: 100%;
	height: 155px;
	color: #003366;
	font: normal 12.5px Arial, Helvetica, sans-serif;
}
#homeProducts li a:hover {
	color: #006699;
}
#login {
	float: left;
}
#Login {
	position: relative;
	top: 3px;
	left: 2px;
	padding-right: 15px;
}
#obNav {
	float: left;
	font-size: 10.5px;
}
#obNav li {
	background: url(/custom/citizensmn/image/divider-banking.png) no-repeat center left;
}
#obNav li.firstChild {
	background: none;
}
/*====== Category Page =================================================================================*/

#featuredProduct {
	position: relative;
	width: 601px;
	height: 224px;
	overflow: hidden;
	border-bottom: 3px solid #333;
}
/*
#featuredProduct img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
*/
#featuredSlide {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#slideWrapper {
	float: right;
}
#featuredSummary {
	padding: 0;
	width: 220px;
	height: 224px;
	color: #fff;
	background: url(/custom/citizensmn/image/blue-overlay.png) no-repeat top right;
}
#featuredSummary h1 {
	margin: 0;
	padding: 10px 15px;
	font: normal 20px Arial, Helvetica, sans-serif;
}
#featuredSummary a {
	color: #fff;
}
#featuredSummary h4 {
	margin-top: 15px;
	padding-left: 15px;
}
#featuredSummary h4 a {
	padding-right: 18px;
	background: url(/custom/citizensmn/image/arrow-transparent-grey.png) no-repeat center right;
}
#featuredSummary h4 a:hover {
	text-decoration: underline;
}
#categoryOpenNow {
	margin: 0 0 0 12px;
}
#featuredSummary p {
	padding: 0 15px;
}
#featuredSummary ul {
	margin-left: 30px;
}
#featuredSummary li {
	margin-bottom: 5px;
	list-style: disc;
}
div#productCategory {
	float: left;
	padding: 10px;
	width: 585px;
	overflow: hidden;
}
div#productCategory li {
	float: left;
	padding: 0;
	width: 185px;
	font-size: 11px;
}
div#productCategory li {
	padding-right: 10px;
}
div#productCategory li.nthChild-3, div#productCategory li.nthChild-6, div#productCategory li.nthChild-9 {
	padding-right: 0;
}
div#productCategory div.productContent {
	position: relative;
	padding-left: 10px;
	height: 14em;
	overflow: hidden;
}
div#productCategory div.productContent p {
	margin-bottom: 10px;
}
div#productCategory div.productContent h3 {
	margin-bottom: 5px;
	font-size: 12px;
}
div#productCategory div.productContent h3 a {
	color: #003E7E;
}
div#productCategory div.productContent h3 a:hover {
	color: #006699;
}
div#productCategory div.productContent ul {
	margin-left: 15px;
}
div#productCategory li li {
	float: none;
	margin-bottom: 2px;
	padding: 0;
	width: auto;
	list-style: disc outside;
	border: none;
}
h4.learnMore {
	position: absolute;
	bottom: 45px;
	left: 10px;
	margin: 0;
}
h4.learnMore a {
	padding: 0 15px 0 0;
	color: #003E7E;
	font-size: 11px;
	font-weight: normal;
	background: url(/custom/citizensmn/image/arrow-blue.png) no-repeat right center;
}
h4.learnMore a:hover {
	color: #006699;
	text-decoration: underline;
}
h4.openNow {
	position: absolute;
	bottom: 20px;
	left: 8px;
	margin: 0;
}
/* Search */

#pagination li {
	display: inline;
	padding-right: 10px;
}
#pagination li a {
	text-decoration: underline;
}
#searchPage li .productContent {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
/*====== Product Page =================================================================================*/

#productButtons {
	position: absolute;
	top: 145px;
	right: 20px;
	z-index: 5;
}
#productPhoto {
	float: left;
	width: 290px;
}
.productHead {
	position: relative;
	top: 0;
	left: 1px;
	padding-bottom: 36px;
	width: 604px;
	overflow: hidden;
	background: url(/custom/citizensmn/image/product-summary-bg.png) no-repeat top right;
}
#productSummary h1 {
	margin: 0;
	color: #003E7E;
	font: normal 24px Arial, Helvetica, sans-serif;
}
#productSummary {
	float: left;
	padding: 10px 15px;
	width: 283px;
	min-height: 205px;
	font-size: 12px;
}
#productSummary a {
	text-decoration: underline;
}
#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;
}
#openNow, #openNow2, #tellMeMoreButton2 {
	float: left;
	padding-right: 5px;
}
#productDetails {
	clear: both;
	background: url(/custom/citizensmn/image/page-shadow.png) repeat-y;
}
h3.categoryH3 {
	margin: 0 0 0 22px;
	font-size: 14px;
	color: #003E7E;
}
/* Tabs */

dl {
	position: relative;
	top: -40px;
	margin-bottom: -40px;
	width: 605px;
	display:block;
	list-style: none;
}
dt {
	padding: 12px 0;
	width: 201px;
	height: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font: normal 13px Arial, Helvetica, sans-serif;
	background: url(/custom/citizensmn/image/dl-bg.png) no-repeat;
}
dd {
	width: 562px;
	padding: 5px 20px;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-top: 3px solid #435A7A;
}
dd a {
	text-decoration: underline;
}
dt.selected {
	color: #fff;
	background: url(/custom/citizensmn/image/dl-selected.png) no-repeat;
}
dt:hover {
	color: #fff;
	background: url(/custom/citizensmn/image/dl-selected.png) no-repeat;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 36px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
#relatedProducts {
	clear: both;
}
#relatedProducts li {
	float: left;
	width: 280px;
	list-style: none;
	background: url(/custom/citizensmn/image/related-bg.png) no-repeat;
}
#relatedProducts li.nthChild-1 {
	margin-right: 15px;
}
#relatedProducts .productContent {
	float: right;
	position: relative;
	padding-right: 5px;
	width: 135px;
	height: 73px;
}
#relatedProducts img {
	float: left;
}
#relatedProducts .productContent h3 {
	margin: 5px 0 0 0;
	width: 125px;
}
#relatedProducts h3 a {
	color: #003366;
}
#relatedProducts h3 a:hover {
	color: #006699;
}
#relatedProducts h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 5px 0;
}
#relatedProducts h4 a {
	padding-right: 15px;
	color: #003366;
	font-weight: normal;
	background: url(/custom/citizensmn/image/arrow-transparent-blue.png) no-repeat center right;
}
#relatedProducts h4 a:hover {
	color: #006699;
	text-decoration: underline;
}
#repeatButtons {
	padding-left: 20px;
	height: 50px;
	overflow: hidden;
}
/*====== Individual Page ==============================================================================*/

.individualPage {
	padding: 15px 20px;
	min-height: 400px;
}
.individualPage h1.pageHead {
	font: normal 22px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
.individualPage h2 {
	font: normal 16px Arial, Helvetica, sans-serif;
}
.individualPage h3 {
	margin: 15px 0 0 0;
}
.individualPage a {
	color: #003366;
	text-decoration: underline;
}
.individualPage a:hover {
	color: #006699;
}
.individualPage p {
	margin: 0 0 10px 0;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
}
.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}
.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}
#templates {
	margin-left: 5px;
}
#templates li {
	margin-bottom: 6px;
	padding: 0 0 5px 24px;
	list-style: none;
	background: url(/custom/citizensmn/image/excel.gif) no-repeat center left;
}
#searchResults {
	margin-left: 5px;
	padding-left: 10px;
}
#searchResults h1 {
	margin-bottom: 2px;
	font: normal 22px Arial, Helvetica, sans-serif;
}
#searchResults h2 {
	float: left;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}
#pagination {
	float: right;
	margin-right: 10px;
}
.listing {
	float: left;
	padding: 10px;
	width: 585px;
	overflow: hidden;
}
.listing li {
	float: left;
	padding: 0;
	width: 185px;
	font-size: 11px;
}
.listing li {
	padding-right: 10px;
}
.listing li.nthChild-3, .listing li.nthChild-6, .listing li.nthChild-9 {
	padding-right: 0;
}
.listing div.productContent {
	position: relative;
	padding-left: 10px;
	height: 15em;
	overflow: hidden;
}
.listing div.productContent p {
	margin-bottom: 10px;
}
.listing div.productContent h3 {
	margin-bottom: 5px;
	font-size: 12px;
}
.listing div.productContent h3 a {
	color: #003E7E;
}
.listing div.productContent h3 a:hover {
	color: #006699;
}
.listing div.productContent ul {
	clear: both;
	margin-left: 15px;
}
.listing li li {
	float: none;
	margin-bottom: 2px;
	padding: 0;
	list-style: disc outside;
	border: none;
}
.listing h4 {
	position: absolute;
	bottom: 45px;
	left: 10px;
	margin: 0;
}
.listing h4 a {
	padding: 0 15px 0 0;
	color: #003E7E;
	font-size: 11px;
	font-weight: normal;
	background: url(/custom/citizensmn/image/arrow-blue.png) no-repeat right center;
}
.listing h4 a:hover {
	color: #006699;
	text-decoration: underline;
}
.listing h4.openNow {
	position: absolute;
	bottom: 20px;
	left: 8px;
	margin: 0;
}
#imgWrapper {
	width: 601px;
	border-bottom: 3px solid #ccc;
}
#board h1 {
	margin: 0 0 2px 0;
}
#board h2 {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	font: normal 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
}
#board ul {
	margin: 10px 0;
}
#board li {
	float: left;
	padding: 10px;
	list-style: none;
	width: 165px;
	height: 175px;
	font-size: 11.5px;
}
#board li img {
	padding-bottom: 5px;
	display: block;
}
#rates h2 {
	clear: both;
	padding-top: 10px;
	border-top: 2px dotted #ccc;
}
ul#rateEffective {
	position: relative;
	top: 5px;
	left: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
ul#rateEffective li {
	padding-right: 5px;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	list-style: none;
}
ul#rateEffective li.right {
	float: right;
	padding-right: 0;
	text-align: right;
}
#rates table {
	width: 560px;
	background: #000;
}
#rates td, #rates th {
	padding: 5px 10px;
	font-size: 11.5px;
}
.nth-column-1 {
	width: 260px;
	vertical-align: bottom;
	background: #cad6b2;
}
.nth-column-2 {
	width: 100px;
	vertical-align: bottom;
	background: #f1f1f1;
}
.nth-column-3 {
	width: 100px;
	background: #f1f1f1;
}
.nth-column-4 {
	width: 100px;
	vertical-align: bottom;
	background: #f1f1f1;
}
#rates table th {
	color: #fff;
	font: normal 11.5px Arial, Helvetica, sans-serif;
}
th.nth-column-1 {
	text-align: left;
	background: #86a052;
	border-bottom: 1px solid #f9f7e4;
	border-right: 1px solid #f9f7e4;
}
th.nth-column-2 {
	background: #86a052;
	border-bottom: 1px solid #f9f7e4;
	border-right: 1px solid #f9f7e4;
}
th.nth-column-3 {
	background: #86a052;
	border-bottom: 1px solid #f9f7e4;
	border-right: 1px solid #f9f7e4;
}
th.nth-column-4 {
	background: #86a052;
	border-bottom: 1px solid #f9f7e4;
	border-right: 1px solid #f9f7e4;
}
td.nth-column-1 {
	border-bottom: 1px solid #f9f7e4;
	border-right: 1px solid #fff;
}
td.nth-column-2 {
	text-align: center;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
td.nth-column-3 {
	text-align: center;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
td.nth-column-4 {
	text-align: center;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
tr:hover td {
	background: #fff;
}
#history {
	margin: 10px 0;
}
#history li {
	clear: both;
	position: relative;
	padding: 10px 0;
	width: 564px;
	list-style: none;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
#history img {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
}
#history h4 {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #666;
	font: normal 25px Georgia;
}
#history p {
	margin: 5px 0 0 100px;
	width: 400px;
}
ul.colLeft {
	float: left;
	width: 265px;
}
ul.colRight {
	float: left;
	width: 235px;
}
#spielEvents h3 {
	margin-top: 15px;
	padding-top: 15px;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-top: 1px dotted #ccc;
}
/*====== Search Results ==============================================================================*/

div#searchResults {
}
div#searchResults h2 {
	float: left;
	margin: 28px 10px 0 0;
	padding-bottom: 6px;
	width: 300px;
	font: normal 13.5px Geneva, Arial, Helvetica, sans-serif;
}
div#searchResults ul {
	float: right;
	margin: 30px 15px 0 0;
}
div#searchResults ul li {
	float: left;
	padding-left: 10px;
}
.listing {
	clear: both;
}
.listing div.productContent h3 {
	float: left;
	width: 150px;
}
.listing h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.listing h4 a {
	padding: 0 15px 0 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: url(/custom/citizensmn/image/arrow-blue.png) no-repeat 100% 60%;
}
/*====== Locations ====================================================================================*/

#map {
	height: 300px;
}
.vcard {
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
}
.vcard h2 a {
	padding-left: 16px;
	text-decoration: none;
	background: url(/custom/citizensmn/image/arrow-blue.png) no-repeat center left;
}
.vcard h2 a:hover {
	text-decoration: underline;
}
#locations table {
	width: 100%;
}
#locations th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 190px;
	vertical-align: top;
	font-size: 11.5px;
}
#locations th.timeName {
	width: 80px;
	font-weight: normal;
}
#locations td.timeValue {
	width: 130px;
}
#locations ul {
	margin: 20px 0;
}
#locations ul li {
	list-style-type: none;
}
/*======== 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;
}
/* intro */

fieldset#newApplication div#introduction {
	margin: 0 25px 25px;
	min-height: 160px;
	padding-top: 25px;
}
fieldset#newApplication div#introduction div#introHead {
	background: url(/custom/citizensmn/image/lock.png) no-repeat 595px 5px;
	margin-bottom: 7px;
}
fieldset#newApplication div#introduction img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 20px;
}
fieldset#newApplication div#introduction h1 {
	color: #003E7E;
	font-size: 32px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 0 170px;
	width: 410px;
}
fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0;
}
fieldset#newApplication div#introText {
	border-top: 1px solid #333;
	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, fieldset#newApplication div#disclosures a {
	text-decoration: underline;
}
/* headings and paragraphs */

fieldset#newApplication fieldset h1, fieldset#newApplication fieldset h2, fieldset#newApplication fieldset h3, fieldset#newApplication fieldset p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
fieldset#newApplication h1 {
	padding: 0 10px 0 0;
}
fieldset#newApplication h2 {
	color: #364C85;
	padding-bottom: 10px;
}
fieldset#newApplication h3 {
	text-align: center;
	clear: both;
	padding:0pt 0pt 10px;
}
fieldset#newApplication p {
	margin: 25px;
	clear: both;
	font-size: 12px;
}
fieldset#newApplication fieldset p {
	margin: 0;
	padding: 8px 0 4px;
}
fieldset#newApplication fieldset#otherIncome p, fieldset#newApplication fieldset#CAotherIncome p, fieldset#newApplication fieldset#optIn p {
	margin-top: 0;
}
p.required {
	text-align: center;
	margin-bottom: 0;
}
fieldset#newApplication fieldset#optIn {
	background-color: #FFC;
}
/* labels and spans */

fieldset#newApplication span.required {
	float: left;
}
fieldset#newApplication fieldset#accountInfo div#account_info label {
	width: 135px;
	margin: 0 0 5px 0;
}
fieldset#newApplication fieldset#billPay label {
	width: 500px;
	margin-left: 20px;
}
fieldset#newApplication .required, fieldset#newApplication .red {
	font-weight: bold;
}
fieldset#newApplication .radio label, fieldset#newApplication .radioWlabel label {
	width: auto;
	display: inline;
	float: none;
	padding: 0;
}
fieldset#newApplication fieldset fieldset label, fieldset#newApplication fieldset fieldset .radiolabel {
	width: 275px;
}
fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
	display: block;
	text-align: right;
	float: left;
	padding-right: 25px;
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer .radiolabel {
	margin-bottom: 0;
}
fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
	width: 300px;
}
fieldset#newApplication fieldset label {
	padding-top: 4px;
}
fieldset#newApplication fieldset#comments label {
	padding-top: 0;
}
fieldset#newApplication fieldset#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, fieldset#newApplication fieldset#referralType label {
	text-align: left;
	clear: none;
	padding-left: 15px;
	width: auto;
}
fieldset#newApplication fieldset#comments label {
	text-align: left;
}
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;
}
/* new DOB style rules */

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

fieldset#newApplication select {
	width: 284px;
}
fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#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, fieldset#newApplication fieldset#referralType 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, fieldset#newApplication fieldset#referralType input {
	clear: both;
}
fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#beneficiarySwitch input {
	margin-right: 15px;
	margin-bottom: -4px;
}
fieldset#newApplication div.radioWlabel {
	width: 250px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	width: 291px;
	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#referralType p {
	text-align: center;
	padding: 10px 0!important;
}
fieldset#newApplication .textInputPromo {
	width: 180px!important;
	margin-left: 25px!important;
}
fieldset#newApplication .textInputOther {
	width: 180px!important;
	margin-left: 25px!important;

}
fieldset#newApplication textarea {
	margin-left: 0;
	width: 650px;
}
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 {
	margin: 0 auto;
	width: 774px;
	line-height: normal;
	overflow: hidden;
	background: url(/custom/citizensmn/image/application-bg.png) no-repeat top right;
	border: 0 none;
}
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;
}
fieldset#newApplication #lenderCondition p {
	clear: both;
	font-size: 12px;
	margin: 25px 25px 5px 25px;
}
fieldset#newApplication #lenderCondition ol {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 40px 25px;
}
fieldset#newApplication #lenderCondition ol li {
	margin: 8px 0;
}
fieldset#newApplication #lenderCondition label {
	padding-top:0;
}
fieldset#newApplication #lenderCondition input {
	width: 20px;
	margin-bottom: 0;
}
fieldset#newApplication #jointSignature p.applyJoint {
	margin-bottom: 10px;
	margin-left: 164px;
	text-align: center;
}
/*======== deprecated Contact Us ===========*/

/* captcha */

#contactUs #captcha {
	clear: both;
}
#contactUs #captcha input {
	float: none;
	width: 192px;
	display: block;
	margin: 10px 0;
}
#contactUs #captcha p {
	margin: 0 0 10px 0;
	padding-left: 150px;
}
#contactUs #captcha h4 {
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding-left: 5px;
	width: 145px;
}
#contactUs legend {
	color: #333;
	font-weight: bold;
}
#contactUs fieldset {
	padding: 15px 10px;
	border: none;
}
#contactUs fieldset fieldset {
	border: 0 none;
	padding: 0 0 10px 0;
}
#contactUs form {
	font-size: 12px;
}
#contactUs label {
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 145px;
}
#contactUs p.indent {
	padding-left: 25px;
	width: 200px;
}
#contactUs p.asterisk {
	margin-left: 166px;
}
#contactUs input, #contactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;
}
#contactUs textarea {
	width: 295px;
}
#contactUs input.submitButton {
	float: none;
	margin: 0 0 0 148px;
	padding: 5px;
	width: auto;
}
#contactUs input#STAFsubmit {
	float: none;
	margin: 25px 0 0 280px;
	padding: 5px;
	width: auto;
}
#contactUs textarea {
	height: 100px;
}
#contactUs #personalInformation {
	margin-bottom: 10px;
	width: 500px;
}
#contactUs #friendsToEmail {
	margin-top: 10px;
}
p#fieldRequired {
	position: absolute;
	bottom: 0;
	left: 340px;
	padding: 0 5px;
	color: #999;
	font-size: 11px;
}
/* formQuestions.css */

#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;
}
#formQuestions #newPopUpForm label {
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}
/* 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 12px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
/* 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;
}
/*--- New Popup Stuff ---*/

#newPopUpForm fieldset {
	border: 0 none;
	padding: 25px 25px 0 25px;
	float: left;
	width: 252px;
}
#newPopUpForm fieldset input, #newPopUpForm textarea {
	display: block;
	padding: 3px;
	width: 244px;
	margin-bottom: 10px;
	border: solid 1px #666;
}
#newPopUpForm fieldset input {
	height: 22px;
}
#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;
	font-weight: normal;
	margin-bottom: 5px;
}
#newPopUpForm p {
	margin: 0 0 20px 0;
}
/* captcha */

#newPopUpForm #captcha {
	width: 200px;
	padding: 25px;
	float: left;
}
#newPopUpForm #captcha input {
	float: none;
	width: 192px;
	display: block;
	margin: 10px 0;
}
#newPopUpForm #captcha p {
	margin: 0;
	text-align: center;
}
#newPopUpForm #captcha h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}
#newPopUpForm h2 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
#siteAlertTitle {
	top: 0 !important;
	margin-top:15px !important;
}
#siteAlertText {
	margin-right: 120px !important;
}
#siteAlertLink {
	width: auto !important;
}
