body
{
	font-size : 12px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	padding : 0px;
	margin : 0px;
}

a:link 
{ 
	color: #265267;
}

a:visited 
{ 
	color: #6b95a1;
}

h1, h2, h3, h4
{
	font-family: Georgia, Times, serif;
	color: #265267;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

.container 
{
	position: absolute;
	top:40px;
	left: 40px;
	width: 700px;
	border: 1px solid #b2cfca;
	padding-bottom: 40px;
	background-image: url("/images/bg.gif");
	background-repeat: repeat-y;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 177px;
}

.photo
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.textnav
{
	position: absolute;
	bottom: 0px;
	left: 177px;
	width: 523px;
	background-color: #6B95A1;
	color: #daedea;
	text-align: center;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}

.textnav a
{
	color: #daedea;
}

.textnav a:visited
{
	color: #f1f1f1;
}

.content
{
	position : relative;
	top: 340px;
	left: 177px;
	width: 475px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 255px;
}

.copy
{
	position: relative;
	top: 15px;
	left: 177px;
	width: 500px;
	text-align: center;
	font-size: 10px;
}
.copy ul {
	margin:0px;
	padding:0px;
}
.copy ul li {
	display:inline;
	margin-right:10px;
}

.testimonials
{
	position: absolute;
	top: 362px;
	left: 0px;
	width: 177px;
	background-color: #dec6b3;	
}

.testimonials p
{
	padding: 10px;
}

.testimonials a:link
{
	text-decoration: none;
}

.testimonials a:hover
{
	text-decoration: underline;
}
.testimonials a:visited
{
	text-decoration: none;
}

.testimonials i
{
	font: italic bold 16px Georgia, Times, serif;
	color: #265267;
}
.support-a	{
	margin-left:10px;
	font-size:14px;
}
td
{
	font-size : 10px;
}

.form
{
	position : absolute;
	top : 100px;
	right : 20px;
	padding: 10px 10px 0px 10px;
	background-color : #B2CFCA;
	font-size: 9px;
	width:210px;
	height:225px;
}

input 
{
	font: 12px arial, georgia, sans-serif;
}

.bullets
{
	position : absolute;
	top : 100px;
	left : 190px;
	width : 200px;
	color: #265267;
	font-size: 14px;
}

.bullets ul
{
	list-style-type: circle;
	
}

.bullets li
{
	margin-top: 10px;
}	

.breadcrumbs
{
	text-transform : capitalize;
	font-size: 10px;
}

.prop
{
	height: 840px;
	float: left;
	width: 1px;
}

.clear 
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

.nonheading
{
	font-size: 16px; 
	color: #265267; 
	font-family: Georgia, Times, serif; 
	text-align: center;
}

.peach
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100px;
	width: 20px;
	background-color: #ffcfae;
}

.rose
{
	position:absolute;
	top: 300px;
	right: 0px;
	height: 200px;
	width: 20px;
	background-color: #c58984;
}

/* creates illusion of cellpadding on all td's 
#dccr-loan-form td {
	padding:2px;
}
/* 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:10px;
	background-color:#FFFFFF !important;
}
/* modifies the input boxes
.input-01, .input-02, .input-03 {
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:10px;
	background-color:#FFFFFF !important;
}
.form-09 input {
	margin-top:10px;
}*/
#form-new	{
	width:180px;
	font-size:10px;
	margin:4px 0px 0px 16px;
}
.service-type, .first-name, .last-name, .email	{
	font-weight:bold;
}
.first-name input, .last-name input, .email input	{
	width:175px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	padding-left:5px;
	padding-top:3px;
	margin:4px 0px 4px 0px;
}
.service-select	{
	width:185px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:8px 0px 8px 0px;
}	
.continue-button input	{
	margin:10px 0px 0px 0px;
}