﻿/* 
    BLENDED SOLUTIONS
    ----------------------------------
    Dark Grey       : #333333;
    Dark Green      : #59740c;
    Main Green      : #8ab804;
    Background Grey : #343435;

*/



body 
{
    background-color    : #343435;
    font-family         : Arial;
    font-size           : 70%;
    color               : #333333;
    text-align          : center;
    margin              : 0px;
    background-image    : url(../images/bg.gif);
    background-repeat   : repeat-x;
    line-height         : 160%;
}

h1
{
    color               : #aa0000;
    font-style          : italic;
    font-weight         : lighter;
    font-size           : 175%;
}
h2
{
    color               : #aa0000;
    font-style          : normal;
    font-weight         : lighter;
    font-size           : 125%;
}
a
{
    color               : #333333;
    
}
a:hover
{
    color               : #aa0000;
}




#container
{
    width               : 913px;
	margin-right		: auto;
	margin-left		    : auto;
    display             : block;
}


#content
{
    background-color    : #FFFFFF;
    border-bottom       : 3px solid #000000;
    padding             : 10px 10px 50px 30px;
    text-align          : left;
    min-height          : 400px;
  
}
#header
{
    margin-bottom       : 20px;
    margin-left         : -20px;
}
#header img
{
    border              : 0px none;
}
#header .strap
{
    margin-left         : 20px;
    margin-right        : 50px;
}
#header .leaves
{
    clear               : both;
    margin-top          : 10px;
    border-top          : 3px solid #59740c;
}

    /* GENERAL NAV */
    #header ul#generalNav
    {
        float               : right;
        list-style          : none;
        margin              : 0px;
        padding             : 0px;
        margin-top          : 0px;
    }
    #header ul#generalNav li
    {
        display             : inline;
    }    
    #header ul#generalNav li a
    {
        display             : block;
        float               : left;
        color               : #333333;
        padding             : 5px;
        padding-left        : 10px;
        text-decoration     : none;
        background-color    : #FFFFFF;
    }    
    
    #header ul#generalNav li a:hover
    {
        color               : #aa0000;
    }
    /* SERVICES */

    #header ul#serviceNav
    {
        list-style          : none;
        margin              : 0px;
        padding             : 0px;
        margin-top          : -3px;
        border-top          : 1px solid #59740c;
        border-bottom       : 3px solid #59740c;
        height              : 31px;
        background-image    : url(../images/nav_bg.gif);
        background-repeat   : repeat-x;
    }
    #header ul#serviceNav li
    {
        display             : inline;
    }
    #header ul#serviceNav li a
    {
        display             : block;
        float               : left;
        height              : 17px;
        padding             : 7px 16px 7px 16px;
        background-image    : url(../images/nav_bg.gif);
        background-repeat   : repeat-x;
        text-decoration     : none;
        color               : #FFFFFF;
        border-right        : 1px solid #bac2a5;
        border-left         : 1px solid #58720a;
        
    }
    #header ul#serviceNav li a.first
    {
        padding             : 7px 17px 7px 17px;
    }
    #header ul#serviceNav li a.last
    {
        border-right        : 0px none;
        padding             : 7px 17px 7px 17px;
    }
    #header ul#serviceNav li a:hover
    {
        background-image    : url(../images/nav_bg_over.gif);
        background-repeat   : repeat-x;
    }
#header .leavesBottom
{
    margin-top          : -35px;
    float               : right;
}

#footer
{
    text-align          : left;
    margin-bottom       : 10px;
}
#footer ul
{
    list-style          : none;
    margin              : 0px;
    padding             : 0px;
}
#footer ul li
{
    display             : inline;
}
#footer ul li a
{
    display             : block;
    float               : left;
    color               : #dadada;
    text-decoration     : none;
    height              : 80px;
    border-left         : 1px solid #c1c1c1;
    border-right        : 1px solid #000000;
    width               : 280px;
    padding             : 10px;
    margin-top          : 10px;
    line-height         : 125%;
    background-image    : url(../images/arrow.gif);
    background-repeat   : no-repeat;
    background-position : right bottom;
}
#footer ul li a:hover
{
    color               : #FFFFFF;
}
#footer ul li a.first
{
     border-left         : 0px none;
}
#footer ul li a.last
{
     border-right         : 0px none;
}
#footer ul li a .header
{
    font-weight         : bold;
    font-size           : 105%;
}
#footer .foot
{
    clear               : both;
    color               : #999999;
    float               : right;
    margin-top          : 20px;
}
#footer .foot a
{
    color               : #999999;
}
#footer .foot a:hover
{
    color               : #000000;
}
