﻿html {
    background-color: ghostwhite;
    padding: 0;
}

body {
    background-color: ghostwhite;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    padding: 5px;
    margin: 0 auto;
    
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.innerBorder {
    border:1px solid #DEB887;
    margin:5px 0 5px 0;
    float:left;
    width:99%;
}

label {
    font-size:13px;
    width:100%;
    background-color:inherit;
    padding:0px 0px 0px 0px;
    Margin:0px 0px 0px 0px;
}


a:link, a:visited, a:active, a:hover {
    color: #333;
}

a:hover {
    background-color: #c7d1d6;
}

.bulletinPoints {
    width:auto;
    margin:0;
}

.bulletinPoints ul {
    margin:10px 0px 10px 20px;
    padding:0;
}

.bulletinPoints li {
    list-style:square;
    margin-left:15px;
}

nav, section {
    display: block;
}

.subbuttons {
    
    background-color:saddlebrown;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 200;
    padding: 5px;
    margin-right: 8px;
    width: auto; 
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin:0px 0px 7px 0px;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.45em;
    color:saddlebrown;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

/* main layout
----------------------------------------------------------*/



.websitepageHeader {
    width:100%;
    float:left;
    padding:0;
    border:solid 1px saddlebrown;
    border-radius:20px 20px 0px 0px;
}

.websitepageContent {
    width:100%;
    display:inline-block;
    border:1px solid saddlebrown;
    margin:0px;
}

#body {
    clear: both;
    padding-bottom: 35px;
}


header {
    padding-top:2px; 
    height:63px;
}
    
footer {
    clear: both;
    font-size: .8em;
    height: 100px;
}


/* login
----------------------------------------------------------*/
#login {
    float:left;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin-left: 0px;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    list-style: none;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    
    font-size: 1.3em;
    font-weight: 600;
    margin: 35px 0 5px 0;
    padding: 0;
    text-align: right;
    width:590px;
}


    ul#menu li {
        display: inline;
        list-style: none;
        padding: 0 7px 0 7px;
    }

        ul#menu li a {
            background: none;
            color: saddlebrown;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

@media (max-width: 905px) {
    ul#menu {
        width: 580px;
        margin: 35px 0 5px 0;
    }

        ul#menu li {
            padding: 0 3px 0 3px;
        }
}

@media (max-width: 895px) {
    ul#menu {
        width: 570px;
        text-align: right;
    }

        ul#menu li {
            padding: 0 3px 0 3px;
        }
}

@media (max-width: 885px) {
    ul#menu {
        width: 100%;
        text-align: left;
        margin: 35px 0 5px 0;
    }

        ul#menu li {
            padding: 0 3px 0 3px;
        }
}

