/* Community Savings Bank First Branch - layout.css */


/*

Search and replace the following:

#000
csbiowa

*/

*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #333;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	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;
}
.disclaimer {
	font-size: 10px;
	/*font-style: italic;*/
	color: #999;
}

/*====== Header =======================================================================================*/

#header {
	position: relative;
	height: 122px;
	width: 100%;
	border-bottom: 2px solid #fff;
	background: transparent url(/custom/csbiowa/image/header-bg.png) repeat-x left top;
}
#logo img {
	position: absolute;
	top: 10px;
	left: 30px;
}
#logo100 img {
	position: absolute;
	top: 11px;
	left: 30px;
}
#ultraTopNav {
	position: absolute;
	right: 17px;
	top: 27px;
}
#ultraTopNav li {
	float: left;
	padding: 0 5px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #fff;
}
#ultraTopNav li.lastChild {
	border-right: none;
}
#ultraTopNav li a {
	color: #fff;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
.textSize {
	position: absolute;
	top: 48px;
	right: 165px;
	height: 19px;
}
.textSize h2 {
	display: none;
}
.textSize img {
	float: left;
}
#searchForm {
	position: absolute;
	height: 19px;
	width: 140px;
	right: 22px;
	top: 48px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 111px;
	height: 15px;
	font-size: 10px;
	background-image: url("/custom/csbiowa/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 19px;
}
#number {
	position: absolute;
	top: 75px;
	right: 25px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
#primaryNav {
	position: absolute;
	bottom: 0;
	left: 30px;
}
#primaryNav li {
	float: left;
	margin-right: 3px;
}
#primaryNav a {
	display: block;
	height: 16px;
	width: 125px;
	padding-top: 15px;
	color: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	background: transparent url(/custom/csbiowa/image/priNav-bg.png) no-repeat left top;
}
#primaryNav a:hover, #primaryNav a.inPath {
	color: #C41230;
	font-size: 13px;
	padding-top: 0;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	background-position: left -31px;
}
/*====== New Footer Stuff =============================================================================*/
body.new {
	background-color: #868686;
}

body.new #siteAlertWrap {
	height:auto;
	margin:0;
	width:100%;
}

body.new #wrapper {
	width: 100%;
	background: url(/custom/csbiowa/image/bg-new.jpg);
}

body.new #wrapper #header {
	position: relative;
	height: 122px;
	width: 100%;
	border-bottom: 2px solid #fff;
	background: url(/custom/csbiowa/image/header-bg-new.jpg) repeat-x;
}

body.new #wrapper #header #headerWrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	height:122px;
}

body.new #wrapper #innerWrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

body.new #wrapper #innerWrapper #redCurve {
	position: absolute;
	top: 0;
	left: auto;
	right: 181px;
	width: 30px;
	height: 442px;
	margin: 0;
	padding: 0;
	z-index: 5;
	background: url(/custom/csbiowa/image/red-curve-new.png) no-repeat top right;
}
body.new #wrapper #innerWrapper #homeVideo {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 202px;
	width: 620px;
	height: 442px;
	z-index: 5;
}
body.new #wrapper #innerWrapper #homeVideoAuto {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 202px;
	width: 620px;
	height: 442px;
	z-index: 4;
}
body.new #wrapper #innerWrapper #flashContent {
	position: absolute;
	left: 620px;
	top: 45px;
	border: 3px solid #C41230;
}
body.new #wrapper #innerWrapper #flashContent #closeButton {
	position: absolute;
	top: 10px;
	left: 10px;
	cursor: pointer;
}
body.new #homeFooter {
	height: 69px;
	background: transparent url(/custom/csbiowa/image/footer-new-bg.jpg) repeat-x;
}

body.new #homeFooter #footerWrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

body.new #homeFooter #footerNav {
	text-align: center;
	padding: 25px 0 0;
}

body.new p.disclaimer {
	color:#ffffff;
	display:block;
	font:10px Arial,Helvetica,sans-serif;
	margin:0 auto 20px;
	padding-top:10px;
	text-align:center;
	width:550px;
}

#tagpHolder {
	display: block;
	height: 40px;
	margin: 10px 0;
}
/*====== Footer =======================================================================================*/
#homeFooter {
	height: 95px;
	background: transparent url(/custom/csbiowa/image/footer-bg.png) no-repeat left bottom;
}
#homeFooter #firstROI {
	position: absolute;
	bottom: 10px;
	left: 36px;
	top: auto;
}
#homeFooter #eh {
	position: absolute;
	bottom: 10px;
	right: 23px;
	top: auto;
}
#homeFooter #fdic {
	position: absolute;
	bottom: 10px;
	right: 107px;
	top: auto;
}
#homeFooter #footerNav {
	text-align: center;
	padding: 60px 0 0;
}
p.disclaimer {
	display: block;
	width: 715px;
	padding-top: 10px;
	margin: 0 auto 20px;
	text-align: center;
	color: #666666;
	font: normal 10px Arial, Helvetica, sans-serif;
}
.footer {
	height: 60px;
	position: relative;
	clear: both;
	font-size: 9px;
	color: #ccc;
	background: transparent url(/custom/csbiowa/image/downstream-footer-bg.png) no-repeat left top;
}
.footer #firstROI {
	position: absolute;
	top: 19px;
	left: 36px;
}
.footer #eh {
	position: absolute;
	top: 21px;
	right: 23px;
}
.footer #fdic {
	position: absolute;
	top: 23px;
	right: 107px;
}
.footer #footerNav {
	text-align: center;
	padding: 22px 0 0;
}
#footerNav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #ccc;
}
#footerNav li.lastChild {
	border-right: none;
}
#footerNav li a {
	color: #ccc;
}
#footerNav a:hover {
	text-decoration: underline;
}
.footer #footerContent {
	text-align: center;
	padding-bottom: 10px;
}
.footer p {
	display: inline;
	margin-right: 5px;
}
/*====== Left Column ==================================================================================*/

