/*===== Applications ==================*/
#applicationPage #validateForm {
	margin: 10px 20px 0;
}
#newApplication h3 {
	font-size: 1.3em;
}
#newApplication ul {
	overflow: hidden;
}
label.required em {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
}
label.required em:before {
	content: "(";
}
label.required em:after {
	content: ")";
}
fieldset#newApplication label.required em {
	display: block;
}
#verifyButtons img {
	margin: 5em;
}
/* Captcha */
fieldset#newApplication input#roi-captchaID {
	display: none;
}
fieldset#newApplication #captcha {
	margin: 0 0 2em 337px;
	width: 200px;
}
fieldset#newApplication #captcha h4 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
}
fieldset#newApplication #captcha input {
	display: block;
	float: none;
	margin: 10px 0;
	width: 200px;
}
fieldset#newApplication #captcha p {
	margin: 0;
	text-align: center;
}
/* SSN */
fieldset#newApplication a#ssnWhy {
	clear: both;
	color: #013260;
	display: block;
	font-size: 1.2em;
	margin-left: 260px;
	padding-bottom: 10px;
	text-decoration: underline;
	width: 150px;
}
fieldset#newApplication a#ssnWhy:hover {
	text-decoration: none;
}

#applicationPage div#fancy_div p {
	font-size: 1.3em;
	padding: 10px;
}
#applicationPage div#fancy_div p a {
	font-size: 1.5em;
}
#applicationPage #fancy_title {
	display: none !important;
}
fieldset#personalInformation {
	position: relative;
}
#ssnExplanation {
	background-color: #CCC;
	border: 1px solid #333;
	display: none;
	left: 30em;
	padding: 2em 2em 0 2em;
	position: absolute;
	top: 2.5em;
	width: 30em;
	z-index: 1000;
}
fieldset#newApplication .on {
	display: block;
}
fieldset#newApplication #ssnExplanation p {
	margin: 0;
	padding: 0 0 2em 0;
}
#ssnExplanation p.center {
	color: #013260;
	text-align: center;
}
#ssnExplanation p a {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 0.5em;
}
/* Introduction */
fieldset#newApplication div#introduction {
	margin: 0 25px 25px;
	min-height: 16em;
	padding-top: 25px;
}
fieldset#newApplication #contactInformation .radioWlabel label {
	font-size: 1em;
}
fieldset#newApplication div#introduction div#introHead {
	background: transparent url("../image/lock.png") no-repeat right 5px;
	margin-bottom: 0.7em;
}
fieldset#newApplication div#introduction img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 20px;
}
fieldset#newApplication div#introduction h1 {
	color: #215B33;
	font-size: 2.8em;
	margin: 0;
	padding: 0 0 0.2em 0;
}
fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 1.6em;
	margin: 0;
	padding-bottom: 0.3em;
}
fieldset#newApplication div#introText {
	border-top: 1px solid #215B33;
	margin-left: 170px;
}
fieldset#newApplication div#introduction p {
	clear: none;
	margin: 7px 7px 7px 0;
}
fieldset#newApplication div#introduction h4 {
	clear: both;
	width: 15em;
}
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 1em 0 0;
}
fieldset#newApplication h2 {
	padding-bottom: 1em;
}
fieldset#newApplication h3 {
	clear: both;
	padding:1em 0 0;
	text-align: center;
}
fieldset#newApplication p {
	clear: both;
	font-size: 1.2em;
	margin: 2.5em;
}
fieldset#newApplication fieldset p {
	margin: 0;
	padding: 0.8em 0 0.4em;
}
fieldset#newApplication fieldset#otherIncome p, fieldset#newApplication fieldset#CAotherIncome p, fieldset#newApplication fieldset#optIn p {
	margin-top: 0;
}
p.required {
	margin-bottom: 0;
	text-align: center;
}
fieldset#newApplication fieldset#optIn {
	background-color: #FFC;
}
/* Labels and spans */
fieldset#newApplication span.required {
	float: left;
}
fieldset#newApplication fieldset#accountInfo div#account_info label {
	margin: 0 0 0.5em 0;
	width: 13.5em;
}
fieldset#newApplication fieldset#billPay label {
	margin-left: 2em;
	width: 50em;
}
fieldset#newApplication .radio label, fieldset#newApplication .radioWlabel label {
	display: inline;
	float: none;
	padding: 0;
	width: auto;
}
fieldset#newApplication fieldset fieldset label, fieldset#newApplication fieldset fieldset .radiolabel {
	width: 19.5em;
}
fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
	clear: both;
	display: block;
	float: left;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}
fieldset#newApplication fieldset#newCustomer .radiolabel {
	margin-bottom: 0;
}
fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
	padding-top: 3px;
	width: 250px;
}
fieldset#newApplication fieldset#comments label {
	padding-top: 0;
}
fieldset#newApplication fieldset#jointSwitch label.dontMove {
	clear: none;
	padding-top: 0.1em;
	text-align: left;
	width: auto;
}
fieldset#newApplication fieldset#accountType label, fieldset#newApplication fieldset#atmcard label, fieldset#newApplication fieldset#optIn label {
	clear: none;
	padding-left: 1.5em;
	text-align: left;
	width: auto;
}
fieldset#newApplication fieldset#accountInfo label, fieldset#newApplication fieldset#billPay label {
	clear: none;
	margin-bottom: 2em;
	margin-right: 0;
	margin-left: 3em;
	text-align: left;
	width: auto;
}
fieldset#newApplication fieldset#billPay label {
	margin-top: -1.5em;
}
fieldset#newApplication fieldset#accountInfo label {
	margin-top: -1.5em;
}
fieldset#newApplication fieldset#jointSwitch label {
	margin-bottom: 0;
	padding-top: 0.2em;
}
/* Inputs */
fieldset#newApplication input.submitButton, fieldset#newApplication input.submitButton {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 20em;
}
fieldset#newApplication div.states select {
	width: 10em;
}
fieldset#newApplication input {
	width: 22em;
}
fieldset#newApplication span.float {
	float: left;
}
fieldset#newApplication select {
	width: 22.8em;
}
fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 1em;
}
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 {
	margin-bottom: 0.5em;
	margin-right: 2em;
	width: 12em;
}
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: 1.5em;
	margin-bottom: -0.4em;
}
fieldset#newApplication div.radioWlabel {
	display: block;
	float: left;
	margin-bottom: 1em;
	width: 48em;
}
fieldset#newApplication #employmentDesired .radioWlabel {
	width: 49em;
}
fieldset#newApplication #employmentDesired #workLegally {height: 45px;}
fieldset#newApplication .hoursPreferred input {
	margin-right: 1em;
	width: 101px;
}
fieldset#newApplication .hoursPreferred span {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: 0.4em 1em 0 0;
}
fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	margin-bottom: 0;
}
fieldset#newApplication div.radioWlabel {
	font-size: 1.2em;
	margin-left: -25px;
}
fieldset#newApplication .radio {
	clear: both;
	margin: 0 2.5em 1em 30em;
}
fieldset#newApplication fieldset fieldset .radio {
	margin-left: 27.5em;
}
fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
	display: inline;
	float: none;
	margin-bottom: -0.3em;
	margin-left: 2.5em;
	width: auto;
}
fieldset#newApplication textarea {
	margin-left: 0;
	width: 325px;
}
fieldset#newApplication input#signed {
	clear: none;
	display: inline;
	float: none;
	margin: 0;
	width: 1em;
}
fieldset#newApplication input.required {
	color: #000;
	font-weight: normal;
}
fieldset#newApplication div.states select {
	width: 10em;
}
fieldset#newApplication input.submitButton {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 30em;
}
fieldset#newApplication #addSwitcher input {
	width: 1em;
}
fieldset#newApplication #addSwitcher {
	clear: both;
}
fieldset#newApplication #addSwitcher label#addressLabel {
	clear: none;
	padding-left: 1em;
	padding-top: 0.1em;
	text-align: left;
	width: 27em;
}
fieldset#newApplication .advertisement li {
	clear: both;
}
fieldset#newApplication .advertisement input.radioInput {
	width: auto;
}
fieldset#newApplication .advertisement li span {
	display: block;
	float: left;
	font-size: 1.2em;
	margin-right: 1em;
	padding: 2px 0 0 2px;
	width: 95%;
}
fieldset#newApplication .advertisement li label {
	clear: none;
	float: left;
	font-style: italic;
	padding-top: 2px;
	text-align: left;
	width: 120px;
}
/* Address information */
fieldset#newApplication #address_information-mailing {
	display: none;
	overflow: hidden;
	width: 100%;
}

