/* CSS Document */

#contentleft {
	width:724px!important;
	}
/*************************************Services************************************************/
#services {
	padding: 0;
	margin:0;
	text-align: left;
	line-height: 17px;
	position: relative;
	width:724px;
	}
#services h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-weight: normal;
}
/*#services .container {
	width: 980px;
	position: relative;
}*/
#services ul {
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
	
}
#services ul li {
	float: left;
	width: 210px;
	display: block !important;
	margin: 0 42px 0 0 !important;
	height:auto;
}

#services ul li ul {
	display: block;
	list-style-type:disc!important;
}
#services ul li ul li{
	float:none !important;
	display: block;
	width: 200px;
	margin: 0;
	padding: 5px 0 5px 12px;
	background: url(../img/bullet_yellow.png) no-repeat -5px 6px;
}
#services p {
	padding: 0;
	margin: 0;	
	}

#services li.nomargin {
	margin: 0 !important;	
	}
