@charset "utf-8";
body
{
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #36251b;
	font-size: 10pt;
	background-color: #eee5c6;
 }
#wrapper
{
	width: 850px;
	margin: 12px auto;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.homepage #wrapper
{
	background-color: #3E1E00;
	background-image: none;
} 
.general #wrapper
{
	background-image: url(images/HDbanner_bottom.jpg);
	background-position: 398px 148px;
	background-repeat: no-repeat;
}
#topMenu
{
	width: 850px;
	margin: 0;
	padding: 0;
	background-color: #E3D79B;
	height: 36px;
}
#sidebar1
{
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
h1 
{
	font-size: 130%;
	text-align: left;
	color: #e3d79b;
	letter-spacing: 0.3em;
	clear: both;
	margin: -1px 0 0 0;
	padding: 10px 0 15px 8px;
	font-stretch: normal;
	font-variant: normal;
	word-spacing: normal;
}
.twoColumn h1
{
	background-color: #36251B;
	margin: 0;
	padding-left: 30px;
}
h2
{
	font-size: 10pt;
	text-align: left;
	color: #5f7381;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
#sidebar1 img
{
	margin: 4px 0 5px 4px;
	padding: 1px;
	border: 2px solid #36251b;
}
.highlightImg
{
	width: 310px;
	height: 426px;
}
.homepage img
{
	padding: 2px;
	border: 3px solid #e3d79b;
}
#galleryMenu
{
	font-size: 80%;
	color: #c8b569;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#galleryMenu a:link,a:visited
{
	color: #c8b569;
	margin: 0 0 0 8px;
	text-decoration: none;
}
#hiliteImg
{
	height: 407px;
	width: 310px;
}
#content {
	margin-top: 6px;
	width: 800px;
	float: none;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-left: 16px;
}
.twoColumn #content
{
	width: 527px;
	float: right;
	font-size: 12px;
	margin: 0;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.homepage #content
{
	color: #E3D795;
}
#content h5
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
	margin-top: 10px;
}
.page_title
{
	font-size: 12pt;
	text-align: left;
	color: #A64B39;
	letter-spacing: 0.3em;
	font-weight: bold;
	margin: 15px 0 10px 36px;
	float: left;
	width: 580px;
}
#banner
{
	margin: 0;
	padding: 0;
	height: 118px;
	width: 850px;
}
#banner img
{
	margin: 0;
	padding: 0;
	border: none;
}
#footer
{
	clear: both;
	margin: 0;
	text-align: center;
	font-size: 80%;
	color: #eee5c6;
	background-image: url(images/trim05.jpg);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #eee5c6;
	height: 49px;
}

.boxheader_promos, .boxheader_promos_green, .boxheader_promos_drkgreen
{
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding: 2px 3px 2px 0;
}
.boxheader_promos_green
{
	background-color: #84A465;
}
.boxheader_promos_drkgreen
{
	background-color: #1D3305;
}
.boxcontents_promos 
{
	padding:4px 3px;
	border:solid 1px #A5ABA9;
	background-color: #FFFFFF;
	margin-bottom: 6px;
	font-size: 12px;
}
.services_promo 
{
	width: 120px;
	padding:28px 2px 4px 6px;
	font-size: 10px;
	float: left;
}
.slideshow 
{
	padding:0;
	margin: 2px 0 2px 2px;
	font-size: 11px;
	font-style: italic;
}
#largeImage
{
	width: 300px;
	border: 1px solid #392620;
}
.gallery
{
	padding:0;
	margin-bottom: 6px;
}
.gallery img
{
	margin: 0;
	padding:0px;
	float: left;
	width: 85px;
	border: 1px solid #101010;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clear_lft_float
{
	clear: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centerObject {
	text-align: center;
}
li
{
	padding-top: 5px;
}
a:link,a:visited,a:active
{
	color: #c8b569;
	font-weight:normal;
	text-decoration: underline;
	margin-left: 0px;
}
a:hover,a:focus
{
	color: #e3d79b;
	font-weight:normal;
	text-decoration: underline;
}
.clear_rt_float {
	clear: right;
}
