/* CSS Document */

body {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;	
	background-color:		#fff;	
	height: 				99%;
	margin:					0px;
	background-color:		#35343a;
	color:					#ffffff;	
}

#body-wrapper {
	position:				relative;
}

#content-wrapper {
	margin-top:				20px;
	text-align:				left;
	position:				relative;
	width:					760px;
	background-color:		#0a0909;
	border:					2px solid #ffffff;
}

a {
	color:					#ffffff;
	text-decoration:		underline;
}

a:hover {
	text-decoration:		none;
}



.row, .roadrow {
	text-align:				left;
	padding-top:			0px;
	margin-left:			0px;
	width:					760px;
	display:				block;
	clear:					both;
}

.rowend {
	text-align:				left;
	padding-top:			0px;
	margin-left:			0px;
	width:					760px;
	height:					0px;
	clear:					both;
}

.roadrow {
	background-image:		url(../_images/home/hdbg3.jpg);
	background-repeat:		no-repeat;
	height:					155px;
}

.leftcolumn {
	text-align:				left;
	float:					left;
	display:				block;
	width:					347px;
	padding-left:			33px;
}

.rightcolumn {
	text-align:				right;
	float:					left;
	display:				block;
	width:					343px;
}

.roadrow {
	background-image:		url(../_images/home/hdbg3.jpg);
}

h2 {
	font-size:				1.4em;
}

p, ul {
	line-height:			1.5em;
}
.trafficleftcolumn {
	text-align:				left;
	float:					left;
	display:				block;
	width:					514px;
	padding-left:			33px;
	height:					226px;
}

.trafficrightcolumn {
	text-align:				right;
	float:					left;
	display:				block;
	width:					213px;
	height:					226px;
}

.trafficleftcolumn2 {
	text-align:				left;
	float:					left;
	display:				block;
	width:					547px;
	background-color:		#242326;
	height:					81px;
}
.trafficleftcolumn2 img {
	padding-top:			10px;
	padding-left:			33px;
}
.trafficleftcolumn2 p {
	padding-left:			33px;
}

.trafficrightcolumn2 {
	text-align:				right;
	float:					left;
	display:				block;
	width:					213px;
	background-color:		#242326;
	height:					81px;
}

.footer {
	margin-top:				5px;
	width:					760px;
	text-align:				right;
	color:					#848389;
	padding-bottom:			20px;
}

.footer a {
	color:					#848389;
}