fieldset#newApplication select#contact_information-branch {
	margin-top: 0.6em;
}

/* Divs, fieldsets and legends */
fieldset#newApplication {
	border: 0 none;
	background: #FFF;
	line-height: normal;
	margin: 0 auto;
}
#accountTypeLeft, #accountTypeRight {
	float: left;
	margin-top: 10px;
	width: 22em;
}
fieldset#newApplication legend {
	font-size: 1.6em;
	padding:0 7px;
}
fieldset#newApplication fieldset {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px 0 0;
	clear: both;
	margin: 10px 25px 0;
	padding: 20px;
}
fieldset#newApplication fieldset fieldset {
	margin: 2.5em 0;
}
/* Error */
fieldset#newApplication input.error {
	background-color: #f6f6cb;
	border: 2px solid #FF0000;
	padding: 2px;
}
fieldset#newApplication label.error {
	clear: right;
	color: #FF0000;
	float: left;
	font-size: 1.1em;
	padding: 5px 0 0 20px;
	text-align: left;
	width: 240px;
}
fieldset#newApplication p.error {
	color: #ff0000;
}
fieldset#newApplication #applicantSignature label {
	width: 282px;
}
fieldset#newApplication #applicantSignature label.error {
	width: 200px;
}
fieldset#newApplication #voluntarySurvey p {
	padding-bottom: 1.5em;
}
fieldset#newApplication #voluntarySurvey p.label {
	float: left;
	padding-left: 164px;
	width: 92px;
}
fieldset#newApplication #voluntarySurvey p#label2 {
	padding-left: 81px;
	padding-right: 5px;
	width: 172px;
}
fieldset#newApplication #voluntarySurvey #accountTypeLeft li, fieldset#newApplication #voluntarySurvey #accountTypeRight li {
	clear: both;
	overflow: hidden;
}
fieldset#newApplication #voluntarySurvey #accountTypeLeft input, fieldset#newApplication #voluntarySurvey #accountTypeRight input {
	width: auto;
}
fieldset#newApplication #voluntarySurvey #accountTypeLeft label, fieldset#newApplication #voluntarySurvey #accountTypeRight label {
	clear: none;
	float: left;
	padding: 2px 0 0 5px;
	text-align: left;
	width: 190px;
}
fieldset#newApplication #voluntarySurvey .radioWlabel input {
	margin-right: 7px;
}
fieldset#newApplication #voluntarySurvey .radioWlabel label {
	font-size: 1em;
}
fieldset#newApplication #voluntarySurvey .radioListing li {
	clear: both;
	overflow: hidden;
}
fieldset#newApplication #voluntarySurvey .radioListing li input {
	float: left;
}
fieldset#newApplication #voluntarySurvey #radioListing {
	margin: 10px 0 0;
	width: 40em;
}
fieldset#newApplication #voluntarySurvey #radioListing ul li {
	clear: both;
	overflow: hidden;
}
fieldset#newApplication #voluntarySurvey #radioListing ul li input {
	clear: none;
	display: block;
	float: left;
	margin-left: 4px;
}
fieldset#newApplication #voluntarySurvey #radioListing ul li label {
	clear: none;
	display: block;
	float: left;
	padding-top: 4px;
	text-align: left;
	width: 276px;
}
fieldset#newApplication #resume ol {
	margin: 20px;
}
fieldset#newApplication #resume ol li {
	font-size: 1.2em;
	margin: 4px 0;
}
fieldset#newApplication #resume textarea {
	padding: 10px;
	width: 630px;
}
/*================ Individual Page ===========================================================*/
.individualPage #presPhoto {
	float: right;
	margin: 8em 0 2em 2em;
}
.individualPage {
	padding: 32px 105px 0 25px;
	width: 570px;
	background:url("../image/indiv-page-bg.jpg") no-repeat scroll left top transparent;
	overflow:hidden;
	min-height: 500px;
	position: relative;
}
#blurbWithImage {
	padding-right: 25px;
	width: 650px;

}
#blurbWithImage .pagePhoto {
	float: right;
	margin: 0 0 3em 3em;
	width: 225px;
}
#blurbWithImage .pagePhoto #tellMeMoreButton {
	margin: 1.5em auto 0;
}
#individualPageBottom {
	background:url("../image/cat-listing-bg.jpg") no-repeat scroll left bottom #F5F4EC;
	overflow:hidden;
	padding-bottom:2em;
	width:700px;
	margin-top: -10px;
}
.individualPage h1, #search #froisearch-resultsHeader {
	color:#215B33;
	font-size:25px;
	margin: 0 0 35px 0;
}
.individualPage h2 {
	color:#59524A;
	font-size:17px;
	margin: 0 0 10px 0;
}
.individualPage h3 {
	color:#59524A;
	font-size:14px;
	margin: 0 0 10px 0;
}
.individualPage p {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
.individualPage a { 
	text-decoration: underline;
}
.individualPage a:hover {
	color: #215B33
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
}
.individualPage p.disclaimer {
	font-size: 1.1em;
	font-style: italic;
	color: #666;
}
.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}
.individualPage li {
	font-size: 1.2em;
}
.individualPage li li {
	font-size: 1em;
}
.individualPage ul li {
	list-style-type: disc;
	margin: 0.4em 0;
}
#thankYou img {
	float: left;
	margin: 0 3em 0 0;
}
#thankYou p {margin-top: 7em;}
/* Lenders Page */
#lendersPage {
	padding-right: 10px;
	width: 668px;
}
#lendersPage ul {
	margin-left: 0;
	overflow: hidden;
	margin-bottom: 4em;
}
#lendersPage li {
	float: left;
	list-style-position: outside;
	list-style-type: none;
	width: 35%;
}
#lendersPage li img {
	float: left;
	margin-right: 1em;
}
#lendersPage li p {
	font-size: 1em;
}
#lendersPage li.odd {
	margin-right: 0;
}
#lendersPage h4 {
	margin: 0;
}
#lendersPage h3 {
	clear: both;
	border-bottom: 1px solid #59524A;
}
#lendersPage .org .organization-name, #lendersPage .tel .type {
	display: none;
}
ul#giftList {margin: 0;padding: 0;}
ul#giftList li {
	float: left;
	font-size: 1em;
	height: 182px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 1% 20px 0;
	padding: 0;
	text-align: center;
	width: 48%;
}
ul#giftList li.marginTopOne {margin-bottom: 0; margin-top: 20px; padding-top:31px; height: 136px;}
ul#giftList li.marginTopTwo {margin-top: 0; padding-top: 14px;}
ul#giftList li h3{margin: 0;font-size: 12px;}
#holidays table {
	margin-bottom: 2em;
	width: 100%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#holidays th {font-weight: bold;}
