/***** *****/

body
{
    _width: expression(document.body.clientWidth < 997? "995px" : "100%");
    min-width: 995px;
    min-height: 100.01%; 
    background-color: #FCF8E8;
    background-image: url('/images/menu_bg.gif');
    background-position: top left;
    background-repeat: repeat-y;
}

/***** Layout *****/

div#top
{
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0px Auto -44px Auto;
    _width: expression(document.body.clientWidth < 997? "995px" : "100%");
}

div#header
{
    width: 100%;
    height: 115px;
    vertical-align: top;
}

div.header_top
{
    width: 100%;
    height: 5px;
    background-image: url('/images/header_top.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    _margin-bottom: -13px;                                  /***** IE 6 Bug *****/
}

div#header
{
    width: 100%;
    height: 110px;
    background-image: url('/images/header_bg.gif');
    background-position: top center;
    background-repeat: repeat-x;
}

div#header img
{
    _margin: 0 0 -3px 0;                                       /***** IE 6 Bug *****/
}

div#sidebar
{
    float: left;
    width: 190px;
    _margin-right: -3px;                                   /***** IE 6 Bug *****/
    background-image: url('/images/menu_top.gif');
    background-position: top center;
    background-repeat: no-repeat;
}

div#sidebar img.menu_top
{
}

div#sidebar ul
{
    margin-top: 15px;
}

div#sidebar li
{
    background-position: top center;
    background-repeat: no-repeat;
    _margin-bottom: -3px;                                    /***** IE 6 Bug *****/
}

div#sidebar li.m_home
{
    height: 34px;
    background-image: url('/images/menu/off/home.gif');
}

div#sidebar li.m_gallery
{
    height: 34px;
    background-image: url('/images/menu/off/gallery.gif');
}        


div#sidebar li.m_contact
{
    height: 34px;
    background-image: url('/images/menu/off/contact.gif');
}

div#sidebar div.sidecontent
{
    margin: 1em 10px 0 0;
    color: #fff;
}

div#strip
{
    height: 30px;
    margin-left: 20px;
    background-image: url('/images/strip_bg.gif');
    background-position: top center;
    background-repeat: repeat-x;
}

div#strip img.phone
{
    float: right;
    margin-bottom: -4px;
}

div#wrapper
{
    margin-left: 190px;
}

/***** Content *****/


h1 { text-align: center; margin-bottom: .5em; }

div#content
{
    width: 785px;
    margin: 0.5em Auto 1.0em Auto;
    padding-right: 10px;
    line-height: 22px;
}

div#content ul
{
    padding-left: 2em;
    padding-bottom: 1em;
}
div#content li
{
    list-style: disc outside;
}

a,  a:visited
{
    color: #8F1E0C;
}


address
{
    margin: 0 0 1em 2em;
}

.home-lap1 
{
    position: relative;
    float: right;
    z-index: 20; 
    margin: 0 0em -2em .5em;
}

.home-lap1 *
{
    z-index: 20;
}

.home-lap2
{
    
    position: relative;
    float: right;
    clear: right;
    z-index: 30;
    margin: 0 2em 0em .5em;
}

.captionphoto
{
    width: 352px;
    height: 290px;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

.cr { clear: right; }

.contactinfo 
{
    margin: 1em 3em;
}

.tag { text-align: center; font-style: italic; color: #8F1E0C; font-weight: bold; }

/***** Bottom & Footer *****/

div#push, div#bottom
{
    height: 44px;
}

div#bottom
{
    _width: expression(document.body.clientWidth < 997? "995px" : "100%");
    position: relative;
    bottom: 0;
}

div#footer
{
    margin-left: 190px;
    font-size: 80%;
    line-height: 1em;
    text-align: center;
}

div#footer p
{
    width: 785px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div#footer p.first
{
    border-top: 1px solid #888888;
    padding-top: 8px;
}

div#footer a, a:visited
{
    color: #000000;
}

div#footer a:hover
{
    color: #8F1E0C;
    text-decoration: none;
}

div#footer a.invlink:hover
{
    color: #333;
}

/***** *****/

