﻿body 
{
    text-align: center;
    background: #fff7f0 url(images/sitebg2.png) repeat-x;
    margin-top: 0px;
    /*    dead zone
background: #b8bfa8 url(images/sitebg.png) repeat-x;

    */
}

#mainContainer
{
    text-align: left;
    margin: 0 auto;
    width: 860px;
    border: solid 1px #000;
    background-color: #fff;
}

#topHeader
{
    width: 860px;
    height: 130px;
    border-bottom: solid 1px #000;
}

#topNav
{
    padding-top: 7px;
    width: 860px;
    height: 25px;
    text-align: center;
    border-bottom: solid 1px #000;
}

#mainBody
{
    width: 860px;
    height: 450px;
}

#mainBodyFlash
{
    width: 655px;
    padding: 0px 0px 0px 0px;
    float: left;
}


#mainBodyHunter
{
    margin-left: 665px;
    width: 180px;
    padding: 10px 6px 10px 6px;
}

#mainContentArea
{
    padding: 0px 10px 10px 10px;
}

/* ----------------------------------- */

#companyProfile
{
    width: 630px; padding: 10px; border-top: solid 1px #000;
}

#companyProfile img
{
    border: solid 1px #000;
    padding: 0px;
}

.noPadding
{
    padding: 0px
}

/* ----------------------------------- */

#footer
{
    padding-top: 7px;
    width: 860px;
    height: 25px;
    text-align: center;
    border-top: solid 1px #000;
}

#footerLeft
{
    padding: 0px 5px 0px 10px;
    float: left;
    width: 415px;
    text-align: left;
}

#footerRight
{
    margin-left: 430px;
    padding: 0px 10px 0px 5px;
    width: 415px;
    text-align: right;
    }
    
    
    
/* ---------------------- */

#contactBox
{
    padding: -5px 0px 25px 0px;
    border: solid 1px #000;
    text-align: center;
    margin: 10px 0px 0px 0px;
    background: #40273e url(images/contactBG.png) repeat-x;
    color: #ffffff;
    height: 260px;
}

.contactRow
{
    padding: 5px 0px 0px 0px;
}

.contactLabel
{

}

.contactField
{
}


.txtControl160x40
{
    background: #40273e url(Images/160x40.png);
    border: solid 0px #ffffff;
    width: 140px;
    height: 20px;
    padding: 10px;    
}

.txtControl160x30
{
    background: #40273e url(Images/160x30.png);
    border: solid 0px #ffffff;
    width: 140px;
    height: 15px;
    padding: 5px 10px 7px 10px;
}
.btnClass
{
    background: #40273e url(Images/btnbg.png);
    
    padding: 3px 10px 5px 10px;
    font-family: Verdana, Arial Narrow, Arial;
    font-size: 9pt;
    border: solid 0px #ffffff;
    width: 170px;
    margin-top: 10px;
}

/* ------------------------- */

.quote
{
    padding: 3px;
}

.quoteLabel
{
    font-size: 10pt;
    width: 250px;
    text-align: right;
    float: left;
    vertical-align: text-top;
}

.quoteField
{
    margin-left: 260px;
    font-size: 10pt;
}
