body {
	margin:0px;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
	color:#666666;
}


/*SITE LOGO BAR */




#logo-bar {
	left:50%;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	height:115px;
	background-color:#56A3E1;
	background-image:url(/images/logo-bar-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#logo {
	float:left;
	margin-top:24px;
	border:none;
}
#logo-bar-btm {
	width:100%;
	background-image:url(/images/logo-bar-btm.jpg);
	background-repeat:repeat-x;
	height:58px;
}


#container {
	left:50%;
	margin-left:auto;
	margin-right:auto;
	width:910px;
	display:block;
	clear:both;
}
	
	
	
	
	
	
#site-title {
	width:622px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}









/* HEADER AREA */




#header {
	width:900px;
	margin-left:10px;
	margin-top:-14px;
	margin-bottom:25px;
	height:231px;
	background-image:url(/images/nav-bg.jpg);
	background-repeat:no-repeat;
}
#nav {	
	float:left;
	margin-left:34px;
	width:210px;
	margin-top:22px;
}
#nav-1, #nav-2, #nav-3, #nav-4, #nav-5 {
	height:24px;
	margin-top:10px;
	padding-top:4px;
	width:176px;
	padding-left:6px;
}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	font-size:12px;
}
#nav a:hover {
	color:#FFFFFF;
}
#nav-1:hover, #nav-2:hover, #nav-3:hover, #nav-4:hover, #nav-5:hover {
	background-color:#8F8951;
}

#main-image {
	float:right;
	width:648px;
	height:216px;
	margin-top:7px;
	margin-right:8px;
}
	





#content-containter {
	width:910px;
	display:block;
	clear:both;
	margin-bottom:20px;
}










/*FORM AND LINK AREAS */	

#left-side {
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	clear:left;
	width:255px;
	min-height:256px;
}
#form-cta {
	position:absolute;
	margin-top:-15px;
	margin-left:-5px;
}
#form {
	text-align:center;
	width:240px;
	margin-top:90px;
	margin-left:16px;
	display:block;
}
.labels {
   font-size:12px;
   font-weight:bold;
}
.first-name, .last-name, .email, .loan-amount {
    margin-bottom:8px;
}
.first-name input, .last-name input, .email input {
	width:100px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	margin-left:11px;
}
.last-name input	{
	margin-left:14px;
}
.email input	{
	margin-left:40px;
}
.loan-amount input {
   font-size:12px;
}
.continue-button input {margin-top:10px}}

#resources {
	min-height:364px;
	background-image:url(/images/resource-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 12px 20px 20px;
	display:block;
	margin-top:40px;
	font-size:11px;
}
#resources a {
	color:#8F8951;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}
#resources a:hover {
	text-decoration:underline;
}
#link-title {
	font-size:16px;
	font-variant:small-caps;
	color:#666666;
	font-weight:bold;
}









/*CONTENT AREA */



#right-side {
	width:620px;
	float:right;
	clear:right;
}
#right-side p {
	line-height:19px;
}
#right-side a {
	color:#51A0E0;
}
h1 {
	color:#51A0E0;
	font-size:24px;
	font-weight:normal;
}
h2 {
	color:#51A0E0;
	font-size:18px;
	font-weight:normal;
	margin:0px;
}
h3 {
	color:#51A0E0;
	font-size:14px;
	font-weight:bold;
}
#content-pic {
	margin:10px 0px 10px 10px;
	float:right;
}




#spacer {
	height:20px;
	display:block;
	clear:both;
}



/* FOOTER AREA */


#footer {
	padding:12px 20px 12px 20px;
	border-top:solid 2px #08BDC4;
	display:block;
	clear:both;
}
#disclosures {
	float:left;
	clear:left;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:6px;
	color:#293336;
}
#disclosures a {
	color:#293336;
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline;
}
#lower-nav {
	float:right;
	clear:right;
}
#lower-nav a {
	color:#293336;
	text-decoration:none;
}
#lower-nav a:hover {
	text-decoration:underline;
}