/* Globals
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
hr { display: none; }

a {	
	color: #356BA9;
	text-decoration: none;
}
a:hover {
	color: #A1BCDB;
	text-decoration: underline;
}

#logo a {
	display: block;
	height: 110px;
	width: 100%;
}

.hide { visibility: hidden; }
.show { visibility: visible; }

body {
	background: #7B96A1;
	font: 12px/1 Georgia, Times, "Times New Roman", serif;
	color: #584B29;
	margin: 25px 0;
}

#wrapper { 	
	width: 824px;
	margin: 0 auto;
	background: #fff;
}

#header {
	height: 110px;
	text-indent: -9999px;
	background: url(../gfx/header.gif) no-repeat 0 0;	
}
#contentarea {
	padding: 15px 0;
	background: url(../gfx/borders.gif) repeat-y 0 0;
}
#footer  {
	clear: both;
	height: 84px;
	padding: 0 15px;
	background: #584B29 url(../gfx/footer.gif) repeat-x 0 0;
}

#col_A {
	float: left;
	width: 52%;
}
#col_B {
	float: right;
	width: 44%;
}


/* Form Elements
--------------------------------------------------------------------------------------------------- */
form {
	padding: 32px 32px 0 0;
}
input, select, textarea { 
	font: 12px/1.4em Georgia, Times, "Times New Roman", serif;
	color: #584B29;
}
.required label {
	font-weight: bold;
	text-transform: uppercase;
	color: #584B29;
}
.field {
	padding: 0 0 3px;
	margin: 0 0 3px;
}
* html .field { margin: 0 0 12px; }
fieldset {
	border: none;
}

.radios p {
	padding: 0 0 6px;
}

/* ---------| Column A |--------- */
#col_A fieldset label, 
#col_A fieldset input,
#col_A fieldset textarea {
	display: block;
	width: 60%;
	float: left;
	margin-bottom: 15px;
	line-height: 1.4em;
}
#col_A input {
	background: #CCC6AB;
	border: 1px solid #584B29;
	font-size: 14px;
}
#col_A fieldset label {
	text-align: right;
	width: 35%;
	padding-right: 2%;
	text-transform: uppercase;
}
#col_A fieldset br {
	clear: left;
}

#col_A h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 9px 0;
	padding: 0 0 0 37%;
}

#col_A #message_area textarea {
	background: #E8E5D9;
	border: 1px solid #CCC6AB;
	height: 120px;
	float: left;
}

/* ---------| Column B |--------- */
#col_B fieldset .select label,
#col_B fieldset .select input,
#col_B fieldset .select select {
	width: 60%;
	display: block;
}
#col_B fieldset .select label {
	width: 99%;
	padding: 0;
	margin: 0 0 6px;
	line-height: 1.4em;
}
#col_B .select {
	padding: 0 0 15px 0;
}

#realtorInfo {
	padding: 10px 0 0 0;
}
#realtorInfo label {
	font-weight: bold;
	display: block;
	padding: 0;
}
#realtorInfo textarea {
	width: 60%;
	height: 80px;
	background: #CCC6AB;
	border: 1px solid #584B29;
}

/* ---------| Column C |--------- */
#col_C {
	clear: both;
	padding: 20px 0 20px;
}
#col_C fieldset {
	float: left;
	width: 52%;
}
#col_C .sendme {
	float: right;
	width: 44%;
}

/* ---------| Footer |--------- */
#disclaimer {
	float: left;
	width: 600px;
	padding: 12px 0 0 0;
	line-height: 1.2em;
	color: #CCC6AB;
}
#developer {
	float: right;
	width: 150px;
	text-align: right;
}

/* ---------| Send |--------- */
fieldset.sendme {
	padding: 40px 0 0 0;
}
fieldset.sendme span {
	padding: 0 0 6px 0;
	display: block;
	width: 235px;
	text-transform: uppercase;
}
#sendForm {
	display: block;
	height: 58px;
	width: 256px;
	background: url(../gfx/submit.gif) no-repeat 0 0;
	border: none;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;
}

/* ---------| Errors |--------- */
.errors {
	position: absolute;
	top: 280px;
	left: 32px;
	line-height: 1.6em;
	color: red;
	width: 220px;
}
label.missing {
	color: red;
}

#freeform label.error {
	clear: both;
	width: auto;
	color: #990000;
	padding-top: 10px;
	font-weight: normal;
}
#freeform .field label.error {
	clear: both;
	width: auto;
	color: #990000;
	text-align: right;
	float: right;
	font-size: 11px;
	padding-top: 0;
	margin-top: -5px;
	font-weight: normal;
}


/* ---------| Thank You |--------- */
#thankyouMessage {
	padding: 32px;
	text-align: center;
	line-height: 1.8em;
}
#thankyouMessage p,
#thankyouMessage h2 {
	margin: 0 0 15px;
}

/* ---------| Additional Content |--------- */
#main {
	padding: 32px;
	line-height: 1.8em;
}
#main p,
#main h2 {
	margin: 0 0 15px;
}


/* Helper Classes
--------------------------------------------------------------------------------------------------- */

.center { text-align: center; }
.right { text-align: right; }
.more { text-align: right; }

.clearfix:after,
.field:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .field {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, *html .field {height: 1%;}
.clearfix, .field {display: block;}
/* End hide from IE-mac */