﻿body {
    color: #121222;
    background: #3d3d48;
}

a {
    color: #121222;
    text-decoration: none;
}

a:hover {
    color: #121222;
    text-decoration: underline;
}

table.ContactsTable td {
    vertical-align: top;
    text-align: left;
    padding-bottom: 16px;
}

td.HeaderColumn {
    padding-right: 20px;
    color: #848484;
    border-right: 1px solid #b3b3b7;
}

td.ContentColumn {
    padding-left: 20px;
}

/* TopNav */

div.TopNavHolder {
    width: 700px;
    position: absolute;
    top: 460px;
    left: 68px;
}

div.TopNavHolder ul {
    float: right;
}

div.TopNavHolder a {
    background: #4e4e56;
}

div.TopNavHolder a:hover {
    background: #333333;
}

div.ContentHolder_Contacts {
    width: 700px;
    position: absolute;
    top: 50px;
    left: 68px;
    padding-bottom: 40px;
    background: #c5c5c8;
}

div.ContentHolder_Contacts div.LeftContent {
    float: left;
    width: 287px;
    padding: 103px 75px 0 56px;
}

div.ContentHolder_Contacts div.RightContent {
    float: left;
    width: 282px;
}

div.BottomContent_Contacts {
    width: 204px;
    height: 126px;
    position: absolute;
    top: 331px;
    left: 68px;
    padding-left: 496px;
    background: #c5c5c8 url(/Images/Agency/BottomContent_Contacts.gif) no-repeat 0 0;
}

div.BottomContent_Contacts h3 {
    text-indent: -99999px;
}
