﻿body, html {
    background: none;
    background-color: #9a999a;
    text-align: center;
}
#container {
    background-image: url("./images/concrete.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
#loading {
    width: 970px;
}
#page {
    width: 970px;
    margin: auto;
    text-align: left;
    background-color: #f1f0f1;
}
#bottom {
    min-height: 0px;
    height: auto;
}
#content {
    width: 970px;
}
#header {
    height: 118px;
    background-image: url("./images/header.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}
a.logo {
    overflow: hidden;
    display: block;
    width: 265px;
    height: 42px;
    position: absolute;
    left: 10px;
    top: 25px;
}
a.logo img {
    display: none;
}
#search .top img {
    display: none;
}
#search .bottom {
    display: none;
}
#content .right {
    width: 970px;
}
#content.open .right {
    width: 715px;
    position: relative;
}
#content.open #map_canvas {
    height: 395px;
}
#content.open #map_canvas.tall {
    height: 440px;
}
#mylocation {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}

.btnService, .btnRetail, .btnGo {
    background-repeat: no-repeat;
    background-position: center top;
    font-size: .9em;
    display: inline-block;
    float: left;
    width: 90px;
    height: 17px;
    line-height: 16px;
    background-image: url("./images/btn_service_retail.gif");
    text-align: center;
    cursor: pointer;
    margin-right: 3px;
    margin-top: 1px;
}
.btnRetail, .btnGo {
    margin-right: 0px;
}
.btnGo {
    width: 30px;
    background-image: url("./images/btn_go.gif");
}
#search input.text {
    width: 119px;
    float: left;
}
#search #ecTop input.text {
    width: 271px;
}
#search {
    width: 310px;
    right: 22px;
    top: 65px;
}
#mylocation2 {
    background-image: url("./images/locations_near.gif");
    background-repeat: no-repeat;
    background-position: left center;
    display: none;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 21px;
    padding: 5px 0px 5px 138px;
    font-size: .9em;
}
#mylocation2 a {
    color: #ffffff;
    text-decoration: none;
}
#content.open #legend {
    display: block;
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 715px;
    height: 45px;
    background-image: url("./images/legend.gif");
    background-repeat: no-repeat;
    background-position: left top;
}
#legend.noshow {
    height: 0px;
    overflow: hidden;
}
#legend div {
    display: block;
    height: 45px;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0px;
    z-index: 0;
}
#legend div input {
    position: absolute;
    left: 22px;
    top: 13px;
    z-index: 10;
}
#legend div label {
    font-size: .85em;
    color: #5c5c5c;
    position: absolute;
    right: 0px;
    top: 12px;
    height: 22px;
    display: block;
    float: right;
    overflow: hidden;
    text-indent: -500px;
    z-index: 9;
}
#legend #vioc {
    width: 197px;
    left: 65px;
    background-image: url("./images/check_vioc.gif");
}
#legend #vioc.select {
    background-image: url("./images/check_vioc-select.gif");
}
#legend #vioc label {
    width: 174px;
}
#legend #ec {
    width: 121px;
    left: 273px;
    background-image: url("./images/check_ec.gif");
}
#legend #ec.select {
    background-image: url("./images/check_ec-select.gif");
}
#legend #ec label {
    width: 98px;
}
#legend #other {
    width: 171px;
    left: 401px;
    background-image: url("./images/check_other.gif");
}
#legend #other.select {
    background-image: url("./images/check_other-select.gif");
}
#legend #other label {
    width: 148px;
}
#legend #retail {
    width: 121px;
    left: 573px;
    background-image: url("./images/check_retail.gif");
}
#legend #retail.select {
    background-image: url("./images/check_retail-select.gif");
}
#legend #retail label {
    width: 98px;
}
#bar {
    height: 134px;
    background-image: url("./images/banner_back.gif");
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    color: #000000;
    font-family: Verdana, Arial, Sans-Serif;
}
#bar * {
    font-family: Verdana, Arial, Sans-Serif;
}
#bar a {
    color: #660000;
    font-weight: bold;
}
#bar div {
    padding-top: 10px;
}
#bottom {
    border-top: 1px solid #a7a7a7;
    background: none;
    background-color: #f1f0f1;
    color: #5C5C5C;
    padding: 30px 0px 20px 0px;
}
#bottom .left {
    margin-left: 48px;
    width: 70%;
    float: left;
    font-size: .9em;
    line-height: 17px;
}
#bottom .left a {
    color: #5C5C5C;
    text-decoration: none;
    margin: 0px 7px;
}
#bottom .left a.noleftmargin {
    margin-left: 0px;
}
#bottom .left a:hover {
    color: #b6170f;
}
#bottom .right {
    width: 20%;
    float: right;
}
#bottom .right #logos {
    display: block;
    overflow: hidden;
    text-indent: -300px;
    width: 182px;
    height: 43px;
    background-image: url("./images/footer-logos.png");
}
#lmczo {
    z-index: 2 !important;
}