* {padding: 0; margin: 0; font-family: Arial, Verdana, Sans-Serif;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: 0;}

body 
{
    background-color: #58595B;
}

#mainContainer
{
    width: 975px;
    margin: 1em auto;
}

#contentContainer
{
    border: solid 2px #FFF;
    border-top: none;
    background: url('images/bg(FF).gif');
    #background: url('images/bg.gif');
}

#header
{
    background-image: url('images/headerEnvironmental1.jpg');
    height: 230px;
    border-bottom: dotted 1px #FFF;
}

#tabNav
{
    width: 810px;
    float: right;
    padding-top: 200px;
    color: #FFF;
    font-weight: bold;
    font-size: .8em;
}

#tabNav a
{
    color: #FFF;
    text-decoration: none;
}

#tabNav a:hover
{
    color: #000;
}

#brochure
{
    float: right;
    background: url('images/tabNavYellow1.png') no-repeat;
    width: 161px;
    height: 23px;
    padding: 5px 15px 2px 7px;
    cursor: hand;
}

#quotation
{
    float: right;
    background: url('images/tabNavYellow2.png') no-repeat;
    width: 161px;
    height: 23px;
    padding: 5px 15px 2px 7px;
    cursor: hand;
}

#environmental
{
    float: right;
    background: url('images/tabNavYellow3.png') no-repeat;
    width: 161px;
    height: 23px;
    padding: 5px 15px 2px 7px;
    cursor: hand;
}

#navBar
{
    width: 300px;
    float: left;
    padding-top: 0px;
}

#navBarNoSub
{
    width: 163px;
    height: 100%;
    float: left;
}

#navBar li, #navBarNoSub li
{
    color: #FFF;
    font-weight: bold;
    font-size: .8em;
    padding: 10px 15px;
    list-style-type: none;
    line-height: 1em;
    text-align: right;
    background: url('images/dotted-line.png') 0px 31px no-repeat; 
}

#navBar li a, #navBarNoSub li a
{
    color: #FFF;
}

#navLeftCol
{
    float: left;
    width: 136px;
    padding-left: 25px;
}

#navLeftCol li.active
{
    background-color: #8e973a;
    border-bottom: solid 2px #FFF;
    background-image: none;
}

#navRightCol
{
    float: right;
    width: 139px;
}

#navRightCol li
{
    background: #8e973a;
    border: none;
    border-top: dotted 2px #FFF;
    padding-right: 10px;
    padding-left: 4px;
}

#navRightCol li.first
{
    border: none;
    background: #8e973a url('images/topRightCorner.png') 127px 0px no-repeat;
}

#navRightCol li.active
{
    background-color: #686f1f;
}

.spacer
{
    border: none;
    height: 2.2em;
}

#contentArea
{
    float: left;
    width: 446px;
    min-height: 400px;
    padding: 22px;
    font-size: .8em;
}

#contentAreaNoSub
{
    float: left;
    width: 788px;
    min-height: 400px;
    padding: 10px;
    font-size: .8em;
}

#rightSidePanel
{
    float: left;
    background-color: #B0BB46;
    width: 132px;
    margin: 22px 0;
    padding: 22px 22px 22px 7px;
    /*min-height: 313px;*/
    font-size: .75em;
}

#rightSidePanel li
{
    color: #FFF;
    list-style: none;
    list-style-position:outside;
    line-height: 1.3em;
    margin-left: 4px;
    padding-left: 18px;
    padding-bottom: 5px;
    background: url('images/bullet.gif') no-repeat 0px 4px;
}

.grey
{
    color: #444;
}

h1
{
    font-size: 2.9em;
    line-height: 1em;
    font-family: Times New Roman, Sans-Serif;
    color: #8e973a;
    font-weight: bold;
    padding-bottom: 15px;
}

h2
{
    font-size: 1.8em;
    line-height: 1em;
    font-family: Times New Roman, Sans-Serif;
    color: #8e973a;
    font-weight: bold;
    padding-bottom: 7px;    
}

#contentArea p, #contentArea ul
{
    text-align:justify;
    line-height: 1.3em;
    padding-bottom: 15px;
}

.clear
{
    clear: both;
    height: 0px;
}
