* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    color: #0054a1;
}
h1 {
    margin-bottom: 15px;
}
h2, p {
    margin-bottom: 10px;
}

#header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 200px;
    width: 100%;
}
#headerLeft, #headerRight {
    overflow: hidden;
    display: inline-block;
    height: 200px;
    width: 230px;
    background-image: url(../img/flPlaque.jpg);
    background-size: 230px;
}
#headerLeft {
    background-image: url(../img/flBanner.jpg);
    background-position: right;
}
#headerCenter {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 540px;
    width: 540px;
    height: 200px;
}
#headerLogo {
    height: 200px;
    position: relative;
    display: inline-block;
}
#headerName {
    position: relative;
    text-align: center;
    font-size: 24pt;
    width: 330px;
}
.headerCopy {
    padding-top: 10px;
    font-size: 9pt;
    text-align: center;
}

#navBar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background-color: #a00;
    width: 100%;
    overflow: hidden;
}
#navMain {
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    min-width: 540px;
    width: 540px;
    overflow: hidden;
}
.navItem {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}
.navItem:hover {
    background-color: #ff0000;
}

#footer {
    color: #ffffff;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    background-color: #0054a1;
    width: 100%;
}
#footerMain {
    margin: 0 auto;
    padding: 10px 0;
    width: 540px;
}
#footerMain p {
    padding-top: 10px;
    text-align: center;
}
.footerItem {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
}
.footerItem:hover {
    background-color: #1578d4;
}

#content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    font-size: 10pt;
}
#contentCenter {
    vertical-align: middle;
    display: inline-block;
    min-width: 540px;
    width: 540px;
    padding: 20px 0;
}
#contentLeft, #contentRight {
    overflow: hidden;
    display: inline-block;
    width: 230px;
}
.calItem {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #0054a1;
    background-color: #cee0f2;
}
.calItem a, .calItem a:visited {
    font-weight: 600;
    color: #0054a1;
}
.calItem h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #0054a1;
}
.calItem h4 {
    border-top: 1px solid #0054a1;
    padding-top: 3px;
}
.calItem ul {
    padding: 15px;
}
.calItemImg {
    z-index: 1;
    pointer-events: none;
    opacity: 10%;
    background-image: url(../img/logo-color.png);
    background-size: 50%;
    background-repeat: no-repeat;
    height: 750px;
    width: 750px;
    position: absolute;
    right: -480px;
    top: -143px;
}
.calExtra {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #aa0000;
    background-color: #f6d2d2;
}
.calExtra a, .calExtra a:visited {
    font-weight: 600;
    color: #0054a1;
}
.calExtra h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #0054a1;
}
.calItem .imp {
    color: #aa0000;
    font-weight: 600;
}
.pplItem {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #0054a1;
    background-color: #cee0f2;
}
.pplItem a, .pplItem a:visited {
    font-weight: 600;
    color: #0054a1;
}
.pplItem h3 {
    font-size: 16pt;
    margin-bottom: 5px;
    border-bottom: 1px solid #0054a1;
}
.pplItem h4 {
    font-size: 14pt;
    padding-top: 3px;
    padding-bottom: 10px;
}
.pplItem h5 {
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 10px;
}
.pplItem h4.xSpace {
    padding: 15px 0;
}
.pplItemImg {
    z-index: 1;
    pointer-events: none;
    opacity: 10%;
    background-image: url(../img/logo-color.png);
    background-size: 50%;
    background-repeat: no-repeat;
    height: 750px;
    width: 750px;
    position: absolute;
    right: -480px;
    top: -143px;
}
.pplExtra {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #aa0000;
    background-color: #f2c2c2;
}
.pplExtra a, .pplExtra a:visited {
    font-weight: 600;
    color: #0054a1;
}
.pplExtra h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #0054a1;
}
.pplItem .imp {
    color: #aa0000;
    font-weight: 600;
}
.pplItem ol, .pplItem ul {
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.salItem {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #016835;
    background-color: #c6ead8;
}
.salItem a, .salItem a:visited {
    font-weight: 600;
    color: #0054a1;
}
.salItem h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #0054a1;
}
.salItem h4 {
    border-top: 1px solid #0054a1;
    padding-top: 3px;
}
.salItem h6 {
    font-size: 11pt;
    margin-bottom: 5px;
}
.salItemImg {
    pointer-events: none;
    opacity: 10%;
    background-image: url(../img/logo-color.png);
    background-size: 50%;
    background-repeat: no-repeat;
    height: 750px;
    width: 750px;
    position: absolute;
    right: -480px;
    top: -143px;
    z-index: 1;
}
.salItem .imp {
    color: #aa0000;
    font-weight: 600;
}
.salItem ul , .salItem ol {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: -5px;
    margin-left: 25px;
}
.salItem ol {
    list-style-type: lower-alpha;
}
.salExtra {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #aa0000;
    background-color: #f2c2c2;
}
.salExtra a, .salExtra a:visited {
    font-weight: 600;
    color: #0054a1;
}
.salExtra h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #0054a1;
}
.nssItem {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #717100;
    background-color: #f0f09c;
}
.nssItem a, .nssItem a:visited {
    font-weight: 600;
    color: #0054a1;
}
.nssItem h3 {
    font-size: 16pt;
    margin-bottom: 5px;
    border-bottom: 1px solid #0054a1;
}
.nssItem h4 {
    font-size: 14pt;
    padding-top: 3px;
}
.nssItem h4.xSpace {
    padding: 15px 0;
}
.nssItemImg {
    z-index: 1;
    pointer-events: none;
    opacity: 10%;
    background-image: url(../img/logo-color.png);
    background-size: 50%;
    background-repeat: no-repeat;
    height: 750px;
    width: 750px;
    position: absolute;
    right: -480px;
    top: -143px;
}
.nssExtra {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #aa0000;
    background-color: #f2c2c2;
}
.nssExtra a, .nssExtra a:visited {
    font-weight: 600;
    color: #0054a1;
}
.nssExtra h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #0054a1;
}
.nssItem .imp {
    color: #aa0000;
    font-weight: 600;
}
.nssItem ol, .nssItem ul {
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.auxItem {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #5c1fc0;
    background-color: #e3d5f9;
    color: #5c1fc0;
}
.auxItem a, .auxItem a:visited {
    font-weight: 600;
    color: #0054a1;
}
.auxItem h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #5c1fc0;
}
.auxItem h4 {
    border-top: 1px solid #5c1fc0;
    padding-top: 3px;
}
.auxItemImg {
    z-index: 1;
    pointer-events: none;
    opacity: 10%;
    background-image: url(../img/logo-color.png);
    background-size: 50%;
    background-repeat: no-repeat;
    height: 750px;
    width: 750px;
    position: absolute;
    right: -480px;
    top: -143px;
}
.auxExtra {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #aa0000;
    background-color: #f6d2d2;
}
.auxExtra a, .auxExtra a:visited {
    font-weight: 600;
    color: #5c1fc0;
}
.auxExtra h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #5c1fc0;
}
.auxItem .imp {
    color: #aa0000;
    font-weight: 600;
}
.aText {
    color: #5c1fc0;
}
h3.auxText {
    display: inline-block;
    max-width: 350px;
    font-size: 10pt;
}
img.auxLogo {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}
a.auxPg {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    width: 165px;
    color: #5c1fc0;
    background-color: #e3d5f9;
    border: 2px solid #5c1fc0;
    text-decoration: none;
    font-weight: 600;
}
a.auxPg:visited {
    color: #5c1fc0;
}
a.auxPg:hover {
    color: #fff;
    background-color: #5c1fc0;
}
a.auxPg img {
    margin-top: 5px;
    width: 100%;
    height: auto;
    border: 1px solid black;
}

