.container-nycidm {
    *zoom: 1;
    max-width: 940px;
    _width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    vertical-align: middle !important;
    height:25px;
    line-height: 25px !important;
    border-image-width: 0 !important;
}

.container-nycidm:after {
    content: "";
    display: table;
    clear: both
}

.container-nycidm:before, .container:after {
    display: table;
    line-height: 0;
    content: ""
}

.container-nycidm:after {
    clear: both;
}

.nycidm-header .upper-header-black {
    background: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

.nycidm-header .upper-header-black a {
    color: #fff;
    text-decoration: none;
}

.nycidm-header .small-nyc-logo {
    width: 40px;
    position: relative;
}

.nycidm-header .upper-header-black-title {
    position: relative;
}

.nycidm-header .upper-header-b, .nycidm-header .upper-header-a {
    float: right;
}

.upper-header-a, .upper-header-b, .upper-header-black-title, .upper-header-left, .vert-divide {
    border-image-width: 0 !important;
    height:25px;
}

.small-nyc-logo {
    border-image-width: 0 !important;
    height:auto;
}

.nycidm-header .vert-divide {
    margin: 0 10px;
}

.vert-divide-right {
    float: right;
    margin: 0 10px;
}

@media only screen and (max-width:767px) {
    .nycidm-header .upper-header-black-title {
        display: none;
    }
}