@charset "UTF-8";
/* CSS Document */


#Layout {
	width: 980px;
	clear: both;
	margin: 0 auto;
	background-image: url(/themes/blackcandy/images/homeflash-bckgrd.png);
	padding:0;
	position: relative;
	background-repeat: repeat-x;
	background-position: left top;
}
#Content {
	width:425px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	position: absolute;
	left: 50px;
	top: 215px;
}
#Content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #666666;
}

#homeFlash {
	position: absolute;
	z-index:5;
}

#mainCallouts {
	height:65px;
	background-image: url(/themes/blackcandy/images/callouts-bckgrd.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#mainCallouts ul {
}
#mainCallouts ul li{
	float:left;
	list-style-type: none;

}
#mainCallouts ul li.seekers a {
	width:327px;
	height:65px;
	display:block;
	background-image: url(/themes/blackcandy/images/callouts.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainCallouts ul li.clients a {
	width:326px;
	height:65px;
	display:block;
	background-image: url(/themes/blackcandy/images/callouts.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainCallouts ul li.newCustomers a {
	width:325px;
	height:65px;
	display:block;
	background-image: url(/themes/blackcandy/images/callouts.png);
	background-repeat: no-repeat;
	background-position: right top;

}

#mainCallouts ul li.seekers span, #mainCallouts ul li.clients span, #mainCallouts ul li.newCustomers span {
	display:none;
}

#HomeCallout {
	width:450px;
	float:right;
	padding: 0 0 0 0;
	margin: 265px 0 0 0;
}
#HomeCallout table {
	border:none;
}

#HomeCallout table td {
	padding:0 15px 0 35px;
	margin: 0 0 0 0;
}
td#tempStaffing {
	background-image: url(/themes/blackcandy/images/home-icons/temp-staffing.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right:20px;
	width:185px;

}

td#directHire {
	background-image: url(/themes/blackcandy/images/home-icons/direct-hire.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:165px;
}

td#onsiteMgmt {
	background-image: url(/themes/blackcandy/images/home-icons/onsite-mgmnt.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right:20px;
	width:185px;
}

td#payrollServices {
	background-image: url(/themes/blackcandy/images/home-icons/payroll-services.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:165px;
}
.typography #HomeCallout h4 a {
	font-size: 14px;
	color: #092964;
	font-weight: normal;
	line-height: 18px;
	text-decoration:none;
}
#HomeCallout h4 a:hover {
	text-decoration:underline;
}


#HomeCallout p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;	
}
.typography {
	background-image: none;
	position: relative;
}
