﻿body
{
    background-color: #766355;
    background-image: url(/images/bg.gif);
    background-repeat: repeat-y;
}

.hrFooter
{
    border: solid 1px black;
    width: 950px;
}

.hrNav
{
    border: solid 0px white;
    width: 212px;
    height: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(/images/hrNav.gif);
    background-repeat: no-repeat;
}

.hrSpacer
{
   border: solid 0px white;
   width: 500px;
   margin-top: 10px;
   margin-bottom: 20px;   
}

.heading
{
    background-image: url(/images/headingbg.gif);
    background-repeat: no-repeat;
    background-color: #8A5F4E;
    width: 213px;
    height: 32px;
    color: White;
    font-family: "Arial Narrow" Arial;
    font-weight: bold;
    font-size: 14pt;
    padding-left: 12px;
    padding-top: 6px;
}

.footer
{
    font-size: 8pt;
    font-family: Arial;
    color: Black;
}

.footer a
{
    color: Yellow;
    text-decoration: underline
}

.footer a:hover
{
    color: White;
}

.steps
{
    font-family: Arial;
    font-size: 64pt;
    font-weight: bold;
    color: #C7383A;
}

.mainText
{
    font-family: Arial;
    font-size: 10pt;
}

#wrapper
{
    width: 1000px;
    position: relative;
}

#mainbg
{
    width: 980px;
    background-image: url(/images/bodybg.gif);
    background-repeat: repeat-y;
    background-color: White;
    position: relative;
    top: 12px;
    left: 5px;
}

#tagline
{
    position: absolute;
    top: -12px;
    left: -5px;
    width: 236px;
    height: 319px;
    background-color: #DD3E3E;
}

#mastPhone
{
    background-image: url(/images/phonebg.gif);
    background-color: White;
    font-family: Arial Black;
    font-size: 10pt;
    background-repeat: no-repeat;
    height: 60px;
    width: 740px;
    padding-right: 7px;
    padding-top: 10px;
}

#logoFooter
{
    background-image: url(/images/footerbg.gif);
    background-color: White;
    background-repeat: no-repeat;
}

#navFooter
{
    padding-left: 5px;
    padding-top: 20px;
    position: relative;
}

#bodyText
{
    font-family: Arial;
    font-size: 10pt;
    padding-top: 10px;
    padding-right: 5px;
}

#sideNav
{
    position: absolute;
    background-image: url(/images/navbg.gif);
    background-repeat: repeat-y;
    width: 219px;
    font-family: "Arial Black" Arial;
    font-size: 14px;
    left: 0px;
    text-align: left;
    padding-top: 5px;
}

#sideNav a
{
    color: White;
    text-decoration: none;
}

#sideNav a:hover
{
    color: yellow;
    text-decoration: underline;
}

#sideBar
{
    position: relative;
    top: 250px;
}