@charset "utf-8";

div#sidebar { 
	display: none;
}
form#contact {
	width: 355px;
	height: 425px;
	min-height: 425px;
	padding: 10px;
	color: #1A1A1A;
	z-index: 30;
}
span#comments {
	position: absolute;
	top: 100px;
	left: 400px;
	z-index: 100;
}
#ClearForm {
	position: absolute;
	top: 170px;
	left: 200px;
	z-index: 150;
}
#SubmitForm {
	position: absolute;
	top: 170px;
	left: 265px;
	z-index: 150;
}
form#contact legend {
	font-size: 190%;
	color: #3598A8;
	padding: 0 0 30px 0;
}
form#contact fieldset {
	font-size: 16px;
	line-height: 21px;
}
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: 18px;
	line-height: 25px;
	border: none;
	margin-left: 30px;
	padding: 0 5px 0 5px;
}
form#contact input[type=text] {
	width: 275px;
	height: 25px;
	background: url(/images/background_input_text.png) no-repeat;
}
form#contact textarea {
	width: 275px;
	height: 125px;
	background: url(/images/background_input_text.png) repeat-y;
}

/* 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;}
