    v\:* {behavior:url(#default#VML);}
    html, body {width: 100%; height: 100%}
    body {margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px}
    body {
       font-size:8pt;
       font-family:Tahoma, Verdana, Arial, sans serif;
    }

    #map {
       position:absolute;
       z-index:1;
       top:0px;
       right:0px;
       width: 100%;
       height: 100%;
    }
    #quote {
       position:absolute;
       z-index:2;
       top:0px;
       right:0px;
    }
    #closequote {
       position:absolute;
       z-index:4;
       top:0px;
       right:210px;
    }
    #quote p {
       text-align:center;
       padding:5px;
       margin:5px 220px 0px 220px;
       border:1px solid #8F8F8F;
       font-size:1.5em;
       font-weight:bold;
       background:#CFCFCF;
    }
    #pos {
       position:absolute;
       z-index:3;
       top:610px;
       right:3px;
    }
    #legende {
       position:absolute;
       z-index:99;
       top:165px;
       right:5px;
       width:190px;
       font-weight:bold;
       padding:3px;
       border:1px solid #cccac3;
       background:white;
       box-shadow:2px 2px 2px 2px #e5e2da;
    }
    #close {
       position:absolute;
       z-index:100;
       top:-5px;
       right:-5px;
    }
    #legende_min {
       position:absolute;
       z-index:98;
       top:165px;
       right:5px;
       background:white;
       border:1px solid #cccac3;
       box-shadow:2px 2px 2px 2px #e5e2da;
       padding-top:4px;
    }
    #legende button {
       border-radius:5px;
       -moz-border-radius:5px;
       -webkit-border-radius:5px;
       width:90px;
       height:40px;
       white-space:normal;
       padding-left:4px;
       padding-right:4px;
       margin-right:3px;
       margin-bottom:3px;
       display:block;
    }
    #legende .red {
       background-color:red;
       border-style:outset;
       color:white;
    }
    #legende .green {
       background-color:green;
       border-style:inset;
       color:white;
    }
    #legende .button_right {
       float:right;
       border-left:1px solid #cccac3;
       padding-left:2px;
    }
    #legende .red {
       background-color:red;
       border-style:outset;
       color:white;
    }
    #legende .green {
       background-color:green;
       border-style:inset;
       color:white;
    }
    #legende .light {
       background-color:#1fff1f;
       color:black;
    }
    #legende input[type=checkbox] {
       /* Double-sized Checkboxes */
       -ms-transform: scale(1.5); /* IE */
       -moz-transform: scale(1.5); /* FF */
       -webkit-transform: scale(1.5); /* Safari and Chrome */
       -o-transform: scale(1.5); /* Opera */
    }
    #loadDataSpinner {
    	background: black;
    	color: white;
    	padding: 5px;
       	border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        position: absolute;
        top: -50px;
        left: 0px;
        z-index: 10;
        opacity: 0;
        transition: opacity 500ms ease-in-out;
	}
    #loadDataSpinner.divactive {
        opacity: 1;
	}
	.divCluster {
       height: 100px;
       width: 100px;
       border: 0px;
       background: url('/images/1000.svg') no-repeat center center;
       text-align: center;
       padding: 15px;
       padding-bottom: 20px;
       padding-right: 16px;
       vertical-align: center;
       font-weight:bold;
       font-size:.8em;
    }
    #last_update {
       position:absolute;
       z-index:101;
       top:627px;
       left:0px;
       background:white;
       border:1px solid #cccac3;
       padding:5px;
       font-size:1.2em;
    }
    
    #form {
	    float: left;
	    padding: 5px 20px 5px 20px;
	    margin: 5px 290px 5px 160px;
	    background: white;
	    border-radius: 30px;
    }
    #form #form_city {
       float: right;
       padding: 5px;
       /* border: 1px solid black; */
       width: 150px;
       margin:0px 10px 0px 0px;
    }
    #form #form_city_div {
	    position: absolute;
	    top: 43px;
	    left: 175px;
	    z-index: 10;
	    padding: 10px;
	    border: 1px solid black;
	    width: 150px;
	    background: white;
	    height: 300px;
	    overflow: auto;    
    }
    #form #form_city_div a {
	    display: block;
	    padding:3px;
	    border-bottom:1px dotted #cfcfcf;
    }
	#form #form_street {
       float: right;
       padding: 5px;
       /* border: 1px solid black; */
       width: 150px;
       margin:0px 10px 0px 0px;
    }
    #form #form_street_div {
	    position: absolute;
	    top: 43px;
	    left: 340px;
	    z-index: 11;
	    padding: 10px;
	    border: 1px solid black;
	    width: 150px;
	    line-height: 1.5em;
	    background: white;
	    height: 300px;
	    overflow: auto;
	}
    #form #form_street_div a {
	    display: block;
	    padding:3px;
	    border-bottom:1px dotted #cfcfcf;
    }
	#form #form_state {
       float: right;
       padding: 5px;
       /* border: 1px solid black; */
       width: 150px;
       margin:0px 10px 0px 0px;
    }
    #form #form_state_div {
	    position: absolute;
	    top: 43px;
	    left: 520px;
	    z-index: 11;
	    padding: 10px;
	    border: 1px solid black;
	    width: 150px;
	    line-height: 1.5em;
	    background: white;
	    height: 300px;
	    overflow: auto;
	}
    #form #form_state_div a {
	    display: block;
	    padding:3px;
	    border-bottom:1px dotted #cfcfcf;
    }

    .widget_posts a {
       display: inline;
    }
    
