body {
	background: url('/images/body_bg.jpg') left top repeat;
	font:.86em/1.2em georgia, 'times new roman', serif;
	color:#222;
	margin:0;
	padding:0;
}
a,
a:link,
a:active,
a:visited {
	color:#6e3330;
}
a:hover {
	color:#a67029;
}
#container {
	width:796px;
	margin:0 auto;
}
#header {
	width:796px;
	height:213px;
	background:url(/images/header_bg.jpg) top left no-repeat;
	position:relative;
}
img#buckle {
	position:absolute;
	top:2px;
	right:127px;
}
#header img.randomImage {
	position:absolute;
	left:63px;
	top:1px;
}
div#flashContent {
	background:url(/images/nav_bg.jpg) top left no-repeat;
	height:147px;
	padding-left:6px;
}
div#smokehouse {
	float: right;
}
div#content {
	background:url(/images/content_bg.jpg) top left repeat-y;
	padding:1px 80px 20px;
	margin:0;
}
div#footer {
	background:url(/images/bottom_bg.jpg) top left no-repeat;
	height:122px;
	padding:0 80px 20px 80px;
	/*padding:20px 80px;*/
	text-align:center;
	font-size:10px;
	margin:0;
}
input.bttn {
	background:#6f322f;
	border:1px solid #fbbc30;
	font-weight:bold;
	padding:2px 6px;
	color:#fbbc30;
}
input.styled, textarea, select {
	border:1px solid #000;
}
input, select, textarea {
	font-size:1em;
	font-family:arial, helvetica, sans-serif;
}
div.searchOption {
	float:left;
	margin-right:10px;
}
div.searchOption label {
	display:block;
	
}
div.searchSubmit {
	clear:both;
}
div.searchSubmit input.bttn {
	margin:1em 0 0;
}
form#locationSearchForm {
	margin:1em 0 1em;
}
div#map {
	border:1px solid #6f322f;
}
span.redDot {
	margin:.2em 0 0;
	display:block;
	text-align:center;
	height:13px;
	width:13px;
	color:#fff;
	font-size:.86em;
	line-height:1.1em;
	background:url(/images/red-ball.gif) center center no-repeat;
}
table#locationResults {
	margin:1em 0 0;
	font-size:.86em;
	width:100%;
}
table#locationResults th {
	background:#e7af62;
	white-space:nowrap;
}
table#locationResults th,
table#locationResults td {
	padding:4px;
}
	div.divider {
		background:#333;
		height:1px;
		overflow:hidden;
		margin:1em 0;
	}
	div.menuEntry table {
		clear:both;
	}
	a.backLink {
		color:#333 !important;
		text-decoration:none;
		padding-left:15px;
		margin-left:15px;
		border-left:1px solid #333;
	}
h2.sectionName {
	background:#e7af62;
	-moz-border-radius:10px;
	padding:4px 10px;
	font-size:1.2em;
}
div.subNav {
	padding:0;
	font-size:.86em;
}
div.subNav a {
	margin-right:10px;
	padding-left:10px;
	border-left:1px solid #e7af62;
	
}
ul.subNav {
	list-style:none;
	padding:0;
	margin:0 0 1em;
	font-size:.86em;
}
ul.subNav li {
	float:left;
	margin-right:10px;
	padding-left:10px;
	border-left:1px solid #e7af62;
}
ul.subNav li a.navhere {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */