@charset "UTF-8";

html,
body
{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 0.95em;
}

#banner 
{
    height: 230px;
    background-image: url("../images/template/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 15px;
}


.company1 
{
    max-width: 503px;
    height: auto;
    background-color: #fff;
    border-color:  #004481;
    margin-right: 50px;
    margin-top: 20px;
    margin-left: 50px;
}


.company2 
{
    max-width: 503px;
    height: auto;
    background-color: #fff;
    border-color: #ec6c0e;
    margin-right: 50px;
    margin-top: 20px;
}

.company3 
{
    max-width: 503px;
    height: auto;
    background-color: #fff;
    border-color: #247e98;
    margin-right: 50px;
    margin-top: 20px;
    margin-left: 50px;
}

.company4 
{
    max-width: 503px;
    height: auto;
    background-color: #fff;
    border-color: #88131f;
    margin-right: 50px;
    margin-top: 20px;
}

.company1_title
{
    height: 38px;
    padding: 8px;
    background-color: #004481;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 1.2em;
}

.company2_title
{
    height: 38px;
    padding: 8px;
    background-color: #ec6c0e;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 1.2em;
}

.company3_title
{
    height: 38px;
    padding: 8px;
    background-color: #247e98;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 1.2em;
}

.company4_title
{
    height: 38px;
    padding: 8px;
    background-color: #88131f;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 1.2em;
}

.company_text
{
    background-color: #fff;
    padding: 5px;
}

.company_img
{
    width: 100%
}

#Desktop
{
    display: block;
    visibility: visible;
    height: auto;
}

