@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #c0dbd5;
}
a:link {
	color: #016f54;
}
a:visited {
	color: #016f54;
}
a:hover {
	color: #9A6627;
}
a:active {
	color: #8C5816;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #016f54;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

h2 {
	color: #016f54;
	text-align: center;
}
 
h3 {
	color: #016F54;
	text-align: center;
}
#col1 {
	padding: 0px;
	float: left;
	width: 165px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#col2 {
	padding: 0px;
	float: left;
	width: 130px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#col2 li {
	color: #016F54;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
}
#col3 li {
	color: #016F54;
	text-align: center;
	list-style-type: none;
}
#col1 li {
	color: #016F54;
}
col3 {
	padding: 0px;
	float: left;
	width: 130px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


.thrColFixHdr #container #sidebar2 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #016f54;
	text-align: center;
}
#man {
	background-image: url(../images/silouetteofman.png);
	background-repeat: no-repeat;
	height: 161px;
	width: 178px;
	position: absolute;
	left: 190px;
	top: 265px;
}



.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px groove #016f54;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/animatedNutmegibanner4.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
#homeimg {
	text-align: left;
	float: left;
	position: absolute;
	left: 3px;
	top: 129px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#emailimg {
	text-align: right;
	float: right;
	position: absolute;
	left: 741px;
	top: 165px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #016f54;
	text-align: center;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColFixHdr #container #sidebar2 ul {
	color: #FFFFFF;
	background-color: #016f54;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #sidebar2 li {
	list-style-type: none;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 80%;
}
.thrColFixHdr #container #sidebar2 a {
	color: #FFFFFF;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar2 a:hover {
	color: #CCCCCC;
}



.thrColFixHdr  #container  #sidebar1  table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #container #main {
	width: 600px;
	margin-right: 10px;
	margin-left: 150px;
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #016f54;
	text-align: center;
} 
#footernav {
	text-align: center;
	margin-right: 70px;
	margin-left: 70px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #016f54;
	display: block;
	width: 600px;
}
#footenav  ul   {
	text-align: center;
	margin-top: 5px;
}

#footernav  li   {
	float: left;
	list-style-type: none;
	padding-right: 4px;
	padding-left: 4px;
	color: #016f54;
}
#footernav  a   {
	color: #016f54;
	text-decoration: underline;
}
#footernav  a:hover   {
	text-decoration: underline;
	color: #A37239;
}



.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #016f54;
	text-align: center;
}
.thrColFixHdr #container #footer a {
	color: #016f54;
	text-decoration: underline;
}
.thrColFixHdr #container #footer a:hover {
	text-decoration: underline;
}


.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;
}
.smallfont {
	font-size: 70%;
}
.green {
	color: #016F54;
	line-height: 14px;
}
#col4 {
	float: left;
	width: 200px;
	margin-left: 10px;
}
#col5 {
	float: left;
	width: 200px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wood {
	background-image: url(../images/sm_oakbuckskin.gif);
}
