#left_column ul { margin: 0; padding: 0; }
h3 {
	padding: 0;
	color: #b31117;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
}
h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font: bold 13px "Trebuchet MS";
	color: #00788a;
}
#menu table { margin-bottom: 20px; }
#menu p { margin-bottom: 10px; }
#menu H3 { margin-bottom: 6px; }

a { color: #b31117; text-decoration: none; }
a { color: #b31117; text-decoration: underline; }

#music_schedule { margin-bottom: 15px; }
#music_schedule td { padding: 2px 0; border-bottom: 2px dotted #e3d9bf; } 

ul#subnav  {
	text-align: center;
	font-size: 14px;
	width: 213px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li {
	list-style-type: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
#subnav li a {
	width: 213px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #431700;
	padding: 0;
	margin: 3px 0;
	background: url(/images/bg-leftnav-off.png) no-repeat;
}
#subnav li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: url(/images/bg-leftnav-teal.png) no-repeat;
}
#subnav li a.active {
	text-decoration: none;
	color: #ffffff;
	background: url(/images/bg-leftnav-teal.png) no-repeat;
}
#subnav ul  { padding: 0; margin: -10px 0 15px 0; font-weight: normal; }
#subnav li li a { height: 20px; background: none; font-weight: normal; margin: 0; }
#subnav li li a:hover { height: 20px; background: none; font-weight: normal; color: #b31117; }

#subnav li a.LinkHighlight
{
	text-decoration: none;
	color: #ffffff;
	background: url(/images/bg-leftnav-teal.png) no-repeat;
}

img { behavior: url(/library/iepngfix.htc) }

body,td,th {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #431700;
}
.ErrorText, .BodyTextErr { color: #990000; }
.clearfix { clear: both; }

p, ol , H1 { margin-bottom: 20px; }

ul {
	margin: 0 0 20px 30px;
	padding: 0;
	list-style: square outside;
}

body { background: #431700; }


#wrapper {
	width: 900px;
	margin: 22px auto 0;
	background: url(/images/bg-site.jpg) repeat;
	border-top: 8px solid #f2ce95;
	border-bottom: 8px solid #f2ce95;
	position: relative;
}
#content { 	overflow: auto; }
#logo { position: absolute; top: -25px; left: 5px; }
#left_column {
	width: 215px;
	padding: 300px 20px 10px 35px;
	float: left;
	color: #b31117;
}
#left_column_home {
	width: 215px;
	padding: 300px 20px 10px 10px;
	float: left;
	color: #b31117;
}
#right_column {
	width: 590px;
	padding: 90px 20px 10px;
	float: left;
}
#right_column_interior {
	width: 570px;
	padding: 100px 28px 20px 20px;
	float: left;
}
#home_links_left { width: 215px; text-align: center;}
#home_links_left img {  }
#home_links_left img:hover, #home_callout_right img:hover { opacity: .7; filter: alpha(opacity=70); }
#home_callout_right {
	width: 215px;
	text-align: right;
	position: relative;
	height:130px;
}

.linebreak { height: 2px; border-bottom: 2px dotted #e3d9bf; }
H1 {
	letter-spacing: -1px;
	font: normal 26px Tahoma;
}


#flash_holder {
	width: 568px;
	border: 5px solid #d9cdb6;
	margin-bottom: 10px;
	height:289px;
	position:relative;
	overflow:hidden;
	}


#flash_holder #banners .banner {
position:absolute;
left:0px;
top:0px;
width:433px;
height:289px;
visibility:hidden;
}

#flash_holder #bNavigation {
position:absolute;
width:135px;
height:289px;
background:#431700;
right:0px;
top:0px;
}

#flash_holder #bNavigation .thumb {
width:129px;
height:67px;
padding:3px;
padding-bottom:2px;
}

#flash_holder #bNavigation .thumb:hover {
background:#faf5e1;
}

#flash_holder #bNavigation .thumb.active {
background:#ffcc00;
}



.image_holder {
	width: 572px;
	border: 5px solid #d9cdb6;
	margin-bottom: 17px;
	position: relative;
	height: 177px;
}
.tan_border {
	border: 4px solid #d9cdb6;
	margin-top: 5px;
}
#btn_gallery {
	position: absolute;
	bottom: -20px; right: 10px;
	height: 59px;
	width: 201px;
}

#navbar {
	position: absolute;
	top: 15px;
	right: -10px;
	width: 662px;
	height: 59px;
}
#footer { width: 860px; padding: 5px 0; margin: 10px auto; color: #d0be9c; overflow: auto; } 
#footer p {
	float: left;
	width: 215px;
}
#footer strong { font-size: 14px; }
#footer .copyright { float: right; width: 250px; text-align: right; }
#footer .social {float: left; width: 210px; margin-top:-19px;}
#footer .social img {padding-top:10px;}
#footer a { color: #d0be9c; text-decoration: underline; }
#footer a:hover { color: #ffffff; text-decoration: underline; }

/* FORM STYLES */

form td { padding: 3px 0; }
#textfield, #select {
	padding: 3px;
	color: #333333;
	background: #fff;
	border: 1px solid #8f645a;
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textfield, .select {
	padding: 3px;
	color: #333333;
	background: #fff;
	border: 1px solid #8f645a;
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.FormButton {
	color: #ffffff;
	font-weight: bold;
	border: 2px solid #7b1800;
	background: #b31117;
	padding: 3px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

INPUT.txt, SELECT.ddl,textarea.txt {padding: 3px;
	color: #333333;
	background: #fff;
	border: 1px solid #8f645a;
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}
	
INPUT.chk 
{
	border:0px;
	}
	
SELECT.ddl0{
padding: 3px;
	color: #333333;
	background: #fff;
	border: 1px solid #8f645a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}


#imgOne,#imgTwo{
	position:absolute;
	left: 0px;
	top: 0px;
}
#imgTwo{visibility:hidden;}
#smalltextfield { width: 50px; }
.indent_td { padding: 5px 0 5px 15px; }
.insert_table td { padding: 0; }

.smalltextfield { width: 50px; }

.menuImage {
float:right;
padding:0px 0px 20px 20px;
}

#weeklySpecial tr td {
padding:5px;
}

#cateringPig {
position:absolute;
top:150px;
right:-107px;
}

#franchiseNow {
position:relative;
margin-top:-10px;
z-index:10;
}

.btnGalleryMenu {
position:absolute;
bottom:0px;
right:10px;
}

.priceRight{
padding-left: 20px;
font-weight:bold;
text-align: right;
}

table.menuPrices tr td{
	padding-bottom: 10px;
}

.tableTop{
	margin-top: 10px;
}

#socialMedia{
	background: url(/images/followUsGraphic.png) no-repeat;
	margin: 30px 0px 10px 0px;
	padding: 38px 0px 0px 35px;
	width: 213px;
}

#socialMedia .twitterIcon{
	position: relative;
	margin-left: -5px;
	top: -3px;
}

.left{
	float:left;
}

.right{
	float: right;
}

#menuSteps{
	width: 385px;
}

#downloadMenu{
	width: 170px;
}

#downloadMenu a{
	margin-bottom: 20px;
}

.menuSection{
	background: url(/images/stepHeaderBG.jpg) repeat-x;	
	border-top: 4px solid #57391f;
	margin-top: 20px;
}

.menuHeader{	
	border-bottom: 4px solid #57391f;
	/*height: 30px;
	padding: 4px 0px;*/
	text-align: center;
}
.clear { clear:both; }