html, body {height: 100%}
#shader {height:100%}

#container {//height: 100%}
#border_1 {//height: 100%}

body>#shader {height: auto; min-height: 100%}
body>#border_1 {height: auto}
body>#container {height: auto}

body
{
   text-align: center;
   margin: 0;
   font-family: Arial, Helvetica, sans-serif;
   background: #E7EBDC;
}

a
{
   color: #D0CA86;
}

td 
{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #D0CA86;
	
}

object {margin: 0; display: block}
img {border: none; padding: 0; margin: 0}

#shader
{
   margin: 0 auto 0 auto;
   text-align: center;
   width: 764px;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./_images/shader.png", sizingMethod="scale");
}

/*exclude IE browsers*/
html>body #shader
{
   background: url(../_images/shader.png) repeat-y;
}

#container
{
   margin: 0 auto 0 auto;
   text-align: center;
   width: 750px;
   background: url(../_images/pattern_red.gif) repeat;
}

#border_1
{
   margin: 0 auto 0 auto;
   border-left: 1px solid #D1BA68;
   border-right: 1px solid #D1BA68;
   width: 710px;
   //width: 712px;
   text-align: left;
}

#left
{
   background-color: #9B0103;
   border-right: 1px solid #D1BA68;
}

#brown
{
   background: #65543B url(../_images/shadow_brown_bottom.jpg) repeat-x bottom;
   color: #D0CA86;
   font-size: 12px;
   line-height: 15px;
   padding: 0;
   width: 473px;
}

#brown p
{
   margin: 0 20px 20px 20px;
}

#brown p a
{
   color: #D0CA86;
}

#brown h1
{
   margin: 0 0 20px 20px;
   font-size: 14px;
   color: #322A1D;
}

h2
{
	margin: 0 0 5px 20px;
	font-size: 11px;
	font-style: normal;
  font-weight: bold;
}

.quoteTag
{
  font-style: italic;
	color: #000000;
}

.images
{
   margin: 40px 0 5px 0;
}

.images a
{
   margin-left: 20px;
}

.brown_top
{
   background: #65543B url(../_images/shadow_brown.jpg) repeat-x;
   height: 30px;
}

.shadow_red
{
   height: 25px;
   background: url(../_images/shadow_red.jpg) repeat-x;
}

.footer_links
{
   text-align: right;
}

.footer_address
{
  text-align: right;
	padding: 0 18px 10px 0;
	color: #FFFFFF;
	vertical-align: top;
	height: 12px;
}

.footer_links a:link, .footer_links a:visited
{
   font-size: 11px;
   color: #D0CA86;
   text-decoration: none;
   margin-right: 18px;
	 vertical-align: top;
}

.footer_links a:hover
{
   color: #D0CA86;
   text-decoration: underline;
}

.bottomAlign
{
   vertical-align: bottom;
}

#copyright
{
   text-align: right;
   font-size: 10px;
	 color: #000000;
   padding-right: 18px;
   clear: both;
}

#copyright a:link, #copyright a:visited
{
   text-decoration: none;
   color: #000000;
}

#copyright a:hover
{
   color: #FFFFFF;
}

.object_left
{
   height: 26px;
   background: url(../_images/object_1.gif) no-repeat left;
}

.object_right
{
   height: 26px;
   background: url(../_images/object_2.gif) no-repeat right;
}

#menu_select
{
   background-color: #9B0103;
   padding: 7px 10px 7px 0;
   border-bottom: 1px solid #D1BA68;
}

#menu_nav
{
   margin: 0;
   padding: 0;
   list-style: none;
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
}

#menu_nav li
{
   padding-left: 24px;
   margin-bottom: 5px;
   display: inline;
}

#menu_nav li a
{
   color: #000;
   text-decoration: none;
}

#menu_nav li a:hover
{
   color: #D1BA68;
}

#menu_nav li#active a
{
   color: #D1BA68;
}

.specialMenu
{
   text-align: center;
}

.specialMenu img
{
   border: 1px solid #000;
}

.specialMenu a
{
   line-height: 18px;
}

#beige
{
   width: 473px;
   background: #D2DBBC url(../_images/beige_bg.jpg) repeat-x bottom;
   height: 100%;
}


#beige2
{
   width: 750px;
   background: #D2DBBC url(../_images/beige_bg.jpg) repeat-x bottom;
   height: 100%;
}



#menu
{
   width: 750px;
   background: #D2DBBC url(../_images/beige_bg.jpg) repeat-x bottom;
   height: 100%;
   padding-bottom: 24px;
}

#beige_top
{
   height: 20px;
   background: url(../_images/beige_top.jpg) repeat-x;
}

#hours
{
   font-size: 9px;
   padding: 0 20px 20px 10px;
   text-align: right;
}

form
{
   margin: 0;
}

a.download
{
  padding-left: 14px;
  background: url(../_images/pdf.gif) no-repeat 0 2px;
}

.dwnldSize
{
  color: #322A1D;
	font-size: 10px;
	font-weight: bold;
}

/* EVENT PAGE
 * list of event thumbnails and links
 */
 
.event_list {
	margin: 0 20px 20px 20px;
}

.event_list img {
	border: 1px solid #000;
}

.event_list p {
	color: #000;
	font-weight: bold;
}

.event_list a {
	font-weight: bold;
}

/* RESERVATION PAGE */

.reservationsTbl {
	width: 430px;
	margin-left: 20px;
	border-top: 1px solid #56462F;
}
.reservationsTbl td {
	border-bottom: 1px solid #56462F;
	padding: 5px;
}
.formTitle {
	
}
.menu {
	color: #000000;
}
