﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    position: relative;
    padding: 0px;
    background: #FFFFFF none;
    z-index: 1;
    margin: 0px;
    font-family: 'Source Sans Pro', 'Myriad Pro', Arial, Helvetica, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: none !important;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
.header {
    z-index: 100;
    height: 132px;
    background-color: #006bab;
    position: relative;
}
div.main div.center, div.header div.center, div.footer div.center {
    width: 993px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.center {
    width: 993px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    position: relative;
}
a.logo {
   position:absolute;
    top: 26px;
    left: 33px;
    display: block;
    width: 175px;
    height: 70px;
}
.headerRigthTrans {
    height: 96px;
}
div.quickContact {
  position:absolute;
    left: 327px;
    top: 21px;
    z-index: 200;
    float: left;
    width: 245px;
    min-height: 84px;
    padding-left: 50px;
    background: url(../images/icon-quickcontact.png) left 25px no-repeat;
}
.headerRight {
    height: 36px;
    margin: 0;
}
ul#topmenu {
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: static;
}
    ul#topmenu li {
        background: none repeat scroll 0 0 transparent;
        float: left;
        font-size: 1em;
        line-height: 1em;
        margin: 0;
        padding: 0 0 0 3px;
    }

        ul#topmenu li a, ul#topmenu li span {
            color: #FFFFFF;
            text-decoration: none;
        }
        ul#topmenu li a {
            z-index: 1000;
            float: left;
            display: block;
            width: auto;
            height: 36px;
            margin: 0 0 0 4px;
            padding: 0 13px;
            text-align: center;
            text-transform: uppercase;
            font-size: 1em;
            line-height: 36px;
        }
#body .blind {
    bottom: auto;
    left: -10000px;
    position: absolute !important;
    right: auto;
    top: -10000px;
}
h2 {
    font-size: 1.1em;
}
h2, h3, b, strong, li.separator {
    color: #02578a;
    margin: 0;
}
div.quickContact div.title {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #82d0ff;
}
div.quickContact div.number {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    line-height: 1.0;
}
div.cleaner {
    clear: both;
}
.width100 {
    width: 100% !important;
    max-width: 100% !important;
}
.left{
    width:350px;
    float:left;
}
.right{
    width:650px;
    float:left;
}
.headText
{
    font-weight:bold;
}
.footText
{
    font-size:10px;
    
}
.dropzone {
    height: 180px !important;
    
    min-height: 180px !important;
}
.headText1 {
    font-weight: normal;
}
.headText2 {
    font-weight: bold;
    color:red;
}
