ul {list-style-type:none;margin:0;padding:0;}
#statelist {margin:10px 0;}
#statelist li {display:inline-block;padding:3px;}
#statelist li a {color: #00dc11;text-decoration:none;text-transform: uppercase;}


body {
    margin: 0;
    padding: 0;
font-family: arial;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    background: #999;
}

a {color:#63e479;
}

#topbar {
    margin: 0 auto;
    max-width: 1000px;
    background: #63e479;
    width: 100%;
    height: 22px;
    line-height: 22px;
}

#login {
    float:right;
}

#login a {
color: #fff;
    margin-right: 40px;
    text-decoration: none;
    text-transform: uppercase;
}

#loginlink {
    color: #fff;
    margin-right: 40px;
    text-decoration: none;
    text-transform: uppercase;
}

#loginform {
    display:none;
    padding: 10px 14px;
    position: absolute;
    z-index: 200;
    background: #8a8a8a;
    border-bottom-left-radius: 3px;
    margin-left: 80px;
}

#loginform input {
    margin-bottom: 10px;
    padding: 6px 3px;
    border: 0;
    text-align: center;
    border-radius: 3px;
}

#loginform input[type="submit"]
{
    background: #63e479;
    border: 0;
    border-radius: 3px;
    padding: 5px 10px 3px 10px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor:pointer;
}

#logout {
    border: 0;
    background: 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

#logoutform {
    display: inline-block;
    margin-right: 20px;
}


h1 {
    font-size: 20px;
    line-height: 20px;
    font-family: arial;
}

h2 {
margin: 0 0 8px 0;
}

#lastupdate {
    display: block;
    text-align: right;
    background: #fff;
    color: #555;
    padding: 2px 10px;
    font-size: 9px;
    line-height: 9px;
}

#block1 {
float:left;width:48%;margin-right:2%;height:400px;padding-bottom: 80px;
}

#block2 {
float:right;margin-left:2%;width:48%;height: 400px;padding-bottom: 80px;
}

   #map, #map2 {
        height: 100%;
      }

#wrap {
    margin: 0 auto;
    max-width: 1000px;
    background: #fff;
    min-height: 600px;
}
#innerpad {padding:20px;}

#heading {
    display: block;
    padding: 8px 10px;
    font-size: 18px;
    background: #63e479;
    color: #fff;
    margin-bottom: 2px;
}

#table1 {width:100%;}
#table1 td {width: 24%;padding: 2px 0 2px 1%;}
#table1 tr:nth-child(even) {background: #F3F3F3;}
#table1 tr:nth-child(odd) {background: #FFFFFF;}


#table2 {width:100%;display:none;}
#table2 td {padding: 6px 10px;}
#table2 tr:nth-child(even) {background: #F3F3F3;}
#table2 tr:nth-child(odd) {background: #FFFFFF;}

#pac-input {
    padding: 6px 8px;
    border-radius: 4px;
    border: 0px dashed #63e479;
    margin: 0px auto 0px auto;
    width: 500px;
    position: relative;
    display: block;
    font-size: 16px;
    max-width: 90%;
}
.pac-container:after{
    content:none !important;
}

#pac-div {
    padding-bottom: 16px;
    padding-top: 18px;
    width: 100%;
    background: #63e479;
}

#admininfowin {

}

#admininfowin button {
    background: #333;
    border: 0;
    padding: 3px 0;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 0 2px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

#admininfowin a {
    background: #333;
    border: 0;
    padding: 3px 0 4px 0;
    margin: 0 2px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

#admininfowin input {
    width: 106px;
    margin-top: 10px;
    border: 0;
    padding: 7px 10px;
    background: #f3f3f3;
}

#controls {
    background: #63e479;
}

#controls a {
    padding: 6px 8px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 13px;
}

#controls a span {
    position: absolute;
    background: #555;
    height: 10px;
    width: 10px;
    margin-top: 0;
    transform: rotate(45deg);
    display: none;
    right: 40%;
}

#laysel {
    background: #555;
}

#laysel span {
    display: block!important;
}

#adminpanel {
    padding: 30px 2%;
    width: 96%;
    background: #f3f3f3;
    margin: 20px 0;
    font-family: arial;
}

#adminpanel h2 {
margin:0 0 30px 0;
}

#adminpanel h3 {
    margin: 70px 0 10px 0;
    font-size: 16px;
}

#updatecity label {
width: 210px;
display:inline-block;
}

#updatecity input[type="text"] {
    border: 0;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

#updatecity input[type="submit"] {
    background: #656565;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 1px;
    cursor: pointer;
}

#updatecity textarea {
    height: 200px;
    width: 100%;
    margin: 10px 0;
}

#citycontent {
    font-family: arial;
    margin: 20px 10px 50px 10px;
}

#citycontent h2 {
    margin: 40px 0 8px 0;
}

#citycontent p {
    margin: 10px 0 0 0;
    line-height: 26px;
    font-size: 16px;
}

#citycontent img {
    max-width: 100%;
    margin: 30px 0;
    display: inline-block;
}

#citycontent ul {
    margin: 8px 0 0 0;
    list-style-type: square;
    padding: 0 0 0 30px;
}


#citycontent table td {
padding: 5px 20px;
}

#citycontent table tr:nth-child(even) {background: #F3F3F3;}
#citycontent table tr:nth-child(odd) {background: #FFFFFF;}

#deleteicon, #uploadicon {
    display: inline;
    margin-left: 5px;
    background: #656565;
    border: 0;
    color: #fff;
    padding: 3px 12px;
    cursor: pointer;
    margin-bottom: 14px;
}

#zipnote {
    width: 100%;
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}
#zipnote li {
    padding: 6px 1%;
    width: 98%;
    border: 0;
    border-bottom: 1px solid #f3f3f3;
}
#zipnote li label {
text-transform: uppercase;
    font-weight: 900;
    padding-right: 20px;
}

#zipnoteform {margin:0 0 30px 0;}
#zipnoteform textarea {
width: 300px;
    padding: 6px;
    border: 1px solid #ccc;
    height: 100px;
    border-radius: 3px;
}
#zipnoteform input[type=text]{
    width: 150px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px;
}
#zipnoteform input[type=submit]{
    border: 0;
    padding: 6px;
    background: #333;
    color: #fff;
    border-radius: 3px;
}

#headerleft {float:left;}
#headerleft a img {width: 200px;}

#headerright {float:right;}

#breadcrumbs
{
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 0 0%;
    font-family: arial;
    color:#dedede;
}

hr {
    height: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eaeaea;
    margin: 40px 0 10px 0;
}

#welcome {
    margin: 20px 0;
    border-left: 10px solid #333;
    padding-left: 20px;
}

#welcome ul {
margin: 6px 0 0 0;
}

#welcome ul li {
display: inline-block;
text-align: center;
}

#welcome ul li a {
padding: 2px 5px;
width: 44px;
display: inline-block;
}

#welcome ul li a:hover {
background:#333;
color:#fff;
}

#questions {
list-style-type: square;
    margin: 0 0 0 30px;
}

#questions li {
padding: 0 0 0 10px;
}


#questions li a {

}

#map_wrapper {
    height: 210px;
}

#map_canvas {
    width: 100%;
    height: 100%;
    background: url(/map.jpg);
    background-position: center 0;
    background-size: auto 290px;
    background-repeat: no-repeat;
}
