/* Globals
--------------------------------------------------------------------------------------------------- */

* { margin: 0; padding: 0; }
hr { display: none; }

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

body {
	background: #356BA9 url(../gfx/bg.jpg) repeat;
	font: 12px/1 Arial, Helvetica, Sans-Serif;
	color: #555;
	padding: 25px 0;
}

/*
	-- this could be used if we want to center the wrapper --
	position:absolute;
	height: 522px; 
	margin:-256px 0px 0px -393px;
	top: 50%; 
	left: 50%;
*/

#wrapper { 	
	width: 786px; 
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	background: url(../gfx/middle.jpg) repeat-y 0 0; 
}

#container { 
	width: 786px; 
	margin:0 auto; 
	background: url(../gfx/bottom.jpg) no-repeat 0 100%;
}
#inner {
	background: url(../gfx/top.jpg) no-repeat 0 0; 
	position: relative;
	width: 786px;
}

#header {
	float: left;
	width: 225px;
	height: 522px;
	background: url(../gfx/evowest_logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#content {
	float: right;
	width: 544px;
}
#col_A {
	float: left;
	width: 52%;
}
#col_B {
	float: right;
	width: 44%;
}
#footer {
	clear: both;
	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-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px;
	color: #356BA9;
}
.reqd {
	font-weight: bold;
}
.field {
	padding: 0 0 3px;
}
fieldset {
	border: none;
}
fieldset#message {
	clear: both;
}

/* ---------| 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 fieldset label {
	text-align: right;
	width: 35%;
	padding-right: 2%;
}
#col_A fieldset br {
	clear: left;
}

/* ---------| Column B|--------- */
#col_B fieldset .field label,
#col_B fieldset .field input,
#col_B fieldset .field select {
	width: 98%;
	display: block;
	float: left;
}
#col_B fieldset .field label {
	width: 98%;
	padding: 0;
	margin: 0 0 6px;
}
#col_B .field {
	padding: 0 0 16px 0;
}
#col_B ul li {
	list-style: none;
	margin: 0 0 4px 0;
}
#col_B p {
	padding: 4px 0 8px 0;
}
#extra textarea {
	width: 98%;
	height: 80px;
}
.realtor {
	line-height: 1.4em;
}
/* ---------| Message |--------- */
#message {
	padding: 0 0 12px;
}
#message textarea {
	background: #D6E8FC;
	float: right;
	width: 414px;
}
#message label {
	float: left;
	width: 93px;
	padding: 10px 0 0 0;
	display: block;
	text-align: right;
	font-weight: bold;
}

/* ---------| Send |--------- */
fieldset.sendme {
	padding: 0 0 0 0;
}
fieldset.sendme span {
	padding: 6px 0 0 0;
	display: block;
	float: left;
	width: 235px;
	text-align: right;
}
#sendForm {
	display: block;
	height: 33px;
	width: 177px;
	background: url(../gfx/submit.jpg) no-repeat 0 0;
	border: none;
	outline: none;
	float: right;
	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;
}

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

/* 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 */