body #mainContent {
	width: 700px;
	float: right;
	padding-bottom: 25px;
	min-height: 300px;
	background: transparent url(/custom/csbiowa/image/main-content-bg.png) repeat-x left top;
}
#leftColumn {
	float: left;
	clear: left;
	width: 171px;
	padding-left: 29px;
	margin-bottom: 25px;
	background: transparent url(/custom/csbiowa/image/main-content-bg.png) repeat-x left top;
}
#leftNav {
	border: 1px solid #ccc;
	width: 164px;
}
#leftNav li h2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0;
}
#leftNav li h2 a {
	display: block;
	color: #666;
	height: 19px;
	width: 159px;
	padding-left: 5px;
	padding-top: 6px;
	font: normal 12px "Myriad Pro", Arial, Helvetica, sans-serif;
	background: transparent url(/custom/csbiowa/image/leftNav-category.png) no-repeat left top;
}
#leftNav li.inPath h2 a, #leftNav li h2 a:hover {
	color: #fff;
	font-weight: bold;
	background-position: left -25px;
}
#leftNav li li h3 {
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
}
#leftNav li li.firstChild a {
	padding-top: 5px;
}
#leftNav li li.lastChild a {
	padding-bottom: 5px;
}
#leftNav li li a {
	display: block;
	padding: 4px 10px;
	color: #595959;
	font: normal 11px "Myriad Pro", Arial, Helvetica, sans-serif;
	background-color: #EBECED;
}
#leftNav li li.inPath a, #leftNav li li a:hover {
	color: #999;
/*	color: #EB662C; */
}
#leftColumn #quickLinks {
	margin-top: 30px;
	width: 166px;
}
#leftColumn #quickLinks h2 {
	background: transparent url(/custom/csbiowa/image/downstream-resources-title-bg.png) no-repeat left top;
	height: 18px;
	width: 134px;
	margin: 0;
	padding-left: 30px;
	padding-top: 7px;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#leftColumn #quickLinks li {
	background: transparent url(/custom/csbiowa/image/downstream-resources-list-bg.png) no-repeat left -20px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#leftColumn #quickLinks li h3 {
	margin: 0;
}
#leftColumn #quickLinks li h3 a {
	height: 21px;
	width: 157px;
	padding-left: 7px;
	border-bottom: 1px solid #ccc;
	font: normal .9em/24px "Myriad Pro", Arial, sans-serif;
	color: #666666;
}
#leftColumn #quickLinks li a {
	display: block;
}
#leftColumn #quickLinks li div.blinds {
	text-align: center;
	display:none;
}
#leftColumn #quickLinks li#lostCard.active div.blinds {
	display:block;
}

#leftColumn #quickLinks li.active h3 a {
	font-weight: bold;
}
#leftColumn #quickLinks li div.blinds img {
	margin: 0;
}
/*===== Quick Links Form Builder =====================================================================*/
#leftColumn #quickLinksFB {
	margin-top: 30px;
	width: 166px;
}
#leftColumn #quickLinksFB h2 {
	background: transparent url(/custom/csbiowa/image/downstream-resources-title-bg.png) no-repeat left top;
	height: 18px;
	width: 134px;
	margin: 0;
	padding-left: 30px;
	padding-top: 7px;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#leftColumn #quickLinksFB li {
	background: transparent url(/custom/csbiowa/image/downstream-resources-list-bg.png) no-repeat left -20px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#leftColumn #quickLinksFB li h3 {
	margin: 0;
}
#leftColumn #quickLinksFB li h3 a {
	height: 21px;
	width: 154px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	font: normal 10.5px/24px "Myriad Pro", Arial, sans-serif;
	color: #666666;
}
#leftColumn #quickLinksFB li a {
	display: block;
}
#leftColumn #quickLinksFB li div.blinds {
	text-align: center;
	display:none;
}
#leftColumn #quickLinksFB li#lostCard.active div.blinds {
	display:block;
}

#leftColumn #quickLinksFB li.active h3 a {
	font-weight: bold;
}

#leftColumn #quickLinksFB li div.blinds img {
	margin: 0;
}
/*===== Home Page ====================================================================================*/
#siteAlertWrap {
	width: 900px;
	margin: 0 auto;
	height: auto;
}

#homeContent {
	position: relative;
	width: 900px;
	height: auto;
}
#redCurve {
	position: absolute;
	top: 0;
	left: 690px;
	width: 30px
	height: 437;
	margin: 124px 0 0 0;
	padding: 0;
	z-index: 5;
}
#homeContent #rightColumn {
	float: right;
	width: 199px;
}
#homeContent #flashBanner {
	width: 700px;
	height: 322px;
}
#homeContent #flashBanner h1 {
	margin: 0;
}
#homeContent #mainColumn {
	float: left;
	width: 700px;
}

