﻿
body 
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11pt;
    line-height: 130%;
    color: #000000;
    background-color: #ffffff;
}

/***** The wrapper table. *****/

table#wrapper
{
    width: 100%;
    height: 100%;
    border-collapse: collapse; 
    background-image: url('/images/layout/background.gif');
    background-position: top left;
    background-repeat: repeat-y;
}

table#wrapper td.top
{
    width: 100%;
    height: auto;
}

table#wrapper td.bottom
{
    height: 24px;
    vertical-align: bottom;
    text-align: center;
}

/***** The header DIV. *****/

div#header_top
{
    height: 5px;
    _margin-bottom: -13px;
    background-image: url('/images/layout/header-top.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

div#header
{
    width: 100%;
    height: 110px;
    background-image: url('/images/layout/header-bg.gif');
    background-position: top right;
    background-repeat: repeat-x;
    text-align: center;
}

div#header img
{
    _margin-top: 0px;                                       /***** IE 6 Bug *****/
    _margin-bottom: -3px;                                   /***** IE 6 Bug *****/
}

/***** The sidebar DIV *****/

div#sidebar 
{
    float: left;
    width: 180px;
}

div#sidebar div.menu
{
    width: 180px;
    height: 32px;
    margin-bottom: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

.menu_top
{
    width: 180px;
    height: 15px;
    margin-bottom: 0px;
    _margin-bottom: -2px;
    background-image: url('/images/layout/sidebar-top.gif');
    background-position: top center;
    background-repeat: no-repeat;
}

.m_home { background-image: url('/images/menu/off/home.gif'); }
.m_menu { background-image: url('/images/menu/off/menu.gif'); }
.m_contact { background-image: url('/images/menu/off/contact.gif'); }

div.facebook
{
    width: 178px;
    margin-top: 20px;
    text-align: center;
}

div.facebook img
{
    margin-bottom: 10px;
}

/***** The content wrapper. *****/

div#content_wrapper
{
    width: 100%;
    _min-width: 830px;
    height: auto;
}

div#content_wrapper_inner
{
    _float: left;
    margin-left: 180px;
    _margin-left: 0px;
}

/***** The strip DIV *****/

div#title
{
    width: 100%;
    height: 35px;
    background-image: url('/images/layout/page-top.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

div#title img
{
    _margin-top: 0px;                                       /***** IE 6 Bug *****/
    _margin-bottom: -3px;                                   /***** IE 6 Bug *****/
}    

/***** Content DIV *****/

div#content
{
    width: 790px;
    height: auto;
    margin: 1em Auto;
}

h1
{
    font-family: Verdana, Sans-Serif;
    color: #0D3660;
    font-style: italic;
    font-weight: bold;
    padding-top: 0;

}

h2
{
    margin-bottom: 0.25em;
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

h3
{
    color: #019934;
}

div#content ul
{
    margin-left: 2.0em;
    margin-bottom: 1.0em;
}

div#content ul li
{
    vertical-align: middle;
}

div#content .pic
{
    border: 2px solid #019934;
}

div#content .pic.left
{
    margin-right: 10px;
}

div#content .pic.right
{
    margin-left: 10px;
}

a, a:visited
{
    color: #019934;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #FE9A00;
}

div#content a:hover img
{
    border-color: #FE9A00;
}

div.food_menu
{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em 0;
}

.disclaimer
{
    font-style: italic;
}

div.bottombar
{
    clear: both;
    text-align: center;
}

div.imgbar
{
    width: 254px;
}

div.imgbar img
{
    margin-bottom: 1em;
}

/***** Footer DIV *****/

div#set_width
{
    width: 990px;
    height: 1px;
}

div#footer
{
    margin-left: 180px;
    text-align: center;
    padding: 5px 0px;
    font-size: 75%;
    color: #406080;
}

div#footer p
{
    margin-bottom: 0px;
    width: 790px;
    margin: 0px Auto;
    padding: 0;
}

div#footer p.first
{
    padding-top: 0.5em;
    border-top: 1px solid #406080;
}

div#footer p a
{
    color: #406080;
    text-decoration: none;
}

div#footer p a:hover
{
    color: #FF0000;
    text-decoration: none;
}

/***** *****/

@media print
{
    body { height: auto; min-height: 0px; color: #000000; background-color: #FFFFFF; background-image: none; }
    table#wrapper { background-image: none; }
    div#header_top { display: none; }
    div#header { display: none; }
    div#sidebar { display: none; }
    div#title { display: none; }
    div#content_wrapper_inner { width: 100%; height: auto; margin: 0px 0px; }
    div#content { width: 100%; height: auto; margin: 0px 0px; }
    div#set_width { display: none; }
    div#footer { display: none; }
}