﻿#logo
{
    width: 241px;
    height: 81px;
    margin: 5px 0px 0px 0px;
    background: #ebeff3 url("../images/ISMlogo.jpg") no-repeat center center;
}

@media print
{
    a[href]:after
    {
        content: none !important;
    }
}

#navbar
{
    display: none;
}

#bodywrapper
{
    background: #ffffff;
    display: block;
    width: 100%;
    max-width: 4320px;
    padding: 11px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.05);
}

#socialmediatop
{
    display: none; /* width: 204px; */
}

#topitems
{
    display: none;
}

#socialmedialeft
{
    display: none;
}

#column1
{
    display: none;
}

#column2
{
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: 3734px;
}

#footerwrapper
{
    background: #ffffff;
}

#contactus
{
    color: #000000;
    border-bottom: 1px solid black;
}

#smallfoot a
{
    color: #000000 !important;
}

#footermenuitemscol1 a, #footermenuitemscol2 a
{
    color: #000000 !important;
}

.ismbutton
{
    display: none;
}

pre, blockquote
{
    page-break-inside: avoid;
}

tr, img
{
    page-break-inside: avoid;
}

h2, h3
{
    page-break-after: avoid;
}


