
/* This style sheet lists the style declarations for the various elements for "Our Services" page and its second level page*/



/*Style for the Secondary Navigation bar in the services page*/

.sec_nav_ser
{
    font-family: "Times New Roman",serif;
    font-size:15pt;
    background:#728c47; 
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:5px;
}


/* Style for the right margin in the Our Services Page */


.right_margin_ser
{
background:#728c47;
}


/* Style for the green line separating the Corporate and Consumer Services*/

.green_line
{
    background:#6B8E23;
    font-size:1px;
    height:2px;
}   


/* Style for the "return to top" link in the Consumer Services Section*/

.return_top
{
font-family: "Times New Roman",serif;
color:#6B8E23;
font-style:italic;
text-decoration: none

}

