/* --------------------------------------------- */
/* Main Styles --------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:26px 0 0 0; padding:0;
	background:#E5F1FB url('../img/body_bg.gif') repeat-x }
	
a:active, a:focus { outline:none }

a {
	color:#58ac00;
	text-decoration:none }
	
a:hover {
	color:#777;
	text-decoration:underline }
	
#content {
	width:848px;
	min-height:100%;
	margin:0 auto;
	background:url('../img/content_bg.gif') repeat-y }
	
img.float-right { float:right; margin:5px 0 10px 15px }
img.float-left { float:left; margin:5px 15px 10px 0 }

.clear { clear:both; display:block }
	
/* --------------------------------------------- */
/* Header/Logo --------------------------------- */
	
#header {
	position:relative;
	width:848px;
	height:110px;
	background:url('../img/header_bg.jpg') no-repeat }
	
	#header h1 {
		width:500px; height:99px;
		margin:0; padding:0;
		position:absolute;
		top:-15px; left:30px }
		
		#header h1 a {
			text-indent:-2000px;
			display:block;
			background:url('../img/logo.png') no-repeat;
			width:712px; height:99px; }
			
		#header h1 span {
			font-size:14px;
			font-weight:normal;
			position:absolute;
			bottom:-20px; left:4px;
			color:#777 }

/* --------------------------------------------- */
/* Navigation ---------------------------------- */
		
#navigation {
	color:#777;
	font-size:16px;
	font-weight:bold;
	width:700px;
	text-align:right;
	position:absolute;
	right:30px;
	bottom:-3px; }
	
	#navigation span {
		display:block;
		float:right;
		margin:0 10px 0 0;
		padding:0 10px 0 0;
		border-right:1px solid #aaa}
				
		#navigation span.last {
			border:none;
			margin:0;
			padding:0 }
		
/* --------------------------------------------- */
/* Curved Line --------------------------------- */

.curvedLine {
	width:806px; height:19px;
	margin:5px 21px 15px 21px;
	display:block;
	background:url('../img/curved_line.gif') no-repeat }
	
.curvedLine-bottom {
	width:806px; height:19px;
	margin:30px 21px 0 21px;
	display:block;
	background:url('../img/curved_line.gif') no-repeat }
	
/* --------------------------------------------- */
/* Main Content -------------------------------- */

#main-content {
	width:780px;
	margin:0 34px }
	
	#main-content a { text-decoration:underline }
	
#main-content p {
	margin:0; padding:0;
	line-height:21px;
	color:#777;
	font-size:14px }

h2.title-welcome {
	width:161px;
	height:32px;
	margin:0 0 20px 0;
	padding:0;
	background:url('../img/title_welcome.gif') no-repeat;
	text-indent:-2000px }
	
h2.contactus {
	width:173px;
	height:32px;
	margin:0 0 20px 0;
	padding:0;
	background:url('../img/contactus.png') no-repeat;
	text-indent:-2000px }	
	
h2.title-subpage {
	width:289px;
	height:40px;
	margin:0 0 12px 0;
	padding:0;
	background:url('../img/title_services.gif') no-repeat;
	text-indent:-2000px }

/* --------------------------------------------- */
/* Services Overview --------------------------- */

h2.title-servicesOverview {
	width:284px;
	height:32px;
	margin:30px 0 20px 0;
	padding:0;
	background:url('../img/title_services_overview.gif') no-repeat;
	text-indent:-2000px }
	
h2.title-contactusOverview {
	width:426px;
	height:32px;
	margin:30px 0 20px 0;
	padding:0;
	background:url('../img/submitform.png') no-repeat;
	text-indent:-2000px }
		
#servicesOverview {
	width:780px;
	background:#e6f7c7 url('../img/services_overview_top.gif') no-repeat }
	
	#servicesOverview ins {
		text-decoration:none;
		display:block;
		width:732px;
		padding:24px;
		background:url('../img/services_overview_bottom.gif') bottom no-repeat }
		
.service-block {
	width:232px;
	margin:0 18px 0 0;
	float:left } .service-block.last { margin:0 }
	
	.service-block h3 {
		margin:0 0 20px 0;
		padding:0;
		font-size:16px;
		font-weight:bold;
		color:#4a7b06 }
	
	.service-block img {
		margin:0 0 20px 0;
		display:block }
		
	.service-block p {
		text-align:justify }
		
/* --------------------------------------------- */
/* Footer -------------------------------------- */

#footer {
	position:relative;
	height:147px;
	background:#fff url('../img/footer_fade.gif') repeat-x }
	
	#footer span {
		position:relative;
		display:block;
		color:#777;
		padding:20px 30px 86px 30px;
		font-size:12px;
		width:780px;
		background:#FFF;
		margin:0 auto }
		
		#footer span em {
			line-height:normal;
			display:block;
			padding:0; margin:0;
			color:#777;
			text-align:right;
			position:absolute;
			right:30px; top:20px }
		
#footer .grass {
	width:100%;
	height:86px;
	position:absolute;
	bottom:0;
	background:url('../img/footer_grass.gif') repeat-x }
	
.service_image 
{
  border: 1px solid #b9d880;
  padding: 1px 1px 1px 1px;
}

.service_image_float_right
{
  border: 2px solid #6fb80e;
  padding: 2px 2px 2px 2px;
  float: right;
  margin: 5px 10px 10px 15px;
}