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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  color: #666666;
  font:normal 12px/18px  "Times New Roman", Times, serif;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Centers the page content container in IE 5 browsers. */
}

#able_container {
	padding: 0; margin: 0 auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 960px;
}

#header {
	background-image:url(img/header_city.jpg); 
	padding:140px 0 3px; 
	
}

#nav_bar {
	 background-color:#cccccc; 
	 font-size:24px; 
	 padding:3px;
}

#content {
	 width:525px; 
	 padding:10px; 
	 float:left; 
}

.able24 {
	font-size:24px;
	color:#666666;
}

.features {
	width:200px;
	float: left;
	margin:0 auto; padding:10px;
}

.first {
	margin-left:25px;
}

.border-top {
	border-top: 1px solid #ccc;
}

.phone {
	 font-size:16px;
}

.before {
	float:left;
	margin:10px 10px 10px 25px;
}

.after {
	float:left; 
	margin:10px 0px;
}

.services {
	padding:5px;
	font-size:16px;
}
