/* -- Reseterer 
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;

}
body { 
  line-height: 1.5; 
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* Remove annoying border on linked images. */
a img { border: none; }


/* -- Making the Type Stand Out
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 80%;
  color: #908e91; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em;}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #578238; }
a           { color: #418300; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 
/* Lists
-------------------------------------------------------------- */
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #c3d4a8; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #c3d4a8; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}

/* --Main Layout
-------------------------------------------------------------- */
.logo {
	position: absolute;
	background: transparent url('../i/rapid-dollar.png') 0px 0px no-repeat;
	width: 242px;
	height: 98px;
	margin-left: 64px;
}
.banner {
	width: 960px;
	height: 313px;
	background: #bcd966;
	margin-top: 53px;
	border-top: 6px solid #b1ce5a;
	border-bottom: 6px solid #b1ce5a;
}
#banner_watermark {
	position: absolute;
	right: 47px;
	background: transparent url('../i/rapid-dollar.png') -243px -12px no-repeat;
	width: 396px;
	height: 301px;
}
#banner_pic {
	position: absolute;
	right: 60px;
	margin-top: 38px;
	background: transparent url('../i/rapid-dollar.png') 0px -98px no-repeat;
	width: 187px;
	height: 275px;
}
.headline {
	position: absolute;
	font-size: 2.45em;
	color: #fff;
	margin: 82px 0 0px 75px;  
	font-weight: normal;
}
.headline2 {
	position: absolute;
	font-size: 1.55em;
	color: #908e91;
	margin: 126px 0 20px 135px;  
	font-weight: normal;
}
.header {
	position: absolute;
	font-size: 1.25em;
	color: #fff;
	margin: 176px 390px 20px 135px;  
	font-weight: normal;
}
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0 0 0px;
}
body {
	margin:1.5em 0;
	background-color: #908e91;
}
.top {
	padding: 37px 0 0 0px;
	color: #fff;
	height: 400px;
}
.title {
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}
div.topnav {
	height: 35px;
	width: 644px;
	color: #fff;
	float: right;
	text-align: left;
	padding: 8px 0 0 0px;
}
div.bottomnav {
	height: 35px;
	width: 960px;
	color: #fff;
	text-align: center;
}
#nav {
	text-indent: 0;
	list-style-type: none;
	padding: 8px 0 7px 15px;
	background-color: #908e91;
	margin-left: 0px;
}
#nav li
{
	display: inline;
	padding: 0;
	margin: 0; 
}
#nav li a {
	letter-spacing: .05em;
	text-decoration: none;
	color: #fff;
	font-size: 1.15em;
	padding: 0 10px;
}
#nav li a:hover {
	padding: 10px;
}
#nav a#current { color: #fff; }
.maincontent {
	width: 960px;
}
.content {
	float: left;
	width: 960px;
	background-color: #ECECEC;
}
h2.contenthead {
	font-size: 1.6em;
	line-height: 1.2;
	color: #6e9e41;
}
.leftcon {
	padding: 20px 0 0 0;
	width: 520px;
	min-height: 600px;
	float: left;
}
.leftcon_app {
	padding: 20px 0 0 0;
	width: 960px;
	min-height: 600px;
	float: left;
}
.rightbar {
	padding: 30px 75px 0 0;
	width: 360px;
	float: right;
	background-color: #ECECEC;
}
.rightbar_inner {
	padding: 0 0 0 110px;
}
.testimonial {
	width: 303px;
	height: 118px;
	background:transparent url('../i/testbkg.jpg') no-repeat;
	padding: 5px;
	margin: 20px 0 0 0;
	position: relative;
}
.ttext {
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	padding: 0;
	letter-spacing: 0px;
	font-weight: bold;
}
.name {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 1.2em;
	color: #fff;
	margin: 0;
	font-style: italic;
}
.place {
	position: absolute;
	right: 15px;
	bottom: -2px;
	font-size: 1.2em;
	color: #fff;
}
.offer {
	margin: 15px 0 0 0;
	font-family: Times New Roman, Serif;
	font-size: 2.5em;
}
/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, 
div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, 
div.span-21, div.span-22, div.span-23, div.span-24 {
  float: left;
  margin-right: 10px; 
}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 30px; }
.span-2  { width: 70px; }
.span-3  { width: 110px; }
.span-4  { width: 150px; }
.span-5  { width: 190px; }
.span-6  { width: 230px; }
.span-7  { width: 270px; }
.span-8  { width: 310px; }
.span-9  { width: 350px; }
.span-10 { width: 390px; }
.span-11 { width: 430px; }
.span-12 { width: 470px; }
.span-13 { width: 510px; }
.span-14 { width: 550px; }
.span-15 { width: 590px; }
.span-16 { width: 630px; }
.span-17 { width: 670px; }
.span-18 { width: 710px; }
.span-19 { width: 750px; }
.span-20 { width: 790px; }
.span-21 { width: 830px; }
.span-22 { width: 870px; }
.span-23 { width: 910px; }
.span-24, div.span-24 { width: 950px; margin: 0; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 40px; }  
.append-2  { padding-right: 80px; } 
.append-3  { padding-right: 120px; } 
.append-4  { padding-right: 160px; } 
.append-5  { padding-right: 200px; } 
.append-6  { padding-right: 240px; } 
.append-7  { padding-right: 280px; } 
.append-8  { padding-right: 320px; } 
.append-9  { padding-right: 360px; } 
.append-10 { padding-right: 400px; } 
.append-11 { padding-right: 440px; } 
.append-12 { padding-right: 480px; } 
.append-13 { padding-right: 520px; } 
.append-14 { padding-right: 560px; } 
.append-15 { padding-right: 600px; } 
.append-16 { padding-right: 640px; } 
.append-17 { padding-right: 680px; } 
.append-18 { padding-right: 720px; } 
.append-19 { padding-right: 760px; } 
.append-20 { padding-right: 800px; } 
.append-21 { padding-right: 840px; } 
.append-22 { padding-right: 880px; } 
.append-23 { padding-right: 920px; } 

