﻿body
{
    font-family: Georgia, Palatino,” Palatino Linotype”, Times, “Times New Roman”, serif;
    font-size: .8em;
    line-height: 1.5em;
}

h1, h2, h3, p
{
    margin-bottom: 10px;
}

h1
{
    font-size: 150%;
}

a
{
    color: #990000;
}

#wrapper
{
    width: 958px;
    margin: 10px auto 20px auto;
    border: 1px solid Black;
}

#header
{
    background-color: #990000;
    padding-top: 20px;
}

#logoBox
{
    border: 4px solid Black;
    border-right: none;
    border-left: none;
    background-color: White;
}

#logo
{
    float: left;
    margin-top: 8px;
}

#contactList
{
    text-align: right;
    float: right;
    margin: 10px 10px 5px 0;
}

#contactList li
{
    margin-bottom: 4px;
}

#nav
{
    background-color: #990000;
    padding: 5px 0;
    border-bottom: 1px solid Black;
}

#nav li
{
    display: inline;
}

#nav li a
{
    color: White;
    padding: 3px 10px;
    margin: 0 35px;
    font-weight: bold;
}

#nav li a:hover
{
    background-color: White;
    color: Black;
}

#content
{
    margin: 10px 0;
    padding: 0 20px 0 20px;
}

#footer
{
    background-color: #990000;
    text-align: right;
    color: White;
    font-family: “Franklin Gothic Medium”, “Arial Narrow Bold”, Arial, sans-serif;
    padding: 2px 10px;
}

#footer a
{
    color: White;
}

#footer p
{
    margin: 0;
    padding: 2px 0;
    font-size: 80%;
    line-height: normal;
}

.homeSlider {  
    height: 151px;
    width: 958px;
    padding: 0;  
    margin:  0;
    overflow: hidden;
    border-bottom: 1px solid black;
} 

.homeSlider img {
    height: 151px;
    width: 958px;
    top:  0; 
    left: 0 
} 

/* Location Page */
.Locations #locList li
{
    clear: both;
    margin-bottom: 20px;
    float: left;
    border-bottom: 1px solid Gray;
    width: 100%;
    padding-bottom: 10px;
}

.locAddressBox
{
    float: left;
    width: 220px;
}

.locContactBox
{
    float: left;
    width: 200px;
}

.locMapBox
{
    float: left;
    width: 220px;
}

.Suppliers #suppliersList li
{
    float: left;
    width: 280px;
}

.siteMap
{
    margin: 5px 0 0 20px;
    display: block;
}

.Home #specialsList li
{
    margin-bottom: 10px;
    margin-left: 10px;
}

.Home #specialAttachments
{
    margin-top: 15px;
}

.Home #specialAttachments li
{
    margin-bottom: 10px;
    margin-left: 10px;
}

.Home #specialsBox
{
    width: 47%;
    float: right;
    padding: 5px 10px 10px;
    border: 1px solid gray;
}

.Home #specialsBox h2
{
    font-size: 150%;
}

#specialsBox img
{
    margin-bottom: 10px;
}