/* style sheet containing styles unique to the homepage */

/*CLIENT TYPE LIST*/

#copy #client-type {
	border-bottom: 1px solid #E3EEF2;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 25px 0;
	width: 642px;
}

#client-type li {
	float: left;
	list-style: none;
	margin: 0 14px 0 0;
}

#client-type li#student {margin: 0;}

#client-type li a {
	float: left;
	list-style: none;
	text-indent: -9999px;
	width: 149px; height: 128px;
}

#client-type li#relocating a {background: url(../images/backgrounds/home/relocating.gif) #E3F0F4 no-repeat 8px 8px;}
#client-type li#med-center a {background: url(../images/backgrounds/home/med-center.gif) #E3F0F4 no-repeat 8px 8px;}
#client-type li#brand-new a {background: url(../images/backgrounds/home/brand-new.gif) #E3F0F4 no-repeat 8px 8px;}
#client-type li#student a {background: url(../images/backgrounds/home/student.gif) #E3F0F4 no-repeat 8px 8px;}

#client-type li a:hover {
	background-color: #C3D4D9 !important;
}
