strong {
    font-family: "open_sansbold";
}

* {
    font-family: "open_sansregular";
    margin: 0px;
    padding: 0px;
}

input[type='submit'] {
    cursor: pointer;
}

.flr {
    float: right;
}

.fll {
    float: left;
}

.form-field {
    color: #7a7a7a;
    font-family: 'lucida-grande';
    min-height: 50px;
    height: auto;
    width: 100%;
}

.form-field .label {
    width: 150px;
    text-align: right;
    padding-right: 20px;
    line-height: 30px;
    float: left;
}

.form-field input[type='text'],
.form-field textarea,
.form-field input[type='password'] {
    width: 200px;
    height: 30px;
    line-height: 25px;
    box-shadow: none;
    border-spacing: 0;
    border-radius: 3px;
    padding-left: 5px;
    border: 1px solid #181818;
}

.form-field input[type='submit'] {
    background-color: #0b79bf;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 14px;
}

.form-field textarea {
    border: 1px solid #181818;
    line-height: 25px;
    box-shadow: none;
    border-spacing: 0;
    border-radius: 3px;
    padding-left: 5px;
}

.required {
    color: #e20000;
}

h1, h2 {
    font-family: "open_sanslight";
}

h1 {
    margin-bottom: 15px;
    font-size: 36px;
    color: #3d3d3d;
    text-align: center;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    padding-top: 2px;
    padding-bottom: 10px;
    font-family: "open_sansregular";

}

.form-field .field {
    float: left;
}

.form-field:after {
    clear: both;
}

.clear {
    clear: both;
}

body, html {
    height: 100%;
    overflow-x: hidden;
}

.spacer {
    width: 900px;
    margin: 0 auto 0;
}

.header {
    height: 120px;
}

.header #Logo {
    float: left;
    margin-top: 30px;
    margin-left: 21px;
}

.header .call-me {
    margin-top: 80px;
    font-family: "open_sanslight";
    position: relative;
    float: right;
    color: #3b3b3b;
    font-size: 18px;
}

.menu {
    font-family: 'open_sansregular';
    padding-top: 10px;
    height: 60px;
    background-color: #0b79bf;
}

.menu ul {
    list-style: none;
}

.menu ul > li {
    float: left;
    margin-left: 25px;
    line-height: 50px;
}

.menu ul > li a {
    color: white;
    text-decoration: none;
}

.menu ul > li:hover a {
    text-decoration: underline;
}

#maps,
.leader {
    font-family: 'open_sansbold_italic';
    width: 100%;
    height: 315px;
    overflow: hidden;
    position: relative;
}

.leader img {
    min-width: 100%;
    min-height: 100%;
}

.leader .tagline {
    position: absolute;
    float: right;
    padding: 5px 20px 5px 20px;
    top: 200px;
    left: 50%;
    width: auto;
    background-color: rgba(67, 50, 40, 0.60);
    min-height: 30px;
    line-height: 30px;
    z-index: 100;
    margin-right: 100px;
    width: auto;
    font-family: 'open_sansbold_italic';
    color: white;
    line-height: 30px;
}

.brands {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #8dccf4;
}

.brands h3 {
    font-family: "open_sanslight";
    color: white;
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: normal;

}

.brands .quote {
    text-align: right;
    color: white;
}

.brands .quote .left {
    display: inline-block;
    font-family: open_sanslight;
    font-size: 100px;
    height: 70px;
    overflow: hidden;
}

.brands .quote .center {
    display: inline-block;
    font-family: open_sansbold_italic;
    font-size: 30px;
}

.brands .quote .right {
    display: inline-block;
    font-family: open_sanslight;
    font-size: 100px;
    height: 70px;
    overflow: hidden;

}

.brands .quote .from {
    margin-right: 20px;
    font-family: open_sanslight_italic;
    font-size: 16px;
}

.brands .top {
    background: url("../images/top-bg.png") repeat-x;
    height: 24px;
}

.brands .bottom {
    background: url("../images/bottom-bg.png") repeat-x;
    height: 24px;
}

.brands:before,
.brands:after {
    content: "";
    position: absolute;
    background: url("../images/top-bg.png") repeat-x top left, url("../images/bottom-bg.png") repeat-x bottom left, #8dccf4;
    top: 0;
    bottom: 0;
    width: 9999px; /* some huge width */
}

.brands:before {
    right: 100%;
}

.brands:after {
    left: 100%;
}

.special {
    width: 100% !important;
}

.special tr td {
    padding-right: 10px;
}

.footer {
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
    background: #0b79bf;
}

.footer p {
    font-family: "open_sanslight_italic";
    font-size: 22px;
    color: white;
    padding-top: 17px;
    padding-bottom: 5px;
}

.footer:before, .footer:after {
    content: "";
    position: absolute;
    background: #0b79bf;
    top: 0;
    bottom: 0;
    width: 9999px; /* some huge width */
}

.footer:before {
    right: 100%;
}

.footer:after {
    left: 100%;
}

.copyright {
    padding: 9px 0 9px 0;
    font-family: "open_sansregular";
    font-size: 12px;
    color: white;
    background-color: #111111;
}

.copyright a {
    text-decoration: none;
    color: white;
}

.copyright a:hover {
    text-decoration: underline;
}