/* for the services section */

div#relatedserv {
    font-size:          9pt;
    width:              90%;
    padding:            5px 5px 0 5px;
    border:             1px solid #B0C5D7;
    background-color:   #DEE8F2;
}

div#relatedserv ul#first_col, div#relatedserv ul#second_col {
    list-style-image:   url('../images/double_arrows_blue.gif');
    padding-left:       2em;
    width:              40%;
    float:              left;
}

div#relatedserv ul#second_col {
    float:              right;
    margin-right:       5px;
}

div#spacer {
    clear:              both;
}
