﻿body 
{
    font-size:62.5%;
    font-family:Arial, helvetica, Sans-Serif;
    margin-top:0;
}

* { 
    padding:0;
    margin:0;
    font-weight:normal;
}

#container {
    width:800px;
    margin:0 auto;    
}

.headleft {
    width:261px;
    height:61px;
    padding:83px 26px 22px 29px;
    float:left;
}

.headright {
    width:484px;
    height:166px;
    float:left;
}

.bodyleft {
    width:319px;
    clear:both;
    float:left;
}

.bodyright {
    width:481px;
    float:left;
    background-color:#eeffd8;
}

.bodyrightheader {
    width:447px;
    height:115px;
    padding:23px 0 5px 21px;
}

.bodyrighttext {
    font-size:1.1em;
    color:Black;
    width:369px;
    padding:0 0 5px 36px;
}

.bodyrightgreensection {
    width:460px;
    padding:5px 0 13px 13px;
}

.greensection {
    width:460px;
    background-image:url('../assets/images/greenbar_26.gif');
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#5d9117;
}

.greensection h2 {
    padding:18px 0 25px 26px;
    font-family:Times New Roman, Times, Serif;
    font-size:1.4em;
    color:White;
    font-weight:normal;
    width:344px;
}

.greensection img {
    float:left;
    padding:0 12px 0 0;
}

.testimonial {
    font-family:Times New Roman, Times, Serif;
    font-size:1.1em;
    color:Black;
    padding:5px 0 0 31px;
    text-align:right;
    width:270px;
    line-height:1.6em;
}

.testbold {
    font-weight:bold;
    color:#5d9117;
}

