﻿ul.bullets {
    margin: 0px 0;
    padding: 0;
    list-style: none;
}
	
ul.bullets li {
	margin: 3px 0 2px 0;
	padding: 0 0 0px 12px;
	background: url('../images/green-bullet-box.gif') no-repeat 0px
7px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #333333;
}
.head-boxCopy {
	margin-bottom: 5px;
	font-family: "trebuchet MS";
	font-size: 20px;
	text-transform: uppercase;
	color: #8DC73F;
}
.header-font {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #8DC73F;
	text-transform: uppercase;
}

.body-nav {
	text-decoration: none;
	color: #333333;
	font: 14px arial, sans-serif;
	font-weight: bold;
}

a.body-nav:link {
	text-decoration: none;
	color: #333333;
	font: bolder, 14px arial, sans-serif;
}

a.body-nav:hover {
	text-decoration: none;
	color: #8DC73F;
}
.project-box {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E5E5E5;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E5E5E5;
}

.service-box {
	margin: 10px;
	padding: 10px;
	background-color: #EFEFEF;
}

