body {
	margin:0px;
	background-color:#FFFFFF;
	font-family:"trebuchet MS", Verdana, Arial, "MS Sans Serif";
	color:#000000;
	font-size:13px;
	padding-bottom:20px;
}

.blocks {display:block}
img {margin:0px; border:none}
form {margin:0px}

 /*    COLORS    */
h1 {
	font-size:24px;
	color:#586a4a;
	font-weight:normal;
	margin-bottom:5px;
}
h2 {
	font-size:18px;
	color:#5c413c;
	font-weight:normal;
	margin-bottom:5px;
}
h3 {
	font-size:20px;
	color:#5c413c;
	font-weight:normal;
}
a {
	color:#5c413c;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#96c077;
	text-decoration:none;
}
a.nav-link {
	color:#000000;
	text-decoration:none;
}
a.nav-link:hover	{
	color:#5B413B;
	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:-1px;
}
#header-left	{
	overflow:visible;
	display:block;
	float:left;
	width:496px;
}
#logo	{
	position:absolute;
	height:101px;
	width:441px;
	
}
#header-img	{
	height:339px;
	width:496px;
	margin-top:102px;
}
#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-link	{
	padding-right:8px;
	padding-left:8px;
}
#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;
}


#form-bg	{
	display:table;
	clear:both;
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:246px;
	width:455px;
	margin-top:1px;

}
#form	{
	display:block;
	width:430px;
	height:110px;
	margin-top:90px;
	margin-left:15px;
}
.service-select, .first-name, .last-name, .email {
	position:absolute;
	width:120px;
	font-size:12px;
	display:block;

}
.first-name {
	margin:0px;
}
 .last-name	{
 	margin:0px 0px 0px 135px;
} 
.email	{
	margin:0px 0px 0px 270px;
}
.service-select	{
	width:200px;
	margin:35px 0px 0px 75px;
}
#form .continue-button {
	position:absolute;
	margin:25px 0px 0px 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:#586A4A;
	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;
}
.link-box a	{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin:0px;
	font-size:11px;
}
.link-box a:hover	{
	text-decoration:underline;
}
.link-box p {
	margin:0px;
}
#end-bottom	{
	display:block;
	clear:both;
	width:956px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;

}
#disclosures {
	width:220px;	
	display:block;
	clear:left;
	float:left;
	color:#909092;
	padding-left:50px;
	font-size:11px;
	padding-bottom:15px;
}
#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;
	width:600px;
	float:left;
	clear:right;
	text-align:left;
	color:#909092;
	margin-left:20px;
}
#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;
}