﻿body
{
    background: #c69656 url('images/bg.jpg') repeat-x;
    margin: 0;
    padding: 0;
	line-height: 18px;
    font-family: Georgia, serif;
    font-size: 11px;
    color: #001b48;
}

/* Global Styles */

img
{
    border: 0;
}

a, a:visited
{
    color: #5a2a00;
    text-decoration: none;
}

a:hover
{
    color: #9c4a03;
    text-decoration: underline;
}

h1
{
    color: #5a2a00;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Georgia, serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

h2
{
    color: #5a2a00;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Georgia, serif;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

h3
{
    color: #5a2a00;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Georgia, serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

ul
{
    padding: 15px;
    margin: 0;
}

.h1lowercase
{
    color: #5a2a00;
    font-weight: bold;
    font-family: Georgia, serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

/* Containers */

#cmsWrapper
{
    margin: 0 auto;
    width: 910px;
}

#wrapper
{
    width: 910px;
    float: left;
}

#Header, #Main
{
    display: block;
    width: 895px;
    padding-left: 5px;
    padding-right: 10px;
    clear: both;
}

#Header
{
    background: url('images/top-bg.jpg') no-repeat;
    padding-top: 20px;
    height: 101px;
    overflow: hidden;
    float: left;
}

.logo
{
    width: 680px;
    height: 91px;
    text-align: center;
    padding-top: 10px;
    float: left;
}

.contact, #Sidebar
{
    width: 205px;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    border-top: 2px solid #663f17;
    float: right;
    text-align: center;
}

.contact a
{
    font-family: Georgia, serif;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    text-decoration: none;
}

.contact a:hover
{
    color: #d2a80d;
}

#Flash
{
    width: 910px;
    height: 309px;
    display: block;
    float: left;
    clear: both;
}

#Main
{
    background: url('images/content-bg.jpg') repeat-y;
    float: left;
}

#mainContent
{
    width: 620px;
    height: 100%;
    padding: 15px 10px 0 50px;
    float: left;
}

#bottomBG
{    
    width: 910px;
    height: 145px;
    background: url('images/bottom-bg.jpg') no-repeat bottom;
    float: left;
}

#mapbottomBG
{    
    width: 910px;
    height: 70px;
    background: url('images/map-bottom-bg.jpg') no-repeat bottom;
    float: left;
}

.MapBG
{
    background: url('images/content-bg.jpg') repeat-y;
    width: 910px;
    clear: both;
    float: left;
}

#mapContent
{
    width: 665px;
    height: 680px;
    padding-left: 10px;
    padding-bottom: 10px;
    float: left;
}

.sidebarPadding
{
    height: 309px;
    border-bottom: 2px solid #663f17;
    margin-bottom: 10px;
}

#mapSidebar
{
    width: 205px;
    height: 100%;
    margin-left: 5px;
    margin-right: 15px;
    padding-top: 10px;
    border-top: 2px solid #663f17;
    float: right;
    text-align: center;
}

/* Paragraph and Custom styles */

p.intro
{
    font-size: 16px;
    line-height: 28px;
    color: #5a2a00;
}

/* Rollover */
#rollover1 a
{
	background: url('/files/images/mapthumb.gif') 0 0 no-repeat;
	display: block;
	width: 111px; 
	height: 89px;
}

#rollover1 a:hover
{
	background-position: -111px 0;
}

#rollover1 a:visted
{
	background-position: 0 0 no-repeat;
}
