/* Structure */
body {
	background:#000000;
	margin: 10px 0px 15px 0px;
	padding: 0px;
	}
	
div#outer {    
	width: 974px;        
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px;
}
div#header {    
	padding: 0px;    
	margin: 0px 0px 5px 0px;    
	text-align: left;
	width: 974px;
}

#main-box {
	width:974px;
	margin:0px auto;
	padding: 0;
	font-size: .78em;
	
}

#box-content-main {
	position:relative;
	float: right;
	background: #ffffff;
	padding: 0px;
	width: 686px;
    /*overflow: auto;
    height: 576px;*/
}

#box-content-left {
	position:relative;
	float: left;
	width:287px;
	height: 586px;
	margin:0;
	padding: 0;
	border-right: solid 1px #000000;
}

#content 
{
    padding: 10px 10px 5px 10px;
	
}

div#main
{
    width: auto; 
    border: solid 1px black;	
	min-height: 559px;
    height: auto !important;
    height: 559px;
}

div#textbox {
padding: 6px 10px 6px 10px;
    width: auto; 
}

.clear 
{
    padding: 0px;
    margin: 0px;
    clear: both;
}
div#footer 
{   
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 974px;
    font-size:.7em;
    color: #8F2D2A;
    text-align: left;
}

#slideshow {
	z-index: 5;
}

/* Fonts */
body, table, td, p, div  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	margin:0px 0px 14px 0px;
	padding: 0px;
	line-height: 130%;
}
h1
{
    font-size: 22px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
    color: #000000;
	letter-spacing: 1px;
	text-align: right;
	font-family: Bell MT;
}
h2 
{
    font-size: 1.6em;
    margin: 5px 0px 10px 0px;
    padding: 0px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-family: Times New Roman, serif;
}
h3 
{
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

#heading
{
    text-align: center;
    width: auto;
    padding: 0 0 0 6px;
    margin: 0 0 10px 0;
    height: 33px; 
    background: #CEC2B5;
}


/* Links */
a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #591B19;
	color: #8F2D2A;
}
a:hover {
	color: #FD961D;
	text-decoration: none;
}

  div#chromemenu
{
    margin: 0px 0px 0px 0px;
    background: #731A0A;
    border-bottom: solid 1px #000000;
    width: 974px;
    height: 16px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    z-index: 10;
}
  
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle a:link, .chromestyle a:visited{
   	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	border: none;
	background: none;
	padding: 2px 2px 3px 2px;
}

.chromestyle a:hover, .chromestyle a:active {
	color: #FD961D;
    text-decoration:none;
   background: none;
   padding: 3px 2px 3px 2px;
}

.separator {padding: 0 5px;
            color: #999999;}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #731A0A;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FD961D;
}
   
a:link.reservation, a:active.reservation, a:visited.reservation {
	text-decoration: none;
	font-weight: bold;
	color: #eaeaea;
	background: #3D3A36;
	padding: 5px 8px;
	font-size: .9em;
}
a:hover.reservation {
	color: #FD961D;
	text-decoration: none;
}   


/* Homepage */

#upcoming-events {width: 424px; border: solid 1px black; margin-top: 10px; height: 296px;}
#news-specials {width: 228px; border: solid 1px black; height: 303px;}
#hours {width: 228px; border: solid 1px black; margin-top: 10px; height: 238px;}
.section-header {height: 33px; background: #CEC2B5;}
.section-content {padding: 6px;}
#news-specials-list {list-style-type: none; margin: 0 0 20px 0; padding: 0;}
#upcoming-events-list, #upcoming-events-list li ul {list-style-type: none; margin: 0; padding: 0;}
#upcoming-events-list li {line-height: 30px;}
#news-specials-list li {line-height: 30px;}
#upcoming-events-list li span {font-size: 1em; margin-bottom: 10px; display: block;}
#upcoming-events-list li a {font-size: 1.4em;}
#news-specials-list li a {font-size: 1.2em;}
   
/* Forms */
table#contactform {
width: 500px; 
text-align: left; 
margin-top: 0px; 
padding-top: 0px;
}

table#contactform td {
vertical-align: top;
font-weight: bold;
padding: 2px 0px 2px 2px;
margin: 0px;
line-height: 18px;
} 

form{
margin: 0px;
padding: 0px;
}

input, .textbox, .ddl {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}


.button 
{
font-weight: bold;
letter-spacing: 1px;
background: #BDBDBD;
color: #8F2D2A;
margin: 10px 0px 10px 0px;
border: double #787878 1px;
width: auto;
font-family: Arial, Helvetica, sans-serif;
overflow: visible;
padding: 0.25em;
font-size: 100%;
}


