@charset "utf-8";
/* CSS Document */

body {
    max-width: 1024px;
    width: 96%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    color: #3d3d3d;
    background-color: #fcfcfc;
}

.h1 {
    line-height: 100pt;
}

.h2 {
    line-height: 20pt;
    font-size: 1.5em;
}

p.main {
    text-align: justify;
}

#navigation {
    width: 100%;
    max-width: 1366px;
}

#lettercontainer {
    list-style-type: none;
    height: Auto;
    width: 100%;
    max-width: 1366px;
    margin: 0px;
    padding: 0px;
    color: #888888;
    background-color: #FFF;
    box-shadow: 0px 0px 4px #888888;
    overflow: hidden;
}

#lettertitle {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 20px;
    padding: 0px;
    text-decoration: none;
    color: #888888;
    text-align: center;
    font-size: 30;
    background-color: #FFF;
}
.lettercopy {
    width: 80%;
    height: auto;
    margin: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    text-decoration: none;
    color: #888888;
    font-size: 14;
    background-color: #FFF;
}
.lettercopycentered {
    width: 80%;
    height: auto;
    margin: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    text-decoration: none;
    color: #888888;
    text-align: center;
    font-size: 14;
    background-color: #FFF;
}

#navigation li a:hover {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px;
    text-decoration: none;
    color: #888888;
    text-align: center;
    font-size: 19;
    background-color: #EEE;
}

#navigation480p {
    display: none;
}


#header {
    background-color: #203812;
    background-position: center;
    width: 100%;
    max-width: 1366px;
    position: relative;
    height: 183px;
    overflow: hidden;
}

#logo {
    background-image: url(headerbits/logo.png);
    width: 300px;
    height: 136px;
    position: relative;
    left: -50%;
    margin-top: 20px;
    z-index: 10;
}

#headerleft {
    background-image: url(headerbits/headerleft.png);
    width: 330;
    height: 183px;
    position: absolute;
    margin-top: 0;
    left: 0;
}

#headerright {
    background-image: url(headerbits/headerright.png);
    width: 235;
    height: 183px;
    position: absolute;
    margin-top: 0;
    right: 0;
}

#content {
    width: 100%;
    max-width: 1366px;
    height: auto;
}

.onequarter {
    width: 21%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 20px;
    padding: 1%;
    height: auto;
    float: left;
    background-color: #FFF;
    box-shadow: 0px 0px 4px #888888;
}

#quartermenu ul {
    display: block;
    list-style-type: none;
    text-decoration: none;
    min-height: 68px;
    height: Auto;
    width: 100%;
    max-width: 1366px;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    box-shadow: 0px 0px 4px #888888;
    overflow: hidden;
}

#quartermenu li {
    text-decoration: none;
}

#quartermenu li a {
    display: block;
    min-height: 28px;
    height: auto;
    line-height: 28px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    color: #888888;
    text-align: center;
    font-size: 19;
    background-color: #FFF;
}

#quartermenu a:hover {
    display: block;
    min-height: 28px;
    height: auto;
    line-height: 28px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    color: #888888;
    text-align: center;
    font-size: 19;
    background-color: #eee;
}

.threequarters {
    width: 71%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    float: left;
    background-color: #FFF;
    padding: 1%;
    box-shadow: 0px 0px 4px #888888;
}

.onehalfsection {
    background-color: aqua;
    width: 48%;
    margin-bottom: 10px;
    height: auto;
    float: left;
    padding: 1%;
}

.breaker {
    float: none;
    clear: both;
    width: 100%;
    height: 1px;
}

#footer {
    float: none;
    clear: both;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

#links ul {
    text-align: center;
    width: auto;
    height: auto;
    padding: 0px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    text-decoration: none;
    list-style-type: none;
}

#links li {
    width: 120px;
    height: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14;
    line-height: 20px;
    display: inline-block;
    color: #AAA;
}

