.title {
font-size: 16px;
font-weight: bold;
}

.title a{
font-size: 16px;
font-weight: bold;
color:#000;
text-decoration: none;
}

.subtitle a{
  font-weight: bold;
  color:#000;
  text-decoration: none;
}

#service-summary {
table-layout: fixed;
}

#service-summary td {
vertical-align: top;
table-layout: fixed;
}

#service-summary td ul {
margin-bottom: 5px;
margin-top:0;
position: relative;
left: -15px;
}

#service-summary td ul li {
font-size: 11px;
}

.blurb {
padding-left: 20px;
}

img.floatRight { 
    float: right; 
    clear: right;
    margin: 0px; 
}