body {
	margin:0px;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:13px;
}


/*SITE LOGO BAR */




#logo-bar {
	left:50%;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	height:115px;
	background-color:#8F6C50;
	background-image:url(/images/logo-bar-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#logo {
	float:left;
	margin-top:40px;
	border:none;
}
#logo-link {
	float:right;
	margin-top:40px;
	border:none;
}
#logo-bar-btm {
	width:100%;
	background-image:url(/images/logo-bar-btm.jpg);
	background-repeat:repeat-x;
	height:19px;
}


#container {
	left:50%;
	margin-left:auto;
	margin-right:auto;
	width:910px;
	display:block;
	clear:both;
}
	
	
	
	
	
	
#site-title {
	width:900px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}
a {
	color:#FFCC33;
	text-decoration:none;
}
a:hover	{
	color:#FFCC33;
	text-decoration:underline;
}









/* HEADER AREA */




#header {
	width:900px;
	margin-left:10px;
	margin-top:25px;
	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:#000000;
	background-color:#5E7C65;
}
#nav-1:hover, #nav-2:hover, #nav-3:hover, #nav-4:hover, #nav-5:hover {
	background-color:#5E7C65;
}

#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-left:-20px;
	margin-top:-20px;
}
#form {
	text-align:center;
	width:243px;
	margin-top:60px;
	margin-left:12px;
	display:block;
}


/* creates illusion of cellpadding on all td's */
#dccr-loan-form td {
	padding:3px;
}
/* makes labels for all fields bold */
.form-01, .form-03, .form-05, .form-07 {
	font-weight:bold;
}
/* centers all form elements */
#dccr-loan-form td {
	text-align:center;
}
/* modifies the drop-down menu */
.select-01 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
}
/* modifies the input boxes */
.input-01, .input-02, .input-03 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}

#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:#8A674A;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}
#resources a:hover {
	text-decoration:underline;
}

.service-type, .first-name, .last-name, .email	{
	font-weight:bold;
	width:175px;
}
.service-type input, .first-name input, .last-name input, .email input, .service-select	{
	width:175px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:8px 0px 8px 0px;
}
.continue-button	{
	display:block;
}








/*CONTENT AREA */



#right-side {
	width:620px;
	float:right;
	clear:right;
}
#right-side p {
	line-height:18px;
}
h1 {
	color:#8A674A;
	font-size:24px;
	font-weight:normal;
}
h2 {
	color:#8A674A;
	font-size:18px;
	font-weight:normal;
	margin:0px;
}
h3 {
	color:#8A674A;
	font-size:14px;
	font-weight:bold;
}
#content-pic {
	float:right;
	margin:10px 0px 10px 10px;
}




#spacer {
	height:20px;
	display:block;
	clear:both;
}



/* FOOTER AREA */


#footer {
	padding:12px 20px 12px 20px;
	border-top:solid 2px #666666;
	display:block;
	clear:both;
}
#disclosures {
	float:left;
	clear:left;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:inline;
	margin-right:6px;
}
#disclosures a {
	color:#3D271E;
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline;
}
#lower-nav {
	float:right;
	clear:right;
}
#lower-nav a {
	color:#3D271E;
	text-decoration:none;
}
#lower-nav a:hover {
	text-decoration:underline;
}
