*
{
	margin: 0;
	padding: 0;
}

html
{
	overflow-y: scroll;
}

body
{
	text-align: center;
}

a
{
	color: #005e11;
}

div#wrapper
{
	width: 900px;
	margin: 0 auto;
}

div#header
{
	width: 900px;
	height: 144px;
	position: relative;
	background: url(modernized/header-bg.png) bottom left no-repeat;
	font-size: 0px;
}

div#site-title
{
	width: 477px;
	height: 110px;
	margin-top: 13px;
	float: left;
	text-align: left;
}

span
{
	display: inline-block;
	padding-left: 10px;
	padding-top: 4px;
}

a#header-link1
{
	display: inline-block;
	width: 300px;
	height: 50px;
	clear: right;
}

a#header-link2
{
	display: inline-block;
	width: 450px;
	height: 50px;
}

div#site-phone
{
	width: 224px;
	height: 44px;
	margin-top: 79px;
	float: right;
}

span
{
	margin-top: 4px;
	display: inline-block;
}

div#border-top
{
	width: 900px;
	height: 0px;
}

div#navbar
{
	width: 532px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: justify;
}

div#navbar a
{
	text-decoration: none;
	font-size: 17px;
	color: #453315;
	display: inline-block;
}

div#navbar a:hover
{
	color: #A07731;
}

div#navbar span
{
	width: 100%;
	height: 1px;
	font-size: 1px;
	display: inline-block;
}

div#border-top
{
	width: 900px;
	height: 0px;
	font-size: 0px;
}

div#body
{
	width: 900px;
	background: url(body-bg.png) repeat-y center;
}

div#body div#bodycont
{
	margin: 0px 13px 0px 13px;
}

div#home-image, div#page-image
{
	position: relative;
}

div#page-title
{
	color: #002806;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 4px;
}

div#content
{
	padding: 16px 16px 10px 16px;
}

div#content p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #00430C;
}

div#image-border
{
	background: url(image-border.png) center no-repeat;
	height: 23px;
	width: 900px;
	position: relative;
	left: -13px;
	text-align: left;
}

div#image-border div.leftblock
{
	width: 15px;
	font-size: 1px;
	float: left;
}

div#image-buttons
{
	text-align: right;
	position: absolute;
	top: -10px;
	right: 21px;
}

div#image-buttons a
{
	width: 13px;
	height: 13px;
	margin-left: 15px;
	display: inline-block;
	border: none;
	font-size: 1px;
	text-decoration: none;
	background: url(image-change.png) no-repeat center;
}

div#body table
{
	border-collapse: collapse;
	width: 100%;
}

td#home-links
{
	width: 50%;
	float: left;
	line-height: 32px;
}

td#home-links p
{
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #006337;
}

td#home-links a
{
	color: inherit;
	text-decoration: none;
}

td#home-links a:hover
{
	text-decoration: underline;
}

td#home-hours
{
	width: 50%;
	float: right;
	line-height: 26px;
	font-size: 22px;
	color: #003907;
	font-family: "Times New Roman", Times, serif;
}

td#home-hours p.hours-title
{
	text-decoration: underline;
}

td.formcell
{
	text-align: right;
}

div#border-bottom
{
	width: 900px;
	height: 23px;
	background: url(border-bottom.png) no-repeat center;
	font-size: 1px;
}

div#footer
{
	width: 900px;
	height: 46px;
	margin-top: 5px;
	margin-bottom: 35px;
	font-family: "Times New Roman", Times, serif;
	color: #00331E;
}

div#social-media
{
	width: 250px;
	float: left;
	text-align: left;
}

a.social-icon
{
	width: 46px;
	height: 46px;
	margin-right: 5px;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
}

a.facebook
{
	background: url(facebook.png) center no-repeat;
}

a.facebook:hover
{
	background: url(facebook-hover.png);
}

a.twitter
{
	background: url(twitter.png) center no-repeat;
}

a.twitter:hover
{
	background: url(twitter-hover.png);
}

div#address
{
	width: 400px;
	float: left;
	font-size: 13px;
}

div#address a
{
	color: #00331E;
	text-decoration: none;
	font-style: italic;
}

div#credits
{
	width: 250px;
	float: left;
	text-align: right;
	font-size: 14px;
}

div#credits a
{
	color: #00331E;
	text-decoration: underline;
}

input[type="text"]
{
	width: 176px;
}

div.formwrap
{
	width 371px;
	text-align: right;
	margin: 0 auto;
	display: inline-block;
}

textarea
{
	margin-top: 10px;
	width: 286px;
	height: 100px;
}