@charset "utf-8";
/* CSS Document */

#mleft{
	min-height:800px;
}
.service_parent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:10px;
}

.service{
	margin:2px 0 2px 30px;	
}

.service_title{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;

/*
	color:#000;
	border-bottom:1px dotted #009;
	text-decoration:none;*/
	color:#009;	
}
.service_title:hover{
	color:#00F;
}


#services{
	position:relative;
	left:-10px;
	margin:0; padding:0;
	list-style:none;
	margin-top:20px;
	margin-left:30px;
}
	#services li{
		margin:5px 0;
		line-height:35px;
		padding:0 10px;
		font-size:14px;
	}
*#services li{
	behavior: expression(
			  onmouseover = function() {this.className += ' hover'},
			  onmouseout = function() {this.className = this.className.replace('hover', ''),
			  style.behavior = null}
			);
}
	#services li:hover, #services li.hover{
		background-color:#ffb313;
	}
	#services li span{
		font-size:18px;
	}
	#services li a{
		color:#000;
	}
	
	.tof_nice_image{
		text-align:center;
		margin:40px 0;
	}

/*
playback timings (ms):
  captures_list: 0.901
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.022
  esindex: 0.013
  cdx.remote: 9.129
  LoadShardBlock: 371.039 (3)
  PetaboxLoader3.datanode: 469.639 (5)
  load_resource: 654.709 (2)
  PetaboxLoader3.resolve: 484.816 (2)
*/