#obLogin {
	background: #4c4c4c url(/custom/csbiowa/image/online-banking-bg.png) no-repeat left top;
	width: 184px;
	height: 130px;
	padding: 10px 0 0 15px;
	font-weight: bold;
}
#rightColumn.questionBtn #obLogin {
	height: 106px;
}
#obLogin h2 {
	margin: 0 0 10px;
	padding-left: 20px;
	text-transform: uppercase;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(/custom/csbiowa/image/home-online-banking-lock.png) no-repeat left top;
}
#obLogin input {
	margin-bottom: 5px;
}
#obLogin label {
	margin-right: 5px;
	color:#FFFFFF;
}
#obLogin input#olbInput {
	width: 110px;
	height: 15px;
	padding: 2px 5px;
	border: 0 none;
	background: transparent url(/custom/csbiowa/image/online-banking-input-bg.png) no-repeat left top;
}
#obLogin input#loginButton {
	margin-left: 117px;
}
#obNav {
	margin-top: -20px;
}
#obNav li {
	padding: 2px 0;
}
#obNav a {
	font: normal 11px Times, serif;
	text-decoration: underline;
	color:#FFFFFF;
}
#homeContent #quickLinks h2 {
	padding-left: 20px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 10px 0 9px 15px;
	background: transparent url(/custom/csbiowa/image/home-resources-icon.png) no-repeat left top;
}
#homeContent #quickLinks li {
	background: transparent url(/custom/csbiowa/image/home-quick-links-list-bg.png) no-repeat left -20px;
}
#homeContent #quickLinks li h3 {
	margin: 0;
}
#homeContent #quickLinks li h3 a {
	height: 19px;
	width: 163px;
	padding-left: 36px;
	border-bottom: 1px solid #ccc;
	font: normal 11.5px/20px "Myriad Pro", Arial, sans-serif;
	color: #666666;
}
#homeContent #quickLinks li a {
	display: block;
}
#homeContent #quickLinks li div.blinds {
	text-align: center;
}

#homeContent #quickLinks li div.blinds img {
	margin: 2px 0;
}
#homeFeaturedProducts {
	background: transparent url(/custom/csbiowa/image/home-featured-bg.png) no-repeat left top;
	width: 700px;
	height: 120spx;
	font: normal 11px "Myriad Pro", Arial, Helvetica, sans-serif;
}
#homeFeaturedProducts li {
	float: left;
	width: 50%;
	position: relative;
}
#homeFeaturedProducts li .featuredPhoto {
	float: left;
	margin: 20px 0 0;
	padding: 0 0 0 10px;
	width: 189px;
	display: inline;
	
}
#homeFeaturedProducts li#left .featuredPhoto {
	float: none;
	margin: 0;
	padding: 0;
	width: 189px;
	position: absolute;
	top: 11px;
	left: 20px;	
}
#homeFeaturedProducts .featuredContent {
	float: right;
	width:130px;
}
#homeFeaturedProducts h3 {
	margin: 17px 0 0;
	font-weight: normal;
	font-size: 13px;
}
#homeFeaturedProducts h3 a {
	color: #C41230;
}
#homeFeaturedProducts h3 a:hover {
	text-decoration: underline;
}
#homeFeaturedProducts p {
	color:#666666;
	margin-right:9px;
	line-height: 1.2em;
}
/* #homeFeaturedProducts h4 {
	margin: 0;
	font-weight: normal;
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#homeFeaturedProducts h4 a {
	display: block;
	padding-left: 14px;
	margin: 5px 0 0;
	color: #666;
	background: transparent url(/custom/csbiowa/image/home-featured-learn-more.png) no-repeat left -19px;
}
#homeFeaturedProducts h4 a:hover {
	color: #C41230;
	background-position: left 2px;
} */

#homeFeaturedProducts h4 a {
	display: block;
	width: 77px;
	height: 14px;
	padding: 2px 0 0 5px;
	color: #fff;
	font-size: 10.5px;
	text-decoration: none;
	background: transparent url(/custom/csbiowa/image/category-learn-more.png) no-repeat left -16px;
	text-indent: -999em;
}
#homeFeaturedProducts h4 a:hover {
	background: transparent url(/custom/csbiowa/image/category-learn-more.png) no-repeat left top;
}

/*====== Category Page =================================================================================*/
#featuredPhoto {
	position: relative;
	width: 663px;
	margin: 20px auto;
}
#featuredPhoto h1 {
	position: absolute;
	top: 5px;
	left: 15px;
	font: bold 32px Arial, Helvetica, sans-serif;
	color: #000;
}
#featuredPhoto h2 {
	position: absolute;
	top: 5px;
	left: 15px;
	font: bold 32px Arial, Helvetica, sans-serif;
	color: #000;
	width:350px;
}
#featuredPhoto #featuredBlurb {
	position: absolute;
	top: 56px;
	left: 15px;
}
#featuredPhoto #featuredBlurb2 {
	position: absolute;
	top:95px;
	left: 15px;
}
#featuredPhoto p {
	width: 305px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#featuredPhoto h3 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	font-style: italic;
}
#featuredPhoto #fpLearnMore {
	position: absolute;
	top: 130px;
	left: 15px;
}
div#secondaryProducts {
	width: 620px;
	margin: 0 auto;
}
div#secondaryProducts .productContent li a {
	text-decoration: underline;
}

