/* CSS Document */

body {
	background-color: #2f0404;
	font-family: Optima, 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	line-height: 90%;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1 {font-size:25px; color:#660000}

#container {
	width: 1000px;
	margin: 0 auto;
	background: #efe9dd;
	font-size: 12px;
	overflow: hidden;
}

a {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}

a:hover {
	color: #996600;
}

ul {
	text-align: left;
	list-style-type: none;
	padding: 0 15px;
}
 
li {
	list-style-position: outside;
	margin-bottom: 10px;
}

.icon {
	margin: 3px 10px 25px 0;
	float: left;
}

.item {
	padding: 0;
	clear: left;
}

/*h2 {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 15px;
	margin: -10px 0 10px 0;
	background: #33446A;
	clear: left;
	color: #ffffff;
}*/

#heading {
	border-bottom: 2px solid #6e6a68;
}

#traffic-safety {
	width: 248px; 
	border-left: 1px solid #6e6a68; 
	border-right: 1px solid #6e6a68; 
	background-color: #fff;
	float: left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#commercial-services {
	width: 248px; 
	border-left: 1px solid #6e6a68; 
	border-right: 1px solid #6e6a68; 
	background-color: #fff;
	float: left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#government {
	width: 248px; 
	border-left: 1px solid #6e6a68; 
	border-right: 1px solid #6e6a68; 
	background-color: #fff;
	float: left;	
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#business-customers {
	width: 248px; 
	border-left: 1px solid #6e6a68; 
	border-right: 1px solid #6e6a68; 
	background-color: #fff;
	float: left;	
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	font-size: 14px;
}

#business-customers img {
	margin: 3px;
}

#business-customers ul {
	margin-left: 10px;
	list-style-type: disc;
}

#business-customers li {
	margin-left: 15px;
}

#footer {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
	font-size: 12px;
	background: #917970;
	float: left;
	clear: both;
	height: 50px;
}

#footer a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 17px;
	color: #ffffff;
	line-height: 110%;
}
