
body
{
    background-image: url(/images/background_gradient.png);
    background-repeat: repeat-x;
    background-color: #081400;
    margin: 0px 0px 0px 0px;
    font: 12px/18px Georgia;
    color: #460606;
}

/*****************************************************
******** Positioning Styles
*****************************************************/

#mainContainer
{
    position: relative;
    margin: 0 auto;
    width: 984px;
    background-image: url(/images/background_vines.png);
    background-repeat: repeat-x;
}

* html #mainContainer /* Will only be seen by IE */ 
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/background_vines.png',sizingMethod='scale',enabled='true');
}

#pageHeader
{
    position: relative;
    width: 776px;
    height: 131px;
    margin: 0px auto;
    background-image: url(/images/backrepeater.jpg);
    background-repeat: repeat-y;
}

#midContainer
{
    position: relative;
    width: 776px;
    margin: 0px auto;
    background-image: url(/images/backrepeater.jpg);
    background-repeat: repeat-y;
}

#menu
{
    position: relative;
    background-image: url(/images/nav.png);
    width: 595px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
}

#vanillaBackground
{
    position: relative;
    margin: 0 auto;
    margin-top: -1px;
    background-color: #FBF5D3;
    width: 595px;
}

#cmsContent
{
    position: relative;
    margin: 0 auto;
    padding: 15px 0px 10px 0px;
    width: 578px;
}

#footerContainer
{
    position: relative;
    margin: 0 auto;
    padding-top: 47px;
    text-align: center;
    background-image: url(/images/footer.jpg);
    width: 776px;
    height: 39px; 
    margin-bottom: 10px;
}

/*****************************************************
******** Display Styles - mix and match for desired results
*****************************************************/

.textBoxTitle
{
    font: 15px/22px Verdana, serif;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    width: 130px;
    padding: 2px 0px 0px 20px;
}

.errorBox
{
    background-color: #FFFFFF;
    border: 1px solid #244A8B;
    color: #C10534;
    padding: 3px 3px 3px 3px;
}

.textField
{
    width: 350px;
    border: 1px solid #A99A6F;
    padding: 3px;
}


/*****************************************************
******** Link Styles
*****************************************************/

a.enews:link, a.enews:visited, a.enews:active
{
    font: 14px Arial, sans-serif;
    font-weight: bold;
    color: #8A2529;
    text-decoration: none;
}

a.enews:hover
{
    color: #8A2529;
    text-decoration: underline;
}

/*****************************************************
******** Button Styles
*****************************************************/

.actionButton
{
    border-top: 1px solid #460606;
    border-left: 1px solid #460606;
    border-right: 1px solid #460606;
    border-bottom: 1px solid #460606;
    background-color: #FFFFFF;
    width: 100px;
    height: 25px;
    font: 10px/15px Verdana, Helvetica, sans-serif;
    color: #460606;
    font-weight: bold;
    margin-bottom: 1px;
}

.cp1Title
{
    display: none;
    /*background-color: #A99A6F;*/
    font: 15px/22px Verdana, serif;
    font-weight: bold;
    padding: 5px;
    color: #FFFFFF;
    text-decoration: none;
    clear: both;
    margin-bottom: 10px;
}

#cp1Content
{
    position: relative;
    width: 498px;
}

.cp1Grid
{
    width: 100%;
    border: none;
}
.cp1Grid tbody;
{
    margin: 5px 0px 5px 0px;
}

.cp1Grid tr
{
    margin: 5px 0px 5px 0px;
}

.cp1Grid td
{
    padding: 10px;
    /*border: 1px solid #A99A6F;*/
    margin: 5px 0px 5px 0px;
}

.cp1Row
{
    /*background-color: #FFFFFF;*/
}

.cp1RowAlt
{
    /*background-color: #F6F5F0;*/
}

/*****************************************************
******** Site Map Styles
*****************************************************/

.SiteMap
{
    font-family: verdana;
    font-size: 11px;
    margin-left: 10px;
}

.SiteMap td
{
    width: 249px;
}

.RootNode
{
    color: #4D2615;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 6px;
}

.ParentNode
{
    font-family: verdana;
    font-size: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.LeafNode
{
    font-family: verdana;
    font-size: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
