@charset "utf-8";

div#sidebar {
	left: 440px;
}
div#content p {
	width: 300px;
}
table#numbers, table#hours {
	width: 200px;
}
table#numbers {
	margin: 0 0 10px 50px;
}
table#hours {
	margin: 0 0 10px 50px;
}
h3, h4 {
	padding-bottom: 10px;
}
table {
	margin: 0 0 10px 0;
}
td, p {
	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 {
	font-size: 190%;
	color: #3598A8;
	padding: 0 0 30px 0;
}
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;
}

/* location & contact subnavigation */
ul#location_contact {
	background: url(/images/_subnavigation_location_contact_.png);
}
li#location_contact_location {left: 600px; width: 150px;}
li#location_contact_contact {left: 750px; width: 140px;}