/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 40px; }  
.prepend-2  { padding-left: 80px; } 
.prepend-3  { padding-left: 120px; } 
.prepend-4  { padding-left: 160px; } 
.prepend-5  { padding-left: 200px; } 
.prepend-6  { padding-left: 240px; } 
.prepend-7  { padding-left: 280px; } 
.prepend-8  { padding-left: 320px; } 
.prepend-9  { padding-left: 360px; } 
.prepend-10 { padding-left: 400px; } 
.prepend-11 { padding-left: 440px; } 
.prepend-12 { padding-left: 480px; } 
.prepend-13 { padding-left: 520px; } 
.prepend-14 { padding-left: 560px; } 
.prepend-15 { padding-left: 600px; } 
.prepend-16 { padding-left: 640px; } 
.prepend-17 { padding-left: 680px; } 
.prepend-18 { padding-left: 720px; } 
.prepend-19 { padding-left: 760px; } 
.prepend-20 { padding-left: 800px; } 
.prepend-21 { padding-left: 840px; } 
.prepend-22 { padding-left: 880px; } 
.prepend-23 { padding-left: 920px; } 

/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}
/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eee;
}
/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }

.pull-1, .pull-2, .pull-3, 
.pull-4, .pull-5, .pull-5 {
  float:left;
	position:relative;
}

.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }

.push-0, .push-1, .push-2, 
.push-3, .push-4, .push-5 { 
  float: right;
	position:relative;
}
/* Misc
-------------------------------------------------------------- */
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}
/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}
.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}
.clear { clear:both; }


/* -- Styling Forms
-------------------------------------------------------------- */

label       { font-weight: normal; }
ul.errorlist {
    color: red;
    padding: 0;
    margin: 0;
}
.errorlist li {
    list-style-type: none;
}
.app_heading {
	padding-top: 60px;
    clear: both;
}
.appform label  {
    display: block;
	font-size: .9em;
}
#id_home_page_form-name_first, #id_home_page_form-name_last, #id_home_page_form-email_primary {
	width: 233px;
}


