body {
	margin:0px;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	background-color:#FFEED7;
	color:#333333;
}
.block {display:block}
img {border:0px; margin:0px}
form {margin:0px}
#site-container {
	display:block;
	width:934px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}









#logo-image {
	position:absolute;
	margin:0px 0px 0px 0px;
}
#top-left {
	float:left;
	clear:left;
}
#top-right {
	float:right;
	clear:right;
}












#main-container {
	background-image:url(/images/site-bg.png);
	background-repeat:repeat-y;
	display:table;
	clear:both;
	width:934px;
	padding-bottom:20px;
}
#nav {
	display:table;
	clear:both;
	width:926px;
	margin-left:4px;
	height:30px;
	background-image:url(/images/nav-bg.jpg);
	background-repeat:repeat-x;
}











#content {
	width:572px;
	margin-left:4px;
	display:block;
	clear:left;
	float:left;
	padding:20px 30px 20px 30px;
}
#content-inset {
	width:542px;
	display:block;
	margin-left:-9px;
	background-color:#FFF2E1;
	padding:16px 20px 16px 20px;
	margin-bottom:16px;
}
#content-picture {
	background-image:url(/images/frame.png);
	background-repeat:no-repeat;
	height:143px;
	width:199px;
	float:left;
	margin:0px 10px 0px -60px;
	padding:9px 0px 0px 9px;
	display:block;
}	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-3px;
	font-size:28px;
	color:#000000;
	margin:0px;
	
}
h1 span {
	color:#FFA800;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#916946;
	font-weight:bold;
	font-size:16px;
	margin:0px;
	letter-spacing:-1px;
}	
a {
	color:#F0AB8E;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}











#right-side {
	width:280px;
	float:right;
	margin-right:18px;
	background-image:url(/images/form-bg.jpg);
	background-repeat:repeat-y;
}
#cta {
	position:absolute;
	margin-top:5px;
	margin-left:-230px;
}
#form {
	display:block;
	clear:both;
	text-align:center;
	margin:24px 0px 10px 20px;
	width:240px;
	border-bottom:2px solid #A1725F;
	padding-bottom:20px;
}



.labels {
   font-size:12px;
   font-weight:bold;
}
.first-name, .last-name, .email, .loan-amount {
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	margin-bottom:8px;
}
.first-name input, .last-name input, .email input {
	background-image:url(/images/form-shadow.png);
	background-repeat:no-repeat;
	width:100px;
	margin-left:13px;
}
.last-name input	{
	margin-left:14px;
}
.email input	{
	margin-left:40px;
}
.loan-amount input {
   font-size:12px;
}
.first-name input:hover, .last-name input:hover, .email input:hover {
	background-image:url(/images/input-hover.png);
}
.continue-button input {margin-top:10px}

#resources {
	display:block;
	clear:both;
	margin:30px 0px 10px 20px;
	width:240px;
	padding-bottom:10px;
	color:#FFFFFF;
}
.related {	
	font-size:16px;
	color:#000000;
	text-align:center;
	font-weight:bold;
}
#resources p {
	margin:0px 0px 16px 0px;
}
#resources a {
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}
#resources a:hover {
	color:#000000;
	text-decoration:underline;
}




















#footer {
	left:50%;
	margin-right:auto;
	margin-left:auto;
	padding:14px;
	width:906px;
}
#disclosures {
	float:left;
	color:#666666;
	font-weight:normal;
}
#disclosures ul {
	margin:0px;
	padding:0px;
	font-size:12px;
}
#disclosures ul li {
	display:inline;
	margin-right:10px;
}
#disclosures ul li a {
	color:#666666;
	text-decoration:none;
}
#disclosures ul li a:hover {
	text-decoration:underline;
}
#links {
	color:#666666;
	float:right;
	text-align:right;
	font-size:12px;
}
#links a {
	color:#666666;
	text-decoration:none;
}
#links a:hover {
	text-decoration:underline;
}