@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #736257;
	font-family: "Times New Roman", Times, serif;
}
body {
	padding-top: 25px;
	padding-bottom: 25px;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.container {
	width: 800px !important;
	width /**/: 802px;
	border: 1px solid #996;
	margin: auto;
	text-align: left;
	position: relative;
	background-color: #300;
}

div.header {
	background-color: #330000;
	height: 132px;
}
div.header img {
	position: absolute;
	right: 0px;
	top: 0px;
}
div.header h1 {
	margin: 0px;
	padding: 0px;
	height: 0px !important;
	height /**/: 59px;
	padding-top: 59px;
	overflow: hidden;
	width: 396px;
	background: url(/_images/header/SiteHeading.gif) no-repeat top left;
}
div.header address {
	height: 0px !important;
	height /**/: 33px;
	padding-top: 33px;
	overflow: hidden;
	width: 321px;
	background: url(/_images/header/SiteAddress.gif) no-repeat top left;
}

div.navigation {
	height: 27px !important; /* IE always applies the last occurrence of a property within a rule, even if it has !important */
	height /**/: 32px; /* that comment trick (white space is very important) will keep IE 6 from applying this property */
	border-bottom: 5px solid #999967;
	width: 595px;
	z-index: 2;
	position: absolute;
	top: 100px;
}
div.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	background-color: #999967;
}
div.navigation ul li {
	margin-top: 4px;
	height: 23px;
	float: left;
	background-color: #999967;
}
div.navigation ul li a {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: white;
	padding: 5px 27px 5px 24px;
	display: block;
	font-weight: bold;
	background: url(/_images/all/nav_div.gif) no-repeat right;
}
div.navigation ul li a:hover {
	text-decoration: underline;
}
div.navigation ul li.chapinEstate a {
	background-image: none;
	padding-right: 24px;
}
body.home div.navigation li.home {
	display: none;
}

div.content {
	min-height: 413px; /* allows element to get larger than specified height */
	_height: 413px; /* height acts like min-height in IE, and useing the _ blocks this from all other browsers */
	padding-left: 40px;
	padding-bottom: 25px;
	background: url(/_images/all/clockTower.jpg) no-repeat bottom right white;
}
div.content h2 {
	margin-top: 0px;
	width: 440px;
	text-align: center;
	color: #999967;
	font-size: 16px;
	padding-top: 18px;
}
div.content p {
	width: 460px;
	text-align: justify;
	font-size: 12px;
	font-weight: bold;
}
body.contact div.content h2 {
	color: black;
	font-size: 12px;
	margin: 0;
	text-align: left;
}
body.contact div.content p {
	margin-top: 0;
	/* this is just for Safari */
	width: 340px;
}

div.footer {
	border-top: 5px solid #999967;
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	margin-bottom: -5px;
}
div.footer p {
	position: relative;
	top: -5px;
	margin: 0;
	padding: 19px 0 24px 40px;
	background: url(/_images/all/clockTower2.jpg) no-repeat right top;
	font-weight: bold;
}


div.drawing {
	position: relative;
	width: 507px;
	height: 204px;
}
div.drawing h3 {
	margin: 0;
	position: absolute;
	top: 182px;
	left: 323px;
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
	color: #320000;
}
div.drawing p {
	margin: 0;
	position: absolute;
	top: 222px;
	left: 228px;
	font-size: 9px;
}


form label, p.formQuestion {
	font-variant: small-caps;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}
.textFields label {
	width: 120px;
	float: left;
	display: block;
	padding-top: 6px;
}
.formQuestion {
	margin-bottom: 18px;
}
.formQuestion label {
	padding-left: 20px;
}

input.text {
	width: 200px;
}
/* IE has a natural margin around form elements, but others do not. So add it to them.
   IE doesn't support the attribute selector, so it ignores this rule. */
input[type="text"] {
	margin-top: 1px;
	margin-bottom: 1px;
}
textarea {
	display: block;
	overflow: auto;
}

.error {
	color: red;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-right: -40px;
	display: none;
}
