.blue {
	color:			#3F4B4E;
}

#explorer_body {
	position:		absolute;
	z-index:		1;
}

#explorer_layover {
	position:		absolute;
	z-index:		100;
}

h2 {
	color: 			#94AEB5;
}

.service {
	clear:			both;
	width:			334px;
	margin:			0px 0px 12px 0px;
}

	.service:hover {
		cursor:			pointer;
	}
	
	.service:hover h2{
		color:			#3F4B4E;
	}
	
	
.arrow {
	float:				left;
	width:				10px;
	height:				10px;
	padding:			3px 0px 0px 0px;
	margin:				0px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
}	
	
	.service:hover .arrow {
		opacity: .99;
		-moz-opacity: .99;
		filter:alpha(opacity=99);
	}
	

.info {
	float:				left;
	width:				324px;
	padding:			0px;
	margin:				0px;
	text-decoration:	none;
}

	.info h2 {
		margin: 		0px;
		padding: 		0px 0px 1px 0px;
	}

a:hover h2 {
	color:				#3F4B4E;
}

.service_info {
	margin:			0px 0px 8px 0px;
}

.thumb {
	float:			left;
	margin:			0px 4px 8px 0px;
	padding:		0px;
	cursor:			pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.thumb_hover {
	float:			left;
	margin:			0px 4px 8px 0px;
	padding:		0px;
	cursor:			pointer;
	opacity: .99;
	-moz-opacity: .99;
	filter:alpha(opacity=99);

}