.widget-mylocation-button {
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    display: block;
    width: 29px;
    height: 29px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.16s ease-out;
}
.ripple-container {
    position: relative;
    overflow: hidden;
}

.widget-mylocation-button .widget-mylocation-button-normal {
    background-position: 0 0;
}
.widget-mylocation-button .widget-mylocation-cookieless {
    background-image: url(/templates/img/mylocation-sprite.png);
    background-size: 180px 18px;
}
.widget-mylocation-button-icon-common {
    display: block;
    height: 18px;
    left: 3px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 18px;
}
    
    #commercial {
       /* border:1px solid black; */
       height:365px;
       width: inherit;
       /* position:absolute; */
       bottom:0px;
       margin:20px 0px 20px 0px;
    }
    #commercial a {
       display:block;
       width:220px;
       padding:5px;
       margin:0px 0px 5px 0px;
       text-align:center;
       border-radius: 5px;
       box-shadow: 0 2px 2px rgba(0,0,0,0.3);
       border:1px solid #d4d4d4;
       background:#d97e26;
       color: white;
       font-weight: bold;
	}
	
	.entry-content-2 {
	   margin:0 0 20px 0;
	   background:#f7f7f7;
	   border:1px solid #d2d2d2;
       border-radius:5px;
       box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
	.entry-content-2 .date {
       float:right;
       padding:7px;
    }
    .entry-content-2 .codetext {
       padding:7px;
       color: #222222;
       font-family: 'Oswald';
       font-size: 15px;
       font-weight: normal;
    }
    .entry-content-2 .codetext h1 {
       padding:0px;
       color: #222222;
       font-family: 'Oswald';
       font-size: 15px;
       font-weight: normal;
    }
	.entry-content-2 .break {
       clear:both;
    }    
    .entry-content-2 .text {
       padding:7px;
    }
    h1.entry-title-2 a, h1.entry-title-2 span {
        background: #f7f7f7;
    	padding: 0 20px;
    	color: #222222;
    	text-decoration: none;    
    }
    #main h1.entry-title-2 {
    	background: url('../img/title-striped-bg.png') repeat-x 0 15px;
    	line-height: 40px;
    	margin: 0 0 10px 0;
    	text-align: center;
    	text-transform: uppercase;
    }
	    
#secondary-wrap {
	display: table-cell;
	vertical-align: top;
	width: 260px;
}
#secondary-wrap #banner-wrap {
	background: #242424;
	text-align: center;
}
#secondary-wrap #secondary {
	display: inline-block;
}
#secondary-wrap .widget-area {
	margin: 0;
}