﻿html
{
    background: none;
}

body
{
    background: #916B26;
    font-family: Verdana;
}

p
{
    margin-bottom: .7em;
}

h2
{
    font-size: 1.2em;
    color: Navy;
    margin-top: 1em;
    margin-bottom: 1em;
}

ul
{
    margin-left: 1em;
}

li
{
    list-style: disc;
    padding-bottom: .5em;
}

a,
a:link,
a:visited,
a:hover,
a:active
{
    text-decoration: none;
    color: Navy;
}

a:hover
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

.container
{
    width: 956px;
    margin: 0 auto;
}

.header
{
    /*    background: white;*/ /*    border-bottom: 5px solid #002f5f;*/
    width: 900px;
    height: 98px;
    margin: 0 auto;
}

.logo
{
    float: left;
}

.logo img
{
    float: left;
    margin: 5px 5px 0 0;
}

.header h1
{
    font-family: Trebuchet MS;
    font-size: 2.5em;
    white-space: nowrap;
    padding-top: 7px;
}

.header .logo p
{
    font-style: italic;
    font-size: 1.2em;
    position: relative;
    left: 60px;
    top: -7px;
    white-space: nowrap;
}

.header a,
.header a:link,
.header a:visited,
.header a:hover,
.header a:active
{
    color: Black;
    border: none;
    text-decoration: none;
}

.contact-info
{
    float: right;
    text-align: right;
    margin-top: 10px;
}

.contact-info .number
{
    font-size: 19px;
    color: Red;
}

.breadcrumbs
{
    display: block;
    margin-bottom: 1.5em;
    font-size: .8em;
}

.footer
{
    clear: both;
    text-align: center;
    font-size: .8em;
    color: #411B00;
    padding-top: 1.5em; /*    background: url(images/footer-bg.jpg) top no-repeat #916B26;*/
    width: 956px;
    line-height: 1.5em;
}

.clear
{
    clear: both;
}