/* listing1ColumnA.css v1.1 */

div.listing1ColumnA li {
	position: relative;
	width: 100%;
	height: 134px;
	background: transparent url(/custom/csbiowa/image/category-listing-bg.png) no-repeat left top;
}
div.listing1ColumnA li img {
	position: absolute;
	top: 12px;
	left: 12px;
	border: 1px solid #ccc;
}
div.listing1ColumnA div.productContent {
	position: absolute;
	top: 25px;
	left: 205px;
	width: 396px;
}
div.listing1ColumnA div.productContent p {
	float: left;
	margin: 0 20px 0 0;
	color: #666;
	width: 152px;
	line-height: 1.3em;
}
div.listing1ColumnA div.productContent h3 {
	margin: 0 0 6px;
	font: bold 13px "Myriad Pro", Arial, Helvetica, sans-serif;
}
div.listing1ColumnA div.productContent h3 a {
	border: none;
	float: none;
	width: auto;
	color: #666;
}
div.listing1ColumnA div.productContent h3 a:hover {
	color: #C41230;
}
div.listing1ColumnA div.productContent ul {
	position: absolute;
	left: 187px;
	top: 24px;
}
div.listing1ColumnA li li {
	float: none;
	width: 175px;
	list-style: disc outside;
	position: static;
	border: none;
}
div.listing1ColumnA div.productContent li {
	padding: 0 0 0 12px;
	margin: 0;
	color: #666;
	height: auto;
	width: 173px;
	float: left;
	list-style-position: outside;
	list-style-type: none;
	vertical-align: top;
	background: none;
}
div.listing1ColumnA div.productContent li span {
	color: #666;
}
div.listing1ColumnA div.productContent h4 {
	position: absolute;
	top: 78px;
	right: 115px;
	clear: left;
	margin: 3px 0 0;
}
div.listing1ColumnA div.productContent h4 a {
	display: block;
	padding: 2px 0 0 6px;
	font-size: 0px;
	color: #fff;
	border: none;
	width: 76px;
	height: 14px;
	background: transparent url(/custom/csbiowa/image/category-learn-more.png) no-repeat left -16px;
	text-indent: -999em;
}
div.listing1ColumnA div.productContent h4 a:hover {
	background: transparent url(/custom/csbiowa/image/category-learn-more.png) no-repeat left top;
}
/* end listing1ColumnA.css */

/* Search */

#pagination li {
	display: inline;
	padding-right: 10px;
}
#pagination li a {
	text-decoration: underline;
}
#searchResults .listing {
	width: 80%;
}
#searchResults li .productContent {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	position: relative;
}
#searchResults {
	color: #666;
}
#searchResults li {
	list-style-type: none;
}
#searchResults .productContent p {
	width: 300px;
}
#searchResults .productContent ul {
	width: 400px;
}
#searchResults .productContent li {
	list-style-type: disc;
	float: left;
	width: 50%;
	margin: 0;
}
#searchResults h3 a {
	color: #666;
}
#searchResults h3 a:hover {
	color: #C41230;
}
#searchResults h4 {
	clear: both;
	margin-left: 207px;
}
#searchResults h4 a {
	display: block;
	width: 77px;
	height: 14px;
	padding: 2px 0 0 5px;
	color: #fff;
	font-size: 10.5px;
	text-decoration: none;
	background: transparent url(/custom/csbiowa/image/category-learn-more.png) no-repeat left -16px;
	text-indent: -999em;
}
#searchResults h4 a:hover {
	background: transparent url(/custom/csbiowa/image/category-learn-more.png) no-repeat left top;
}
/*====== Product Page =================================================================================*/
#printButtons {
	width: 530px;
	text-align: right;
	margin: 5px 0;
}
#productPhoto {
	width: 625px;
	margin: 20px auto 0;
	position: relative;
}
#productPhoto h1 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 320px;
	margin: 0;
	font: bold 29px Arial, Helvetica, sans-serif;
	color: #000;
}
/*#productDetails p {
	margin: 10px 0;
}*/
#productDetails ul {
	margin: 10px 15px;
}
#productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
}
#productDetails {
	clear: right;
	width: 625px;
	margin: 0 auto;
}
#productDetails img {
	padding-top: 5px;	
}
#productButtons {
	position: absolute;
	left: 60px;
	top: 105px;
}
.openNow {
	float: left;
	margin-right: 15px;
	margin-left: -41px;
	margin-top: -1px; 
}
#productDetails .openNow {
	float: none;
	margin: 0 0 15px 0;
}
#tellMeMoreButton {
	float: left;
	margin-top: -2px;
}
/* Tabs */

