@charset "utf-8";
/* --------- Republic Moving and Storage Home Layout CSS Styles --------- */

#moving-services{
	width:509px;
	height:368px;
	float:left;
	background:url(../images/bg_services.jpg) no-repeat;
	padding:12px;
	margin-top:6px;
	}

#moving-services p.servicesHeader {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 8px 0;
	text-decoration: underline;
	}	
	
#moving-services ul{
	height:100px;
	float:left;
	margin-left:0px;
	}
	
#moving-services li{
	padding-left:50px;
	padding-bottom:10px;
	padding-top:8px;
	background:none;
	}
	
#moving-services ul#services1{
	background:url(../images/bg_services1.jpg) no-repeat left top;
	width:269px;
	}
	
#moving-services ul#services2{
	background:url(../images/bg_services2.jpg) no-repeat left top;
	width:240px;
	}
	
#moving-services ul#services3{
	background:url(../images/bg_services3.jpg) no-repeat left top;
	height: 70px;
	width:269px;
	}
#moving-services ul#services4{
	background:url(../images/bg_services4.jpg) no-repeat left top;
	height: 70px;
	width:240px;
	}	

#moving-services ul#services5{
	background:url(../images/bg_services5.jpg) no-repeat left top;
	height: 70px;
	width:269px;
	}
#moving-services ul#services6{
	background:url(../images/bg_services6.jpg) no-repeat left top;
	height: 70px;
	width:240px;
	}		
	
#moving-services a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}
	
/*#moving-services a:hover{
	color:#1C68A9;
	}*/