@import url(site.css);

/*
    Stylesheet for the home page
    
    Colors:
        HEX             DESCRIPTION         PURPOSE
        #003300         Dark Green          Pledges Copy
*/


/* Show the active state */

#navigation li#navigation_eco_technology a
{
    color: #182D00;
    background-image: url(../images/ic_navigation_active.gif);
}

#layout #content
{
    padding-bottom: 200px;
    padding-top: 18px;
}

#layout #content h3
{
    margin-bottom: 14px;
}

#layout #content img
{
    float: right;
    margin-left: 16px;
    margin-bottom: 10px;
    clear: right;
}

h2#hd_eco_tech
{
   background-image: url(../images/hd_eco_tech.png);
   height: 29px;
   margin-bottom: 15px !important; 
}

h3#hd_lead_free_plasma
{
    background-image: url(../images/hd_lead_free_plasma.png);
    height: 20px;
}

#layout #content img.embedded
{
    margin-bottom: 15px;
    margin-top: 35px;
    display: block;
}