dl#roi_tabs {
	width: 560px;
	display:block;
	list-style: none;
	position: relative;
}
dl#roi_tabs dt {
	color: #999;
	text-decoration: underline;
	padding: 12px 20px 12px 0;
	font: normal 11.5px Arial, Helvetica, sans-serif;
}
dl#roi_tabs dd {
	padding: 5px 5px 0 0px;
	color: #666;
	font: normal 11.5px Arial, Helvetica, sans-serif;
}
dl#roi_tabs dd a {
	text-decoration: underline;
}
dl#roi_tabs dt.selected {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
#relatedProducts {
	background: transparent url(/custom/csbiowa/image/related-products-bg.png) no-repeat left top;
	width: 610px;
	margin: 0 auto;
	height: 128px;
	padding: 5px 0 0 15px;
}
#relatedProducts h2 {
	font: normal 12px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #666;
}
#relatedProducts .productContent {
	float: left;
	width: 125px;
}
#relatedProducts h3 a {
	font: bold 13px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #666;
}
#relatedProducts h3 a:hover {
	color: #C41230;
}
#relatedProducts li {
	float: left;
	width: 43%;
}
#relatedProducts img {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
}
#relatedProducts .productContent ul, #relatedProducts .productContent p {
	display: none;
}
#relatedProducts h4 a {
	display: block;
	width: 77px;
	height: 14px;
	padding: 2px 0 0 5px;
	color: #fff;
	font-size: 0px;
	text-decoration: none;
	background: transparent url(/custom/csbiowa/image/category-learn-more.png) no-repeat left -16px;
	text-indent: -999em;
}
#relatedProducts h4 a:hover {
	background: transparent url(/custom/csbiowa/image/category-learn-more.png) no-repeat left top;
}

/*====== 15 Seconds ===================================================================================*/
div#fifteenSeconds {
	background: transparent url(/custom/csbiowa/image/fifteen-seconds-bg.jpg) no-repeat right top;
	height: 665px;
	position: relative;
}
div#fifteenSeconds h1 {
	margin: 0;
	padding: 30px 0 0 30px;
	color: #8C0010;
	font: normal 25px Arial, Helvetica, sans-serif;
}
div#fifteenSeconds h1 .bigTitle {
	font-size: 37px;
}
div#fifteenSeconds #productSummary {
	float: left;
	width: 231px;
	padding-left: 30px;
}
div#fifteenSeconds #submitNow {
	margin: 10px 0 20px;
}
div#fifteenSeconds #shortDescription p {
	margin: 5px 0;
	font: normal 16px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #000;
}
div#fifteenSeconds #productDetails {
	float: right;
	width: 380px;
	padding: 45px 20px 0;
}
div#fifteenSeconds p {
	margin: 10px 0;
	font: bold 11.5px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #666;
}
div#fifteenSeconds dl#roi_tabs dt {
	padding-right: 40px;
	color: #fff;
}
div#fifteenSeconds dl#roi_tabs dt.selected {
	color: #F27826;
	font: bold 11.5px "Arial Black", Arial, Helvetica, sans-serif;
}
div#fifteenSeconds dl#roi_tabs {
	width: 100%;
}
div#fifteenSeconds dl#roi_tabs dd {
	color: #fff;
}
div#fifteenSeconds .pane {
	overflow-y: auto;
	overflow-x: auto;
	height: 200px;
}
div#fifteenSeconds .pane p {
	font-weight: normal;
	color: #fff;
}
div#fifteenSeconds .pane a {
	color:#FFFFFF;
}
div#fifteenSeconds #tellMeMoreButton {
	display: block;
	float: none;
	text-align: right;
	margin: 7px 35px 0 0;
	text-decoration: underline;
	color: #F27828;
	text-transform: uppercase;
	font: normal 10px Arial, Helvetica, sans-serif;
}
div#fifteenSeconds ul#videoThumbnail {
	clear: both;
}
ul#videoThumbnail li.firstList {
	position: absolute;
	top: 457px;
	left: 224px;
}






ul#videoThumbnail li.secondList {
	position: absolute;
	top: 437px;
	left: 353px;
}
ul#videoThumbnail li.thirdList {
	position: absolute;
	top: 414px;
	left: 478px;
}
.flashVideo {
	width: 320px;
	margin: 11px auto 0;
}
/*====== Individual Page ==============================================================================*/
.individualPage {
	width: 663px;
	margin: 20px auto;
}
.individualPage h1.pageHead {
	margin-bottom: 20px;
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #000;
}
.individualPage a {
	text-decoration: underline;
}
.individualPage p {
	margin: 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;
}
#FAQ dt {
	margin: 10px 0;
	font-weight: bold;
}
#FAQ th {
	text-align: left;
}
#rightGraphic {
	float:right;
	margin-top:30px;
	padding-left:25px;
	width:325px;
	height:500px;
	border-left: 1px solid #999;
}
#rightGraphic img {
	float:left;
}
#hundredYears {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#hundredYears img{
	float: right;
	margin: 0 0 10px 10px;
}


/* listBio.css v1.0 */

.listBio, .individualPage ul li.listBio {
	clear: both;
	list-style-type: none;
	margin-bottom: 37px;
	overflow: auto;
}
.listBio div.image {
	float: left;
	padding-right: 5%; /* can be adjusted for better fit */
	text-align: right;
	width: 42%; /* can be adjusted for better fit */
}
.listBio div.content {
	float: left;
	width: 53%; /* can be adjusted for better fit */
}
.listBio h2 {
	margin: 0;
}
.listBio h3 {
	font-weight: normal;
	margin-top: 0;
}
#funPromotionsPage h3 {
	width: 530px;
	margin-top: 0;
	padding-top: 10px;
}
#funPromotionsPage p {
	width: 510px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
