/* ----------------------------------------------------------------------------
/  APP FORM 
---------------------------------------------------------------------------- */
#longApp { margin-top: 10px; }
#longApp h4 { border:0 solid #AACCEE;
color:#6D9AC2;
font-size:150%;
font-weight:bold;
padding:0.4em 0;
text-transform:none;
}

form#frmApply {
    margin: 0px;
    padding: 0px;
}
form#frmApply fieldset {
	border: 1px solid #C8C8C8;
	background: #F6F6F6;
    margin: 0.25em 0em 0.65em 0em;
	padding: .75em .35em .75em .55em;
}
form#frmApply legend {
	border: 0px solid #AACCEE;
	color: #185663;
	font-size: 130%;
	font-weight: bold;
	padding: .10em .3em .10em .3em;
	text-transform: none;
}
form#frmApply label {
	color: #666666;
    float: left;
	letter-spacing: normal;
    width: 115px;
    text-align: right;
	padding-right: 3px;
}
form#frmApply span.fm-label {
	color: #666666;
}
form#frmApply fieldset div {
    margin-bottom: .25em;
    padding: 4px;
    display: block;
	letter-spacing: normal;
	font-size: 12px;
}
form#frmApply fieldset div div{
	margin-bottom: 0px;
}

form#frmApply fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea  {
    width: 170px;
    border: 1px solid #CCCCCC;
    padding: 1px;
    color: #666666;
	letter-spacing: 1px;
}
#jrs-Comments {
height:75px;
}
form#frmApply fieldset div select.fm-DropDown {
    border: 1px solid #CCCCCC;
color: #000000;
	letter-spacing: 1px;
/*	font-size: 95%*/
}
form#frmApply fieldset div select {
    padding: 1px;

	letter-spacing: 1px;
/*	font-size: 95%	*/
}
form#frmApply div.fm-multi div {
    margin: 5px 0;
}
form#frmApply div.fm-multi input {
    width: 1em;
}
form#frmApply div.fm-multi label {
    display: block;
    width: 120px;
    padding-left: 5em;
    text-align: left;
}
form#frmApply .fm-submit {
    clear: both;
    padding: .4em;
    text-align: center;
}
form#frmApply .fm-submit input {
    border: 1px solid #333;
    padding: 1px .85em;
    background: #555;
    color: #fff;
    font-size: 90%;
}
form#frmApply .app-fm-submit input:focus {
background:#6D9AC2 none repeat scroll 0 0;
border:1px solid #003366;

}
form#frmApply .app-fm-submit {
text-align: center;
margin-top: 15px;
}
form#frmApply .app-fm-submit input {
color:#FFFFFF !important;
font-weight:bold;
line-height:1em !important;
margin-bottom:0.8em !important;
padding: 0.2em 0.5em;
text-align:center;
background:#6D9AC2 none repeat scroll 0 0;
border:1px solid #003366;
}
form#frmApply .fm-note {
	font-size: 80%;
	font-style: italic;
	margin-bottom: .25em;
	display: block;
}
form#frmApply input:focus, textarea:focus {
    background: #efefef;
    color: #000;
}
/* required fields - does not work in IE */
form#frmApply fieldset div.fm-req label {
	color: #990000;
/*	font-size: 97%;*/
    font-weight: bold;
}
form#frmApply fieldset span.fm-req-label {
	color: #990000;
/*	font-size: 97%;*/
    font-weight: bold;
}
/*
form#frmApply fieldset div.fm-req label:before {
    content: "* "; /* does not work in IE *
}
form#frmApply fieldset span.fm-req-label:before {
    content: "* "; /* does not work in IE *
}
*/
form#frmApply div {
	border: 0px solid blue !important; 
}
form#frmApply div#replaceArea {
	padding: 0px;
}
/* Sizing ----------------------------------------- */
form#frmApply #app-NameShell input, form#frmApply #jrs-NameShell input {}
form#frmApply #app-PhoneShell input#app-DaytimePhone, form#frmApply #jrs-PhoneShell input#jrs-DaytimePhone { width: 70px!important; }
form#frmApply #app-PhoneShell input#app-DaytimePhoneExt, form#frmApply #jrs-PhoneShell input#jrs-DaytimePhoneExt { width: 25px!important; }
form#frmApply #app-PhoneShell input#app-EveningPhone, form#frmApply #jrs-PhoneShell input#jrs-EveningPhone { width: 70px!important; }
form#frmApply #app-PhoneShell input#app-EveningPhoneExt, form#frmApply #jrs-PhoneShell input#jrs-EveningPhoneExt { width: 25px!important; }

form#frmApply #app-AddressShell input#app-Address1, form#frmApply #jrs-AddressShell input#jrs-Address1 { width: 185px; }
form#frmApply #app-AddressShell input#app-Address2, form#frmApply #jrs-AddressShell input#jrs-Address2 { width: 60px; }
form#frmApply #app-CityStateZipShell input#app-PostalCode, form#frmApply #jrs-CityStateZipShell input#jrs-PostalCode { width: 65px; }

/* ----------------------------------------------------------------------------
/  QUICK FORM 
---------------------------------------------------------------------------- */
#quickApp { text-align: center; }
#quickApp h5 { 
	color: #FFF; 
	background:#7B191A; 
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size: 120%;
	padding: 5px; 
	text-align: left;
}
form#frmQuickApply  {
	margin: 0px;
    padding: 5px 0 10px 0; 
	text-align:center;
}
form#frmQuickApply fieldset {
	border: 0px solid #DEDEDE;
    margin: 0.25em 0 0.65em 0;
	padding: 0;
	padding-bottom: 0px;	
}
form#frmQuickApply legend {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	padding: .10em 0 .10em 0;
	margin-top: 13px;
	text-transform: none;
}
form#frmQuickApply label {
	color: #333;
    float: left;
    width: 100px;
	margin-left: 0px;
    text-align: left;
	font-size: 12px;
	font-weight: bold;
}
form#frmQuickApply span.fm-label {
	color: #666666;
 	font-size: 97%;
}
form#frmQuickApply fieldset div {
    margin-bottom: 1px;
    padding: 2px;
    display: block;
}
form#frmQuickApply fieldset div div{
	margin-bottom: 0px;
}
form#frmQuickApply fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea, fieldset div select   {
	font-size: 120%;
    width: 175px;
	border: 1px solid #CCC;
    padding: 1px;
    color: #000000;

	letter-spacing: 1px;
}
form#frmQuickApply .qap-fm-submit {
    clear: both;
    padding: 1px;
    text-align: center;
}
form#frmQuickApply .qap-fm-submit input {
	border: 1px solid #FFFFFF;
    padding: 1px .85em;
    background: #7F1B1B;
    color: #FFFFFF;
    font-size: 100%;
}
/* ----------------------------------------------------------------------------
/  Snapshot Contact form
---------------------------------------------------------------------------- */

#snapshot-contactForm {margin: 30px; }
#snapshot-contactForm fieldset div {margin-bottom: 10px;}
#snapshot-contactForm fieldset div label {font-weight: bold; float: left; width: 185px; color: #074957;}
	
#snapshot-contactForm fieldset input {}