/* Home Page Form*/
.start-here {
	font-size: 1.4em;
}
.name_first, .email_primary, .date_of_birth, .citizen, .loan_amount_desired
{
    clear: both;
    float: left;
    margin: 10px 10px 0 0;
}
.name_last  {
    float: left;
    margin: 10px 0 0 0;
}
.citizen li {
    list-style-type: none;
    float: left;
}
.submit_div {
    clear: both;
	text-align: center;
	margin: 60px 0 20px 57px;
	cursor: pointer;
	overflow: hidden;
	width: 121px;
	height: 31px;
}
.submit_div input {
	margin-top: -342px;
	margin-left: -314px;
}
.intro{
    margin: 0 0 75px 75px;
}
.intro_app {
	margin: 0 0 75px 135px;
}
.intro h4, .intro_app h4 {
	margin: 20px 0 15px 0;
}
.intro ol, .intro ul, .intro_app ol, .intro_app ul {
	margin-left: 30px;
}

/* -------  APPLICATION FORM  -------- */
/* ---- LEFT COLUMN ----  left element w/ clear*/
.app_name_first, .app_name_last, .app_email_primary, .app_best_call_time, .app_home_street, .app_home_city,
.app_employer_name, .app_employer_length, .app_phone_work, .app_income_date_1,
.app_bank_aba, .app_income_frequency,
.app_ref_01_name_full, .app_ref_02_name_full
{
    clear: both;
    float: left;
    margin: 10px 10px 0 0;
}
/* ---- MIDDLE COLUMS ---- */
.app_bank_account,
.app_ref_01_phone_home, .app_ref_02_phone_home
{
    float: left;
    margin: 10px 10px 0 0;
}
/* ---- RIGHT COLUMN ----   butt up to left element*/
.app_phone_home, .app_citizen, .app_home_unit, .app_home_state,
.app_work_ext, .app_income_monthly_net,.app_income_date_2,
.app_bank_account_type,
.app_ref_01_relationship, .app_ref_02_relationship
{
    float: left;
    margin: 10px 0 0 0;
}
/* ---- LIST ITEM -----    list item as none and displayed horizontally*/
.app_citizen li, .app_residence_type li, .app_military li, .app_cali_agree li,
.app_employer_length li, .app_income_direct_deposit li, .app_income_type li,
.app_legal_notice_1 li, .app_offers li
{
    list-style-type: none;
    float: left;
}
/* ---- CLEAR -----   just clear to be on it's own seperate line*/
.app_home_zip, .app_residence_type, .app_military, .app_cali_agree,
.app_ssn, .app_date_of_birth, .app_home_zip, .app_state_id_number,
.check_image, .app_income_type, .app_income_direct_deposit,
.app_bank_name,
.app_legal_notice_1, .app_offers
{
    clear: both;
    float: left;
    margin: 10px 0 0 0;
}
.check_image {
	background: transparent url('../i/rapid-dollar.png') 0px -383px no-repeat;
	width: 374px;
	height: 207px;
}

/* About You */
.app_ssn span{
    font-size: 22px;
}
.app_citizen ul {
    margin: 0 0 0 20px;
}
.app_citizen {
    width: 300px;
}
.app_date_of_birth, 
.app_employer_length, .app_income_type, .app_employer_name
{
    width: 400px;
}

/* Homepage */
.home_email_primary {
	padding-top: 4px;
	clear: both;
}
.home_loan_amount_desired {
	padding-top: 4px;
	clear: both;
}
.home_date_of_birth {
	clear: both;
	float: left;
	margin: 10px 0 0 0;
	width: 320px;	
}



/* Footer (Legal Notice, promotional offers)*/
.submit {
    clear: both;
    padding: 20px 0 0 0;
    margin: 0 140px 20px 125px;
	cursor: pointer;
	overflow: hidden;
	width: 121px;
	height: 31px;
}
.submit input {
	margin-top: -342px;
	margin-left: -192px;
}
.legal_info {
    clear: both;
    width: 400px;
}

/* application */
#personal_info, #financial_info, #bank_info, #reference_info, .app_legal_notice_1, .app_offers, .legal_info {
	
} 
/* height and width stuff, width not really necessary. */
.helpcontent { margin: 0 7px 0 8px; }

