body
{
    margin-top: 0;
    background-color: #FFFFFF;
    padding-left: 20px;
    padding-left: 20px;
}

p
{ 
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    color: black; 
    margin-left: 20px;
    margin-right: 25px;
}

p.bold
{ 
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    font-weight: bold;
    color: black; 
    margin-left: 20px;
}

/* Style for intro on home page */
p.intro
{ 
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: small;
    font-weight: bold;
    font-style: italic;
    color: black; 
    margin-left: 20px;
}

/* Testimonial paragraphs */
p.testimonials
{ 
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    font-weight: bold;
    line-height: .9em;
    color: black; 
    text-indent: 10px;
    margin: 25px 5px 20px 5px;
}

p.testimonialsvc
{ 
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    font-weight: bold;
    color: black; 
    margin-left: 20px;
}

/* Names of people providing testimonials */
p.testimonialname
{ 
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    text-align: right;
    color: black; 
    margin-right: 150px;
}

p.companyinfo
{
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    color: D2D2A6; 
    text-align: center;
}
  
p.containertext
{
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    color: white; 
    margin: 3px;
    padding: 5px;
}


/* Bolded headers for services offered */
#services
{ 
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    font-weight: bold;
    color: 504A1E; 
    margin-left: 0;
}

#serviceslist
{ 
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: x-small;
    color: black; 
    margin-left: 30px;
    margin-right: 20px;
    text-indent: none;
}

h1
{
   font-family: "Calisto MT", Georgia, "Times New Roman", serif; 
   font-weight: bold;
   color: 5F5B3E;
   padding-top: 10px;
   margin: 0;
}


h1.header
{
    font-family: "Calisto MT", Georgia, "Times New Roman", serif; 
    font-weight: bold
    color: 5F5B3E;
    padding-top: 10px;
    margin: 20px;
}


.bevelmenu{
font: bold 13px arial;
text-decoration: none;
color: white;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #5F5B3E;
text-align: center; 					/*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: D2D2A6;
width: 125px;
background-color: #5F5B3E;
border: 2px solid #5F5B3E;
}

.bevelmenu li a:hover{
color: D2D2A6;
background-color: #736F4F;
border-style: outset;
}

html>body .bevelmenu li a:active{ 		/* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/* Container for call outs on home page*/
div#vacontainer
{
    width: 160px;
    height: 120px;
    background-color: 5F5B3E;
    float: right;
    padding: 5px;
    border: solid 1px #black;
    margin: 8px;
}

/* Container for company info */
div#coinfocontainer
{
    background-color: 736F4F;
    width: 756px;
    font-size: .75em;
    padding: 5px;
}


/* Container for footer */
div#footercontainer
{
    background-color: 5F5B3E;
    width: 750px;
    font-size: 1em;
    margin: 2px 3px 2px 3px;
}

/* Footer area */
ul#footer
{
    border: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: .5em;
}

li#footer
{
    margin: 0;
    padding: 0 0;
    font-family: Tahoma, Arial, Verdana, san-serif;
    font-size: xx-small;
    line-height: 9pt;
    color: white;
    list-style-type: none;
}
/* End of footer styles */