/* ==================================================================

 *  http://www.1800ThisLoan.com

 *  owner: Planeteria Web Design

 *  author: Shawn Emory (semory@planeteria.com}

 *  created: 3/19/2007

 * ================================================================== */

 
* {padding:0; margin:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0 0 20px 0;
	color: #000;
	background: url(../images/bg.gif) center top repeat-y #960c05;
	text-align:center;
}

p { 
	margin:0 0 1.1em 0;
}


img {
border:0;
}

/* 
===============================================================================
Clearfix 
===============================================================================
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*---------------------------------------------------------------------------*/

/* ==================================================================
 * Headings
 * ================================================================== */

h1, h2, h3, h4, h5, h6
{ color:#293378; font-weight:bold; margin:0 0 .7em 0; line-height:1.3em }
h1
{ display:none;}
h2
{ font-size:110%; margin-bottom:.9em;  color: #000; font-weight: bold;} /*Page Titles and Home page headline*/
h3
{ font-size:110%; clear: left;}
h4
{ font-size:110%}
h5
{ font-size:110%}
h6
{ font-size:110%}

/* ==================================================================
 * Lists
 * ================================================================== */

ul li {
	background:url(../images/bullet_list.gif) no-repeat 0 .3em;
	margin:0;
	padding:0 0 1em 1.3em;
	line-height: 1.2em;
	list-style: none;
}

ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* ==================================================================
 * Links
 * ================================================================== */

a:link {
	color: #2A5E72;
	text-decoration:none;
}

a:visited {
	color: #2A5E72;
	text-decoration:none;
}

a:hover {
	color: #2A5E72;
	text-decoration: underline;
}

a:active {
	color: #2A5E72;
	text-decoration: underline;
}

/* ==================================================================
 * Misc
 * ================================================================== */

.img_right {
	float: right;
	margin: 0 0 20px 20px;
}

.img_left {
	float: left;
	margin: 0 15px 20px 0;
}

.clear {
	clear: both;
}

.quote {
	padding: 25px 0 0 8px;
	background: url(../../images/bg_openquote.gif) left top no-repeat;
	color: #0d116c;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.8em;
}
	.quote div {display:inline; position:relative;}
	.quote img {position:absolute; left: 10px; top: 6px;}
	
.rule {
	background:url(../../images/bg_hr.gif) left top repeat-x;
	height: 27px;
	clear: both;
}


/* ==================================================================
 * Layout
 * ================================================================== */

#container {
	font-size: 1em;
	line-height: 1.3em;
	width:950px;
	margin: 0 auto;
	text-align:left;
	z-index: 1;
}

#container2 {
	float: left;
	position: relative;
	width: 950px;
	padding: 0;
	margin-left: 1px;
	background:url(../images/bg.gif) left top repeat-y;
}


/* ---------------------[ Primary Nav] */


#primenav_container {
	margin: 20px 0 0 50px;
	clear: both;
}

#primenav
{
	list-style-type: none;
	padding: 0;
	font-size: 1em;
	margin-top: 0;
	z-index: 300;
}

#primenav li
{
	float: left;
	line-height: 1.1em;
	border-left: 1px solid #1e5592;
	padding: 0 10px 0 10px;
	background-image:none;
}

#primenav li.firstchild {
	border-left: none;
}

#primenav a:link, #primenav a:visited {
	color: #1e5592;
	float: left;
	display:inline;
}

#primenav a:hover {
	text-decoration:underline;
}

#primenav #primenav_selected {
	text-decoration: none;
	font-weight:bold;
}

/* ---------------------[ End Primary Nav] */

#content {
	width: 950px;
	position: relative;
	float: left;
	background:url(../images/bg_home.jpg) left top no-repeat;
	text-align:left;
	min-height: 670px;
	}
		#sub #content {
			background:url(../images/bg_sub.jpg) left top no-repeat;
		}
		
		#steps #content {
			background:url(../images/bg_steps.jpg) left top no-repeat;
		}
	
	*html #content {
		height: 670px;
	}

	#content_left {
		display:inline;
		margin: 0 0 0 400px;
		padding: 500px 0 20px 0;
		width: 466px;
		float: left;
		position: relative;
	}
		#sub #content_left {
			width: 300px;
			margin: 0 0 0 40px;
		}
		
			#steps #content_left {
				width: 300px;
				margin: 0 0 0 75px;
				padding: 150px 0 20px 0;
			}
			
				#thankyou #content_left {
					width: 1px;
					display: none;
				}
		
		#left_banner {
			position: fixed; 
			top: 150px;
			z-index: 100;
		}
		#left_banner img {border: 1px solid #a0420f;}

	
	#content_right {
		position: relative;
		display: inline;
		margin: 0 0 0 65px;
		float: left;
		padding: 500px 0 0 0;
		width: 470px;
	}
		#sub #content_right {
			width: 400px;
			margin: 0 0 20px 65px;
		}
		
			#steps #content_right {
				width: 400px;
				margin: 0 0 20px 65px;
				padding: 150px 0 0 0;
			}
				#thankyou #content_right {
					width: 750px;
					margin: 0 0 20px 65px;
					padding: 150px 0 0 0;
				}
		
	
	#start_here {
		position: absolute;
		left: 82px;
		top: 164px;
		width: 230px;
		color: #fff;
	}
		#start_here h2 { color: #fff;}
	
	#home_headline {
		color: #7a1527;
		font-size: 200%;
	}





