@font-face{
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?iefix') format('eot'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#webfont') format('svg');
}
body {
    font-family: 'MyriadPro', arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
body img {max-width: 100%;}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell;}
.simplebox {   
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.simpleinline {
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

.inline-container {font-size: 0; text-align: center;}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.inline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 57.875%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.725%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    margin-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}


/* General */
#hdr-container {
    width: 100%;
    color: #000;
    border-bottom: 1px solid #bfbfbf;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 93%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(93%, rgba(252,252,252,1)), color-stop(100%, rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 93%, rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 93%, rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 93%, rgba(238,238,238,1) 100%);
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 93%, rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eeeeee', GradientType=0 );
    -moz-box-shadow: 0px 1px 2px #d4d4d4;
    -webkit-box-shadow: 0px 1px 2px #d4d4d4;
    box-shadow: 0px 1px 2px #d4d4d4;
}
#hdr {
    width: 1100px;
    margin: 0 auto;
}
#hdr-mob {
    display: none;
    padding: 20px 0px;
    text-align: center;
}
#topnav-container {
    width: 100%;
    background: #066cad;
    text-align: center;
}
#topright {
    margin: 35px 0px;
    color: #af2129;
    font-size: 18px;
}
#topnav {
    margin-top: 35px;
}
#bdy-container {
    width: 100%;
}
#bdy {
    width: 1100px;
    margin: 0 auto;
    min-height: 550px;
}
#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    background-image: url('/images/homeicon.png');
    background-repeat: no-repeat;
}
#ftr-container {
	font-size:13px;
    width: 100%;
    background: #ffffff;
    color: #afb0b2;
    padding: 15px 0px;
    text-align: center;
    position: fixed;
}
#ftr {
    width: 1100px;
    margin: 0 auto;
}
#ftr img {vertical-align: middle;}
#ftr-mob {display: none;}


/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 34%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 25px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'] {
    width: 96%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox input[type='submit'] {
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}
.formbox input[type='submit']:hover {opacity: 0.90;}
.formbox select {
    width: 100%;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox textarea, .full-textarea {
    width: 96%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}


/* topnav.inc */
#hdr .simpleinline:last-child {text-align: right;}
#topnav a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    color: #393939;
    text-decoration: none;
    border-right: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #fff 5%, #d6d6d6 95%);
    -webkit-border-image: -webkit-linear-gradient(top, #fff 5%, #d6d6d6 95%);
    border-image: linear-gradient(to bottom, #fff 5%, #d6d6d6 95%);
    border-image-slice: 1;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
}
#topnav a:first-child {
    border-left: 1px;
}
#topnav a:last-child {
    background: #49b26a;
    color: #fff;
}
.hdr-mob-cll1, .hdr-mob-cll3 {
    vertical-align: middle;
    width: 15%;
}
.hdr-mob-cll2 {
    vertical-align: middle;
    width: 70%;
}
#hdr .inline-10-12 {
    text-align: right;
}

/* footer.inc */
#ftr a {color: #fff; text-decoration: none;}
#ftr a:hover {text-decoration: none; -webkit-filter: brightness(100%);}


/* index.php */
.form-wrapper {
    position: absolute;
    width: 340px;
    height: 310px;
    padding: 10px;
    background: #fff;
    border: 1px solid #cdcecd;
    text-align: right;
    top: 70px;
    right: 70px;
    z-index: 100002;
    font-size: 14px;
}
.form-wrapper h1, .form-wrapper-mob h1 {
    text-align: left;
    margin: 5px 0px 15px 0px;
    font-size: 22px;
    color: #48af68;
}
.form-wrapper input[type='radio'] {
    margin: 3px;
    vertical-align: middle;
}
.form-box {
    background: #f2f2f2;
    padding: 8px;
    margin-bottom: 5px;
    text-align: left;
}
.address {
    width: 262px;
}
.city {
    width: 115px;
}
.state {
    width: 50px;
}
.zip {
    width: 55px;
}
.name {
    width: 125px;
}
.phone {
    width: 100px;
}
.email {
    width: 273px;
}
.form-wrapper input[type='image']:hover {
    -webkit-filter: brightness(95%);
}
.form-wrapper-mob {
    display: none;
}
.justmobile {display: none;}
@media (max-width: 420px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12 {
        width: 100%;
        padding: 0;
        margin: 0 0 10px 0;
    }
    #hdr, #topnav-container, #ftr {display: none;}
    .simplecell, #hdr-mob, #ftr-mob {display: block;}
    #bdy {
        width: 94%;
        margin: 3%;
        min-height: 0;
        padding: 0;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    #wowslider-container1 {
        display: none;
    }
    .form-wrapper-mob {
        display: block;
    }
    .address, .city, .state, .name, .phone, .email {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    .zip {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }

    .justmobile {display: block;}
    .nomobile {display: none;}
}
