@charset "utf-8";

h3 {
	position: absolute;
	top: 130px;
	left: 75px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

div#content {
	padding: 25px 30px 110px 25px;
}
div#sidebar {
	position: absolute;
	top: 290px;
	left: 550px;
	z-index: 100;
}
p {
	margin: 0 0 10px 0;
}
img#photo_office {
	position: absolute;
	top: 170px;
	left: 75px;
}
p#address {
	position: absolute;
	top: 170px;
	left: 320px;
	font-size: 12px;
}
table {
	position: absolute;
	top: 230px;
	left: 320px;
}
td {
	font-size: 12px;
	line-height: 15px;
}
td.right {
	text-align: right;
}
p#directions {
	position: absolute;
	top: 340px;
	left: 70px;
}
p#directions img {
	border: 2px #553B53 solid;
}
form#contact {
	width: 355px;
	height: 425px;
	min-height: 425px;
	padding: 10px;
	color: #313131;
	z-index: 30;
}
form#contact legend {
	margin-left: 15px;
	padding: 0 5px;
}
form#contact fieldset {
	font-size: 16px;
	line-height: 21px;
	background: #D8D8D8;
	border: 2px #553B53 solid;
}
form#contact label {
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-top: 10px;
	margin-left: 30px;
}
form#contact input[type=text], form#contact textarea {
	font-family: Garamond Times serif;
	font-size: 16px;
	line-height: 21px;
	border: 1px #553B53 solid;
	margin-left: 30px;
	padding: 0 5px 0 5px;
}
form#contact input[type=text] {
	width: 275px;
	height: 25px;
}
form#contact textarea {
	width: 275px;
	height: 150px;
}
form#contact input[type=image] {
	position: relative;
	left: 200px;
	margin: 10px 10px 0 0;
}

