@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: #000000;
	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 {
	border: 2px solid #CCCCCC;
	width: 540px;
	margin-left: 30px;
	margin-top: 20px;
	}
	
fieldset[id=personalinfo] {
	background-color: #FFFFCC;
	border: 1px ridge #000;
	}
fieldset[id=houseinfo] {
	background-color: #FFFFCC;
	border: 1px ridge #000;
	}
legend[class=perlegend] {
	background-color: #FFFFCC;
	border-top: 1px ridge #000;
	border-right: 1px ridge  #000;
	border-left: 1px ridge  #000;
	}
legend[class=houselegend] {
	background-color: #FFFFCC;
	border-top: 1px ridge #000;
	border-right: 1px ridge  #000;
	border-left: 1px ridge  #000;
	}	
input:focus, textarea:focus {
	border: 2px solid #630;
	}		

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

	
}
#column1 {
	float:left;
	text-align: left;
	width: 140px;
	}
#column2 {
	float:left;
	text-align: left;
	width: 275px;
		}	
#column3 {
	float:right;
	text-align: left;
	width: 275px;
	}
#third {
	float:left;
	}		
#comprehensive {
	float:left;
	}
	
