/* 
---------------- 
CONTACT PAGE
----------------
*/


/* 
---------------- 
LAYOUT
----------------
*/
#main {
	width:900px;
	margin-right:0;
}
#supporting {
	position:absolute;
	top:0;
	right:0;
}



/* 
---------------- 
LOCATIONS LIST
----------------
*/
.item {
	position: relative;
	width:420px;
	height:160px;
	float:left;
	display: inline;
	background: #efefef;
	border-bottom: 1px solid #ccc;
	margin: 0 20px 20px 0;
}
.item.b {
	margin: 0 0 20px 0;
}
.item:hover {
	background: #F2E6F3;
	border-bottom: 1px solid #AF98A4;
}
.item h3 {
	padding-left:20px;
}
.item .address {
	position: absolute;
	width: 230px;
	top:50px;
	left:20px;
	line-height: 1.5em;
}
.item .links {
	position: absolute;
	width: 130px;
	top:50px;
	left:270px;
	line-height: 1.5em;
}
.item .links li {
	background-position: 0 2px;
	padding-left: 22px;
}
.item .links li.email,
.item .links li.map {
	background-position: 0 4px;
}