#holidays td, #holidays th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 1.2em;
	padding: 0.5em;
	width: 25%;
}
/* ==================== Locations and atms ================================== */
#map {
	height: 30em;
	padding: 4px;
	background-color: #fff;
	border-bottom: 2px solid #EAE4D6;
}
#locations, #atmLocations {
	width: 684px;
	padding: 32px 8px 0 8px;
}
#locations h1, #atmLocations h1 {
	padding-left: 17px;
}
#atmList {
	overflow: hidden;
	padding: 1em;
}
#atmList h2 {
	border-bottom: 1px solid #59524A;
	clear: both;
	font-size: 22px;
}
#atmList h3 {
	margin-bottom: 0.5em;
}
#locList {
	margin: 1em 0;
	border-top:3px solid #E6B872;
}
#atmLocations #atmList ul {
	margin: 0 10% 0 0;
	float: left;
	width: 100%;
}
#atmLocations #atmList #ilList {
	margin-bottom: 2em;
}
#atmLocations #atmList ul ul {width: 100%;}
#atmLocations #atmList .splitcol ul {margin: 0;}
#atmLocations #atmList ul.splitcol {
	margin-right: 0;
}
#locList li {
	border-bottom:3px solid #E6B872;
	list-style-type:none;
	overflow:hidden;
	position: relative;
	margin: 0;
	color: #666;
}
#atmLocations #atmList ul li {
	list-style-type:none;
	overflow:hidden;
	position: relative;
	margin: 0;
	color: #666;
}
#atmLocations #atmList ul li h3 {
	font-weight: bold;
}
#atmLocations #atmList ul li h3.cityTitle {
	border-bottom: 3px solid #215B33;
	color: #215B33;
	margin: 10px 0 0;
	padding-bottom: 5px;
}
#locList li h3.title, #atmList ul li h3.title {
	border-bottom:1px solid #F6F4EC;
	font-size:1.2em;
	margin:0;
	padding: 5px 0 5px 13px;
	color: #205A33;
	background: url("../image/locations-arrow.png") no-repeat scroll 662px -51px transparent;
}
#locList li h3.active, #atmList ul li h3.active {
	border-bottom:1px solid #E6B872;
	background-position: 662px 9px;
}
#locList li h3.hover, #atmList ul li h3.hover {
	text-decoration: underline;
}
#locList li h3, #atmList li h3 {
	font-size:1.2em;
	font-weight: normal;
}
#locList .tel .type, #atmList .tel .type {
	display: block;
	float: left;
	width: 50px;
}
#atmLocations ul li h3 a {
	font-size:0.9em;
	text-decoration:none;
	color:#215B33;
	background: transparent url(../image/view-map.png) 0 0 no-repeat;
	display: block;
	margin:.5em 0 0;
	padding-left: 15px;
}
#atmLocations #atmList li#joslinList .locationInfo {display: none;}
#locations ul li a {
	font-size:0.9em;
	text-decoration:none;
	color:#215B33;
	background: transparent url(../image/view-map.png) 0 5px no-repeat;
	display: block;
	margin:.5em 0 0;
	padding-left: 15px;
}
#locations ul li a:hover,
#atmLocations ul li a:hover {
	text-decoration: underline;
}
#atmLocations #atmList ul ul li {
	float: left;
	width: 322px;
	margin: 0 10px 0 0;
	min-height: 100px;
}
#locList .locationInfo, #atmList .locationInfo {
	margin: 5px 0 10px;
	float: left;
}
#atmList .locationInfo {
	border-bottom: 1px solid #E6B872;
	margin: 0;
	padding-bottom: 10px;
}
#locList .adr, #locList .lobbyHours, #locList .driveHours, #atmList .adr, #atmList .lobbyHours, #atmList .driveHours {
	float: left;
	line-height: 150%;
}
#locList .locationInfo img, #atmList .locationInfo img {
	float: left;
	margin: 0 8px 5px 4px;
}
#locList .adr {
	padding-left:20px;
	width: 190px;
}
#atmList .adr {width: 287px;padding-left: 30px;}
#locList .lobbyHours, #locList .driveHours, #atmList .lobbyHours, #atmList .driveHours {
	width: 167px;
}
#locList .heading, #atmList .heading {
	margin: 0 0 5px 0;
	font-size: 100%;
	font-weight: bold;
	background: #E5E0CC;
	color: #444;
	padding: 5px 0;
}
#locList .adr .heading, #atmList .adr .heading {
	margin:0 0 5px -20px;
	padding-left:20px;
}
#atmList .adr .heading {
	display: none;
}
#locList dt, #atmList dt {
	font-weight: bold;
}
#atmList #locList, #atmList ul {border-top: none;overflow: hidden;}
#atmList #locList li, #atmList li {
	width: 100%;
	margin-right: 10%;
}
#atmList h3.title {
	background-image: none;
	font-weight: bold;
	border-bottom: 1px solid #E6B872;
}
.googleMap-InfoWindow {
	position: relative;
	top: 0;
	left: 0;
}
.googleMap-InfoWindow h2, .googleMap-InfoWindow p, .googleMap-InfoWindow p.map-phones {
	margin: .2em 0;
}
.individualPage .googleMap-InfoWindow h2 {
	font-size: 1.5em;
	color: #205A33;
}
.individualPage .googleMap-InfoWindow p {
	font-size: 1.2em;
}
.individualPage .googleMap-InfoWindow p.map-phones {
	height: 1.2em;
	overflow: hidden;
}

/*==== FormBuilder Apps =====================================================================*/
body#formBuilder #footer {
	padding: 0px;
}
body#formBuilder #fbApp {
	background:#fff;
	margin: 10px 20px 0;
}
body#formBuilder form.inmo-application fieldset {
}
body#formBuilder .inform-product-title {
	display:none;
}

body#formBuilder form.inmo-application h2 {
	margin: 20px;
}


body#formBuilder .inform_errorpage {
	margin: 40px;
	height:120px;
}
body#formBuilder .inform_errorpage a {
	text-decoration:underline;
}