/* 
===============================================================================
BEGIN FORM STEP 1 PROPERTIES 
===============================================================================
*/

#right {
float: right;
display: block;
/*margin: 110px 0 10px 0;*/ 
}

#form {
display: block;
margin-top: 35px; 
}

#longForm p.intro { margin: 20px 0 0 0; padding: 0 10px !important; }

#longForm {
display: block;
width: 440px;
border: 1px solid #ccc;
margin-top: 35px;
margin-bottom: 35px;
padding: 8px;
float: left;
}

img#get_started {	
margin: 0 0 10px 0;
}

form {
margin: 0;
padding: 0 0 45px 0;
}

#zipForm ul {
padding: 0 0 0 10px;
list-style: none;
line-height: 11px;
}

#zipForm li {
margin: 0 0 3px 0;
list-style: none;
clear: both;
background: none;
}

#zipForm li.formfield {
margin: 0 0 8px 0;
}

#zipForm input {
padding: 3px 0 4px 0;
border: 1px solid #999;
}

#zipForm div.form_zip {
float: left;
width: 354px;
margin-right: 5px;
}

button {
float: left;
border: 0;
margin: 0;
padding: 0;
overflow: visible;
background: none;
}

button img {
margin: 0;
padding: 0;
border: 0;
}

/*---------------------------------------------------------------------------*/


/* 
===============================================================================
BEGIN LONG FORM PROPERTIES 
===============================================================================
*/

#error_message {
margin: 0;
}

#longForm {margin-top: 0 !important; }

#longForm h3 {margin-left: 10px; }

#longForm button {
float: right;
display: inline;
margin: 0 10px 0 0;
}

#longForm dl {
display: block;
margin: 0 10px 0 10px;
width: 420px;
}

#longForm dt {
float: left;
display: block;
width: 211px;
text-align: right;
padding-right: 15px;
line-height: 18px;
}

#longForm dd {
float: left;
display: block;
width: 194px;
margin-bottom: 8px;
}

#longForm input {
width: 190px;
margin: 0;
padding: 0;
}

#longForm textarea {
width: 190px;
margin: 0;
padding: 0;
border: 1px solid #1e6db1;
}

#longForm select {
width: 194px;
margin: 0;
padding: 0;
}

/* THIRDS */
#longForm dd.thirdMargin {
display: inline;
width: 60px !important;
margin: 0 7px 0 0 !important;
}

#longForm dd.third {
float: left;
display: block;
width: 60px !important;
}

#longForm .thirdMargin input {
width: 56px !important;
}

#longForm .third input {
width: 56px !important;
}

#longForm .thirdMargin select {
width: 60px !important;
}

#longForm .third select {
width: 60px !important;
}
/* END THIRDS */


/* HALF */
#longForm dd.halfMargin {
display: inline;
width: 93px !important;
margin-right: 8px;
}

#longForm dd.half {
float: left;
display: block;
width: 93px !important;
}

#longForm .halfMargin input {
width: 89px !important;
}

#longForm .half input {
width: 89px !important;
}

#longForm .halfMargin select {
width: 93px !important;
}

#longForm .half select {
width: 93px !important;
}
/* END HALF */


/* PHONE */
#longForm dd.phoneMargin {
display: inline;
width: 50px !important;
margin: 0 7px 0 0 !important;
}

#longForm dd.phone {
display: inline;
width: 70px !important;
}

#longForm .phoneMargin input {
width: 46px !important;
}

#longForm .phone input {
width: 76px !important;
}

#longForm .phoneMargin select {
width: 50px !important;
}

#longForm .phone select {
width: 80px !important;
}
/* END PHONE */

/* CHECKBOXES */
.checkBox {
	clear: both;
}


.checkBox dt {
display: block !important;
width: 15px !important;
color: #fff;
text-align: left;
padding-right: 15px;
line-height: 18px;
border: none;
}

.checkBox input {
width: 12px!important;
float: left;
}

.checkBox dd {
float: left;
display: block !important;
width: 390px !important;
text-align: justify;
}

.checkBox a { }
.checkBox a:hover {color: #ccc; }

/* END CHECKBOXES */


/*---------------------------------------------------------------------------*/

.flagged {
background: url(../images/error_arrow.gif) no-repeat 98% 5px;
}

.flagged p {
color: #000;
}

.flagged .red {
display: none;
}

.flagged .redBold {
display: none;
}

