body {
    padding: 0;
    font-family: Verdana, Charcoal, sans-serif;
    
}
h1,
h2 {
  text-transform: uppercase;
}
h2 {
    font-family: Verdana, Charcoal, sans-serif;
    margin-bottom: 27px;
}
h4 {
  margin: 0 0 18px 0;
}
p {
  margin-bottom: 0px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #141414;
    font-size: 20px;
    font-family: Verdana, Charcoal, sans-serif;
}

li {
    float: left;
}

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 20px;
        font-family: Verdana, Charcoal, sans-serif;
    }

li a:hover {
    background-color: #1C2833;
}

header {
  border-style: none;
    border-color: inherit;
    border-width: medium;
    background-position: 0 0;
    background-color: #141414;
    background-repeat: repeat-x;

    padding: 0;
    z-index: 999;
}
body {
    
}

footer {
    border: none;
    background: none;
    padding: 46px 0 40px 0;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: url(images/tail-bottom.gif);
}

td {
     font-family: 'Anton', sans-serif;
}

.title {
    font-family: Verdana, Charcoal, sans-serif;
    font-weight: bold;
    color: #2c2c2c;
    font-size: 25px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.tit {
  font-family: 'Anton', sans-serif; font-weight:bold;
  color: #2c2c2c;
  font-size: 25px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

  .service-box_body {

    padding: 5px 8px 8px 8px;
    background: none;

    text-align: left;
    background-color: #ffffff;
  }

  .service-box_txt {

  padding: 5px 5px 5px 5px;
    font: normal 14px/21px Arial, Helvetica, sans-serif;
    font-size:14px;
    color: #6b6b6b;


}
.service-box.alt {
  margin-top: -20px;
}

.service-box {
  padding: 0 0 27px 0;
  background: none;
  width: 100%;
  background-repeat: no-repeat;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.service-boxw {
  padding: 0 0 27px 0;
  background: none;
  width: 100%;
  background-repeat: no-repeat;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.BM {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #6b6b6b;
    text-decoration: none;
    font-size: 22px;
    font-family: Verdana, Charcoal, sans-serif;
}
/* provide some minimal visual accomodation for IE8 and below */
.TFtable {
    width: 100%;
    border-collapse: collapse;
}

    .TFtable td {
        padding: 7px;
        border: #707070 1px solid;
    }
    /* provide some minimal visual accomodation for IE8 and below */
    .TFtable tr {
        background: #b8d1f3;
    }
        /*  Define the background color for all the ODD background rows  */
        .TFtable tr:nth-child(odd) {
            background: #e0e0e0;
        }
        /*  Define the background color for all the EVEN background rows  */
        .TFtable tr:nth-child(even) {
            background: #ffffff;
        }
