@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */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;
}
#mainContent {
	background-color: #FFFFFF;
	color: #000000;
	width: 600px;
	margin: 15px auto;
	float: left;
	/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 2px 10px;
	border: thin solid #999999;
}
#siteInfo {
	margin-top: 100px;
	clear: both;
	/*effectively the footer*/
}
#siteInfo p {
	font-size: 9px;
	color: #000000;
	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, h3 { font-family: Verdana, Arial, Helvetica, sans-serif; }

p {
	font-weight: normal;
	color: #6B410C;
	font-size: 0.9em;
	padding-right: 10px;
	padding-left: 10px;
}

h3 { font-size: 16px; font-weight: 700; color: #00662A; padding-top: 4px; padding-bottom: 4px; border-top-width: 8px; border-bottom-width: 8px; 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: 3px; }

.emphasize {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	color: #00662A;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #D76B00;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D76B00;
	text-decoration: none;
}
