/*
    Author: Wade Stewart - ChicagoBooth
    Created: 12/7/2012
*/


/*-----------------------------------------------------------
    RECRUITERS & COMPANIES >> RECRUITING TOOLS
-----------------------------------------------------------*/

/* 
	PAGE-CONTENT
*/

.recruit_tools {
	float:left;
	margin:30px 0 0;
	padding:0;
}

.recruit_tools ul {
	margin:0;
	padding:0;
}
.recruit_tools ul li {
	background:none;
	float:left;
	font-family:Open Sans;
	font-size:11px;
	font-weight:normal;
	height:77px;
	line-height:13px;
	list-style:none;
	margin:0 25px 21px 0;
	padding:0;
	width:236px;
}
.recruit_tools a, .recruit_tools a:hover {
	display:block;
	font-family:Open Sans;
	font-size:11px;
	font-weight:bold;
	margin:0;
	text-decoration:none;
}
.recruit_tools a span  {
	background:#b8740d;
	float:left;
	margin:0 12px 0 0;
	width: 77px\9;
	height: 77px\9;
}
.recruit_tools a:hover span  {
	float:left;
	background:#20558a;
}