@charset "utf-8";
/* CSS Document */

#logo
{
background-image:url(../images/hr_logo.jpg);

}


#productscontainer{
width:624px;
height:100%;
float:left;
background:url(../images/productsbg2.gif);
background-repeat:no-repeat;
background-color:#00661b;
padding-left:380px;
}

#productscontainer h3
{
font: 1.5em Georgia, "Times New Roman", Times, serif;
color:#365708;
margin-bottom:10px;
text-align:left;
}

#productscontainer p a
{padding-top:10px;
font: bold .9em Georgia, "Times New Roman", Times, serif;
color:#adc8b4;
text-decoration:none;
line-height:1.8em;
}
#productscontainer p
{
text-align:left;
}

#productscontainer p a:hover
{

color:#fff;
text-decoration:underline;
line-height:1.8em;
}

.pdf a
{
font-family:"Trebuchet ms", "Verdana", "Arial", "Helvetica", sans-serif;
color:#365708;
font-weight:bold;
text-decoration:none;
}

.pdf a:hover
{
font-family:"Trebuchet ms", "Verdana", "Arial", "Helvetica", sans-serif;
font-weight:bold;
text-decoration:underline;
}