@media (max-width: 665px) {
    ul#menu {
        margin: 5px 0 5px 0;
        font-size:3.8vw;
    }

        ul#menu li {
            padding: 0 3px 0 3px;
        }
}
    /* page elements
----------------------------------------------------------*/
    /* featured */

    .featured {
        background-color: saddlebrown;
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, red 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, red 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, red));
        background-image: -webkit-linear-gradient(left, red 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, red 100%);*/
        color: #3e5667;
        padding: 1px 15px 1px 15px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
        }

        .featured p {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 10px 0px;
            font-size: 1.1em;
            color: #fff;
        }

    /* page titles */
    hgroup.title {
        margin-bottom: 4px;
    }

        hgroup.title h1, hgroup.title h2 {
            display: inline;
        }

        hgroup.title h2 {
            font-weight: normal;
            margin-left: 3px;
        }

    /* features */
    section.feature {
        width: 300px;
        float: left;
        padding: 10px;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            margin: 8px 0;
            padding-left: 45px;
            display: inline-block;
        }

            ol.round li p {
                float: left;
                margin-left: -34px;
                margin-top: 2px;
                width: auto;
                font-size: 1.3em;
                color: antiquewhite;
                font-weight: 600;
            }

            ol.round li h5 {
                color: #000;
                margin-bottom: 0;
                padding-bottom: 0;
                color: saddlebrown;
            }

            ol.round li.one {
                background: url("../Images/orderedList.png") no-repeat;
            }

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

    .label {
        font-weight: 700;
    }

    /* login page */
    #loginForm {
        border-right: solid 2px #c8c8c8;
        float: left;
        width: 55%;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    fieldset.open-auth-providers {
        margin-top: 15px;
    }

        fieldset.open-auth-providers button {
            margin-bottom: 12px;
        }

    /* forms */
    fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }

        fieldset legend {
            display: none;
        }

        fieldset ol {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            fieldset ol li {
                padding-bottom: 5px;
            }

        fieldset label {
            float: left;
            font-size: 1.2em;
            font-weight: 600;
        }


        fieldset input[type=text] {
            border: 1px solid #e2e2e2;
            background: burlywood;
            color: #333;
            font-size: 1.2em;
            padding: 5px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        fieldset input[type=password] {
            border: 1px solid #e2e2e2;
            background: burlywood;
            color: #333;
            font-size: 1.2em;
            padding: 5px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }



        fieldset input:focus {
            background: white;
            border: 1px solid saddlebrown;
        }

    /* info and errors */
    .message-info {
        clear: both;
        padding: 3px 0px 0px 0px;
        margin: 0px 0 0px 0;
        color: #e80c4d;
        font-weight: bold;
        font-size: 1.2em;
    }

    .message-error {
        clear: both;
        color: red;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0px 0 0px 0;
        padding: 3px 0px 0px 0px;
    }

    .message-success {
        color: darkgreen;
        font-size: 1.3em;
        font-weight: bold;
        margin: 0px 0 0px 0;
        padding: 3px 0px 0px 0px;
    }

    .error {
        color: #e80c4d;
    }

    /* Table */
    .siteTable {
        width: 100%;
        margin: 0 auto;
    }

    
    
    
        .siteTable p {
            width: 100%;
            text-align: center;
            margin: 0 auto;
            padding: 1px 0px 5px 0px;
            font-weight: bold;
            font-size: 14px;
        }

        .siteTable table {
            border-collapse: collapse;
            border-spacing: 0;
            margin: 0 auto;
            border: 1px solid black;
            padding: 0px 0px 0px 0px;
            width: 100%;
            background-color: burlywood;
        }

        .siteTable th {
            box-shadow: 0px 1px 10px #000000;
            background-color: black;
            text-align: left;
            border: none 0px;
            padding: 0px 10px 0px 5px;
            margin: 0px 0px 0px 0px;
            color: white;
        }


        .siteTable tr {
            font-size: inherit;
            padding-left: 5px;
            padding: 0px 0px 0px 5px;
            margin: 0px 0px 0px 0px;
        }

        .siteTable td {
            text-align: left;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
        }

        .siteTable .aspImageCancel {
            width: 16px;
            height: 16px;
            margin-left: 0px;
            background-image: url(../images/Cancel.png);
            border: 0;
            cursor: pointer;
            background-color: transparent
        }

        .siteTable input[type=submit] {
            cursor: pointer;
            padding: 3px;
            border: 1px solid black;
        }

    input[type=text], input[type=password], textarea {
        font-size: 14px;
        background-color: burlywood;
        color: black;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 5px;
        width: 100%;
    }

        input:focus, textarea:focus {
            border: 1px solid saddlebrown;
            background-color: white;
        }


    .tableImg {
        background-color: white;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.0em;
        font-weight: 500;
        padding: 0px 0px 0px 0px;
        margin: 0px 3px 0px 0px;
        width: auto;
        text-decoration: none;
    }

.helpButton {
    vertical-align: text-bottom;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding-top: 0px;
    width: 28px;
    height: 28px;
    text-decoration: none;
    background-image: url('/images/help.png');
    background-repeat: no-repeat;
}

.refreshButton:hover {
    background-color: transparent;
}

.arrow-right {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 0px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid black;
}

.arrow-left {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    padding: 0px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 16px solid black;
}

.refreshButton {
    vertical-align: text-bottom;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding-top: 0px;
    width: 28px;
    height: 22px;
    text-decoration: none;
    background-image: url('/images/refresh.png');
    background-repeat: no-repeat;
    margin-left: 7px;
}
    .controlbutton {
        background-color: navajowhite;
        color: saddlebrown;
        border: 1px solid #787878;
        border-radius: 20px;
        cursor: pointer;
        font-size: 1.0em;
        font-weight: 600;
        padding: 4px;
        margin-right: 2px;
        margin-left:2px;
        width: auto;
    }

    .headingbutton {
        background-color: saddlebrown;
        border: 1px solid #787878;
        cursor: pointer;
        color: white;
        font-size: 1.0em;
        font-weight: 400;
        padding: 9px;
        margin: 0 1px 0 1px;
        width: auto;
        text-decoration: none;
        border-radius: 12px;
    }

    .savebutton {
        color: white;
        background-color: saddlebrown;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.0em;
        font-weight: 600;
        padding: 4px;
        margin-right: 5px;
        width: auto;
    }

    .maxwidth {
        width: 100%;
    }

    .floatleft {
        float: left;
    }

    .floatright {
        float: right;
    }

    .noPaddingMargin {
        padding: 0;
        margin: 0;
    }

    .noMargin {
        margin: 0;
    }

    .noPadding {
        padding: 0;
    }

    /* GIFT CARD DISPLAY */
    .giftcard {
    }

        .giftcard .mainContainer {
            text-align: center;
            width: 100%;
            float:left;
        }

        .giftcard .container {
            margin-bottom: 10px;
            float:left;
            width:100%;
        }

        .giftcard .float-left {
            float: left;
            border: 1px solid saddlebrown
        }

        .giftcard .float-right {
            float: right;
            border: 1px solid saddlebrown
        }

        .giftcard .container label {
            width: auto;
            float: left;
        }

        .giftcard .container img {
            width: 100%;
        }
            .giftcard .container input[type=checkbox] {
            width: auto;
            float: left;
        }

        .giftcard p {
            width: 100%;
            text-align: center;
            margin: 0 auto;
            padding: 1px 0 5px 0;
            font-weight: bold;
            font-size: 14px;
        }

@media (max-width: 700px) {
    .giftcard .container img {
        width: 92%;
    }

}

@media (max-width: 680px) {
    .giftcard .container img {
        width: 100%;
       
    }

    .giftcard .float-right {
        float: left;
        border: 1px solid saddlebrown
    }
}
    /* GIFT CARD DISPLAY */

    #Slideshow1 img {
        width: 540px;
        height: 490px;
        padding: 0;
        margin: 0;
    }


    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .w3-animate-top {
        position: relative;
        -webkit-animation: animatetop 0.4s;
        animation: animatetop 0.4s
    }

    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    .w3-animate-left {
        position: relative;
        -webkit-animation: animateleft 0.4s;
        animation: animateleft 0.4s
    }

    @-webkit-keyframes animateleft {
        from {
            left: -300px;
            opacity: 0
        }

        to {
            left: 0;
            opacity: 1
        }
    }

    @keyframes animateleft {
        from {
            left: -300px;
            opacity: 0
        }

        to {
            left: 0;
            opacity: 1
        }
    }

    .w3-animate-right {
        position: relative;
        -webkit-animation: animateright 0.4s;
        animation: animateright 0.4s
    }

    @-webkit-keyframes animateright {
        from {
            right: -300px;
            opacity: 0
        }

        to {
            right: 0;
            opacity: 1
        }
    }

    @keyframes animateright {
        from {
            right: -300px;
            opacity: 0
        }

        to {
            right: 0;
            opacity: 1
        }
    }

    .w3-animate-bottom {
        position: relative;
        -webkit-animation: animatebottom 0.4s;
        animation: animatebottom 0.4s
    }

    @-webkit-keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 0
        }

        to {
            bottom: 0px;
            opacity: 1
        }
    }

    @keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    /**** BootStrap Responsive *****/

    .main-content {
        /*background: url("../Images/accent.png") no-repeat;*/
        float: left;
        width: 100%;
    }

