h2{
	background: url(../images/service.header.jpg) no-repeat;
	height: 141px;
	margin-bottom: 5px;
	text-indent: -5000px;
	widows: 858px;
}

h3{
	height: 34px;
	margin: 15px 0 10px 0;
	text-indent: -5000px;
	width: 257px;
}

h4{
	background: url(../images/service.hr.png) left bottom no-repeat;
	color: #8fc748; /* green text */
	font: 16px 'DroidSerifRegular';
	line-height: 22px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	text-decoration: none;
}

	h4 img{
		vertical-align: middle;
	}

h5{
	color: #8fc748; /* green text */
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: none;
}

ul#subnav{
	background: url(../images/main.subnav_bg.jpg) no-repeat;
	height: 34px;
	margin-bottom: 5px;
	width: 858px;
}

	ul#subnav li{
		float: left;
	}
	
		ul#subnav li a{
			background-repeat: no-repeat;
			display: block;
			height: 34px;
			text-indent: -5000px;
		}
		
		ul#subnav li a.selected{
			background-position: 0 -34px;
		}
	
			ul#subnav li a#service{
				background-image: url(../images/service.subnav_service.png);
				width: 100px;
			}
			
	

div#text{
	float: left;
	width: 550px;		
}
	
	div#text strong{
		color: #8fc748; /* green text */
		font-weight: bold;
	}
	
	div#text strong.very{
		color: #8fc748; /* green text */
		font: 16px 'DroidSerifRegular';
		font-weight: normal;
		line-height: 22px;
		text-decoration: none;
	}
	
div#sidebar{
	float: right;
	widows: 281px;
}

	div#sidebar img{
		margin-bottom: 5px
	}