﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
    color: #000000;
    background-color: #000000;
    margin: 0px 0px 0px 0px;
    background-image: url(../images/layout/the-old-mill-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #dcc59c;
    text-decoration: none;
}

#container
{
    width: 926px;
    left: 50%;
    margin-left: -463px; /* half the width of the div */
    margin: 0px auto;
    background-color: #ffffff;
    height: 100%;
    text-align: center;
    color: #000000;
}
hr
{
    height: 1px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* site header */
#site-header
{
    clear: both;
    width: 100%;
    text-align: left;
    height: 110px;
    background-color: #023621;
}
.site-logo
{
    float: left;
    width: 399px;
}
.site-contact
{
    float: right;
    width: 500px;
    color: #ffffff;
    font-size: 1.1em;
    text-align: right;
    margin-top: 5px;
}
.site-contact a
{
    color: #ffffff;
    text-decoration: none;
}
.site-contact a:hover
{
    color: #dcc59c;
    text-decoration: none;
}

/* main content */
#main-content
{
    clear: both;
    min-height: 400px;
    margin-top: 5px;
}
#left-panel
{
    float: left;
    width: 211px;
    min-height: 400px;
    text-align: center;
    margin-left: 10px;
}
#right-panel
{
    float: right;
    width: 676px;
    min-height: 400px;
    text-align: left;
    margin-right: 10px;
}
#copy-holder
{
    width: 92%;
    margin-left: 40px;
}

#mailing-list
{
    width: 161px;
    height: 172px;
    background-image: url(../images/layout/mailing-list.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    margin-left: 22px;
    text-align: left;
}
.mapdirections
{
    clear: both;
    width: 100%;
}
.contactform
{
    clear: both;
    width: 100%;
}

.availability
{
    width: 211px;
    background-color: #dcc59c;
    text-align: left;
    font-weight: bold;
}
.textinputs
{
    border: solid 1px #023621;
    color: #023621;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 5px 5px 5px;
}
.home-content
{
    clear: both;
    width: 97%;
    text-align: left;
    margin-bottom: 20px;
}

/* main navigation */
#main-nav
{
    clear: both;
    width: 100%;
    text-align: center;
    height: 23px;
    background-image: url(../images/layout/menu-bg.gif);
    background-repeat: repeat-x;
    padding-top: 3px;
}
#main-nav ul
{
    margin-left: 0;
	padding-left: 0;
	display: inline;
}
#main-nav li
{
    margin: 0;
    list-style: none;
	display: inline;
    height: 26px;
    margin-left: 11px;
    margin-right: 11px;
}
#main-nav a
{
    font-size:1.2em;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#main-nav a:hover
{
    font-size: 1.2em;
    color: #dcc59c;
    font-weight: bold;
    text-decoration: none;
}

/* site footer */
#site-footer
{
    clear: both;
    width: 100%;
    height: 40px;
    background-color: #000000;
    text-align: left;
    background-image: url(../images/layout/footer-bg.gif);
    background-repeat: repeat-x;
}
#site-footer a
{
    color: #ffffff;
    text-decoration: none;
}
#site-footer a:hover
{
    color: #dcc59c;
    text-decoration: underline;
}
.footer-left
{
    float: left;
    width: 50%;
    color: #ffffff;
}
.footer-right
{
    float: left;
    width: 50%;
    color: #ffffff;
    text-align: right;
}
#bowes-banner
{
    clear: both;
    width: 100%;
    height: 131px;
    border-top: solid 1px #04522c;
}