@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #C6EBBB;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	height:100%;
	display:block;
}

a:link { 
	color: #0B4926;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#main-container {
	height:100%;
	min-height:100%;
	width:720px;
	background-image:url(images/bodybg.png)
} 

#body-container-home {
	margin-left:20px;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
} 

#services-containter {
	float:right;
	margin-left:10px;
	width:256px;
}

.testimonial {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#FFF;
} 

.testimonialname {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:13px;
	color:#FFF;
} 

.services-copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#0B4926;
} 

.greencopy {
	font-family:Arial, Helvetica, sans-serif;	
	color:#0B4926;
	font-weight:bold;
}

.greenBoldcopy {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:18px;
	color:#0B4926;
	font-weight:bold;
}

.footerfont {	text-align:center;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
	color:#0B4926;
	margin-top:20px;		
	margin-bottom:20px;		
}

IMG.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto }

