#main_content .ext-contacts h1 {
    color: #0b9498;
    font-weight: normal;
}

#main_content .ext-contacts ul {
    padding: 0px;
}

#main_content .ext-contacts ul li {
    display: block;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#main_content .ext-contacts ul li.left {
    padding-right: 16px;
}

#main_content .ext-contacts ul li a {
    display: block;
    width: 220px;
    font-weight: bold;
    border-bottom: 1px dotted #409487;
    padding: 6px 0px 6px 8px;
    background: url(../Images/Contacts/Sprites.gif) 0px 10px no-repeat;
}

#main_content .ext-contacts ul li a:hover {
    text-decoration: none;
    color: #000;
}

#main_content .ext-contacts table {
    margin-bottom: 20px;
    width: 100%;
}

#main_content .ext-contacts table td {
    border-bottom: 1px dotted #409487;
    padding: 10px 0px 12px;
}

#main_content .ext-contacts table th {
    padding: 3px 0px 3px 5px;
}

#main_content .ext-contacts table tr.last td {
    border-bottom: none;
}

#main_content .ext-contacts table td,
#main_content .ext-contacts table th {
    vertical-align: top;
}

#main_content .ext-contacts table th {
    background: #069fa5;
    font-weight: bold;
    color: #FFF;
}

#main_content .ext-contacts table .col-0 {
    width: 250px;
    padding-right: 16px;
}

#main_content .ext-contacts table td.col-1 {
    width: 190px;
}

#main_content .ext-contacts strong {
    font-weight: bold;
    color: #0b9498;
}

#main_content .ext-contacts .phone {
    font-weight: bold;
    color: #000;
}

#main_content .ext-contacts .email {
    text-decoration: underline;
    background: url(../Images/Contacts/Sprites.gif) 0px -99px no-repeat;
    padding-left: 18px;
}

/* VARICOMP */

#content .ext-contacts h1 {
    color: #0b9498;
    font-weight: normal;
}

#content .ext-contacts ul {
    padding: 0px;
}

#content .ext-contacts ul li {
    display: block;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#content .ext-contacts ul li.left {
    padding-right: 16px;
}

#content .ext-contacts ul li a {
    display: block;
    width: 220px;
    font-weight: bold;
    border-bottom: 1px dotted #409487;
    padding: 6px 0px 6px 8px;
    background: url(../Images/Contacts/Sprites.gif) 0px 10px no-repeat;
}

#content .ext-contacts ul li a:hover {
    text-decoration: none;
    color: #000;
}

#content .ext-contacts table {
    margin-bottom: 20px;
    width: 100%;
}

#content .ext-contacts table td {
    border-bottom: 1px dotted #409487;
    padding: 10px 0px 12px;
}

#content .ext-contacts table th {
    padding: 3px 0px 3px 5px;
}

#content .ext-contacts table tr.last td {
    border-bottom: none;
}

#content .ext-contacts table td,
#content .ext-contacts table th {
    vertical-align: top;
}

#content .ext-contacts table th {
    background: #069fa5;
    font-weight: bold;
    color: #FFF;
}

#content .ext-contacts table .col-0 {
    width: 250px;
    padding-right: 16px;
}

#content .ext-contacts table td.col-1 {
    width: 190px;
}

#content .ext-contacts strong {
    font-weight: bold;
    color: #0b9498;
}

#content .ext-contacts .phone {
    font-weight: bold;
    color: #000;
}

#content .ext-contacts .email {
    text-decoration: underline;
    background: url(../Images/Contacts/Sprites.gif) 0px -99px no-repeat;
    padding-left: 18px;
}