#funPromotionsPage div.promotionsListing {
	width: 510px;
	padding: 0 10px;
	border-top: 1px solid #ccc;
}
#funPromotionsPage .highlight {
	background-color: #DDD;
}
/* end listBio.css */

/* Privacy Policy */

#newprivacyPolicy h3 {
	font-size: 16px;
}

#newprivacyPolicy p {
	font-size: 12px;
}

#newprivacyPolicy table {
	width: 100%;
	/*margin: 10px auto;*/
	border: 1px solid #606060;
}

#newprivacyPolicy table td, table th {
	border-bottom: 1px solid #000;
	padding: 5px 10px;
	text-align: left;
}

#newprivacyPolicy table tr.nth-row-even td {
	background-color: #e7e7e7;
}

#newprivacyPolicy table th {
	background-color: #606060;
	color: #FFF;
}

#newprivacyPolicy table tr.nth-row-2 th {
	padding-left: 47px;
}

#newprivacyPolicy ul.disclaimer li {
	list-style-type:none;
	margin:0 0 0 -20px;
	width:600px;
}

/* END OF Privacy Policy */

/* Rates */
/* stripeTable.css v1.1 */

#rates table.stripeTable {
	width: 85%;
	/*margin: 10px auto;*/
	border: 1px solid #606060;
}
#rates table.stripeTable td, table.stripeTable th {
	padding: 5px 10px;
	text-align: left;
}
#rates table.stripeTable tr.nth-row-even td {
	background-color: #e7e7e7;
}
#rates table.stripeTable th {
	background-color: #606060;
	color: #FFF;
}
#rates table.stripeTable tr.nth-row-2 th {
	padding-left: 47px;
}
#rates ul.disclaimer li {
	list-style-type:none;
	margin:0 0 0 -20px;
	width:600px;
}
/* end stripeTable.css */

/* End Rates */
#together {
	color: #666;
}
#together h2 {
	font: normal 25px Arial, Helvetica, sans-serif;
	color: #000;
}
#together h2 .togetherBig {
	font-weight: bold;
	font-size: 33px;
}
#together h3 {
	font: normal 16px "Myriad Pro", Arial, Helvetica, sans-serif;
}
#together p {
	width: 481px;
	font: normal 11.5px Arial, Helvetica, sans-serif;
}
/*====== 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 th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 190px;
}
#locations th.timeName {
	width: 90px;
}
#locations td.timeValue {
	width: 130px;
}
#locations ul {
	margin: 20px 0;
}
#locations ul li {
	list-style-type: none;
}
/*======= Forms Package ==============================================================================*/

label.required {
	font-weight: bold;
}
form {
	font-size: 12px;
}
/*======== Application ===============================================================================*/
.requiredText {
	font-size: 10px;
	color: #999;
}
#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/csbiowa/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: #000;
	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 #000;
	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;
}
/* 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 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 {
	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: 250px;
	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: 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 {
	width: 748px;
	margin: 0 auto;
	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.css */

#formContactUs legend {
	color: #333;
	font-weight: bold;
}
#formContactUs fieldset {
	padding: 15px 10px 10px 10px;
	border: 0 none;
}
#formContactUs label {
	float: left;
	padding: 0 25px 10px 0;
	text-align: right;
	width: 186px;
}
#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;
}
#formContactUs fieldset p {
	margin-left: 210px;
}
#formContactUs input.submitButton {
	float: none;
	margin: 0 0 0 209px;
	padding: 5px;
	width: auto;
}
#formContactUs textarea {
	height: 100px;
}
#formContactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 211px;
}
#formContactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}
#formContactUs #captcha p {
	margin: 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: 2px solid #C3122F;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
	
}
iframe {
	border: 1px solid transparent;
}
/* 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;
}
/* 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;
}
/*--- 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: 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 11px Verdana, 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;
}

form.inmo-application li {
	overflow: hidden;
	padding-bottom: 0!important;
}

form.inmo-application li ul.radioWide input,
form.inmo-application li ul.radioNarrow input,
form.inmo-application li ul.radioWide label {
	float: left!important;
}

.individualPage .recaptchatable #recaptcha_response_field {
	bottom:0px !important;
	font-size:10pt;
	margin:8px 0 0 !important;
	padding:0 !important;
	position:relative !important;
	width:145px !important;
}

.individualPage #recaptcha_froi_container {
padding-left:128px;
}

/*======== For Alert New Pop Up ================================================*/

#popup_container {
font-family: Arial, sans-serif;
font-size: 12px;
min-width: 300px;
max-width: 600px;
background: #FFF;
border: solid 5px #999;
color: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px 5px;
}
#popup_title {
font-size: 14px;
font-weight: bold;
text-align: center;
line-height: 1.75em;
color: #666;
background: #ccc url(../image/alert-title.gif) top repeat-x;
border: solid 1px #FFF;
border-bottom: solid 1px #999;
cursor: default;
padding: 0em;
margin: 0em;
}
#popup_content {
background: transparent url(../image/alert-info.gif) 16px 16px no-repeat;
padding: 1em 1.75em;
margin: 0em;
}
#popup_content.alert {
background-image: url(../image/info.gif);
}
#popup_content.confirm {
background-image: url(../image/alert-important.gif);
}
#popup_content.prompt {
background-image: url(../image/alert-help.gif);
}
#popup_message {
padding-left: 48px;
}
#popup_panel {
text-align: center;
margin: 1em 0em 0em 1em;
}
#popup_prompt {
margin: .5em 0em;
}

