@charset "UTF-8";
/* HillBilly Inn
date: May 2007
*/

html, body, div, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff;
	margin: 0;
	padding: 0;
	font: 11px/1.3em "Trebuchet MS";
	color: #000000;
}
h1, h2, h3, h4{
	font-size: 100%;
	line-height: 100%;
}
p{
	margin:0 0 10px 0;
	padding: 0;
}
a, a:visited, a:active{ 
	text-decoration: none;
	color: #5e2a0e;
}
a:hover{ 
	text-decoration: underline;
}
a img{
	border: none;
}
img.right{
	float: right;
	margin: 0 0 10px 20px;
}
img.left{
	float: right;
	margin: 0 20px 10px 0;
}
.phone {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
}
#menubar {
	padding-left:3px;
}
#menubar a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0 5px;
}
#menubar a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding:0 5px;
	text-decoration:none;
}
.subMenu { font-family: "Trebuchet MS"; font-size: 12px; color: #ffffff; font-weight: bold;  text-decoration: none; display: block; width:100%; padding-left:2px}
.subMenu:link { font-family: "Trebuchet MS"; font-size: 12px; color: #ffffff; font-weight: bold;  text-decoration: none; display: block; width:100%; padding-left:2px}
.subMenu:visited { font-family: "Trebuchet MS"; font-size: 12px; color: #ffffff; font-weight: bold;  text-decoration: none; display: block; width:100%; padding-left:2px}
.subMenu:hover { font-family: "Trebuchet MS"; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; display: block; width:100%; padding-left:2px}

#leftpane {
	background:url(designimgs/bg_leftnav.gif) repeat top left;
}
#leftpane ul {
	font-family: "Trebuchet MS";
	font-size: 21px;
	color: #ffffff;
	list-style:none;
	margin: 20px 0 10px 10px;
	padding:0;
}
#leftpane ul li ul {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #ffffff;
	list-style:none;
	margin: 5px 0 5px -10px;
	padding:2px 0 2px 25px;
	line-height:18px;
}
#leftpane a {
	color:#FFFFFF;
	display:block;
	padding:2px 0 2px 0;
	text-decoration:none;
}
#leftpane a:hover {
	background:url(designimgs/li_icon.gif) left no-repeat #467421;
	color:#FFFFFF;
	display:block;
	margin: 0px 0 0px -25px;
	padding:2px 0 2px 25px;
	text-decoration:none;
}
#leftpane .location {
	padding:2px 15px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
}
#leftpane .formInput {
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	width:140px;
	border:1px solid #545454;
}
#contentpane {
	padding-top:15px;
	padding-left:18px;
	padding-right:16px;
	padding-bottom:20px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	line-height:18px;
}
#contentpane a {
	color:#690035;
	text-decoration:none;
}
#contentpane a:hover {
	color:#757575;
	text-decoration:none;
}
#contentpane h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #004e1a;
	padding-left:15px;
	padding-bottom:15px;
	background:url(designimgs/h1_icon.gif) left top no-repeat;
}

#contentpane h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-left:0px;
	padding-bottom:15px;
}

#footerpane {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	background:#467421;
}
#footerpane a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footerpane a:hover {
	color:#000000;
	text-decoration:underline;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
	cursor:pointer;
	background-color:#fff;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;

	z-index: 1;
	cursor:pointer;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 2px;
	vertical-align: top;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border:1px solid #000;
	background-color:#fff;
}

.eventlisticon
{
	text-align: center;
}

.eventlist td
{
	padding-bottom: 4px;
}