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

 *  http://www.1888nations.com

 *  owner: Planeteria Web Design

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

 *  created: 1/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_masthead.gif) center top repeat-x #fff;
	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.2em }
h1
{ display:none;}
h2
{ font-size:200%; color: #2a5e72;} /*Page Titles and Home page headline*/
h3
{ font-size:160%; margin-bottom:.5em; font-weight:normal; color: #2a5e72; font-weight: 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:960px;
	margin: 0 auto;
	text-align:left;
	z-index: 1;
}

#container2 {
	float: left;
	width: 960px;
	background: url(../images/bg_watermark.gif) 360px -50px no-repeat; 
}

	#sub #container2 {
		background: none;
	}

#masthead {
	position: relative;
	height: 82px;
	background: url(../images/bg_masthead_bottom.gif) left bottom repeat-x;
}

#logo {
	position: absolute;
	left: 15px;
	top: 13px;
	z-index: 4;
}

#watermark {
	position: absolute;
	left: 360px;
	top: -50px;
	z-index: 2;
}

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


#primenav
{
	list-style-type: none;
	padding: 0;
	font-size: 0.9em;
	position: absolute;
	left: 25px;
	top: 20px;
	margin-top: 0;
	z-index: 300;
}

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

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

#primenav a:link, #primenav a:visited {
	color: #6e706f;
	float: left;
	display:inline;
}

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

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

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

#banner {
	width: 960px;
	position: relative;
	height: 236px;
	background: url(../images/bg_home_banner.jpg) left top no-repeat;
	border-top: 3px solid #fff;
	z-index: 10;
}

	#about #banner {background: url(../images/bg_about_banner.jpg) left top no-repeat;}
	
	#contact #banner {background: url(../images/bg_contact_banner.jpg) left top no-repeat;}

	#headline {
		position: absolute;
		left: 703px;
		top: -10px;
	}
	
#content {
	padding: 40px 23px 0 77px;
	width: 860px;
	background: url(../images/bg_content.gif) left top repeat-x;
	border-top: 3px solid #fff;
	z-index: 8;
}
	#about #content {padding: 40px 23px 0 0; width: 937px;}
	#contact #content {padding: 40px 23px 0 0; width: 937px;}
	#steps #content {padding: 40px 23px 0 0; width: 937px;}

	#content_left {
		width: 361px;
		float: left;
	}
		#left_banner {
			position: fixed; 
			top: 125px;
			z-index: 100;
		}
	
		#about #content_left {
			width: 274px;
			background: #b5cde2;
			margin: -40px 0 0 0;
			padding: 13px;
			color: #fff;
		}
		
		#contact #content_left {
			width: 274px;
			background: #b5cde2;
			margin: -40px 0 0 0;
			padding: 13px;
			color: #fff;
		}
		
		#steps #content_left {
			width: 304px;
			background: #b5cde2;
			margin: 0;
			padding:0;
			color: #fff;
		}
		
		#thankyou #content_left {
			display: none;
			width: 1px;
		}
	
	#content_middle {
		float: left;
		margin: 0 0 0 40px;
		width: 200px;
	}
	
		#content_middle h2 {
			margin: 20px 0 0 0;
		}
	
		#about #content_middle {
			width: 555px;
		}
		
		#contact #content_middle {
			width: 555px;
		}
		
		#steps #content_middle {
			width: 555px;
			padding-bottom: 35px;
			margin-left: 335px;
			display: inline;
		}
		
		#thankyou #content_middle {
			width: 700px;
		}
	
	#content_right {
		float: right;
		width: 194px;
		background: url(../images/bg_starthere.gif) left top no-repeat #f1f1f1;
		min-height: 180px;
		margin: -40px 0 0 0;
		z-index: 11;
		padding: 104px 20px 0 20px;
	}
		*html #content_right {height: 180px;}
		
		#about #content_right {
			display: none;
			width: 1px;
		}
		
		#contact #content_right {
			display: none;
			width: 1px;
		}
		
		#steps #content_right {
			display: none;
			width: 1px;
		}
		
		#thankyou #content_right {
			display: none;
			width: 1px;
		}
/*--------------Footer--------------*/

#footer_container {
	background: url(../images/bg_footer_top.gif) left top repeat-x #dee8f2;
	border: 3px solid #fff;
	min-height: 60px;
	clear: both;
	text-align: center;
}
	*html #footer_container { height: 60px;}
	
#footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

	#footer a {color: #fff;}
	
	#footer h2 {
	 position: absolute;
	 left: 20px;
	 top: 20px;
	 font-size: 200%;
	}

#footer_box {
	background: #edb294;
	width: 204px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	margin: 7px 21px 0 700px;
	text-align: left;
	color: #fff;
	padding: 15px;
	font-size: 1.6em;
	font-weight: bold;
}




/* 
===============================================================================
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: 60px 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 */


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