#ServiceList{
	float: left;
	padding-left: 20px;
	width: 630px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

#ServiceList p{
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

#ServiceList h2{
  margin-top: 20px;
  text-decoration: underline;
}

#ServiceList p {
	padding-bottom: 0;
	margin-bottom: 20px;
}

#ServiceList ul {
	margin-bottom: 20px;
}

div.service {

  float: left;
  width: 100%;
  border-bottom: 1px dashed;
  border-color: #cccccc;
  padding-bottom: 30px;
}

a.service_detail{
  color: #7a4e25;
  padding-right: 15px;
  background: url(img/ndp_a.png) no-repeat right top;
}

.ServicePhoto
{
  float: right;
  width: 200px;
  height: 200px;
}
.ServiceText{
  width: 450px;
  float: left;

  min-height: 200px;

}
.service a img {
  float: right;
  margin-left: 15px;
  border-color: #cccccc;
  width: 200px;
  height: 200px;
  background-color: #EFEFEF;
}
