@charset "utf-8";
/* --------- Quality Move Management Home Layout CSS Styles --------- */

/*	
	2. Moving Locations
	3. Services Title
	4. Side Bar
*/

/* --------- 2. Moving Locations --------- */

#moving-locations {float:left; width:612px;}


#moving-locations h2{
	font-size:1.2em;
	}

#moving-locations a h2{
	color:#F93;
	text-decoration:underline;
	display:inline;
	font-size:1em;
	font-weight:bold;
	}
	
#moving-locations a:hover h2{color:#FC0;text-decoration:underline;}
	
#moving-locations ul{
	width:295px;
	float:left;
	margin-left:0px;
	padding-right:11px;
	}
	
#moving-locations li{
	padding-bottom:10px;
	padding-left:18px;
	background:url(../images/bullet-circle-arrow.jpg) no-repeat left 3px;
	}
	
#moving-locations em{
	display:block;
	width:612px;
	font-style:normal;
	font-size:1.4em;
	font-weight:bold;
	color:#000;	
	padding:12px 0px 6px 0px;
	margin-bottom:7px;
	color:#000;
	background:url(../images/bg-headings.gif) repeat-x left 34px;
	position:relative;
	}
	
#moving-locations li p{padding-bottom:0px;padding-top:2px;}
	
/* --------- 3. Services Title --------- */
	
#services-title{
	width:238px;
	height:22px;
	padding-top:22px;
	padding-left:16px;
	margin-top:15px;
	color:#FC0;
	font-weight:bold;
	background:url(../images/bg-h-services-title.jpg) no-repeat left;
	}
	
/* --------- 4. Side Bar --------- */
	
#side-bar ul{	
	border-left:#DEDEDE 1px solid;
	border-right:#DEDEDE 1px solid;
	background:#EBEBEB;
	width:252px;
	padding-top:8px;
	}
	
#side-bar li{
	width:220px;
	line-height:160%;
	margin-left:16px;
	padding-bottom:5px;
	}
	
#side-bar span{	
	display:block;
	width:254px;
	height:10px;
	background:url(../images/bg-h-services-btm.gif) no-repeat left top;
	}
	
#side-bar a{color:#F93;text-decoration:underline;} 
	
#side-bar a:hover{color:#FC0;}