/* inquire styles ---------------------------------------------------------------- */

#inquire {
	clear:none;
	float:left;
	margin: 0 0 0 20px;
	position: relative;
	width: 400px;
}
#form {
	background: #FFF9F0;
	clear:none;
	display: block;
	float:left;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 18px 0;
	width: 400px;
}
#form-name {
	clear:none;
	float:left;
	height: 30px;
	margin: 0 0 16px 20px;
	padding: 0 0 0 4px;
	width: 180px;
}
#form-purpose {
	clear:none;
	display: block;
	float:left;
	margin: 0px 0 16px 10px;
	width: 170px;
}
#form-email {
	clear:none;
	float:left;
	height: 30px;
	margin: 0 0 16px 20px;
	padding: 0 0 0 4px;
	width:360px;
}
#form-comments {
	clear:none;
	float:left;
	height: 60px;
	margin: 0 0 10px 20px;
	padding: 4px 0 0 4px;
	width: 360px;
}
#form-submit {
	clear:none;
	float:right;
	margin: 0 20px 0 0;
	width:120px;
}


/* office styles ---------------------------------------------------------------- */

#office {
	clear:none;
	float:right;
	height: 500px;
	margin: 0 20px 0 0;
	position: relative;
	width: 240px;
}
#office-img {
	clear:none;
	float:left;
	height: 240px;
	margin: 0 0 0 0;
	position: relative;
	width: 240px;
}
.office-blurb {
	clear:both;
	display: block;
	float:left;
	line-height: 16px;
	margin: 0 0 16px 0;
	position: relative;
	width: 200px;
}
#address {
	background: url(../images/info-area.png) no-repeat 0 0;
	clear:none;
	float:right;
	height: 60px;
	margin: 0 0 0 0;
	padding: 16px 0 0 0;
	position: relative;
	width: 240px;
}
#address-info {
	margin: 0 0 0 20px;
}
#address a:visited{
	text-decoration: none;
}













