/* -------------------- services  --------------------  */

#services {
	background: #FFFFFF;
	width: 760px;
	height: 330px;
	color: #1A1A1A;
	font-size: 1.1em;
	clear:both;
}

#services #container {
	background: #FFFFFF;
	width: 760px;
	margin: 0 auto;
}

#services a {
	color: #1A1A1A;
	text-decoration: none;
}

#services h4 {
	color: #000000;
	font-size: 1.3em;
	margin: 0 0 0.5em;
	font-weight: bold;
}

#services h5 {
	font-size: 1.2em;
	margin: 1em 0;
}

#services ul{ background: #FFFFFF;}

#services .column {
	background: #FFFFFF;
	display: block;
	float: left;
	padding: 2em 2% 15px;
	position: relative;
	width: 25%;
}

#services .column ul {
	margin: 0;
	padding: 0;
}

#services .column ul li {
	margin: 0;
	padding: 0;
}

#services .column ul li a {
	color: #1A1A1A;
	font-weight: normal;
	line-height: 20px;

}

#services .column ul li a:hover {
	color: #000;
}

#services h4#newsservices {
	margin-top: 16px;
}


