
* {
    /*font-family: 'Source Sans Pro', sans-serif;*/
}

a {
    color: rgba(40, 60, 120, 1);
}
a:hover {
}

.site-background {
    /*background-color: white;*/
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

#SiteBackground {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: -1;
/*    background-color: rgba(200, 220, 210, 1);*/
    /*background: linear-gradient(*/
    /*183deg,*/
    /*#002288 10%,*/
    /*#88BBFF 72%,*/
    /*#AA6600 85%);*/

    /*background: linear-gradient(*/
    /*185deg,*/
    /*#00AAFF 0%,*/
    /*#AAAAAA 30%,*/
    /*#0099DD 50%,*/
    /*#884422 80%,*/
    /*#FFFFFF 0%,*/
    /*#AA6600 10%,*/
    /*#660088 40%,*/
    /*#002288 70%!*,*/
    /*#6699FF 60%,*/
    /*#6688FF 70%,*/
    /*#4477FF 70%,*/
    /*#4466FF 80%,*/
    /*#2255FF 80%,*/
    /*#2244FF 90%,*/
    /*#0033FF 90%,*/
    /*#0022FF 100%*!);*/
}
/*#SiteBackgroundLeft {*/
/*width: 50%;*/
/*height: 100%;*/
/*position: fixed;*/
/*left: 0;*/
/*}*/
/*#SiteBackgroundRight {*/
/*width: 50%;*/
/*height: 100%;*/
/*position: fixed;*/
/*right: 0;*/
/*}*/

#SiteTop, .margin-bottom {
    margin-bottom: 5px;
}

#SiteTopBack {
    background-color: white;
}

#SiteContentFrame {
/*    overflow-x: scroll;;*/
}

#CustomHeaderMessage {
    padding: 0px 10px 10px 10px;
}

.white-background {
    background-color: white;
}

.neutral-background {
    background-color: rgba(220, 220, 220, 1);
}

.page-framed-content {
    /*background-color: lightblue;*/
/*    min-height: 100%;*/
    max-width: 800px;
    /*padding: 10px;*/
    margin-left: auto;
    margin-right: auto;
    overflow:auto;
}

#SiteMainBody {
    position: relative; top: 0px;
    /*background-color: white;*/
    margin: 0 auto;
    /*padding: 15px;*/
    overflow: hidden;
}

#SiteFooter {
    background-color: white;
}

.requires-static {
    display: none;
}

/******************Contact Form*********************/
.contact-form textarea {
    width: 100%;
    height: 200px;
}

/******************Button Properties*********************/
.btn, input[type='submit'] {
    background-color: rgb(40, 60, 120);
}
.btn:hover {
}

.btn-block {
}

.btn-inactive {
}
.btn-inactive:hover {
}
