
/* Color Legend */

 
/* Reset */

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 10px;
}

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2,
h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot,
thead {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

table, tr, th, td, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, textarea, form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong,
strike {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    text-indent: 0;
    text-decoration: none;
    text-align: left;
    color: #000;
}

ol, ul {
    list-style: none;
}

/* Global */

html {
    /*background-color: rgba(31, 53, 94, 0.2);*/
}

body {
    background-color: rgba(31, 53, 94, 0.2);
}

/* Headings */

h1, h2, h3, h4, h5, h6 {}

h1 {
    font-size: 18px;
    color: #017a76;
    padding: 10px 0;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #000;
    padding-bottom: 5px;
    font-weight: bold;
    clear: both;
    text-decoration: underline;
}

h3 {
    font-size: 13px;
    color: #017a76;
    padding: 5px 0;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    color: #017a76;
    padding: 5px 0;
    font-weight: bold;
}

h5 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

/* Text Elements */

p {
    color: #000;
    font-size: 12px;
    line-height: 150%;
}

.footer-text {
    font-size: 95%;
}

.bold {
    font-weight: bold;
}

.orange {
    color: #15c7c0;
}

a {}

a:link {
    color: #017a76;
    text-decoration: underline;
}

a:visited {
    color: #017a76;
}

a:active {
    color: #017a76;
}

a:focus {
    color: #666;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a.bold {
    font-weight: bold;
}

a.orange {
    color: #15c7c0;
}

a.green {
        color: #017a76;
}

/* Images */

.state {
    max-height: 125px;
    margin-top: 10px;
    max-width: 300px;
}

.system {
    height: 100%;
}

/* Lists */

ul {}

ul li {
    color: #000;
    font-size: 12px;
    padding-bottom: 10px;
    list-style: square;
    margin-left: 15px;
}

.isi_pi {
    float: right;
    padding: 10px 30px 5px 0px;
}

.isi_pi li {
    display: inline;
}

.isi_pi_btn {
    background-color: #FFFFCC;
    border: 2px solid #ccc;
    padding: 5px; 
    margin-bottom: 5px;
}

.isi_pi_btn:hover {
    background-color: #CCCC99;
    color: #000;
    text-decoration: underlined;
}

/* Tables */

/* SUGGESTED CODES TABLE */
.codes,
.avgtable,
.sumtable {
    margin: 10px auto;
    padding: 20px 0;
    border: 3px solid #DF7000;
    border-collapse: collapse;
    background: #fff;
}

.codes {
    width: 800px;
}

.avgtable {
    width: 95%;
}

.avgtable td,
.sumtable td {
    text-align:center;
}

.sumtable {
      width: 800px;
}

thead, th {
    font-weight: bold;
    background: #017a76;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin: 5px;
}

td {
    padding: 10px;
    border-bottom: 1px solid green;
    font-size: 14px;
    vertical-align: middle;
}

tr.level2 {
    background-color: #4C3C33;
}

tr.level2 td {
    color: #fff;
    font-size: 18px;
}

tr:nth-child(2n+2) {
    background-color: #F4EBD9;
}

table tr:last-child td {
    border-bottom: 0px;
}

.codes tr.level2 {
    background-color: #4C3C33;
}

.codes tr.level2 td {
    color: #fff;
    font-size: 18px;
}

.codes tr.level3 {
    background-color: #F4EBD9;
}

.first {
    width: 30%;
    font-weight: bold;
    border-right: 1px solid green;
}

.second {
    width: 70%;
}

/* Miscellaneous */


/* Containers */

#outer {
    width: 100%;
    margin: 10px auto;
}

#wrapper {
    max-width: 1024px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

#header {
    clear: both;
    width: 100%;
    text-align: center;
}
#header img {
    float: left;
    padding: 20px;
}

.headerLogos {
    clear: both;
}

.headerLogos li {
    display: inline;
    padding-right: 75px;
}

#state {
    width: 300px;
    float: left;
    margin: 0 0 20px 25px;
}

.content {
    width: 100%;
}

#dropdown {
    width: 350px;
    height:60px;
    float: left;
    margin: 0 100px 67px 0;
    padding-top: 50px;
}

#dropdown h1 {
    margin-left: 20px;
    margin-top: -20px;
}

#map {
    width: 614px;
    float: left;
    margin: 5px;
    padding: 0 10px 0 30px;
}

#col1 {
    width: 308px;
    float: left;
    margin: 5px;
    padding: 0 10px;
}

#stcol1 {
    width: 300px;
    height: 400px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
}

#stcol2 {
    width: 300px;
    height: 400px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
}

#stcol3 {
    width: 300px;
    height: 400px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
}

#border {
    border: #CCC 1px solid;
    padding: 5px;
}

#darkBorder {
    border: #333 2px solid;
    padding: 5px;
}

#borderhp {
    border: #CCC 1px solid;
    padding: 5px;
    height: 430px;
    overflow: scroll;
}

#borderhp2 {
    border: #CCC 1px solid;
    padding: 5px;
    height: 450px;
}

#stborder {
    border: #CCC 1px solid;
    padding: 5px;
    height: 300px;
}

#footer {
    clear: both;
    border-top: 1px #666 solid;
    padding: 10px;
    margin-top: 10px;
    height: 110px;
}

