body {
color: #3F3F3F;
background: #EFEFED url('../images/bg.jpg') repeat-y top center;
border-top: 6px solid #01AD4E;
}

#cont {
background-color: #FFF;
}


li {
margin:0;
}

ul {
list-style: none;
}

#cont a {
color: #01AD4E;
text-decoration: none;
}

#cont a:hover {
color: #FFF;
background-color: #01AD4E;
}





h4 {
margin-bottom: 0px;
}

#topspace {
height: 50px;
background-color: #fff;
}

#contactForm {
height: 44px;
padding-top: 6px;
background: #FFF url('../images/contact_bg.jpg') no-repeat top center;
text-align: center;
}

#contactForm a {
color: #fff;
text-decoration: none;
}

#contactForm a:hover {
color: #017232;
}

#masthead h1 {
text-indent: -9999px;
}

#masthead h3 {
text-indent: -9999px;
}

#masthead {
background: #FFF url('../images/logo_bg.jpg') no-repeat top left;
height: 120px;
}

#about {
padding: 5px;
}

#about hr{
margin-bottom: 10px;
}

#services {
padding: 5px;
}

#services hr{
margin-bottom: 10px;
}


#clients {
padding: 5px;
}

#clients hr{
margin-bottom: 10px;
}

#blog {
padding: 5px;
}

#blog hr{
margin-bottom: 10px;
}

.strong {
font-weight: bold;
}

.small {
font-size: 10px;
}



