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

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


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

body {
	background: #fff url(../gfx/sky.jpg) no-repeat 50% 0;
	font: 12px/1 Georgia, Times, "Times New Roman", serif;
	color: #1C426F;
}

#wrapper { 	
	width: 776px;
	margin: 0 auto;
}

#header {
	height: 200px;
	text-indent: -9999px;
}

#col_A {
	float: left;
	width: 52%;
}
#col_B {
	float: right;
	width: 44%;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 786px;
	height: 40px;
	background: url(../gfx/tagline.jpg) no-repeat 36px 0;
}
#footer p {
	text-align: right;
	padding: 6px 32px 0 0;
	font-size: 11px;
	color: #A1BCDB;
}

.photo {
	padding: 16px 0 0 0;
}

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

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

/* ---------| Column A |--------- */
#col_A fieldset label, 
#col_A fieldset input {
	display: block;
	width: 60%;
	float: left;
	margin-bottom: 15px;
	line-height: 1.4em;
}
#col_A input {
	background: #fff;
	border: 1px solid #8DBAE4;
	font-size: 14px;
}
#col_A fieldset label {
	text-align: right;
	width: 35%;
	padding-right: 2%;
}
#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%;
}

/* ---------| 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: #ECF5FC;
	border: 1px solid #8DBAE4;
}

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

/* ---------| Disclaimer |--------- */
#disclaimer {
	clear: both;
	line-height: 1.2em;
	color: #5A7AA0;
}

/* ---------| Message |--------- */
#message textarea {
	background: #ECF5FC;
	border: 1px solid #8DBAE4;
	width: 99%;
	height: 60px;
}
#message label {
	width: 99%px;
	padding: 0 0 10px 0;
	display: block;
	font-weight: bold;
}

/* ---------| Send |--------- */
fieldset.sendme {
	padding: 0 0 0 0;
}
fieldset.sendme span {
	padding: 0 0 6px 0;
	display: block;
	width: 235px;
	color: #49691A;
	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 */
