﻿body
{
    font-family: Georgia;
    height: 100%;
    margin: auto;
    padding: 0px;
    text-align: center;
    font-size: 12px;
}

#mainWrapper
{
    background-color: #CDC5A7;
    border: solid 1px #3A3B3B;
    margin: auto;
    text-align: center;
    width: 800px;
}

#innerWrapper
{
    text-align: left;
}

#banner
{
    background: url(images/banner.jpg);
    height: 249px;
    width: 800px;
}

#content
{
    
    height: 100%;
}

#leftBox
{
    background-color: #ACA58D;
    float: left;
    margin-left: 14px;
    width: 775px;
}

#welcome
{
    width: 405px;
    height: 300px;
    float: right;
}

#welcomeContent
{
    width: 266px;
    float: left;
    background-image: url(/images/welcomeBox.gif);
    height: 201px;
    margin: 20px 0 0 -14px;
    font-size: 12px;
    padding: 95px 35px 0 83px;
}

#nav
{
    width: 800px;
    height: 30px;
    background-color: #3f5e47;
    margin: 20px 0 10px -14px;
    font: 'Georgia';
    font-size: 14px;
}
#nav a, #nav a:visited
{
    color: #dcd3b3;
    display: block;
    float: left;
    padding: 5px 50px 0 50px;
    text-decoration: none;
    font: 'Georgia';
    font-size: 14px;
    margin: 0 25px;
}


#news
{
    width: 687px;
    height: 250px;
    margin: 20px 0 15px 40px;
    float: left;
}

/* Begin Revenue Page Items */

#navRevenue
{
    width: 800px;
    height: 30px;
    background-color: #cdc5a7;
    margin: 15px 0 10px -14px;
    font: 'Georgia';
    font-size: 14px;
}
#navRevenue a, #navRevenue a:visited
{
    color: black;
    display: block;
    float: left;
    padding: 5px 0 0 0;
    text-decoration: none;
    font: 'Georgia';
    font-size: 14px;
    margin: 0 36px;
}
#taxSearch
{
    width: 237px;
    height: 42px;
    float: right;
    margin: 0 10px 0 0;
}


#revCommSig
{
    color: #315039;
    font-style: italic;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 200px;
    margin: 5px 23px 0 0;
}

#commPhoto
{
    height: 135px;
    margin: 15px 65px 0 0;
    width: 113px;
    float: right;
}

#commText
{
    color: #315039;
    margin: 10px 10px;
    color: Black;
    width: 480px;
    padding: 0 0 0 15px;
    float: left;
}
#bottom
{
    width: 700;
    float: left;
    padding: 0 0 70px 0;
}

#bottomImg
{
    background-image: url(/images/bullet.jpg);
    background-repeat: repeat-y;
    float: left;
    width: 50px;
    margin: 10px 10px;
    padding: 0 0 0 15px;
    height: 150px;
    margin: 10px 0 0 25px;
}
#bottomText
{
    float: left;
    margin: 15px 0 0 -25px;
    line-height: 35px;
    width: 650px;
}


/* Begin Probate Page Items */

#navProbate
{
    width: 800px;
    height: 30px;
    background-color: #cdc5a7;
    margin: 15px 0 10px -14px;
    font: 'Georgia';
    font-size: 14px;
}
#navProbate a, #navProbate a:visited
{
    color: black;
    display: block;
    float: left;
    padding: 5px 0 0 0;
    text-decoration: none;
    font: 'Georgia';
    font-size: 14px;
    margin: 0 70px;
}



#probateSig
{
    color: #315039;
    font-style: italic;
    font-weight: bold;
    float: right;
    text-align: center;
    width: 200px;
    margin: 5px 23px 0 0;
}

#probatePhoto
{
    height: 135px;
    margin: 15px 65px 0 0;
    width: 113px;
    float: right;
}

#probateText
{
    color: #315039;
    margin: 10px 10px;
    color: Black;
    width: 480px;
    padding: 0 0 0 15px;
    float: left;
}

#footer
{
    color: #315039;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}





.greenBG
{
    background-color: #3F5E47;
    height: 37px;
    padding-top: 13px;
}


#mainContent
{
    padding: 20px;
    margin-top: -20px;
}


