/* CSS Document */

/* ---------------------------------------------------- 
General Formatting
---------------------------------------------------- */ 

html 
	{  
	margin: 0 auto; 
	padding: 0;
	}

body 
	{ 
	margin: 0 auto; 
	padding: 0;
	width: 955px; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #403A25;
	line-height: 18px;
	text-align: left;
	background-color: #bcbec0;
	}
	
/* ---------------------------------------------------- 
Layout
---------------------------------------------------- */ 

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	}
	
/* ----------------------------------------------------
Link Formatting
---------------------------------------------------- */ 

a:link
	{
	color: #ff002b;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #ff002b;
	text-decoration: underline;
	}
	
a:visited
	{
	color: #ff002b;
	text-decoration: underline;
	}
	
a:active
	{
	color: #ff002b;
	text-decoration: underline;
	}
	
/* ----------------------------------------------------
Forms
---------------------------------------------------- */ 

.dropdowns 
	{
	background-color: #FFFFFF;
	font-size: 11px;
	color:#000;
	border: 1px solid #CECECE;
	padding-left: 2px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}
	
.textfield
	{
	background-color: #FFFFFF;
	font-size: 11px;
	color:#000;
	border: 1px solid #CECECE;
	padding-left: 2px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}

.textbox 
	{
	background-color: #FFFFFF;
	font-size: 11px;
	color:#000;
	border: 1px solid #CECECE;
	font-family: Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}
	
.button {
	background-color: #FFFFFF;
	font-size: 11px;
	color:#39385a;
	border: 1px solid #39385a;
	padding-right: 4px;
	padding-top: 2px;
	padding-left: 4px;
	font-family: Arial, sans-serif;
	cursor: pointer;
	cursor: hand;
	}

/* ----------------------------------------------------
Content Formatting
---------------------------------------------------- */ 

.remaxLogo
	{
	padding-left: 20px;
	padding-bottom: 4px;
	}
	
h1
	{
	font-size: 18px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 18px;
	padding-bottom: 10px;
	}
	
.footer
	{
	font-size: 10px;
	color: #999999;
	}
	
	
.testimonials 
	{
	font-size: 11px;
	font-style: italic;
	padding-top: 20px;
	padding-left: 20px;
	width: 213px;
	}
	
.textTenPoint
	{
	font-size: 10px;
	}

