﻿#header-container
{
        width: 100%;
}

#header-mast
{
        width: 755px;
        height: 245px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background: transparent url(images/header-background.jpg);
}

#site-container
{
        width: 751px;
        margin: 0 auto;
        border: solid 2px #EE6622;
        background-color: #ffffff;
        padding: 0px;
        position: relative;
        text-align: left;
        min-height: 450px;
        font-family: Arial, Helvetica, sans-serif;
}

#site-container-home
{
        width: 751px;
        margin: 0 auto;
        border: solid 2px #EE6622;
        background-color: #000000;
        padding: 0px;
        position: relative;
        text-align: left;
        min-height: 450px;
        font-family: Arial, Helvetica, sans-serif;
}

#crumbs
{
        bottom: 0;
        left: 0;
        padding: 5px 10px;
        position: absolute;
        width: 425px;
}

#content
{
        padding:25px;
padding-bottom:75px;
width:500px;
}

#content-body-home
{
        background-color: #000000;
        color: #ffffff;
}

#content-body
{
        min-height: 500px;
        position: relative;
        width: 450px;
}

#page-text
{
        padding-bottom: 100px;
        position: relative;
        top: 5px;
        width: 475px;
}

#content-right
{
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 0;
        width: 200px;
        height: 100%;
        background-repeat: repeat;
        background-image: url(images/orange-fill.png);
}

#side-content
{
        width: 200px;
        padding: 5px 25px 5px 25px;
}

#top-border, #bottom-border
{
        width: 100%;
        height: 20px;
        position: absolute;
        margin: 0;
        background-repeat: repeat-x;
        left: 0px;
}

#top-border
{
        background-image: url(images/top-border-gradient.png);
        top: 0;
}

#bottom-border
{
        bottom: 0;
        background-image: url(images/bottom-border-gradient.png);
}

#left-border, #right-border
{
        height: 100%;
        position: absolute;
        background-repeat: repeat-y;
}

#right-border
{
        background-image: url(images/right-border-gradient.png);
        right: 200px;
        top: 0;
        width: 17px;
}

#left-border
{
        background-image: url(images/left-border-gradient.png);
        left: 0;
        top: 0;
        width: 20px;
}

#site-footer
{
        background-image: url(images/orange-fill.png);
        background-repeat: repeat;
        height: 25px;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 755px;
}

#FooterNav
{
        margin: 0 auto;
}

#service-panel
{
        position: relative;
        width: 550px;
}
#service-panel a
{
        color: #EE6622;
        text-decoration: none;
        font-weight: bold;
}
#service-panel p, #service-panel ul, #service-panel li
{
        line-height: 15px;
}
#service-panel-left
{
        position: absolute;
        top: 0;
        left: 0;
}
#service-panel-right
{
        position: absolute;
        top: 0;
        right: 0;
}
table, tr, td
{
        border: none;
        vertical-align: top;
}

.image-test
{
        float: right;
}
