@charset "UTF-8";

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

#maincontent
{
    margin: 0 auto;
    margin: 10px;
}

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


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


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

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

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

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

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

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

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

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

.company_img
{
    width: 100%
}

.headerelement
{
    min-width: 80px;
    float: left;
    border: solid 0px #ff0000;
    margin-right: 8%;
    padding-top: 2px;
    text-align: center;
}

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