/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

body
    {
    margin: 0;
    padding: 0;
    color: #3A1C08;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	 font-size: 13px;
    background: #E9E6D6;
    text-align: left;
    }
	 
a
    {
    color: #087830;
    }

a:hover
    {
    color: #D60808;
    }

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

#container
    {
	position: absolute;
	left: 50%;
	top: 0;
	width: 790px;
	margin-left: -395px;
	background-color: #FFF;
	background-image: url(../graphics/footmossrock.jpg); 
	background-position: bottom left;
	background-repeat: no-repeat;
	border-left: 1px solid #431;
	border-right: 1px solid #431;
	padding-bottom: 10px;
}

#pageheader
   {
	width: 790px;
	height: 120px;
	background-image: url(../graphics/treeline.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
	
#textcol
	{
	width: 580px;
	float: right;
	color: #402208;
	font-size: 1em;
	background-color: transparent;
	padding: 10px 20px 5px 12px;
	margin-top: -22px;
}

#navcol
	{
	width: 168px;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #fff;
	clear: both;
	padding: 5px 2px 202px 0;
	background-image: url(../graphics/nuthatch.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navcol a
	{
	text-align: right;
	text-decoration: none;
	font-weight: bolder;
	font-size: 1.175em;
	font-family: Verdana, Geneva, sans-serif;
	height: 1.8em;
	display: block;
	color: #106000;
	background-color: #FFFFFF;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-color: #CCCCC0;
	padding-top: .8em;
	padding-right: .66em;
	margin-left: 3.5em;
	margin-right: 0.5em;
}
	
#navcol a:visited
	{
	color:   #106000;
	}
	
#navcol a:hover
    {
    color: #000000;
	 background-color: #FFFDEE;
    }

#navbird
	{
	background-image: url(../graphics/redheadsm.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
#footer
	{
	clear: both;
	width: 790px;
	/* height: 8px; */
	text-align: right;
	right: 0%;
	bottom: 5px;
	background-image: url(../graphics/spottedsal-marg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 100px 0 0px 0;
}

h1 {
	display: block;
	text-align: right;
	width: 500px;
	height: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #171;
	margin-top: -17px;
	padding-top: 1em;
	padding-right: .25em;
	position: absolute;
	right: 0;
	overflow: hidden;
}

h1 span
	{
	display:block;
	width: 500px;
	height: 54px;
	right: 0;
	top: 0;
   position: absolute; 
	z-index:1;
   padding:0;
   background: url(../graphics/kssh1.gif);
} 

h2
	{
	font-family: "Geometr231 BT", Intrepid, Verdana, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #005000;
	margin-top: 40px;
}

h3
	{
	font-family: "Geometr231 BT", Intrepid, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #441500;
	margin-top: 36px;
}

dfn
	{ 
	display:block;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-top: 1.5em:
	font-style: normal;
	}
	
dfn dt,dd	{
	font-style: normal;
	}

.walktalk
	{
	display: block;
	padding-top: 1.5em;
	}

	
.spreadintro
	{
	clear: right;
	margin-top: 28px;
	padding-top: 25px;
	padding-bottom: 0;
	}

.leftgraphic
	{
	float: left;
	}
