body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

/* Header */
#header { width: 100%; height: 100px; background: #fff; overflow: hidden; }
	#logo { width: 355px; float: left; }
	#slogan { width: 160px; float: left; }

/* Content Styles */
#content { font-size: 1.1em; line-height: 1.6em; }
	#content h1 { padding: 0 0 20px 0; font-size: 1.4em; font-weight: bold; color: #6a8a92; }
	#content h2 { padding: 0 0 20px 0; font-size: 1.2em; font-weight: bold; color: #6a8a92; }
	#content h3 { padding: 0 0 10px 0; font-size: 1.2em; font-weight: bold; }
	#content h4 { font-style: italic; }
	#content p { padding: 0 0 15px 0; }
	#content ul { padding: 0 0 20px 25px; }
	#content ol { padding: 0 0 20px 25px; font-size: 1.2em; font-weight: bold; color: #6a8a92; }
		#content ol p { font-size: .8em; font-weight: normal; color: #000; }
	#content a { color: #6a8a92; }
	#content .highlight { color: #6a8a92; font-size: 1.2em; font-weight: bold; }
	
	.mainCopy { padding: 20px 0; }
	
	.twoColumn { width: 100%; overflow: hidden; }
		.twoColumnLeft { width: 45%; float: left; }
		.twoColumnRight { width: 45%; float: right; }
		
/* Form Styles */
div.formRow { width: 550px; overflow: hidden; clear: both; margin: 0 0 3px 0; padding: 5px 0; font-size: 12px; background: #dde7e3; }
div.formRowSelected { background: #ffc !important; }
	div.formRow span.formLabel { width: 125px; font-weight: bold; text-align: right; float: left; }
	div.formRow span.formControl { width: 405px; text-align: left; float: right;  } 
	div.formRow span.formLabel2 { width: 225px; font-weight: bold; text-align: right; float: left; }
	div.formRow span.formControl2 { width: 305px; text-align: left; float: right;  } 
	div.formRow textarea { width: 300px; height: 120px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	div.formRow input.formButton { background: #6a8a92; font-weight: bold; color: #fff; }
	div.formRow label { display: inline !important; }
	div.formRow .validation-advice { color: #f00;  }
	
/* Footer */
#footer { border-top: 1px solid #999; padding: 15px; }
	#propertyBy { font-size: 1.1em; color: #a9afac; }

/* Things to hide from print view */
#mainNav, .anchorNav, #signUp, a.iconPDF, a.iconZoom  { display: none; }