body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:"trebuchet MS", Verdana, Arial, "MS Sans Serif";
	color:#000000;
	font-size:13px;
	margin-bottom:10px;
	padding-bottom:20px;
	
	
}

.blocks {display:block}
img {margin:0px; border:none}
form {margin:0px}

 /*    COLORS    */
h1 {
	font-size:24px;
	color:#735e5b;
	font-weight:normal;
	margin-bottom:5px;
}
h2 {
	font-size:18px;
	color:#735e5b;
	font-weight:normal;
	margin-bottom:5px;
}
h3 {
	font-size:20px;
	color:#67806f;
	font-weight:normal;
}
a {
	color:#2a812c;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#64c166;
	text-decoration:none;
}
a.nav-link {
	color:#212031;
	text-decoration:none;
}
a.nav-link:hover	{
	color:#2a812c;
	text-decoration:underline;
}
.blurb	{
	color:#212031;
}

#site-container	{
	display:block;
	clear:both;
	width:956px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	
}
#header	{
	overflow:visible;
	height:440px;
	width:956px;
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	margin-top:-2px;
}
#header-left	{
	overflow:visible;
	display:block;
	float:left;
	width:496px;
}
#logo	{
	position:absolute;
	height:110px;
	width:384px;
	
}
#header-img	{
	height:330px;
	width:496px;
	margin-top:111px;
}
#header-right	{
	width:455px;
	float:right;
	clear:right;
	display:block;
	margin-right:5px;
	height:441px;
	}
#nav	{
	display:block;
	height:23px;
	padding:30px 10px 0px 10px;
}

.nav	{
	colore:#2a812c;
}

.nav-link	{
	padding-right:8px;
	padding-left:8px;
	color:#2a812c;
}

#right-header-blurb	{
	width:309px;
	height:76px;
	padding-right:30px;
	padding-left:10px;
	padding-top:15px;
	
}
#blurb-form	{
	display:block;
	height:141px;
}	


#img-form	{
	display:block;
	width:455px;
	height:137px;
}
#img-form input {
	margin:0px;
}
#form-bg	{
	display:table;
	clear:both;
	background-image:url(/images/index-form-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:246px;
	width:455px;
	margin-top:1px;

}

#form	{
   display:block;
   margin-top:95px;
   margin-left:15px;
   position:absolute;
   width:430px;
}

.first-name, .last-name, .email	{
	font-size:14px;
	font:helvetica;
	position:absolute;
	display:block;
}
.last-name {
	margin-top:30px;
	margin-left:1px;
}
.email {
	margin-top:60px;
	margin-right:3px;
}	
.first-name input, .last-name input, .email input	{
	background-color:#ffffff !important;
	border-color:#999999;
}
.email input	{
	margin-left:28px;
}

.loan-amount	{
	display:none;
}

.continue-button {
	position:absolute;
	display:block;
	margin-left:300px;
}


#content-wrapper	{
	display:block;
	clear:both;
	width:906px;
	padding-left:50px;
}
#container-left	{
	display:block;
	clear:left;
	float:left;
	width:592px;
	padding-bottom:15px;
	}
#container-right	{
	display:block;
	clear:right;
	float:right;
	width:309px;
}
#top-cta	{
	margin-left:10px;
	margin-bottom:15px
}
#bottom-cta	{
	margin-left:10px;
}
#footer	{
	display:block;
	clear:both;
	width:901px;
	border-bottom:solid 1px #909092;
	border-top:solid 1px #212031;
	margin-left:50px;
	
}
#footer span p	{
	color:#735E5B;
	font-size:18px;
	margin:10px 0px 0px 0px;
}
#resources {
	display:block;
	clear:both;
	height:110px;
	width:901px;
	padding-top:10px;
	
}

.link-box {
	display:block;
	float:left;
	width:136px;
	font-size:11px;
	padding-right:12px;
	color:#000000;
}
.link-box a	{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:0px;
	font-size:11px;
}
.link-box a:hover	{
	text-decoration:underline;
	color:#64c166;
}
.link-box p {
	margin:0px;
}
#end-bottom	{
	display:block;
	clear:both;
	width:956px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	

}
#disclosures {
	width:210px;	
	display:inline;
	clear:left;
	float:left;
	color:#909092;
	padding-left:50px;
	font-size:11px;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:15px;
	list-style:none;
}
#disclosures ul li a {	
	color:#909092;
}
#disclosures a {
	text-decoration:none;
	color:#333333;
}
#disclosures a:hover {
	text-decoration:underline;
}
#bottom-nav	{
	display:block;
	float:right;
	clear:right;
	text-align:left;
	color:#909092;
}
#bottom-nav a {
	color:#909092;
	margin:0px 5px 0px 5px;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#bottom-nav a:hover {
	text-decoration:underline;
}