﻿
body
{
    background-color: #000000;
    color: #FFFFFF;
}
#layouter
{
    /*border: thick groove #C0C0C0;
    */
    background-color: #000000;
    background-image: url('images/background_03.png');
    background-repeat: repeat;
}
#leftCol
{
    border-right-style: ridge;
    border-right-width: medium;
    border-right-color: #CCCCCC;
}
#middleCol
{
    padding: 5px;
    vertical-align: top;
    width: 100%;
}
#rightCol
{
    text-align: right;
}
h2
{
    color: #FFFFFF;
    text-align: center;
}
a
{
    color: #008923;
}
a.nav
{
    color: #008923;
    font-size: 12pt;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
}
a.nav:hover
{
    color: #008923;
    font-size: 12pt;
    text-decoration: none;
    display: block;
    background-color: #CCFFCC;
}
a.navSub
{
    color: #008923;
    font-size: 8pt;
    text-decoration: none;
    display: block;
}
a.navSub:hover
{
    color: #008923;
    font-size: 8pt;
    text-decoration: none;
    display: block;
    background-color: #CCFFCC;
}
/*.txtBdy
{
    color: #FFFFFF;
    position: relative;
    top: 10px;
}*/
a.txtBdy{
    color: #FFFFFF;
    position: relative;
    top: 10px;
    font-size: 24px;
}
a.txtBdySide{
    color: #FFFFFF;
    position: relative;
    top: 10px;
    font-size: 16px;
}
.txtGreen
        {
    color: #008923;
}
#bannerLayout
{
    background-position: center;
    background-image: url('images/Albuquerque_New_Mexico_Criminal_Defense-Family_Law-DWI.png');
    height: 226px;
    background-color: #000000;
    background-repeat: repeat-x;
}
#bannerTxt
{
    text-align: right;
    color: White;
    vertical-align: bottom;
}
#divorceBanner
{
    border-color: #008923;
    font-size: 14pt;
    position: relative;
    bottom: 40px;
    width: 50%;
    left: 50%;
}
#espanolBanner
{
    position: relative;
    bottom: 120px;
    text-align: left;
    left: 0px;
    width: 50%;
    font-style: italic;
    font-size: larger;
}
.langSelect
{
    color: #FFFFFF;
    text-decoration: none;
}
    
#bannertitle
{
    padding: 0px;
    margin: 0px;
    border-style: none;
    border-width: 0px;
    text-align: center;
    position: relative;
    top: 40px;
}
.bannerWeb
{
    background-color: #008923;
    text-align: center;
    width: 100%;
}
.txtFooter
{
    padding: 20px 5px 5px 5px;
    color: #FFFFFF;
    text-align: center;
    font-size: 6pt;
    font-style: normal;
    font-weight: 100;
}
