@charset "utf-8";
/* CSS Document */

#contactArea {
	padding:: 1em 0 1em 1.2em;
	margin: 0px;
	padding: 0;
	}

/* Form Styles */

fieldset {
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 15px;
	}
	
legend {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding: 2px 5px;
	color: #c97d05;
	margin-bottom: 20px;
	margin-left: -16px;
	margin-top: -2px;
	display: block;
	}
	
.submit {
	margin-left: 10px;
	}
.clear {
	clear: both;
	}
input {
	width: 140px;
	}
/* reset width for non-text inputs */
input.radio, input.checkbox, input.submit {
	width: auto;
	}
textarea {
	width: 250px;
	}	
textarea.comments {
	width: 500px;
	}	
/* display labels next to form elements, add a class for when you want them to stack 	*/
label {
	float: left;
	margin-right: 2em;
	display: block;
	width: 200px;
	color: #000000;
	}
	
	/* contain interior floats */
#docform{
	float: left;
	}

#docform p {
	position: relative;
	width: 100%;
	}
#docform form {
	width: 540px;
	margin-left: 30px;
	margin-top: 20px;
	}
	
fieldset[id=personalinfo] {
	background-color: #FFFFFF;
	}
fieldset[id=houseinfo] {
	background-color: #FFFFFF;
	}
legend[class=perlegend] {
	background-color: #FFFFFF;
	}
legend[class=houselegend] {
	background-color: #FFFFFF;
	}	
input:focus, textarea:focus {

	}		

.style2 {
	font-size: 10px;
	font-style: italic;
}
#box {

	
}
#column1 {
	float:left;
	text-align: left;
	width: 135px;
	}
#column2 {
	float:left;
	text-align: left;
	width: 275px;
		}	
#column3 {
	float:right;
	text-align: left;
	width: 275px;
	}
#third {
	float:left;
	}		
#comprehensive {
	float:left;
	}
#left {
	float:left;
	min-height: 150px;
	}
#right {
	float: right;
	width: 545px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
	}		
#leftlinks {
	float:left;
	width: 270px;
	padding-left: 0px;
		}
#rightlinks {
	float:right;
	width: 275px;
	}			

