@charset "utf-8";

/* CSS Document */


/* beginning css reset */

 :link :visited {
    text-decoration: none
}

nav ul,
nav ol {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
kbd,
ins {
    font-size: 1em;
}

dl,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
pre,
p,
blockquote,
form,
fieldset,
input,
label {
    margin: 0;
    padding: 0
}

abbr,
img,
object,
a img,
 :link img,
 :visited img,
a object,
 :link object,
 :visited object {
    border: 0
}

address,
abbr {
    font-style: normal
}


/* the end of css reset... */


/* beginning of page code... */

body {
    top: 0px !important;
    line-height: 1.5em;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1em;
    background-size: 1920px 3000px;
    background-repeat: no-repeat;
    background-image: url("/media/img/bkgrd.jpg")
}

#google_translate_element {
    position: absolute;
    top: 0px;
    right: 20%;
}

div span a.goog-logo-link img {
    visibility: hidden;
}

a.goog-logo-link {
    visibility: hidden;
}

div.skiptranslate.goog-te-gadget {
    color: transparent !important;
}

@media only screen and (max-width: 770px) {
    #google_translate_element {
        position: absolute;
        top: 0px;
        right: 20%;
    }
    div span a.goog-logo-link img {
        visibility: hidden;
    }
    a.goog-logo-link {
        visibility: hidden;
    }
    div.skiptranslate.goog-te-gadget {
        color: transparent !important;
    }
    body {
        line-height: 1.25em;
        font-size: 1em;
    }
}

.container {
    max-width: 1240px;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0 5px 0 5px;
}

.header_container {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 0;
}

.topline {
    background: -webkit-linear-gradient(#BAB775 0%, #E6DE6A 100%);
    background: -moz-linear-gradient(#BAB775 0%, #E6DE6A 100%);
    background: -ms-linear-gradient(#BAB775 0%, #E6DE6A 100%);
    background: -o-linear-gradient(#BAB775 0%, #E6DE6A 100%);
    background: linear-gradient(#BAB775 0%, #E6DE6A 100%);
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    padding-left: 17px;
}

nav a {
    color: #511410;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: .8em;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 0px;
}

nav a:hover {
    color: #CC3118;
}

.welcome_container {
    position: relative;
    margin: 0px auto 0px auto;
    background: -webkit-linear-gradient(#E6DE6A 0%, #BAB775 100%);
    background: -moz-linear-gradient(#E6DE6A 0%, #BAB775 100%);
    background: -ms-linear-gradient(#E6DE6A 0%, #BAB775 100%);
    background: -o-linear-gradient(#E6DE6A 0%, #BAB775 100%);
    background: linear-gradient(#E6DE6A 0%, #BAB775 100%);
    width: 100%;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

h1 {
    font-size: 1.7em;
    font-weight: normal;
    color: #511410;
    margin: 0 auto;
    padding: 7px 0px 10px 20px;
}

.item_container {
    padding: 10px 25px 10px 25px;
    color: #511410;
}

table#td01 {
    width: 75%;
    background: -webkit-linear-gradient(#BAB775 0%, #E6DE6A 100%);
    background: -moz-linear-gradient(#BAB775 0%, #E6DE6A 100%);
    background: -ms-linear-gradient(#BAB775 0%, #E6DE6A 100%);
    background: -o-linear-gradient(#BAB775 0%, #E6DE6A 100%);
    background: linear-gradient(#BAB775 0%, #E6DE6A 100%);
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    text-align: center;
    margin: 0 auto;
}

a#atd01 {
    text-decoration: none;
    color: inherit
}

div.form_container {
    display: block;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-bottom: 10px;
}

form img {
    vertical-align: middle;
}

form input {
    vertical-align: middle;
}

a {
    color: #CC3118;
}

a:hover {
    color: #E6F04C;
}

ol.wedo {
    padding-left: 35px;
    line-height: 1.6em;
}

footer {
    position: relative;
    padding-left: 10px;
    font-size: .8em;
    line-height: 1.5em;
    /* color: #511410; */
}

footer.footer {
    position: relative;
    height: 40px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}