@charset "utf-8";
/* CSS Document */

html  {	background: #FEE3BF; background-image: url(Buttons/backgrd_w_blend.gif); background-repeat: repeat-X;background-position: left top;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#wrapper { 
	background-image: url(Images/HH_color_dogs3.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 185px;  
	width: 1024px; margin: 0px auto; text-align: left;	position: relative;
} 
h2#logowrap{
	background: url(Buttons/Hemlock_Hollow_top.gif) no-repeat;
	width: 730px;
	height: 154px;
	margin: 0px 185px ;
	padding: 0px;
	text-indent: -9999px;
	 /*h2 id just for the top logo image replacement*/
}
#nav-main {
	float: left; 
	width: 200px;
	margin: 27px auto; 
	padding: 10px 10px 20px 20px; 
}
#nav-main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #FEE3BF;
}
#sidebar2 {
	float: left;
	width: 150px;
	padding: 0px 0px 5px 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 160px;
	margin-left: auto;
}
#mainContent {
	background-color: #FFFFFF;
	color: #000000;
	width: 550px;
	margin: 15px auto 210px;
	float: left;
	padding: 18px 10px;
	border: thin solid #999999;
}
h1#atHH{ /* unique element to use image to replace graphic for h1 at this div only*/
	width: 370px;
	height: 41px;
	padding: 20px;
	background-image: url(Buttons/At-Hemlock-Hollow.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#siteInfo {
	margin-top: 100px;
	clear: both;
	/*effectively the footer*/
}
#siteInfo p {
	font-size: 9px;
	color: #630;
	background: #FFF0DD;
	display: inline;
	text-align: center;
	padding: 5px;
}
.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;
}
.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;
}
p, h1, h2, h3, ul{ font-family: Verdana, Arial, Helvetica, sans-serif; }

p {
	color: #6B410C;
	font-size: 0.9em;
	padding-right: 10px;
	padding-left: 10px;
}

ul { font-size: 16px; font-weight: 500; color: #6B410C;	list-style-position: outside;
}
h1 { font-size: 18px;
	font-weight: 600;
	color: #6B410C;
}
h3 /*h3 green barred for titles thru out the site*/{ font-size: 16px; font-weight: 700; color: #00662A; padding-top: 5px; padding-bottom: 5px; border-top-width: 10px; border-bottom-width: 10px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #ADE5B9; border-bottom-color: #ADE5B9; background-color: #D0FDD8; margin-bottom: 5px; margin-top: 10px; 
} 
h4 /*h4 tan barred for titles thru out the site*/{ font-size: 16px; font-weight: 700; color: #8F5F2A; padding-top: 5px; padding-bottom: 5px; border-top-width: 10px; border-bottom-width: 10px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-top-color: #8B541B; border-bottom-color: #8B541B; background-color: #FEE3BF; margin-bottom: 5px; margin-top: 10px; 
} 
h2 { font-size: 14px;
	font-weight: 600;
	color: #6B410C;
	text-align: center;
}
h6 {
	font: italic 14px iltalic "Times New Roman", Times, serif; background-color: #CEF2CE; color: #333333; display: inline;
} /* inline makes the hightlight color just behind the text not extend to the whole div */
.emphasize {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	color: #00662A;
	color: #999999;
}
.emphasize2 {
	font-weight: 700;
	color: #00662A;
}
.emphasize3 {
	font-weight: 500;
	color: #00662A;
	font-style: italic;
}
a:link {
	color: #793D00;
	font-weight: 500;
}
a:visited {
	color: #6A6A00;
	font-weight: 500;
}
ul#linklist{
	line-height: 300%;
	font-size: 16px;
	font-weight: 500;
	list-style-position: outside;
}
