﻿.logo {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 14px;
	border: 1px solid #e6e166;
	border-bottom: none;
	border-right: none;
}
.logo img{
	border: none;
	padding: 0px;
	margin: 0px;
	}
.header {
	text-align: left;
	vertical-align: top;
	background-image: url('../images/header_bg.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
.header h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	color: #425c24;
	margin: 0px;
	}
.searchbox{
	border: 1px solid #dbd761;
	background-color: #F2F5CD;
}
.hours{
	background-image: url('../images/hours_bg.gif');
	background-position:left top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px 0px 0px 8px;
	color: #893003;
	line-height: 16px;
}
.sectitle{
	margin: 0px;
	padding: 0px;
	height: 16px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #95a042;
}
.sectitle h3{
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	}
.sectitle a{
	color: #ffffff;
	text-decoration: none;
	}
.sectitle a:hover{
	color: #ffffff;
	text-decoration: none;
	}
.fL{
	float:left;
	padding-left: 3px;
	margin: 0px;
}
.fR{
	float:right;
	margin: 0px;
	padding: 0px;
}
.pR5{
	padding: 2px 2px 0px 0px;
}
#leftcolumn{
	vertical-align: top;
	margin: 0px;
	width: 200px;
	background-color: #eae36a;
	}
#leftcolumn .container{
	padding: 15px;
}
.leftnav {
	background-color: #eef0db;
	list-style: none;
	vertical-align: top;
	text-align: left;
	padding: 5px 15px 5px 15px;
	margin: 0px;
}
.leftnav ul{
	list-style: none;
	margin: 0px;
	text-align: left;
	padding: 10px 0px 10px 0px;
	background-color: #eef0db;
	}
.leftnav li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #425c24;
	line-height: 16px;
	}
.leftnav li a{
	color: #425c24;
	text-decoration: none;
}
.leftnav li a:hover{
	color: #893003;
	text-decoration: underline;
}