body#formBuilderPage form.inmo-application a {
	text-decoration:underline;
}
/* From inmo.css */
.inform-product-title {
	display:none;
}

body#formBuilderPage #intro ul,
body#formBuilderPage #intro p,
body#formBuilderPage #intro h2 {
    margin: 10px 0;
}
body#formBuilderPage #intro h1 {
    margin-bottom: 32px;
}
body#formBuilderPage #intro ul,
body#formBuilderPage form.inmo-application ul.eligibilityRequirementList {
    margin-left: 10px;
    padding-left: 10px;
}
body#formBuilderPage #intro ul li,
body#formBuilderPage form.inmo-application ul.eligibilityRequirementList li {
    list-style: disc outside none;
    margin-left: 10px;
    min-height: 0;
    padding: 2px 0 2px 10px;
}
body#formBuilderPage label,
body#formBuilderPage input,
body#formBuilderPage textarea {
    display: block;
}
body#formBuilderPage label {
    margin-bottom: 3px;
}
body#formBuilderPage input,
body#formBuilderPage textarea,
body#formBuilderPage select {
    margin-bottom: 9px;
}
body#formBuilderPage input.hidden {
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
}
body#formBuilderPage .red {
    color: #FF0000;
}
 body#formBuilderPage p {
	    margin: 10px 0;
}
body#formBuilderPage form,
body#formBuilderPage fieldset,
body#formBuilderPage input,
body#formBuilderPage textarea,
body#formBuilderPage p {
    padding: 0;
	font-size: 12px;
	line-height: 18px;
}
body#formBuilderPage fieldset {
    border: 0 none;
}
body#formBuilderPage label,
body#formBuilderPage input,
body#formBuilderPage textarea {
    display: block;
}
body#formBuilderPage label {
    margin-bottom: 3px;
}
body#formBuilderPage input,
body#formBuilderPage textarea,
body#formBuilderPage select {
    margin-bottom: 9px;
}

