/* CSS Document */

body{
	margin: 0 auto 0 auto;
	padding: 0;
	background: #e1d8c7;
	text-align: center;
	}
#mainwrapper{
	width: 800px;
	margin: 0 auto 0 auto;
	padding:0;
	background-color: #ffffff;
	text-align: left;
	}
#header{
	width: 395px;
	text-align: left;
	float: left;
	}
#topinfo{
	width: 390px;
	height:80px;
	padding: 30px 15px 7px 0;
	text-align: right;
	float: left;
	font: .75em/1.4em "Tahoma", Verdana, sans-serif;
	color: #917963;
	background: #ffffff;
	}
#topinfo a{
	color: #4fafd1;
	text-decoration:none;
	}
#topinfo a:hover{
	color: #ed7723;
	text-decoration:none;
	}
#navbar{
	width: 540px;
	height: 44px;
	background: url(../images/Pike_history_16.gif) no-repeat #a2bd67;
	text-align: right;
	float: left;
	}
#navbar ul{
	float: right;
	padding: 12px 0px 0px 5px;
	margin: 0;
	}
#navbar li:first-child{
	list-style:none;
	}
#navbar li{
	list-style:outside;
	padding: 0 25px 0 5px;
	margin: 0;
	float: left;
	font: 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color: #FFFFFF;
	}
#navbar a{
	text-decoration: none;
	color:#FFFFFF;
	}
#navbar a:hover{
	text-decoration:none;
	color: #ed7723;
	}
#headline{
	width:106px;
	float: left;
	}
#leftnav{
	width: 260px;
	float: left;
	text-align:left;
	font: 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color: #917963;
	background-color: #ffffff;
	}
#leftnav p{
	padding: 30px 0 10px 30px;
	margin: 0;
	} 
#leftnav ul{
	width: 240px;
	padding: 0 0 40px 0;
	margin: 0;
	float: left;
	border-top: 8px solid #a2bd67;
	}
#leftnav li{
	list-style:none;
	padding:8px 0 8px 30px;
	margin: 0;
	border-bottom: 1px dashed #4fafd1;
	}
#leftnav a{
	text-decoration:none;
	color: #4fafd1;
	font:.9em;
	}
#leftnav a:hover{
	text-decoration: none;
	color: #ed7723;
	}
#textbox{
	width: 500px;
	float: left;
	margin: 0 20px 5px 20px;
	font: .8em/1.5em "Tahoma", Verdana, sans-serif;
	color:#917963;
	background: #FFFFFF;
	text-align: left;
	}
#textbox a{
	color: #4fafd1;
	text-decoration:none;
	}
#textbox a:hover{
	color: #ed7723;
	text-decoration:none;
	}
#hours{
	width: 800px;
	float: left;
	}
#footer{
	width: 800px;
	float: left;
	background: #FFFFFF;
	padding: 12px 0 13px 0;
	text-align: center;
	font: .7em "Tahoma", Verdana, sans-serif;
	color: #917963;
	}
#footer a{
	color: #4fafd1;
	text-decoration:none;
	}
#footer a:hover{
	color: #ed7723;
	text-decoration:none;
	}
.header{
	font:1.3em Georgia, "Times New Roman", Times, serif;
	color: #a2bd67;
	font-weight: bold;
	}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}	
 