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


/*Define styles for Services Pages*/

h4 {
	padding: 0px;
	font-size: 11px;
	}
	
img {
	border:none;
	}


#services_content {
	padding: 15px 25px 20px;
	width: 707px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #293D60;
	}
	
#services_content h1 {
	color: #BB5C2F;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}


#services_table {
	width: 696px;
	margin-top: 15px;
	vertical-align: bottom;
	}
	
/*Define styles for index page buttons*/

	
.service {
	
	width: 338px;
	background: url(http://www.arwoodwaste.com/images/services/service_back.jpg) no-repeat;
	height: 140px;
	color: #293D60;
	font: 12px Tahoma, Helvetica, Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
	}
	
.service:hover {
	background: url(http://www.arwoodwaste.com/images/services/service_back_down.jpg) no-repeat;
	cursor:pointer;
	}
	
.service p > a:link {
	color: #293D60;
	text-decoration:none;
	}
	

.service p > a:visited {
	color: #293D60;
	text-decoration:none;
	}
	
.service p > a:hover {
	color: #990000;
	text-decoration:none;
	}
	
	
.service img {
	border-style: none;
	border-width: 0px;
	margin-left: 14px;
	float: left;
	}
	
.service p 	{
	width: 125px;
	text-align: center;
	float: right;
	margin-top: 15px;
	padding-right: 5px;
	font-weight: bold;
	}
	

	
/*Define styles for images on detail pages*/

.services_image {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	}
	
.services_image img {
	margin-bottom: 10px;
	}

ul {
	line-height: 23px;
	}
	
li {
	list-style: disc outside;
	padding-left: 5px;
	}
	
.free_estimate {
	float: right;
	position: relative;
	top: -15px;
	left: 25px;
	}

/*Define styles for roll-back containers table*/

#roll_back {
	width: 400px;
	border: 1px solid #153567;
	}
	
#roll_back td {
	text-align: center;
	padding: 2px 5px;
	}
	
#roll_back th {
	text-align: center;
	padding: 4px 5px;
	}

#content_right_full{
	float:right;	
}