body {
  font-size: 1em; /*scale*/
  margin: 0em auto;
  width: 50em;
  font-family: Arial;
}

h1, h2, h3 {
  display: inline;
  font-size: 1em;
  margin: 0;
}

  #header {
    height: 9em;
    margin-top: .5em;
  }
    #headl {
      width: 12.5em;
      float: left;
      margin: auto;
      }
      #logo {
        background-image: url("../images/littleselectric.jpg");
        background-size: 100%;
        background-repeat: no-repeat;
        float: left;
        height: 6em;
        width: 12.2em;
      }
      #number{
        margin-top: .6em;
        text-align: center;
      }
        a.phone{
          text-decoration: none;
          cursor: default;
          font-size: 1.7em;
          font-weight: 600;
          color: #fb0d11;
        }
    #head-text {
      width: 37.5em;
      height: 8em;
      float: right;
      margin: auto;
      text-align: center;
    }
      div.top {
   
      }
      #ht-top {
        font-size: 2.25em;
        font-weight: bold;
      }
      #ht-main {
        font-size: 1.125em;
        font-weight: bold;
        margin: .5em;
      }
      #ht-bottom {
        font-size: 1.125em;
      }
  
  #main {
    margin-top: 1em;
    width: 50em;
  }
    #main-left {
      float: left;
      width: 12.2em;
    }
      #left-nav {
        background-color: #ceffcd;
        float: left;
        width: 12.2em;
        height: 17.8em;
        margin-bottom: 1em;
        position: relative;
      }
        #left-nav ul {
          list-style: none;
          margin: 0em;
          padding: 0em;
        }
          #left-nav ul li {
            margin: 0em 0em .5em;
          }
            #left-nav ul li a {
              text-decoration: underline;
              color: black;
              font-weight: bold;
              margin: 0em;
            }
        #address {
          text-align: center;
          font-weight: bold;
          width: 12.2em;
          position: absolute;
          bottom: 0em;
        }
        #ssa-badge {
          background-image: url("../images/a-list-ssa.png");
          background-size: 100%;
          background-repeat: no-repeat;
          float: left;
          width: 12.2em;
          height: 4.575em;

        }
    #main-con {
      margin-left: 1em;
      float: right;
      width: 36.8em;
      position: relative;
    }
      #mc-other {
        margin-left: 1em;
      }
        .mco-item {
          float: left;
          width: auto;
          font-weight: bold;
          margin-left: 1em;
          margin-top: 1em;
        }
          .mcoi-right {
            width: 60%;
            float: right;
          }
      #mc-reftext {
        font-size: 1.2em;
        margin-bottom: .8em;
      }
      #mc-ho {
        width: 18.4em;
        float: left;
      }
        .mch-item {
          margin: .5em 0em 0em;
        }
      #mc-pro {
        width: 18.4em;
        position: absolute;
        left: 18.4em;
      }
        .mcp-item {
          margin: .5em 0em 0em;
        }
      #mc-bgimage {
        background-image: url("../images/mike.jpeg");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 9em;
        width: 8.8125em;
        margin: 0em 1em 0em 0em;
        float: left;
      }
      #mc-top {
      }
        #mct-p1 {
          margin-bottom: .5em;
        }
        #mct-p2 {
          margin-bottom: .5em;
        }
      .mcl-bg {
        margin-left: 1em;
      }
        div.mcl-bg span {
          font-weight: bold;
        }
      #mc-list {
        margin-left: -1em;
      }
      #mcl-ul ul {
        padding: 0em;
        margin: 0em;
      }
        .mcl-ul ul li {
          margin: 0em 0em .5em;
        }
    #mc-cen1 {
      margin-bottom: .5em;
    }
    #mc-bottom {
    }
  
  #footer {
    margin-top: 3em;
    float: left;
    width: 100%;
  }
    #footer-main {
      text-align: center;
    }
