div.custservice-contact-main {
    position: relative;
    padding: 100px 0 50px 0;
}

div.custservice-contact-main:after {
    content: "";

    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 19px;
    background: url('../img/section_shading_lower.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
    filter: alpha(opacity=10);
    z-index: 100;
}

div.custservice-contact-main ul.action-items {
    margin: 26px 0 12px 0;
}

div.custservice-contact-main ul.action-items li {
    position: relative;
    margin-bottom: 1px;
    padding-left: 48px;
    height: 48px;
    background: #ecf5fd;
    cursor: pointer;
}

div.custservice-contact-main ul.action-items li p {
    color: #404040;
    line-height: 48px;
}

div.custservice-contact-main ul.action-items li a.block-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    text-indent: -9999px;
    background: url('../img/link_arrow.png') no-repeat 518px center;
}

div.custservice-contact-main ul.action-items li.link:hover a.block-link{
    background: url('../img/navmenu_arrow_white.png') no-repeat 518px center;
}

div.custservice-contact-main ul.action-items li.link:hover p {
    color: #fff;
}

div.custservice-contact-main ul.action-items li.email {
    background: url('../img/contact_email.png') no-repeat;
    background-color: #ecf5fd;
}

div.custservice-contact-main ul.action-items li.email:hover {
    background-color: #163f96;
}

div.custservice-contact-main ul.action-items li.phone {
    background: url('../img/contact_phone.png') no-repeat;
    background-color: #163f96;
}

div.custservice-contact-main ul.action-items li.phone p {
    color: #fff;
}

div.map {
    position: relative;
    height: 420px;
    border-bottom: 2px solid #fff;
    background: #a5bfdd;
}

div.map:after {
    content: "";

    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 19px;
    background: url('../img/section_shading_lower.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
    filter: alpha(opacity=10);
    z-index: 100;
}

#googleMapCanvas {
    width: 100%;
    height: 100%;
}

#popover {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 334px;
    height: 87px;
    z-index: 800;
}

#popover div.icon {
    display: block;
    float: left;
    width: 80px;
    height: 87px;
    background: #0074d2 no-repeat center center;
}

#popover div.content {
    display: block;
    float: left;
    width: 254px;
    height: 87px;
    background: #002f8e;
}

#popover div.content p.address {
    margin-bottom: 10px;
    padding: 15px 20px 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
}

#popover div.content p.actions {
    padding: 0px 20px 0 20px;
    color: #fff;
    font-size: 11px;
    line-height: 1em;
}

#popover a {
    color: #fff;
}

#content {
    padding: 60px 0;
    min-height: 200px;
    background: url('../img/product_bg.png');
}

#content div.overview {
    position: relative;
}

#content div.overview img.icon {
    display: block;
    position: absolute;
}

#content div.overview div.copy {
    margin-left: 160px;
    line-height: 1.4em;
}

#content div.sidebar div.join-us {
    padding: 24px;
    background: #fff;
}

#content div.sidebar div.join-us div.copy {
    margin-left: 95px;
}

#content div.sidebar div.join-us div.copy p {
    margin: 0;
    line-height: 1.4em;
}

#content div.sidebar div.join-us div.copy h3 {
    margin-bottom: .5em;
    color: #404040;
    font-size: 16px;
}

#content div.sidebar div.join-us img.icon {
    display: block;
    position: absolute;
    top: 28px;
}