@charset "utf-8";
/* CSS Document */

/*Reset*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html {
	background-color: #DEDEDE;
}

h3 {
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/mainBG.jpg) repeat-x;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 26px;
	float: left;
}

#nav {
	float: right;
}

#nav ul {
	margin-top: 30px;
	list-style: none;
}

#nav h1 {
	display: none;
}

#nav li {
	float: left;
	margin-right: 20px;
	position: relative;
}

#home {
	height: 26px;
	width: 64px;
}

#home a {
	background: url(../images/home.gif);
	height: 26px;
	width: 64px;
}

#about {
	height: 26px;
	width: 94px;
}

#about a{
	background: url(../images/about_us.gif);
	width: 94px;
	height: 26px;
}

#works {
	height: 26px;
	width: 138px;
}

#works a{
	background: url(../images/how_it_works.gif);
	width: 138px; 
	height: 26px;
}

#news {
	height: 26px;
	width: 142px;
}

#news a{
	background: url(../images/news_articles.gif);
	width: 142px;
	height: 26px;
}

/*
#home a:hover, #about a:hover, #works a:hover, #news a:hover {
*/
.top-link a:hover, .top-link.active a {
	background-position: bottom !important;
	cursor: pointer;
}

#homeA, #aboutA, #worksA, #newsA {
	position: absolute;
}

#banner {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#banner img {
	margin-top: 50px;
}

.banner-date {position:relative;top:370px;width: 300px;font-weight:bold;font-family:Geneva;font-size: 18px;left:50%;margin-left: -168px; color:#444;}
#content_container {
	background-color: #fff;
	padding: 20px 0 60px;
}

#content {
	width: 960px;
	margin: 0 auto;
}

#content h1 {
	color: #454545;
	font-family: FuturaBT Medium, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 14px;
	line-height: 20px;
}

#content img {
	float: left;
	margin-right: 20px;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #454545;
	line-height: 20px;
	margin-bottom: 10px;
}

.quote_info {
	font-size: 16px;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
}

.quote_name {
	font-weight: bold;
}

.quote_p {
	margin-top: 0;
}

#home_copy {
	display: block;
	width: 628px;
}

#articles {
	margin-top: 70px;
	margin-bottom: 50px;
}

.article {
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
}

.article_top {
	background: url(../images/article_top.jpg) no-repeat;
	width: 303px;
	height: 2px;
}

.article_content {
	background: url(../images/article_repeat.jpg) repeat-y;
	width: 283px;
	height: 160px;
	padding: 10px;
}

.article_bottom {
	background: url(../images/article_bottom.jpg) no-repeat;
	width: 303px;
	height: 3px;
}

.article_bottom a {
	float: right;
	margin-top: -20px;
	margin-right: 15px;
	color: #0460a1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.article_num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #454545;
}

.article_title {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	padding-top: 15px;
}

.article p {
	font-size: 14px;
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	margin-top: 10px;
	padding-top: 7px;
}

#content .article img {
	margin-right: 10px;
}
	

.clear {
	clear: both;
}

#footer_container {
	height: 40px;
	background: #dedede;
	border-top: #666 5px solid;
	width: 100%;
	padding-top: 15px;
	height: 70px;
}

#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #111;
	text-decoration: underline;
}

#testimonials {
	float: left;
	width: 400px;
	text-align: left;
}

#footer_nav {
	float: right;
	text-align: right;
}

/* Banner Images */

#banner #home_banner {
	display: inline-block;
}

#banner #about_banner {
	display: none;
}

#banner #works_banner {
	display: none;
}

#banner #news_banner {
	display: none;
}

/* different pages content */


#home_copy {
	display: inline-block;
}

#works_copy {
	display: none;
}

#about_copy {
	display: none;
}

#news_copy{
	display: none;
}

#free_money_subcopy {
	display: none;
}

#made_easy_subcopy {
	display: none;
}

/* end */

#works_copy, #about_copy, #home_copy, #misconceptions, #free_money, #made_easy, #news_copy {
	width: 600px;
}

#works_copy ol, #free_money_list {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: decimal;
	font-size: 14px;
	color: #454545;
	padding-left: 50px;
}

 #easy_list {
	 font-family: Arial, Helvetica, sans-serif;
	list-style-type: decimal;
	font-size: 14px;
	color: #454545;
	padding-left: 50px;
	margin-top: 20px;
 }