#links li a {
    text-decoration: none;
    color: #AAA;
}

#links li a:hover{
    text-decoration: none;
    color: #888;
}

#footerline {
    text-align: center;
    font-size: 14;
    line-height: 15px;
    width: 100%;
    min-height: 15px;
    height: auto;
    padding: 0px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    color: #AAA;
}

#icons ul {
    text-align: center;
    width: auto;
    height: auto;
    padding: 0px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    text-decoration: none;
    list-style-type: none;
}

#icons li {
    display: inline-block;
    font-size: 14px;
}

#icons li a {
    width: 28px;
    height: 28px;
    padding: 0;
    margin-top: 10px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    background-color: #AAA;
}

#icons li a:hover {
    width: 28px;
    height: 28px;
    padding: 0;
    margin-top: 10px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    background-color: #888;
}



/***    MEDIA LESS THAN 800P    ***/

@media only screen and (max-width: 800px) {

.onehalfsection {
    background-color: aqua;
    width: 98%;
    margin-bottom: 10px;
    height: auto;
    float: left;
    padding: 1%;
}
}

/***    MEDIA LESS THAN 480P    ***/

@media only screen and (max-width: 480px) {
    

#navigation {
    display: none;
}
    
#quartermenu {
    display: none;
}

#navigation480p {
    display: block;
    width: 100%;
    max-width: 1366px;
    margin-bottom: 0px;
}

#navigation480p ul {
    display: block;
    list-style-type: none;
    max-height: 0px;
    height: auto;
    width: 100%;
    max-width: 1366px;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 1%;
    padding-right: 1%;
    background-color: #FFF;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease; /* Safari */
    transition: max-height 0.5s ease;
}

#navigation480p ul.expanded {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease; /* Safari */
    transition: max-height 1s ease;
}
    
#quartermenu ul {
    display: block;
    list-style-type: none;
    text-decoration: none;
    max-height: 0px;
    height: auto;
    width: 100%;
    max-width: 1366px;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    box-shadow: 0px 0px 4px #888888;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease; /* Safari */
    transition: max-height 0.5s ease;
}

#quartermenu ul.expanded {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease; /* Safari */
    transition: max-height 1s ease;
}

#navigation480p li {
    display: block;
    width: 92%;
    height: 28px;
    margin: auto;
    padding-left: 1%;
    padding-right: 1%;
    background-color: #FFF;
    box-shadow: 0px 0px 4px #888888;  
}
    
#navigation480p li a {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
    text-decoration: none;
    color: #888888;
    text-align: center;
    font-size: 19;
    background-color: #FFF;
}
    
#navigation480p li a:hover {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0px;
    text-decoration: none;
    color: #888888;
    text-align: center;
    font-size: 19;
    background-color: #EEE;
}
    
.menu_button_home {
    display: block;
    list-style-type: none;
    height: Auto;
    width: 100%;
    max-width: 1366px;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    overflow: hidden;
}
    
.menu_button_home2 {
    display: block;
    width: 92%;
    height: 28px;
    margin: auto;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #FFF;
    padding-left: 2%;
    padding-right: 2%;
    box-shadow: 0px 0px 4px #888888; 
}
    
.quartermenu_button_home2 {
    display: block;
    width: 92%;
    height: 28px;
    margin: auto;
    padding: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #FFF;
    padding-left: 2%;
    padding-right: 2%;
}
    
.menu_button {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 92%;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-decoration: none;
    color: #888888;
    text-align: center;
    font-size: 19;
    background-color: #FFF;
}

.onequarter {
    width: 92%;
    float: left;
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2%;
    height: auto;
    background-color: #FFF;
    box-shadow: 0px 0px 4px #888888;
}
    
.threequarters {
    width: 92%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 10px;
    margin-bottom: 10px; 
    height: auto;
    float: left;
    background-color: #FFF;
    padding: 2%;
    box-shadow: 0px 0px 4px #888888;
}
}