#content h4 a:hover {
 color: #242424;
}

div.service {
 clear: both;
 height: auto;
 height: 150px;
 position: relative;
}

div.service h4 {
 margin: 0px;
 padding: 0px;
}

div.service h4 a {
 padding: 0 0 0 10px;
 background: url(../images/arrow.gif) 0px 1px no-repeat;
}

div.service p {
 text-indent: 0px;
 text-align: justify;
 width: 380px;
 padding: 0px;
 margin: 0px;
}



div.left img {
 width: 125px;
 height: 125px;
 padding-right: 10px;
 position: absolute;
 top: 0px;
 left: 0px;
}

div.left h4 {
 padding-left: 135px;
}

div.left p {
 position: relative;
 left: 135px;
}



div.right img{
 width: 125px;
 height: 125px;
 padding-left: 10px;
 position: absolute;
 top: 0px;
 right: 0px;
}