#free_money_subcopy p, #made_easy_subcopy p {
	margin-top: 20px;
}

#works_copy li, #free_money_list li {
	list-style-type: decimal;
	margin-top: 20px;
}

#easy_list li {
	margin-top: 20px;
}

.article_bubble {
	background: url(../images/article_bubble.jpg);
	height: 45px;
	width: 611px;
	padding-top: 9px;
	margin-top: 20px;
}

.article_bubble ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 14px;
}

.article_bubble li {
	float: left;
	margin-left: 23px;
}

.article_bubble a {
	color: #045f9f;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

strong {
	font-weight: bold;
}

/* Form */

#form {
	position: absolute;
	top: 107px;
	left: 50%;
	margin-left: 143px;
	display:block;
}

#form_repeat {
	background: #045f9f url(../images/form_repeat.jpg) repeat-x;
	padding-left: 35px;
	padding-right: 35px;
	width: 320px;
	margin-left: 14px;
	padding-left: 6px;
	padding-right: 5px;
	width: 292px;
	border-right: 4px solid #666;
	border-left: 4px solid #666;
    padding-bottom: 20px;
}

.form_questions {overflow:hidden;display:block;margin:0 10px 30px;color:#fff;}
.form_questions label {display:block;color: #fff; color: rgba(255, 255, 255, .8);margin: 10px 0 3px;font-weight:bold; font-size: 11px;}
.form_questions input[type=text] {border:1px solid #000; border-color: rgba(0, 0, 0, .3)background:#fff; background: rgba(255, 255, 255, .9); font-family: Arial;padding: 1px 2px;font-size: 12px;width:125px; 
	padding: 4px;

	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.form_questions select {border:1px solid #adadad;font-family: Arial;padding: 1px 2px;font-size: 12px;width:125px;}
.form_questions input.large {width:100%;}
.form_questions textarea {width:100%;height:80px;}
.form_questions #State {width: 45px;}
.form_questions #Zipcode {width: 50px;}

.progress {
	background: url(../images/steps1.png);
	height: 54px;
	width: 259px;
	margin-left: auto;
	margin-right: auto;
}

#privacy {
	display:block;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	line-height: 10px;
	font-size: 11px;
	margin-left: 15px;
}

#privacy a {
	font-size: 11px;
	color: #e4e4e4;
	text-decoration: none;
}

#short_form {color:#fff}

#short_form #step_2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

#offer {
    margin-top: 10px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.39);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.39);
    box-shadow: inset 0 0 2px rgba(0,0,0,0.39);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 10px;
    background: #1d76b5;
    font-weight: normal;
}

#offer_span {
    
}

#offer_span a {
    color: #fff;
    font-size:
}

.submit {
	background: url(../images/submit.png) no-repeat;
	height: 35px;
	width: 127px;
	border: none;
	margin-left: 15px;
    float: right;
    margin-right: 20px;
}

.final_submit {
    float: left;
    width: 97px;
}

#privacy_policy a, #privacy_policy {
    color: #e4e4e4;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    text-align: right;
}

.submit:hover {
	cursor: pointer;
}

#form_bottom {
	background: url(../images/form_bottom.png);
	height: 9px;
	width: 325px;
}

.bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #e4e4e4;
	font-size: 11px;
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 15px;
}

/* Privacy Policy */

#privacy_page, #rules {
 background: url(../images/privacyBG.jpg) repeat-x;	
 margin: 0;
 padding: 0;
}

#content_rp {
	width: 914px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
	padding-left: 30px;
}

#content_rp h1 {
	font-weight: bold;
	margin-bottom: 20px;
	color: #454545;
	font-family: FuturaBT Medium, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

#content_rp p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 814px;
}

#content_rp h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
}

hr {
	border-style: dotted; 
	width: 700px; 
	margin-top: 20px;
	margin-bottom: 20px;
}

.rules ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rules li {
	list-style-type: decimal;
	margin-bottom: 30px;
}

#footer a {
	color: #222;
	text-decoration: underline;
	line-height: 20px;
	font-size: 12px;
}

.off_rules {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 9px;
	margin-bottom: -10px;
    color: #454545;
}
