#overview #column_1 {
	padding-bottom: 15px;
	}
p.body {
	padding-bottom: 25px;
	}

p.service_about {
	padding: 0 0 30px 0;
	margin: 0;
	}

#column_1 p#intro {
	height: 100px;
	}

.service {
	width: 425px;
	float: left;
	}
.service h5 {
	width: 250px;
	height: 20px;
	font-size: 16px;
	padding: 0;
	margin: 0;
	float: left;
	}
.service .title {
	width: 425px;
	height: 30px;
	border-bottom: #9D9D9D 1px solid;
	float: left;
	}
.service .title div {
	width: 175px;
	font-size: 10px;
	text-align: right;
	margin-top: 5px;
	float: left;
	display: inline; /* IE6 */
	}
.service .title div a {
	color: #999;
	text-decoration: none;
	}
.service .title div a:hover {
	color: #666;
	}
.service .title div a div {
	width: 12px;
	height: 12px;
	background-image: url(/assets/images/misc/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 1px 0 0 5px;
	float: right;
	display: inline; /* IE6 */
	}
.service .title div a:hover div {
	background-position: right;
	}
.service p {
	padding: 15px 0 30px 0;
	float: left;
	}
	
.projects {
	padding-top: 15px;
	padding-bottom: 0;
	}
