#headertext {
    text-align: center;
} 

#iconleft {
    padding-bottom: 7px;
    float: left;
}

#iconright {
    padding-bottom: 7px;
    float: right;
}

#districttext {
    font-size: 182%;
    text-align: center;
    display: block;
}

#companytext {
    font-size: 182%;
    text-align: center;
    display: block;
}

#location {
    padding-bottom: 7px;
    font-size: 153.9%;
    display: block;
}

#navigation {
    clear: both;
    width: 100%;
    background-color: lightgrey;
}

#navigation 
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0px;
        overflow: hidden;
    }

#navigation 
    ul li {
        float: left;
}

#navigation 
    ul li a:link, 
#navigation 
    ul li a:visited {
        display: block;
        font-weight: bold;
        padding: 10px 10px; 
        color: black;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
}

#navigation 
    ul li a:hover, 
#navigation 
    ul li a:active {
        background-color: grey;
}

#ft {
    padding-top: 20px;
}

#ft 
    p {
        text-align: center;
}

#joinus {
    border: 1px solid black;
    float: right;
    width: 100px;
    padding: 10px;
}
#updates {
    clear:left;
}

#calendar,
#aboutblurb,
#updates {
    margin-top: 15px;
}

#aboutblurb
    h1,
#caldata
    h1,
#updates
    h1,
#flatcontent
    h1,
#fireofficerslate
    h1,
#companyofficerslate
    h1,
#roster
    h1 {
        font-size: 153.9%;
}

#aboutimg {
    float: right;
    padding: 5px;
    border: 1px solid black;
    margin-left: 5px;
}

#aboutblurb
    p,
#flatcontent 
    p {
        padding-top: 10px;
}
#aboutimg
    p {
        padding-top: 0px;
        font-size: 55%;
}
#caldata {
    float: left;
    width: 775px;
}

#caldata
    table {
        width: 100%;
}

#caldata
    table tr.notfirst {
        margin-top: 10px;
}

#caldata
    table tr td {
        font-size: 116%;
}

#eventadd {
    text-size: 77%;
    padding-top: 10px;
}

#flatcontent
    ul {
        padding-top: 10px;
}

#flatcontent 
    ul li {
    list-style-type: circle;
    list-style-position: inside;
}

#flatcontent {
    width: 800px;
}

#flatcontent
    h2 {
        font-size: 123.1%;
        font-weight: bold;
}

#flatcontent
    h1,
#flatcontent
    h2 {
        padding-top: 10px;
}

#hd {
    padding-top: 10px;
}

#fireofficerslate
    table tr th,
#companyofficerslate
    table tr th,
#roster
    table tr th {
        font-weight: bold;
        padding: 5px;
}

#fireofficerslate
    table tr td,
#companyofficerslate
    table tr td,
#roster
    table tr td {
        padding: 5px;
}

#fireofficerslate {
    float: left;
    width: 45%;
    padding-top: 10px;
}

#companyofficerslate {
    float: right;
    width: 45%;
    padding-top: 10px;
}

#roster {
    padding-top: 10px;
    clear: both;
}

#roster
    table {
        width: 50%;
}