.ssn_help {
    position: absolute;
    top: 1003px;
    right: 390px;
    width: 140px;
	color: #55595c;
}
.state_id_number_help {
    position: absolute;
    top: 1050px;
    right: 390px;
    width: 140px;
	color: #55595c;
}
.bank_help {
    position: absolute;
    top: 1867px;
    right: 270px;
    width: 140px;
	color: #55595c;
}
.home_street_help {
    position: absolute;
    top: 762px;
    right: 320px;
    width: 140px;
	color: #55595c;
}

.employer_name_help {
    position: absolute;
    top: 1316px;
    right: 390px;
    width: 140px;
	color: #55595c;
}
.phone_work_help {
    position: absolute;
    top: 1368px;
    right: 270px;
    width: 140px;
	color: #55595c;
}
.ref_help {
    position: absolute;
    top: 2054px;
    right: 270px;
    width: 140px;
	color: #55595c;
}
/* Legal terms at bottom */
.terms {
	width: 960px;
	margin: 0px auto 0;
	background-color: #FFF; 
}
.terms_inner {
	padding: 25px 45px 25px 45px;
}
.terms p {
	text-align: left;
	font-size: .8em;
}

/* Form fields------------- */
input.text, input.title,
select  {
    margin: 0;
}
textarea {
  margin:0.5em 0;
  border:1px solid #bbb;
}
input.text:focus, input.title:focus,
textarea:focus {
  border:1px solid #666;
}
input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }
/* Success, notice and error boxes---------------- */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* CALENDARS & CLOCKS */
.calendarbox, .clockbox { margin:5px auto; font-size:11px; width:16em; text-align:center; background:#dac292; position:relative; }
.clockbox { width:auto; background: #eee;}
.calendar { margin:0; padding: 0; }
.calendar table { margin:0; padding:0; border-collapse:collapse; background:#eee; width:99%; }
.calendar caption, .calendarbox h2 { margin: 0; font-size:12px; text-align:center; border-top:none; }
.calendar th { font-size:10px; color:#666; padding:2px 3px; text-align:center; background:#e1e1e1 url(/media/img/admin/nav-bg.gif) 0 50% repeat-x; /*border-bottom:1px solid #ddd;*/ }
.calendar td { font-size:11px; text-align: center; padding: 0; /*border-top:1px solid #eee;*/ border-bottom:none; }
.calendar td.selected a { background: #C9DBED; }
.calendar td.nonday { background:#efefef; }
.calendar td.today a { background:#ffc; }
.calendar td a, .timelist a { display: block; font-weight:bold; padding:4px; text-decoration: none; color:#444; }
.calendar td a:hover, .timelist a:hover { background: #5b80b2; color:white; }
.calendar td a:active, .timelist a:active { background: #036; color:white; }
.calendarnav { font-size:10px; text-align: center; color:#ccc; margin:0; padding:1px 3px; }
.calendarnav a:link, #calendarnav a:visited, #calendarnav a:hover { color: #999; }
.calendar-shortcuts { background:white; font-size:10px; line-height:11px; /*border-top:1px solid #eee;*/ padding:3px 0 4px; color:#ccc; }
.calendarbox .calendarnav-previous, .calendarbox .calendarnav-next { display:block; position:absolute; font-weight:bold; font-size:12px; background:#C9DBED url(../img/admin/default-bg.gif) bottom left repeat-x; padding:1px 4px 2px 4px; color:white; }
.calendarnav-previous:hover, .calendarnav-next:hover { background:#036; }
.calendarnav-previous { top:0; left:0; }
.calendarnav-next { top:0; right:0; }
.calendar-cancel { margin:0 !important; padding:0; font-size:10px; background:#e1e1e1 url(../img/admin/nav-bg.gif) 0 50% repeat-x;  border-top:1px solid #ddd; }
.calendar-cancel a { padding:2px; color:#999; }
ul.timelist, .timelist li { list-style-type:none; margin:0; padding:0; }
.timelist a { padding:2px; }

/* Silo page styling ----------------------------*/
.silo-links {
    margin-top: 20px;
}
.silo-links ul {
    list-style-type: none;
}

/* Blog Styles */
.comment-count {
	float: right;
	text-style: italic;
}

/* Adsense */
div.adsense {
	text-align: center;
	padding: 0 0 25px 0;
}
