body {
	background: url(img/backgroundvrpt2.png) top center repeat-y #2D5900;
	
	
	margin:0 auto;
}
#pagewrap {
	
	border: #a1b9c7 solid 1px;
	
	width:901px;
	margin:0 auto;
	margin-top: 22px;
}
#top {
	display: block;
	background: url(img/LOGO.jpg) no-repeat;
	height: 222px;
}
.dark {
 color:black;
}
h1 {
	display: block;
	height:222px;
	width:901px;
	background: url(img/MASTHEAD.jpg) no-repeat top right;
}
h1 span {
	display:none;
}

h2.tag {
	display:none;
}
h2 {
 font-size: 1.3em;
 text-align: center;
 margin:0;
 padding:10px 0;
}

/*-----NAV ---------*/
#nav {
	

}
#nav ul {
	height:32px;
	margin:0;
	list-style-type: none;
}
#nav ul li {
    background-color:transparent;
	margin:0;
	padding:0;
	display:inline;
}
#nav ul li.home a{
	display:inline;

	height:32px;
	width:119px;
	background: url(img/HOME.jpg) no-repeat;
	float:left;
}
#nav ul li.home a span {
	display:none;
}
#nav ul li.home a:hover {
	background: url(img/HOME-h.jpg) no-repeat;
}
/*-----*/

#nav ul li.serv a{
	display:inline;
	height:32px;

	width:181px;
	background: url(img/portfolio.jpg) no-repeat;
	float:left;
}
#nav ul li.serv a span {
	display:none;
}
#nav ul li.serv a:hover {
	background: url(img/portfolio-h.jpg) no-repeat;
}
.item {
 font-weight: bold;
}
/*------*/

#nav ul li.cont a{
	display:inline;
	height:32px;
	width:150px;
	background: url(img/CONTACTS.jpg) no-repeat;
	float:left;
}
#nav ul li.cont a span {
	display:none;
}
#nav ul li.cont a:hover {
	background: url(img/CONTACTS-h.jpg) no-repeat;
}
/*------*/

#nav ul li.empl a{
	display:inline;
	height:32px;
	width:150px;
	background: url(img/EMPLOYMENT.jpg) no-repeat;
	float:left;
}
#nav ul li.empl a span {
	display:none;
}
#nav ul li.empl a:hover {
	background: url(img/EMPLOYMENT-h.jpg) no-repeat;
}
#nav ul li.aggr {
	display: inline;
	height: 32px;
	width:301px;
	float:left;
	background: url(img/aggregate.jpg) no-repeat;
}
#nav ul li.aggr span {
	display: none;
}
/*---BODY----*/
a {
	text-decoration: none;
	color: #00aa44;
}
h3 {
	font-size: 1.1em;
	font-family: Helvetica, Arial, Sans;
	padding-top:5px;
	padding-bottom: 5px;
}
#contentwrap {
    
	margin-top:15px;
}
#content-l {

	clear:both;
	float:left;
	padding-left: 9px;
	width: 395px;
}
#content {
         padding-left:7px;
         width:700px;
}
#content-p {
	padding:0 8px;
	width:875px;
}
#content-r {
	float:right;
    margin-right:5px;
}
p {
    line-height:130%;
	color:#333333;
    font-size:.9em;
    font-family:helvetica, arial, sans-serif;
	padding-bottom: .7em;
}
#footer {
	clear: both;
	margin-bottom: 30px;
	color:#444;
	margin-left:9px;
}
p.small {
	padding-top: 50px;
	color:#444;
	font-size: .8em;
}
#footer a {
 color:#1E7816;
}
img.before {
	clear:both;
	margin-top:10px;
	float:left;
	width:400px;
	height:300px

}

img.after {
	margin-top: 10px;
	float:left;
	width:400px;
	height:300px;
	padding-left:75px;
	background: url(img/arrow.png) left center no-repeat;

}

img.side {
	float:left;
	margin-top: 10px;
	width:400px;
	height:300px;
  padding-left:75px;
}


/*------ table styling for services ---- */
table {
   margin-left:10px;
 }
td {
   padding:10px;
   border-bottom:1px solid black;
}
.heading {
     background:#D3231F;
 }