body#formBuilderPage .inform_errorpage h2 {
    margin:20px 20px 0;
    padding-bottom: 2px;
}
body#formBuilderPage form.inmo-application {
    clear: both;
	width:625px;
	margin:0 auto;
}
body#formBuilderPage .inform_errorpage {
    clear: both;
	width:650px;
	margin:0 auto;
	padding: 0 0 10px;
}
body#formBuilderPage form.inmo-application fieldset {
   /* padding: 12px 0;*/
}
body#formBuilderPage form.inmo-application fieldset fieldset {
    padding: 0;
}
body#formBuilderPage form.inmo-application h2 {
    border-bottom: 1px solid #666666;
    margin: 20px 0;
    padding-bottom: 2px;
}
body#formBuilderPage form.inmo-application h2 input,
body#formBuilderPage form.inmo-application h2 label,
body#formBuilderPage form.inmo-application h2 span.note {
    color: #666666;
    display: inline;
    float: none;
    font: 10px Tahoma,Arial,Helvetica,sans-serif;
    margin-bottom: 0;
    margin-left: 10px;
}
body#formBuilderPage form.inmo-application fieldset h2 a {
    text-decoration: none;
}
body#formBuilderPage form.inmo-application fieldset h2 a span {
    text-decoration: underline;
}
body#formBuilderPage form.inmo-application li {
    clear: both;
    list-style: none outside none;
    min-height: 20px;
    padding-bottom: 8px;
	margin: 0 0 15px;
}
body#formBuilderPage form.inmo-application li.coverResume label {
	display:none;
}
body#formBuilderPage form.inmo-application li.coverResume textarea{
	width:630px;
	height:500px;
}
body#formBuilderPage form.inmo-application li label,
body#formBuilderPage form.inmo-application li h3 {
    float: left;
    font: 12px Tahoma,Arial,Helvetica,sans-serif;
    margin: 0;
    padding-bottom: 10px;
    padding-right: 20px;
    text-align: right;
    width: 160px;
}
body#formBuilderPage form.inmo-application li label.alignLeft {
    text-align: left;
}
body#formBuilderPage form.inmo-application li.inactive label {
    color: #999999;
}
body#formBuilderPage form.inmo-application li input,
body#formBuilderPage form.inmo-application li fieldset,
body#formBuilderPage form.inmo-application li ul,
body#formBuilderPage form.inmo-application li select.fullWidth {
    float: left;
    margin-bottom: 0;
    width: 240px;
}
body#formBuilderPage form.inmo-application #electronicRecordsDisclosures li ul {
    width: 100%;
}
body#formBuilderPage form.inmo-application li select {
    float: left;
    margin-bottom: 0;
}
body#formBuilderPage form.inmo-application li .subOptions {
    padding: 4px 24px 8px;
}
body#formBuilderPage form.inmo-application ul.radioWide li select,
body#formBuilderPage form.inmo-application ul.radioWide li label,
body#formBuilderPage form.inmo-application ul.radioWide li input,
body#formBuilderPage form.inmo-application ul.radio li label,
body#formBuilderPage form.inmo-application ul.radio li input {
    display: inline;
    float: none;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: middle;
}
body#formBuilderPage form.inmo-application li .help {
    float: right;
	font-size: 10px;
    font-weight: bold;
    min-height: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 140px;
}
body#formBuilderPage form.inmo-application li input#k-minCashDeposit,
body#formBuilderPage form.inmo-application li input#k-maxCashDeposit,
body#formBuilderPage form.inmo-application li input#k-minDeposit,
body#formBuilderPage form.inmo-application li input#k-maxDeposit {
    width: 0;
}
body#formBuilderPage form.inmo-application li .help span.error,
body#formBuilderPage form.inmo-application li .help span.success {
    display: none;
}
body#formBuilderPage form.inmo-application li .help span.default {
    display: inline;
}
body#formBuilderPage form.inmo-application li.error .help {
    background: url("/includes/lib/js/help-error.gif") no-repeat scroll left top transparent;
    color: #FF0000;
}
body#formBuilderPage form.inmo-application li.error .help span.default,
body#formBuilderPage form.inmo-application li.error .help span.success {
    display: none;
}
body#formBuilderPage form.inmo-application li.error .help span.error {
    display: inline;
}
body#formBuilderPage form.inmo-application li.success .help {
    background: url("/includes/lib/js/help-ok.gif") no-repeat scroll left top transparent;
    color: #339900;
}
body#formBuilderPage form.inmo-application li.success .help span.error,
body#formBuilderPage form.inmo-application li.success .help span.default {
    display: none;
}
body#formBuilderPage form.inmo-application li.success .help span.success {
    display: inline;
}
body#formBuilderPage form.inmo-application li input.group1,
body#formBuilderPage form.inmo-application li input.medium {
    width: 54px;
}
body#formBuilderPage form.inmo-application li .zipcode input.group1 {
    width: 90px;
}
body#formBuilderPage form.inmo-application li input.group2 {
    width: 54px;
}
body#formBuilderPage form.inmo-application li .ssn input.group2 {
    width: 36px;
}
body#formBuilderPage form.inmo-application li .zipcode input.group2 {
    width: 72px;
}
body#formBuilderPage form.inmo-application li input.group3 {
    width: 72px;
}
body#formBuilderPage form.inmo-application li span.separator {
    float: left;
    padding: 0 4px;
}
body#formBuilderPage form.inmo-application li input.group4 {
    width: 36px;
}
body#formBuilderPage form.inmo-application li fieldset.mixed label {
    float: left;
    padding: 0 10px;
    width: auto;
}
body#formBuilderPage form.inmo-application li.short input {
    width: 18px;
}
body#formBuilderPage form.inmo-application .radio {
    padding-bottom: 4px;
}
body#formBuilderPage form.inmo-application .radio li {
    min-height: 16px;
    padding-bottom: 4px;
}
body#formBuilderPage form.inmo-application li .radio input,
body#formBuilderPage form.inmo-application li .radio label {
    display: inline;
    float: none;
    vertical-align: middle;
    width: auto;
}
body#formBuilderPage form.inmo-application li .radio label {
    padding-left: 4px;
}
body#formBuilderPage form.inmo-application li .date select {
    margin-right: 10px;
}
body#formBuilderPage form.inmo-application label.dollarAmount {
    background: url("/includes/lib/js/dollars.gif") no-repeat scroll 170px 4px transparent;
}
body#formBuilderPage form.inmo-application div.saverFund {
    clear: both;
    padding: 25px 0;
}
body#formBuilderPage form.inmo-application li ul.radioWide {
    width: 400px;
}
body#formBuilderPage form.inmo-application li ul.radioNarrow {
    padding-left: 180px;
}
body#formBuilderPage form.inmo-application li ul.radioWide input,
body#formBuilderPage form.inmo-application li ul.radioNarrow input {
    width: auto;
}
body#formBuilderPage form.inmo-application li ul.radioWide label {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
    width: 350px;
}
body#formBuilderPage form.inmo-application li ul.radioNarrow label {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
    width: 200px;
}
body#formBuilderPage form.inmo-application a.edit {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #666666;
    clear: both;
    color: #666666;
    display: block;
    font-size: 14px;
    margin-left: 180px;
    padding: 6px 0;
    text-align: center;
    text-decoration: underline;
    width: 60px;
}
body#formBuilderPage form.inmo-application dl.authorization dt {
    float: left;
    font: 12px Tahoma,Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: right;
    width: 160px;
}
body#formBuilderPage form.inmo-application dl.authorization dd {
    float: left;
    margin-bottom: 10px;
    padding-right: 150px;
    width: 255px;
}
body#formBuilderPage form.inmo-application ol.verification li h3 {
    float: none;
    padding: 0 0 10px;
    text-align: left;
    width: 600px;
}
body#formBuilderPage form.inmo-application ol.verification li ul {
    clear: left;
    display: inline;
    margin-left: 180px;
    padding-bottom: 24px;
}
body#formBuilderPage form.inmo-application ol.verification li ul li {
    margin-left: 0;
}
body#formBuilderPage form.inmo-application ol.verification li ul li input {
    display: inline;
    float: none;
    vertical-align: middle;
    width: auto;
}
body#formBuilderPage form.inmo-application ol.verification li ul li label {
    display: inline;
    float: none;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
body#formBuilderPage form.inmo-application li.submit {
    padding: 10px 0 25px 180px;
}
body#formBuilderPage form.inmo-application li.submit input {
   	margin: 0 0 25px;
	width: 260px;
}


