﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 1em;
    color: #374060;
}

h1
{
    font-size: 150%;
    color: #374060;
    border-bottom: solid 2px #374060;
}

h2
{
    font-size: 140%;
    color: #C1B094;  
}

a
{
    color: #7E2C11;
    text-decoration: underline;
}

a:hover
{
    color: #7E2C11;
    text-decoration: none;
}

img
{
    border-width: 0px;
}

img.right
{
    float: right;
    margin: 0 0 5px 10px;
}

img.left
{
    float: left;
    margin: 0 10px 5px 0;
}

#container
{
    position: relative;
    width: 1000px;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    background-image: url(../images/container_background.jpg);
    background-position: left top;
    background-repeat: no-repeat;   
}

#phone
{
    position: absolute;
    left: 100px;
    top: 15px;
    font-weight: bold;
    font-size: smaller;
}

#body
{
    position: relative;
    margin-left: 95px;
    top: 40px;
    background-image: url(../images/body_background.jpg);
    background-repeat: repeat-y;
    width: 905px;
    min-height: 650px; 
}

#header
{
    position: relative;
    height: 230px;
    width: 905px;
    top: 0px;
    left: 0px;
    background-image: url(../images/header_background_1.jpg);
    background-repeat: no-repeat;
}

#content
{
    position: relative;
    min-height: 500px;
    width: 905px;
}

#footer
{
    position: relative;
    width: 905px;
    height: 24px;
    background-image: url(../images/footer_background.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: left top;
    font-size: smaller;
    padding-top: 20px;
    text-align: center;
}

#sidebar
{
    position: absolute;
    top: 0px;
    margin-left: 10px;
    width: 190px;
    height: 475px;
}

#navigation
{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
}

#navigation a
{
    color: #45619F;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0;
    text-decoration: none;
    text-align: center;
    margin: 5px 0;
}

#navigation a:hover
{
    background-color: #45619F;
    color: #fff;
}

#rotator
{
    margin: 20px 20px;
}

#location
{
    position: absolute;
    bottom: 20px;
    color: #45619F;
    font-size: smaller;
    margin-left: 30px;
}

#page-content-container
{
    margin-top: 0px;
    padding-left: 230px;    
}

#page-container
{
    width: 625px;
    height: 513px;
    overflow: hidden;
    position: relative;
}

#page-container-list
{
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.page
{
    float: left;
    width: 625px;
    padding: 0;
}

.testimony
{
    font-style: italic;
    font-size: larger;
    margin: 10px 40px;
}

.testifier
{
    text-align: right;
    margin: 5px 40px 0 40px;
}
