﻿body
{
    background: url(Images/bg.jpg) top repeat-x #916B26;
}

.lower
{
    /*background: url(Images/bg.jpg) top repeat-x;*/
    height: 500px;
    clear: both;
}

.menu
{
    width: 900px;
    height: 184px;
    background: #333;
    color: White;
    font-size: 1.5em;
}

.page-body
{
    background: white;
    background-image: url(Images/body-bg.jpg);
}

.body-top
{
    background: #fff url(Images/page-top.jpg) bottom no-repeat;
    height: 36px;
}

.body-left
{
    width: 200px;
    float: left;
    clear: right;
    border-right: 1px solid #ddd;
    height: 400px;
    position: relative;
    top: -20px;
    margin-left: 50px;
    display: inline; /* Workaround for IE6 double-margin bug */
}

.side-menu p
{
    font-size: 1.2em;
    padding-top: 10px;
    margin-left: 10px;
    color: Navy;
}

.side-menu ul li
{
    list-style: none;
    font-size: 1em;
}

.side-menu ul li a
{
    text-decoration: none;
    color: #222;
}

.body-right
{
    width: 600px;
    float: right;
    /* height: 400px;*/
    margin-right: 66px;
    display: inline; /* Work-around for IE6 double-margin bug */
    position: relative;
    top: -20px;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #333;
}

.tagline
{
    font-weight: bold;
    color: Black;
}
    
.footer
{
    background: url(Images/page-bottom.jpg) top no-repeat #916B26;
    padding: 30px 0;
}

#imageMenu
{
    position: relative;
    width: 900px;
    height: 184px;
    margin: 0 auto;
    overflow: hidden;
}

#imageMenu ul
{
    list-style: none;
    margin: 0px;
    display: block;
    height: 184px;
    width: 900px;
}

#imageMenu ul li
{
    float: left;
    list-style: none;
}

#imageMenu ul li a
{
    /*text-indent: -1000px;*/ /*	background:#000 none repeat scroll 0%;*/
    border-right: 2px solid #fff;
    cursor: pointer;
    display: block;
    overflow: hidden;
    height: 184px;
    color: White;
    background: repeat scroll 0%;
    text-indent: -1000px;
}

#imageMenu ul li a.last
{
    border-right: none;
}

.contact-form,
.successMsg
{
    clear: left;
    border: 2px solid #eee;
    padding: 20px;
    width: 450px;
    margin: 0 auto;
}

.contact-form .label
{
    width: 77px;
    vertical-align: bottom;
}

table#contact td 
{
    padding-bottom: .7em;
}

.locations
{
    width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.address
{
    float: left;
    margin-top: 10px;
    width: 225px;
}

.errorMsg
{
    width: 450px;
    border: 1px solid red;
    color: Red;
    font-size: .9em;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.successMsg
{
    font-size: 1.2em;
    text-align: center;
    margin-top: 50px;
}

td.button-row
{
    text-align: center;
}

input.button
{
    width: 100px;
    margin: 10px;
}