﻿body
{
    background-color: #dadab2;
    font-family: Arial, Verdana;
}

#mainWrapper
{
    width: 800px;
    height: auto;
    background-color: #ffffff;
    margin: 20px auto 0px;
    background: #ffffff url(pics/mainWrapperTop.png) no-repeat;
}

#headerWrapper 
{
    margin: 0px 20px 0px;
}

#logo
{
    float: right;
    height: 100px;
    width: 300px;
    display: block;
    background: url(pics/logo.png) no-repeat;
    margin-bottom: 10px;
}

#contactInfo
{
    float: left;
    display: block;
    height: 100px;
    width: 200px;
    background: url(pics/contactInfo.png) no-repeat;
    margin-bottom: 10px;
}

#menu
{
    clear: both;
    margin: 15px 20px 5px;
    font-size: 1em;
    width: auto;
    height: 26px;
    background-color: #00acee;
}

#menu a:link
{
    text-decoration: none;
    float: right;
    padding: 5px;
    display: block;
    background-color: #00acee;
    font-size: .9em;
    color: black;
}

#menu a:visited
{
    text-decoration: none;
    float: right;
    padding: 5px;
    display: block;
    background-color: #00acee;
    font-size: .9em;
    color: black;
}

#menu a:hover
{
    background-color: #ee6521;
    color: #ffffff;
}

#contentWrapper
{
    min-height: 350px;
    border-right: #00acee 1px solid;
    border-top: #00acee 1px solid;
    border-left: #00acee 1px solid;
    border-bottom: #00acee 1px solid;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
}

#locationWrapper
{
    height: 16px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: smaller;
}

#bottomWrapper
{
    width: 800px;
    height: 30px;
    background-color: #ffffff;
    background: #ffffff url(pics/mainWrapperBottom.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#footer
{
    clear: both;
    width: 800px;
    font-size: .7em;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

#headingText
{
    font-weight: bold;
    font-size: larger;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.boldText
{
    font-weight: bold;
}

.button
{
}

.button a
{
    font-weight: bold;
    padding-top: 10px;
    display: block;
    width: 196px;
    height: 32px;
    border: none;
    background: url(pics/button.gif) #00acee no-repeat;
    text-align: center;
    vertical-align: middle;
    color: black;
    text-decoration: none;
}

.button a:hover
{
    background: url(pics/button_hover.gif) #ee6521 no-repeat;
    color: #ffffff;
}

.button_large
{
}

.button_large a
{
    font-weight: bold;
    padding-top: 10px;
    display: block;
    width: 196px;
    height: 49px;
    border: none;
    background: url(pics/button_large.gif) #00acee no-repeat;
    text-align: center;
    vertical-align: middle;
    color: black;
    text-decoration: none;
}

.button_large a:hover
{
    background: url(pics/button_large_hover.gif) #ee6521 no-repeat;
    color: #ffffff;
}

.cell
{
    border-right: #00acee 1px solid;
    border-top: #00acee 1px solid;
    border-left: #00acee 1px solid;
    border-bottom: #00acee 1px solid;
    padding-left: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

#preloader
{
    visibility: hidden;
}
