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

#serviceslinksbox{
	float:left;
	width:280px;
	height:150px;
}
#servicestext p{
	color: #333333;
	font-weight: normal;
}
#servicesmain{
	height:485px;
	width:840px;
	margin:10px 0 0 0;
	padding:0 5px;
	background-image: url(/images/services/servicesbackground.jpg);
	background-repeat: no-repeat;
}
#servicestext{
	float:right;
	height:420px;
	width:550px;
}
ul.serviceslist1{
	margin:10px 0 10px 20px;
	color: #333333;
}
ul.serviceslist1 li{
	margin:5px 0 0 20px;
	font-weight: bold;
	list-style-type: square;
}

ul.serviceslinks{
	margin:0 0 10px 10px;
	color: #333333;
}
ul.serviceslinks li{
	list-style-type: none;
	display: block;
	height:30px;
	width:250px;
}
ul.serviceslinks li a{
	color: #333333;
	font-weight: bold;
}
ul.serviceslinks li a:hover{
	color: #FF0000;
}

ul.serviceslist2{
	margin:10px 0 10px 20px;
	color: #333333;
	font-size: 0.9em;
}
ul.serviceslist2 li{
	margin:5px 0 0 20px;
	font-weight: bold;
	list-style-type: square;
}