a.pacPg {
    display: inline-block;
    padding: 7px;
    margin: 5px;
    width: 140px;
    color: #0054a1;
    background-color: #fff;
    border: 2px solid #016835;
    text-decoration: none;
    font-weight: 600;
}
a.pacPg:visited {
    color: #0054a1;
}
a.pacPg:hover {
    color: #fff;
    background-color: #016835;
}
a.pacPg img {
    margin-top: 5px;
    width: 100%;
    height: auto;
    border: 1px solid black;
}

a.formPg {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    width: 165px;
    color: #0054a1;
    background-color: #cee0f2;
    border: 2px solid #0054a1;
    text-decoration: none;
    font-weight: 600;
}
a.formPg:visited {
    color: #0054a1;
}
a.formPg:hover {
    color: #fff;
    background-color: #0054a1;
}
a.formPg img {
    margin-top: 5px;
    width: 100%;
    height: auto;
    border: 1px solid black;
}
.priority {
    width: 100%;
    border: 2px solid #aa0000;
    text-align: center;
    padding: 10px;
    background-color: #e5e52e;
}

.disclaimer {
    padding: 10px;
    color: #aa0000;
}

ul.pacUL {
    padding: 15px;
    padding-top: 0;
    margin: 0;
}
.marBO {
    margin-bottom: 15px;
}

