@charset "UTF-8";

.location {
    min-height:150px;
    border-bottom: 2px solid #555555;
    padding-bottom:10px;
    margin-bottom: 30px;
}

.section-content.section-alter {
    background-color: #f7f7f7;
}
.section-content {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative !important;
    -webkit-backface-visibility: hidden;
    width: 100%;
}

.indexPage html {
    height:100%;
}

.topBannerLine {
    height:2px;
    background-color: #90c140;
}

.topBanner {
    background-color:#132555;
}

.office {
    padding-top:35px;
}

.mainP {
    font-size:14px;
    font-weight:bold;
}

.subP {
    padding-left:20px;
}

.subPP {
    padding-left:40px;
}

.mainPic {
    width:250px;
}


/*
    bxSlider related
*/

.bx-controls {
    display:none;
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    top:0;
    left:0;
}

.bxslider {
    padding-left:0px;
    z-index:-1000;
    margin:0px;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
    *zoom: 1;
}

.contactName {
    width:250px;
}

ul.navigation * { z-index:9999 }

.top-title-wrapper2 {
    border-bottom: 4px solid #79B2F9;
}
.formTitle {font-weight:bold; font-size:13px;}
.imagedropshadow { padding: 5px; border: solid 0px #EFEFEF; }
a img.imagedropshadow { border: solid 2px #CCC; -moz-box-shadow: 1px 2px 10px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999; }
a:hover img.imagedropshadow { border: solid 4px #CCC; -moz-box-shadow: 2px 4px 15px #999; -webkit-box-shadow: 1px 1px 5px #999; box-shadow: 1px 1px 5px #999; }