/* ------------------------- Expert Services */
/* -- Override Defaults */
#navigation a.expertServices {
	background-position: 0 -60px;
}
/* ------------------------- Left */
#left {
	width: 245px;
	/* ie6 float double margin fix */
	float: left;
	display: inline;
}
#left p {
	margin-bottom: 20px;
	font-size: 1.2em;
}
#left h2 {
	font-size: 2em;
	color: #999;
	line-height: 1.1;
	margin-bottom: 20px;
}
/* ------------------------- Right */
#right {
	width: 675px;
	/* clear contained floats */
	overflow: hidden;
	/* ie6 float double margin fix */
	float: right;
	display: inline;
}
/* ------------------------- Boxes */
a.box {
	width: 220px;
	height: 220px;
	margin: 0 0 5px 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	/* ie6 float double margin fix */
	float: left;
	display: inline;
}
a.box:hover {
	background-position: 0 -220px;
}
a#bd {
	background-image: url('/img/expert_services/box_red.jpg');
}
a#nhb {
	background-image: url('/img/expert_services/box_orange.jpg');
}
a#ld {
	background-image: url('/img/expert_services/box_green.jpg');
}
a#id {
	background-image: url('/img/expert_services/box_pink.jpg');
}
a#fb {
	background-image: url('/img/expert_services/box_blue.jpg');
}
a#rea {
	background-image: url('/img/expert_services/box_yellow.jpg');
}