#legDiv {
    position: relative;
    margin: auto;
    max-width: 600px;
    margin-bottom: 15px;
}
#legsection {
    width: 100%;
    height: auto;
}
.hoverTest {
    cursor: pointer;
}
#lTable {
    bottom: 0;
    width: 100%;
    padding: 5px;
    border: 2px solid #000;
    color: #000;
}
#lTable caption {
    padding-bottom: 15px;
}
#lTable td, #lTable th {
    padding: 5px;
}
.lAlign {
    text-align: left;
}
.dNum, .dParty, .hr1, .hr2, .hr3, .hr4 {
    text-align: center;
}
.partyR {
    background-color: #f6d2d2;
}
.partyD {
    background-color: #aacef2;
}
.boxR {
    background-color: #aa0000;
    color: #fff;
    font-weight: 600;
}
.boxG {
    background-color: #00aa00;
    color: #fff;
    font-weight: 600;
}
#lInfo {
    position: absolute;
    top: 100px;
    left: 10%;
    width: 80%;
    padding: 20px;
    border: 2px solid #000;
}
.lInfoD {
    color: #0054a1;
    background-color: #aacef2;
}
.lInfoR {
    color: #aa0000;
    background-color: #f6d2d2;
}
#xBtn {
    background-image: url(../img/xBtn.png);
    position: absolute;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.dText2 {
    padding-top: 10px;
}
.lText2 {
    width: 30%;
    text-align: left;
}
.rText2 {
    width: 70%;
    text-align: right;
}
#rName {
    font-size: 12pt;
    font-weight: 600;
    text-align: center;
}
#rParty {
    font-size: 12pt;
    font-weight: 600;
    text-align: center;
}
#rPhone {
    font-size: 12pt;
    font-weight: 600;
    text-align: center;
}
#rAddress {
    font-size: 12pt;
    font-weight: 600;
    text-align: center;
}
.pacExtra {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #cc7a29;
    background-color: #f2d4b6;
}
.pacExtra a, .pacExtra a:visited {
    font-weight: 600;
    color: #0054a1;
}
.pacExtra h3 {
    margin-bottom: 5px;
}

#mapDiv {
    position: relative;
    margin: auto;
    max-width: 600px;
}
#mapsection {
    width: 100%;
    height: auto;
}

path {
    fill: rgba(0, 0, 0, 0.001);
    stroke: rgba(0, 0, 0, 0.001);
}
path:hover {
    fill: rgba(255, 0, 0, 0.5);
    stroke: rgba(255, 0, 0, 0.5);
    stroke-width: 2px;
    transition: fill 0.5s;
}
#dInfo {
    position: absolute;
    background-color: #aacef2;
    bottom: 0;
    width: 55%;
    padding: 20px;
    border: 2px solid #0054a1;
}
#dName {
    font-size: 18pt;
    font-weight: 600;
    text-align: center;
}
#dNotice {
    padding-top: 25px;
    width: 100%;
    height: auto;
}
.dText {
    padding-top: 10px;
}
.lText {
    width: 50%;
    text-align: left;
}
.rText {
    width: 50%;
    text-align: right;
}

.stateBoardPhoto, .auxiliaryPhoto {
    z-index: 2;
    position: inherit;
    width: 100%;
}
.boardMember {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.nssMember {
    font-size: 16px;
    font-weight: 600;
}

a.linkPg {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    width: 120px;
    color: #0054a1;
    background-color: #cee0f2;
    border: 2px solid #0054a1;
    text-decoration: none;
    font-weight: 600;
}
a.linkPg:visited {
    color: #0054a1;
}
a.linkPg:hover {
    color: #fff;
    background-color: #0054a1;
}
a.linkPg img {
    margin-top: 5px;
    width: 100%;
    height: auto;
    border: 1px solid black;
}
a.docsPg {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    width: 165px;
    color: #0054a1;
    background-color: #cee0f2;
    border: 2px solid #0054a1;
    text-decoration: none;
    font-weight: 600;
}
a.docsPg:visited {
    color: #0054a1;
}
a.docsPg:hover {
    color: #fff;
    background-color: #0054a1;
}
a.docsPg img {
    margin-top: 5px;
    width: 100%;
    height: auto;
    border: 1px solid black;
}

/* Mobile-specific styles for screens up to 540px wide */
@media only screen and (max-width: 540px) {
    #header {
        height: 125px;
        width: 100%;
    }
    #headerCenter {
        align-content: center;
        vertical-align: middle;
    }
    #headerLogo {
        top: -35px;
        opacity: 25%;
        width: 130px;
        height: auto;
    }
    #headerName {
        text-align: center;
        min-width: inherit;
        top: 5px;
        position: absolute;
        margin-top: auto;
    }
    #header, #navBar, #content, #footer {
        display: inherit;
        padding: 0 20px;
    }
    #navBar {
        /*height: 50px;*/
    }
    #navMain {
        padding: 0;
    }
    #headerLeft, #headerRight, #contentLeft, #contentRight {
        display: none;
    }
    #headerCenter, #navMain, #footerMain, #contentCenter {
        min-width: inherit;
        width: 100%;
    }   
}