ul.services, ul.services li { 
    list-style-type: square;
}
ul.services li {
    font-size:19px;
    margin:0.8em 0 0.8em 0;
}

table.areas_of_expertise,
table.references {
    width:100%;
    background: #e1e1e1;
}
table.areas_of_expertise td,
table.references td {
    margin:0px;
    padding:0px;
}
table.areas_of_expertise td h3,
table.references td h3 {
    padding-left:0.3em;
}
table.areas_of_expertise ul {
    margin:0 0.8em 0 1.5em;
    padding:0px;
}
table.areas_of_expertise li {
    margin:0.3em 0 0.3em 0;
}
table.areas_of_expertise ul, table.areas_of_expertise li {
    list-style-type: square !important;
}

ul.dash, ul.dash li {
    list-style-image: url("../images/ul_dash.png")
}

/* References */
table.ref {
        width: 100%;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}
table.ref td {
	border-width: 1px;
	border-style: inset;
	border-color: gray;
        font-size:12px;
        line-height:1.5em;
}
table.ref p {
        margin-bottom:1em !important;
}
table.ref td table.client {
        margin-bottom:1em;
        border:0px;
        font-size:12px;
}
table.ref td table.client td {
        border:0px;
        font-size:12px;
}