#footer img {
    margin-left: 500px;
    margin-top: -35px;
}

.right {
    float:right;
    margin-top:-45px;
}

#isi {
    clear: both;
    width: 90%;
    height: 300px;
    overflow: auto;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.clear {
    clear: both;
}

/* Layout Extra */




/* Navigation Extra */



/* Forms */

form { 
    text-align:left; margin:20px;   
}

select { 
    border:2px #ccc solid;  
    margin-right: 15px;
    height:24px;
}

.submit {
    width:60px; 
    height:24px;
    font-size:12px;
    font-weight: bold;
    background: #117829;
    color: #fff;
    border: 2px #333 solid;
    border-radius: 5px; 
    padding: 3px;
}

/* Miscellaneous  */

.rightnavh1 {
    font-size: 18px;
    color: #fff;
    padding: 5px;
    margin: 15px 0 10px 0;
    font-weight: bold;
    text-align: center;
    background-color: #017a76;
    background-position: center;
    background-size: cover;
    border: #ccc solid 2px;
}

.center {
    text-align: center;
}

.alert {
    width: 90%;
    color: #000;
    background-color: #F00;
    border: 5px ridge #800000;
    padding: 5px;
    margin: 0px auto;
}

.show_small {
    display: none;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style:italic;
}


/***** MEDIA QUERIES *****/

@media screen and (min-width: 769px) and (max-width: 1023px) {
    /***** START: INDEX *****/
    #map {
    width: 90%;
    float: left;
    margin: 0 auto;
    padding: 0 10px 0 30px;
    }
    #col1 {
    width: 90%;
    float: left;
    margin: 0 auto;
    padding: 0 10px 0 30px;
    }
    .show_small {
        display: none;
    }
    .system {
        height: 100%;
    }


    /***** END: INDEX *****/
    
    /***** START: STATE PGS *****/
    #stcol1 {
    width: 45%;
    height: 250px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    }

    #stcol2 {
    width: 45%;
    height: 250px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    }

    #stcol3 {
    width: 45%;
    height: 250px;
    float: left;
    margin: 0px 10px;
    }
    #stborder {
    border: #CCC 1px solid;
    padding: 5px;
    height: 150px;
    }
    /***** END: STATE PGS *****/
    #isi {
    clear: both;
    width: 80%;
    margin: 0 auto;
    }   

}

@media screen and (min-width: 481px) and (max-width: 768px) {
    /***** START: INDEX *****/
    #map {
    width: 90%;
    float: left;
    margin: 0 auto;
    padding: 0 10px 0 30px;
    }
    #col1 {
    width: 90%;
    float: left;
    margin: 0 auto;
    padding: 0 10px 0 30px;
    }
    #borderhp img {
        display: none;
    }
    #borderhp {
        height: 200px;
    }
    #borderhp #dropdown {
        width: 100%;
        margin: 0 auto;
    }
    .show_small {
        display: inline;
    }

    /***** END: INDEX *****/
    
    /***** START: STATE PGS *****/
    #stcol1 {
    width: 90%;
    height: 200px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    }

    #stcol2 {
    width: 90%;
    height: 200px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    }

    #stcol3 {
    width: 90%;
    height: 200px;
    float: left;
    margin: 0px 10px;
    }   
    #stborder {
    border: #CCC 1px solid;
    padding: 5px;
    height: 100px;
    }
    #state {
        width: 200px;
        margin: 0px;
    }
    #dropdown {
        width: 200px;
        margin: 0px;
    }
    /***** END: STATE PGS *****/
    #isi {
    clear: both;
    width: 80%;
    margin: 0 auto;
    }   
    li.hide_small,
    h1.hide_small {
        display: none;
    }
    #footer img {
    display: none;
    }
    #isi {
    clear: both;
    width: 80%;
    margin: 0 auto;
    font-size: 80%;
    }
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    /***** START: INDEX *****/
    #map {
    width: 90%;
    float: left;
    margin: 0 auto;
    padding: 0 10px 0 30px;
    }
    #col1 {
    width: 90%;
    float: left;
    margin: 0 auto;
    padding: 0 10px 0 30px;
    }
    #borderhp img {
        display: none;
    }
    #borderhp {
        height: 200px;
    }
    .show_small {
        display: inline;
    }


    /***** END: INDEX *****/
    
    /***** START: STATE PGS *****/
    #stcol1 {
    width: 90%;
    height: 200px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    }

    #stcol2 {
    width: 90%;
    height: 200px;
    float: left;
    margin: 0 10px;
    padding: 0 10px;
    }

    #stcol3 {
    width: 90%;
    height: 200px;
    float: left;
    margin: 0px 10px;
    }   
    #stborder {
    border: #CCC 1px solid;
    padding: 5px;
    height: 100px;
    }
    #state {
        width: 150px;
        margin-left: 5px;
    }
    #dropdown {
        width: 100px;
        margin: 0px;
        padding-top: 25px;
    }
    /***** END: STATE PGS *****/
    
    #isi {
    clear: both;
    width: 80%;
    margin: 0 auto;
    }   
    li.hide_small,
    h1.hide_small {
        display: none;
    }
    #footer img {
    display: none;
    }
    #isi {
    clear: both;
    width: 90%;
    margin: 0 auto;
    font-size: 80%;
    }
}
