/* CSS Document */




dl#services1{
	float:left;
	width:210px;
	margin: 20px 0;
}

dl#services1 dt{
	float:right;
	width:80px;
	height:64px;
	text-align:right;
	margin: 5px 0;
}

dl#services1 dd{
	float:left;
	width:120px;
	height:44px;
	padding: 20px 0 0 0 ;
	text-align:right;
	margin: 5px 0;
}



dl#services1 dd a{
	color:black;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 10px 0 0;
	display:block;
}

dl#services1 dd a:hover{
	color:green;
}



dl#services2{
	float:left;
	width:210px;
	margin: 20px 0;
}

dl#services2 dt{
	float:left;
	width:80px;
	height:64px;
	margin: 5px 0;
}

dl#services2 dd{
	float:right;
	width:120px;
	height:44px;
	padding: 20px 0 0 0 ;
	margin: 5px 0;
}


dl#services2  dd a{
	color:black;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 0 0 10px;
	display:block;
}

dl#services2  dd a:hover{
	color:green;
}
