body {
	margin:0px;
	background-color:#93C3D9;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12px;
}
img {
	border:0px;
}
#fake-bg {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#B9B9B9;
	padding-bottom:40px;
}

#main {
	width:914px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	display:table;
}
#quote {
	height:53px;
	width:620px;
	background-image:url(/images/quote-bg.png);
}
#quote-text {
	position:absolute;
	padding-left:18px;
	width:620px;
	height:39px;
}
#quote-text span {
	color:#C6612B;
}
#quote-text span a{
	color:#772302;
	text-decoration:none;
}	
p.quote {
	margin:0px;
	padding-top:16px;
	font-size:14px;
	font-family:"trebuchet MS", Tahoma, Arial, sans-serif;
	font-weight:bold;
}
#logo {
	float:left;
}
#nav {
	width:470px;
	float:right;
	margin-top:98px;
	margin-right:7px;
}
#main-image {
	display:table-row;
	clear:both;
}
#float-text-index {
    position:absolute;
	margin-top:40px;
	margin-left:40px;
	width:520px;
}
p.big-text {
	font-size:40px;
	color:#772302;
}
#body-area {
	display:table-row;
	clear:both;
	margin-top:5px;
}

#content-wrapper {
	width:620px;
	float:left;
	display:block;	
}

#content {
	background-image:url(/images/content-mid.png);
	background-repeat:repeat-y;
	padding:40px;
}

#form {
	background-image:url(/images/apply-background.jpg);
	background-repeat:no-repeat;
	width:276px;
	height:405px;
	float:right;
	margin-top:5px;
	padding-top:40px;
	color:#FFFFFF;
	font-size:16px;
}
.input {
	border:1px solid #0033CC;
}
h1 {
	color:#333333;
	font-size:22px;
}
h2 {
	color:#0B6D8B;
	font-size:16px;
	font-weight:bold;
}
.color-change {
	color:#376589;
	font-weight:lighter;
	font-size:30px;
}
.border {
	border-bottom:1px solid #C8CD2B;
	padding-right:40px;
}
.content-picture {
	margin:20px;
	border-bottom:1px solid #C8CD2B;
}
.button {
	margin-top:8px;
}
#footer {
	background-image:url(/images/footer-bg.jpg);
	background-repeat:repeat-x;
	height:178px;
	width:100%;
	clear:both;
	padding-top:20px;
}
.select {
	width:200px;
}
#copy {
	left:50%;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	color:#333333;
}
#copy a {
	color:#333333;
	text-decoration:none;
}	
#apply-topper {
	margin-top:-150px;
	position:absolute;
}
.get-help {
	font-size:30px;
}






/* creates illusion of cellpadding on all td's */
#dccr-loan-form td {
	padding:5px;
}




/* 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:12px;
}



/* modifies the input boxes */
.input-01, .input-02, .input-03 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
}
#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#FFFFFF;
  font-size:11px;
}
#disclosures a 	{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#disclosures a:hover	{
	text-decoration:underline;
}
#form-new {
	display:block;
	text-align:center;
	padding-left:50px;
}
.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;
	display:block;
}
.continue-button input	{
	display:block;
	margin-left:15px;
}