.defaults {
    
}


.content-wrapper {
    margin: 0 auto;
    max-width: 880px;
}

    .margin-bottom-5px {
        margin-bottom: 5px;
    }

    .margin-top-5px {
        margin-top: 5px;
    }

    .float-left {
        float: left;
    }

    .float-right {
        float: right;
    }

    .content-data {
        float: left;
        margin: 5px 0 0 0;
        width: 100%;
    }

    .content-data-detail {
        margin: 5px;
        
    }

    .center {
        text-align: center;
    }

    .col-10 {
        width:10%;
    }

    .col-25 {
        width: 25%;
    }

    .col-30 {
        width:30%;
    }
    .col-33 {
        width: 33%;
    }

@media (max-width: 900px) {
    .col-33 {
        width: 31%;
    }
}

@media (max-width: 875px) {
    .col-33 {
        width: 63%;
    }
}

@media (max-width: 595px) {
    .defaults .col-33 {
        width:100%;
    }
}

@media (max-width: 868px) {
    .col-33 {
            width: auto;
        }
    }

    .col-34 {
        width: 34%;
    }

    .col-40 {
        width: 40%;
    }

    .col-50 {
        width: 50%;
    }

    .col-66 {
        width: 66%;
    }

    .col-75 {
        width: 75%;
    }

    .col-80 {
        width: 80%;
    }

    .col-90 {
        width: 90%;
    }

    .col-100 {
        min-width: 100%;
    }

    .col-50-border-right {
        width: 49.8%;
        float: left;
        min-width: 320px;
        border-right: 1px solid saddlebrown
    }

    .col-50-border-left {
        width: 49.8%;
        float: left;
        min-width: 320px;
        border-left: 1px solid saddlebrown
    }

    .border-bottom {
        border-bottom: 1px solid saddlebrown;
    }

    @media (max-width: 680px) {
        .content-wrapper {
            margin: 0;
        }

        /*.main-content {
            margin:0 2px 0 2px;
        }*/
        body {
            padding: 0;
        }

        .col-50-680 {
            min-width: 100%;
        }

        .col-50-680 {
            width: 100%;
            border-right: none;
        }

        .border-bottom-680 {
            border-bottom: 1px solid saddlebrown;
        }
    }

    .font-size-14 {
        font-size: 14px
    }

    .color-black {
        color: black;
    }

    .color-saddlebrown {
        color: saddlebrown;
    }

    .text-align-center {
        text-align: center
    }

    .margin-right-2px {
        margin-right: 2px;
    }

    .margin-left-2px {
        margin-left: 2px;
    }

    .display-inline-block {
        display: inline-block;
    }

    .margin-top-5px {
        margin-top: 5px;
    }

    .margin-bottom-5px {
        margin-bottom: 5px;
    }

    .margin-left-5px {
        margin-left: 5px;
    }

    .margin-right-5px {
        margin-right: 5px;
    }

    .margin-auto {
        margin: 0 auto;
    }

    .border {
        border: 1px solid saddlebrown;
    }

    @media (max-width: 885px) {
        ul#menu {
            width: 100%;
            text-align: left;
            margin: 15px 0 5px 0;
        }

            ul#menu li {
                padding: 0 3px 0 3px;
            }

        .col-75-885 {
            width: 100%;
        }

        .col-66-885 {
            width: 100%;
        }

        .col-885-img {
            display: inline-block;
            float: none;
            min-width: 100%;
            text-align: center;
        }
    }

    @media (max-width: 750px) {
        .col-34-750 {
            width: 100%;
        }
    }

    @media (max-width: 750px) {
        .col-66-750 {
            width: 100%;
        }
    }


