
/*-------------------------------------------------
Payrolling.com Stylesheet

version: 1.0
author: ehab alatrebi
email: ehab@payrolling.com
website: http://www.payrolling.com

-------------------------------------------------*/

/*----------Services----------*/


#content {
	float:left;
	clear:left;
	margin-top:110px;
	height:auto;
	padding-bottom:20px;
	width:950px;
	border:10px solid #ccc;
}

#content p {
	float:left;
	width:900px;
	font:normal 14px/1.8em arial;
	padding:20px 25px 5px 25px;
	margin:0;
}

#content h1 {
	float:left;
	width:900px;
	height:30px;
	margin:10px 0 0 25px;
	padding:0 0 20px 0;
	border-bottom:1px dotted #999;
	background:url(images/hdr1_jobs.gif) no-repeat left center;
}

#content img {
	float:right;
	margin:25px 25px 0 5px;
}

#content p.full {
	width:950px;
	margin:0 0 25px 0;
}

a#driver, a#nondriver {
	float:left;
	width:188px;
	height:38px;
}

a#driver {background:url(images/driver_button.png) no-repeat;margin:20px 0 25px 25px;}
a#driver:hover {background:url(images/driver_button_over.png) no-repeat;}

a#nondriver {background:url(images/nondriver_button.png) no-repeat;	margin:20px 0 25px 25px;}
a#nondriver:hover {background:url(images/nondriver_button_over.png) no-repeat;}

span.quote {
	float:left;
	margin:20px 25px 0 25px;
	font:italic 16px arial;
	color:#333;
}









