
/********************/
/*  GLOBAL STYLE    */
/********************/

body {
  padding: 0;
  margin: 0;
  background: #ffffff;
  color: #444444;
  font: 13px 'Open Sans', Arial, Verdana, Sans-serif;
  line-height: 21px;
}

a, a:link, a:visited {
  color: #004590;
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }

p {
  margin: 20px 0;
}

  p.top {
    margin: 0 0 20px 0;
  }

  p.bottom {
    margin: 20px 0 0 0;
  }

ul {
  margin: 0;
  padding-left: 0;
  line-height: 21px;
  list-style-type: none;
}

  ul.related li a {
    text-transform: capitalize;
  }

ul.ds-list {
  margin: 20px 0;
  font-size: 12px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

hr {
  display: block;
  padding: 0;
  margin: 20px 0;
  border: 0;
  height: 1px;
  color: #cccccc;
  background-color: #cccccc;
}

form {
  padding: 0;
  margin: 0;
}

h1 {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  line-height: 28px;
}

  #content-middle h1 {
    margin: -3px 0 20px 0;
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
  }

    #content-middle .question h1 {
      font-size: 22px;
      line-height: 28px;
    }

h2 {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  line-height: 22px;
}

  #content-middle h2 {
    font-size: 18px;
    line-height: 22px;
  }

  #content-right h2 {
    margin-bottom: 20px;
  }

h3 {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  color: #222222;
  line-height: 17px;
}

  #sidebar-left h3 {
    padding: 0 0 2px 0;
    border-bottom: 1px solid #cccccc;
  }

.small {
  font-size: 11px;
  line-height: 15px;
}

.large {
  font-size: 16px;
  line-height: 20px;
}

.larger {
  font-size: 18px;
  line-height: 22px;
}

  .larger b {
    font-weight: 600;
  }

.title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
}

.gray {
  color: #808080;
}

.dgray {
  color: #444444;
}

.red {
  color: #cc0000;
}

.orange {
  color: #ff6600;
}

.info {
  color: #808080;
  line-height: 20px;
}

.heading {
  padding: 0 10px;
  border: 0;
  background: #ebebeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 15px;
  color: #222222;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}

  .heading b {
    font-weight: 600;
  }

  .heading a {
    float: right;
    padding: 0 8px;
    margin: 7px 0;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #666666;
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    height: 22px;
    line-height: 20px;
  }

    .heading a:hover {
      background: #444444;
      text-decoration: none;
    }

.more-link {
  padding: 0;
  margin: 20px 0;
  text-align: right;
}

  .more-link a {
    display: inline-block;
    padding: 0 8px;
    margin: 0;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #666666;
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    height: 28px;
    line-height: 26px;
  }

    .more-link a:hover {
      background: #444444;
      text-decoration: none;
    }

.check {
  padding: 4px 0 0 32px;
  margin: 0 0 20px 0;
  border: 0;
  background: url('../images/lock.png') no-repeat left top;
  color: #222222;
  font-size: 13px;
  height: 25px;
  line-height: 17px;
}

.success {
  padding: 4px 0 0 32px;
  margin: 0 0 20px 0;
  border: 0;
  background: url('../images/check.png') no-repeat left top;
  color: #008000;
  font-size: 13px;
  height: 25px;
  line-height: 17px;
}

.alert {
  padding: 4px 0 0 32px;
  margin: 0 0 20px 0;
  border: 0;
  background: url('../images/alert.png') no-repeat left top;
  color: #cc0000;
  font-size: 13px;
  height: 25px;
  line-height: 17px;
}

.selected {
  padding: 10px;
  border: 1px solid #d4d4d4;
  background: #f4f4f4;
}

/********************/
/*  HEADER          */
/********************/

#header {
  position: fixed;
  left: 0px;
  top: 0px;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  background: #ebebeb;
  width: 100%;
  z-index: 9999;
}

  #logo {
    float: left;
    padding: 0;
    margin: 0;
    width: 140px;
  }

  #search {
    float: left;
    padding: 6px 0;
    margin: 0;
    width: 40%;
    overflow: hidden;
  }

    #search .txt {
      float: left;
      padding: 0;
      margin: 0;
      border: 1px solid #aaaaaa;
      border-radius: 3px;
      -moz-border-radius: 3px;
      width: 70%;
      height: 32px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      text-indent: 10px;
      font-size: 15px;
    }

      #search .txt:focus {
        border: 1px solid #2e5a87;
      }

    #search .sbutton {
      float: left;
      padding: 0;
      margin: 0 0 0 5px;
      border: 1px solid #2e5a87;
      border-radius: 3px;
      -moz-border-radius: 3px;
      background: #2e5a87;
      font-size: 16px;
      font-family: 'Open Sans', Arial, sans-serif;
      font-weight: 600;
      color: #ffffff;
      text-align: center;
      width: 16%;
      min-width: 70px;
      height: 32px;
      line-height: 30px;
      cursor: pointer;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-appearance: none;
    }

      #search .sbutton:hover {
        background: #004590;
        border: 1px solid #004590;
      }

      #search .sbutton::-moz-focus-inner {
        border: none;
      }

  #minfo {
    float: right;
    padding: 11px 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
  }

    #minfo span.uloc {
      display: inline-block;
      padding-left: 20px;
      margin-left: 15px;
      background: url('../images/map-pin.png') no-repeat left center;
    }

/********************/
/*  BREADCRUMB      */
/********************/

#breadcrumb {
  padding: 0;
  margin: -12px 0 18px 0;
  font-size: 12px;
  color: #808080;
  line-height: 16px;
}

    #breadcrumb .wrapper div {
      display: inline-block;
    }

/********************/
/*  CONTENT         */
/********************/

.wrapper {
  padding: 0 5%;
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
}

#content {
  padding: 0;
  margin: 90px 0 40px 0;
}

  #content-left {
    float: left;
    padding: 0;
    margin: 0 10% 0 0;
    width: 70%;
  }

  #content-right {
    float: left;
    padding: 0;
    margin: 0;
    width: 20%;
  }

  #sidebar-left {
    float: left;
    padding: 0;
    margin: 0;
    width: 16%;
  }

  #content-middle {
    float: left;
    padding: 0;
    margin: 0 5%;
    width: 54%;
    font-size: 14px;
    line-height: 22px;
  }

    #content-middle ul li {
      padding-left: 15px;
      background: url('../images/bullet.png') no-repeat left 8px;
    }

.details div {
  padding: 0;
  margin: 0 0 0 170px;
  border: 0;
}

  .details label {
    display: inline-block;
    padding: 0;
    width: 80px;
  }

  .details img {
    float: left;
  }

/********************/
/*  HOME QUESTIONS  */
/********************/

p.top.home {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #dddddd;
}

.iwrap {
  padding: 0 0 30px 0;
  margin: 20px 0 30px 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  overflow: hidden;
}

  .iwrap ul {
    float: left;
    padding-left: 0;
    width: 42%;
    list-style-type: none;
  }

    .iwrap ul li {
      padding: 0;
      margin: 0 0 10px 0;
      font-size: 13px;
      font-weight: 600;
      text-transform: capitalize;
      line-height: 17px;
    }

      .iwrap ul li a.title {
        font-size: 13px;
        line-height: 17px;
      }

      #content-middle .iwrap ul li.more {
        list-style-type: none;
        margin: 20px 0 0 0;
        background: none;
        font-size: 12px;
        font-weight: 400;
        text-align: right;
      }

        .iwrap ul li.more a {
          display: inline-block;
          padding: 0 8px;
          margin: 0;
          border: 0;
          border-radius: 3px;
          -moz-border-radius: 3px;
          background: #666666;
          font-size: 12px;
          font-family: 'Open Sans', Arial, sans-serif;
          font-weight: 600;
          color: #ffffff;
          text-decoration: none;
          text-indent: 0;
          height: 28px;
          line-height: 26px;
          text-transform: none;
        }

          .iwrap ul li.more a:hover {
            background: #444444;
            text-decoration: none;
          }

.hp-item {
  float: left;
  padding: 0;
  margin: 0 6% 0 0;
  border: 0;
  width: 52%;
}

  .hp-item p {
    padding: 0;
    margin: 0;
  }

  .hp-item a.title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
  }

    .hp-item p span {
      display: block;
      margin: 5px 0 0 0;
    }

  .hp-item span.info {
    display: block;
    padding: 0 20px 0 0;
    margin: 10px 0 0 0;
    font-size: 11px;
    line-height: 15px;
  }

/********************/
/*  HOME TOPICS     */
/********************/

ul.topics {
  padding: 0;
  margin: 20px 0 0 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

  ul.topics li {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 23px;
  }

/********************/
/*  SIDEBAR         */
/********************/

#sidebar-left .mid {
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
}

  #sidebar-left .mid form select {
    padding: 3px;
    margin: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    height: 28px;
    vertical-align: top;
  }

  #sidebar-left .mid form .sbutton {
    padding: 0;
    margin: 0 0 0 2px;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #2e5a87;
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    vertical-align: top;
    -webkit-appearance: none;
  }

    #sidebar-left .mid form .sbutton:hover {
      background: #004590;
    }

    #sidebar-left .mid form .sbutton::-moz-focus-inner {
      border: none;
    }

  #sidebar-left .mid p.boxes {
    margin: 8px 0 0 0;
    font-size: 12px;
    line-height: 1.0em;
  }

    #sidebar-left .mid p.boxes * {
      vertical-align: middle;
    }

    #sidebar-left .mid p.boxes .cbox {
      padding: 0;
      margin: 0 5px 0 0;
      width: 1em;
    }

    #sidebar-left p.member-box {
      margin: 0;
      font-size: 13px;
      color: #222222;
      line-height: 19px;
      overflow: hidden;
    }

      #sidebar-left p.member-box b {
        font-weight: 600;
      }

      #sidebar-left p.member-box img {
        margin: 0 0 3px 0;
      }

    #sidebar-left hr {
      margin: 10px 0;
    }

#social {
  margin: 0 0 20px 0;
}

  #social div {
    display: inline-block;
  }

  #social div.sfb {
    margin-right: 5px;
  }

.box {
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
  background: #ffffff;
}

  .box.aq {
    padding: 15px;
    border: 0;
    background: #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
  }

  .box form p {
    margin: 10px 0 0 0;
  }

    .box form p.heading {
      padding: 0;
      margin: 0;
      font-size: 12px;
      font-weight: 600;
      color: #222222;
      height: auto;
      line-height: 17px;
    }

    .box form p textarea {
      padding: 5px 2%;
      margin: 0;
      border: 1px solid #cccccc;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
    }

      .box form p textarea:focus {
        border: 1px solid #004590;
      }

    form p .ab {
      padding: 0 8px;
      margin: 0;
      border: 0;
      border-radius: 3px;
      -moz-border-radius: 3px;
      background: #2e5a87;
      font-size: 13px;
      font-family: 'Open Sans', Arial, sans-serif;
      font-weight: 600;
      color: #ffffff;
      height: 28px;
      line-height: 28px;
      cursor: pointer;
      -webkit-appearance: none;
    }

      form p .ab:hover {
        background: #004590;
      }

      form p .ab::-moz-focus-inner {
        border: none;
      }

  .box ul li {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 23px;
  }

    .box ul li a {
      color: #222222;
    }

      .box ul li a:hover {
        color: #004590;
      }

  #cform {
    padding: 13px 15px 15px 15px;
    border: 1px solid #dddddd;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
  }

    #cform h2 {
      line-height: 20px;
    }

    #cform hr {
      margin: 15px 0;
      color: #dddddd;
      background-color: #dddddd;
    }

    #cform p {
      margin: 10px 0;
      line-height: 17px;
    }

      #cform p.bottom {
        margin: 10px 0 0 0;
      }

      #cform p b {
        font-weight: 600;
        color: #333333;
      }

    #cform form label {
      float: none;
      display: block;
      margin: 0 0 2px 0;
      font-size: 12px;
      font-weight: 600;
      color: #333333;
      height: 16px;
      line-height: 16px;
    }

    #cform form .txt {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
    }

/********************/
/*  TABLES          */
/********************/

table {
  margin: 0;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

td {
  padding: 6px;
  margin: 0;
  border: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
}

td.head {
  padding: 4px 6px;
  background: #f0f0f0;
  font-weight: 700;
}

td.mbr {
  padding-right: 50px;
}

/********************/
/*  ITEMS           */
/********************/

.item {
  padding: 0 0 20px 0;
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}

  #content-right .item {
    padding: 0 0 10px 0;
    margin: 10px 0;
  }

  .item .title span,
  .item .details span {
    font-weight: 600;
    color: #222222;
  }

    .item .title:hover span {
      color: #222222;
    }

  .item .info {
    display: inline-block;
    margin: 6px 0 0 0;
    font-size: 12px;
    line-height: 16px;
  }

  .item .details {
    display: inline-block;
    margin: 6px 0 0 0;
    font-size: 14px;
    color: #444444;
    line-height: 22px;
  }

  .item img {
    float: left;
    margin: 3px 0 0 0;
  }

  .item div {
    padding: 0;
    margin: 0 0 0 90px;
    border: 0;
  }

  .item ul {
    margin: 15px 20px;
  }

  .item ol {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .item span.mbr-info {
    float: left;
    margin: 7px 0 0 20px;
    line-height: 19px;
  }

    #content-right .item img {
      margin: 0;
    }

    #content-right .item div {
      margin: -6px 0 0 60px;
    }

    #content-right .item span.mbr-info {
      margin: 0 0 0 10px;
      font-size: 12px;
      line-height: 16px;
      white-space: nowrap;
    }

      #content-right .item span.mbr-info .title {
        font-size: 13px;
        line-height: 18px;
      }

.wiki_article ul,
.wiki_article ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

/********************/
/*  FORMS           */
/********************/

form {
  padding: 0;
  margin: 0;
}

form button {
  -webkit-appearance: none;
}

form .button {
  padding: 0 12px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #2e5a87;
  font-size: 13px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
}

  form .button:hover {
    background: #004590;
  }

  form .button::-moz-focus-inner {
    border: none;
  }

form .sbutton {
  padding: 0 6px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #2e5a87;
  font-size: 13px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
}

  form .sbutton:hover {
    background: #004590;
  }

  form .sbutton::-moz-focus-inner {
    border: none;
  }

form div {
  display: block;
  padding: 6px 0;
  margin: 0;
  border: 0;
  width: 100%;
  overflow: hidden;
}

  form div div {
    display: inline;
    clear: none;
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
  }

  form div div table {
    padding: 0;
    margin: 0;
    border: 0;
  }

  form div div td {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
  }

form label {
  float: left;
  padding: 0;
  width: 160px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  overflow: hidden;
  font-weight: 600;
}

  form label.sm {
    width: 80px;
  }

  form label span {
    color: #cc0000;
  }

form input,
form textarea {
  padding: 5px;
  margin: 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 13px Arial, Verdana, Sans-serif;
}

form select {
  padding: 5px;
  margin: 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  height: 28px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 13px Arial, Verdana, Sans-serif;
}

  form input:focus,
  form textarea:focus,
  form select:focus {
    border: 1px solid #004590;
  }

form .ifx {
  width: 65%;
}

form .ifile {
  padding: 0;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  width: auto;
}

form .txt {
  width: 60%;
}

form .mtxt {
  width: 47%;
}

form .txt2 {
  width: 40%;
}

form .text-xs {
  width: 120px;
}

form .text-sm {
  width: 32%;
}

form .textarea-sm {
  width: 32%;
}

form .text-md {
  width: 47%;
}

form .textarea-md {
  width: 47%;
}

form .select-md {
  width: 47%;
}

form .text-lg {
  width: 60%;
}

form .textarea-lg {
  width: 60%;
}

form .select-lg {
  width: 60%;
}

form .atxt {
  width: 65%;
}

form .rdo {
  border: 1px solid #6699cc;
}

.cal_img { cursor: pointer;
}

form .checkbox {
  margin: 8px 0 0 0;
}

form .boxes {
  vertical-align: middle;
}

  form .boxes * {
    vertical-align: middle;
  }

  form .cbox {
    padding: 0;
    margin: 0 5px 0 0;
    width: 1.0em;
    height: 1.0em;
  }

form .help {
  margin-left: 5px;
  font-size: 11px;
  color: #808080;
  line-height: 15px;
}

form .thelp {
  margin-left: 5px;
  font-size: 11px;
  color: #808080;
  vertical-align: top;
  line-height: 15px;
}

form .bhelp {
  display: block;
  clear: both;
  padding: 0;
  margin: 5px 0 0 160px;
  font-size: 11px;
  color: #808080;
  line-height: 15px;
}

form .sm_help {
  float: left;
  display: block;
  clear: both;
  padding: 0;
  margin: 5px 0 0 80px;
  font-size: 11px;
  color: #808080;
  line-height: 15px;
}

a.edit {
  display: inline-block;
  padding: 0 8px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #666666;
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

  a.edit:hover {
    background: #444444;
    text-decoration: none;
  }

a.sjbutton {
  display: inline-block;
  padding: 0 16px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #2e5a87;
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

  a.sjbutton:hover {
    background: #004590;
  }

/********************/
/*  REL QUESTIONS   */
/********************/

form #rQuestions {
  display: none;
  padding: 10px;
  margin: 10px 0 10px 160px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ebebeb;
  width: 60%;
  font-size: 12px;
}

  #rQuestions img {
    float: left;
    margin: 0 6px 0 0;
  }

  #rQuestions span {
    float: left;
    font-weight: 600;
    color: #ff6600;
    line-height: 16px;
  }

  #rQuestions p {
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    color: #222222;
  }

    #rQuestions p img {
      float: right;
      margin: 0;
      cursor: pointer;
    }

  #rQuestions ul li {
    margin: 0 0 6px 0;
    line-height: 16px;
  }

/********************/
/*  PAGE LINKS      */
/********************/

.plinks {
  padding: 0;
  margin: 20px 0 0 0;
  border: 0;
  width: 100%;
  overflow: hidden;
}

  .plinks a {
    display: inline-block;
    padding: 0 8px;
    margin: 0 0 0 20px;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #666666;
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    text-indent: 0;
    height: 28px;
    line-height: 26px;
  }

    .plinks a:hover {
      background: #444444;
      text-decoration: none;
    }

  .plinks span {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 28px;
    line-height: 28px;
  }

    .plinks span.cur {
      font-weight: 700;
    }

    .plinks span.off {
      color: #aaaaaa;
    }

    .plinks span.txt {
      border: 0;
    }

/********************/
/*  FOOTER          */
/********************/

#footer {
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid #333333;
  background: #444444;
  color: #dddddd;
  font-size: 12px;
  line-height: 16px;
}

  #footer p.top {
    margin: 0 0 10px 0;
  }

  #footer hr {
    color: #aaaaaa;
    background-color: #dddddd;
  }

  #footer a {
    color: #aaaaaa;
  }

    #footer a:hover {
      color: #dddddd;
    }

  #footer ul {
    padding: 0;
    margin: 0;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }

    #footer ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      line-height: 18px;
    }

/**********************************************/
/*  BANNER BOX STYLE                          */
/**********************************************/

#bc-box { font: 11px Verdana, Arial, sans-serif;
}
#bc-box img { margin-bottom: 5px;
}
#bc-box .txt { padding: 3px; margin: 5px 0; width: 117px; border: 1px solid #b4b4b4;
}
#bc-box .btn { margin: 10px 0 0 0;
}
#bc-box span.boxes { vertical-align: middle; font-size: 100%; overflow: hidden;
}
#bc-box span.boxes * { vertical-align: middle;
}
#bc-box span.boxes .cbox { padding: 0; margin: 0 5px 0 0; width: 1em; font-size: 16px;
}
#bc-box p { padding: 0 0 0 20px; margin: 10px 0 0 0; font-weight: bold; height: 15px;
}
#bc-box p img { margin-bottom: 0;
}
#bc-box form p { padding: 0; margin: 10px 0 0 0; font-weight: normal; height: auto;
}
#bc-box hr { margin-bottom: 0;
}
#bc-box ul { padding-left: 15px; margin: 10px 0 0 20px;
}

/********************/
/*  LAWYER PAGES    */
/********************/

div.premier {
  padding: 20px;
  margin: 20px 0 0 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #f0f0f0;
  overflow: hidden;
}

  div.premier img {
    float: left;
  }

  div.premier div {
    margin-left: 95px;
  }

div.standard {
  padding: 20px;
  margin: 29px 0 0 0;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background: #fafafa;
  overflow: hidden;
}

/********************/
/*  BOOK PAGE       */
/********************/

div.wrap { padding: 0; margin: 5px 0 20px 0; border: 0; width: 678px; overflow: hidden;
}
div.book-left { float: left; width: 270px;
}
div.book-right { float: left; width: 408px;
}
div.book-right h1 { padding: 0; margin: 0; border: 0; border-bottom: 0; font-size: 20px; font-weight: bold; color: #000000;
}
div.book-right p { margin: 10px 0;
}
div.book-right p.buy { padding: 20px 0 0 0; margin: 20px 0 0 0; border-top: 1px dashed #aaaaaa;
}
div.book-right p.price { font-size: 16px; font-weight: bold; color: #990000;
}
h2.book { padding: 0 0 2px 0; margin: 0 0 15px 0; border: 0; border-bottom: 1px solid #c0c0c0; font-size: 16px; font-weight: bold; color: #cc6600;
}

div.author-image { float: left; width: 115px;
}
div.author-image img { width: 100px; height: 100px;
}
div.author-bio { float: left; width: 563px;
}
div.author-bio p { margin: 0 0 15px 0;
}

p.bgray { color: #303030;
}

ul.book li { color: #000000;
}
ul.book li span { color: #303030;
}

div.order-left { float: left; width: 528px;
}
div.order-right { float: left; width: 150px; text-align: right;
}

/********************/
/*  CHANGE STATE    */
/********************/

#cs-form {
  position: absolute;
  display: none;
  padding: 10px;
  border: 1px solid #004590;
  background: #ffffff;
  width: 218px;
  height: 28px;
  z-index: 99999;
}

  #cs-form select {
    width: 144px;
    margin-right: 6px;
  }

  #cs-form form .sbutton {
    width: 68px;
  }

/********************/
/*  SEARCH SUGGEST  */
/********************/

#suggest {
  position: absolute;
  display: none;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: 0;
  background: #ffffff;
  width: 358px;
  z-index: 99999;
}

  #suggest a {
    display: block;
    padding: 0;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    font-size: 15px;
    color: #222222;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

    #suggest a:hover {
      background: #ebebeb;
      text-decoration: none;
    }

/********************/
/*  MOBILE          */
/********************/

@media (max-width: 768px) {

  body {
    text-size-adjust: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  .wrapper {
    padding: 0 10px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #breadcrumb {
    margin: 10px;
    font-size: 11px;
  }

  #header {
    position: static;
    left: auto;
    top: auto;
    padding: 20px 0 15px;
  }

  #logo {
    width: 80px;
  }

    #logo img {
      width: 74px;
      height: 24px;
    }

  #search {
    padding: 0;
    width: 380px;
  }

    #search .txt {
      padding: 0 5px;
      margin: 0;
      width: 325px;
      height: 24px;
    }

    #search .sbutton {
      width: 50px;
      min-width: 50px;
      font-size: 12px;
      height: 24px;
      line-height: 22px;
    }

  #minfo {
    float: none;
    display: block;
    clear: left;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
  }

  #content {
    padding: 0;
    margin: 0 0 20px 0;
  }

    #content .wrapper {
      padding: 0;
    }

  #content-left {
    float: none;
    margin: 0;
    width: 100%;
  }

  #content-right {
    float: none;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

    #social {
      display: none;
    }

  #sidebar-left {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }

    .box {
      margin: 0;
    }

    .box.aq {
      padding: 20px 15px;
      border-radius: 0;
      -moz-border-radius: 0;
    }

    #sidebar-left h2 {
      padding: 0 10px;
      margin: 1px 0;
      font-size: 13px;
      font-weight: 600;
      background: #676767 url('../images/mobile-h2-bg.png') no-repeat right top;
      color: #ffffff;
      height: 30px;
      line-height: 30px;
      cursor: pointer;
    }

      #sidebar-left h2.on {
        background-position: right -30px;
      }

      #sidebar-left ul {
        padding: 10px;
        background: #ebebeb;
      }

      #sidebar-left .box {
        height: 32px;
        overflow: hidden;
      }

        #sidebar-left .box ul li a {
          display: block;
          color: #222222;
          line-height: 25px;
        }

      #sidebar-left .mid {
        padding: 0;
        margin: 0;
        height: 32px;
        overflow: hidden;
      }

        #sidebar-left .mid form {
          margin: 20px 10px;
        }

      #sidebar-left .mid.mbox {
        padding: 10px;
        height: auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

  #content-middle {
    float: none;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

    #content-middle h1 {
      margin: 0 0 10px 0;
      font-size: 20px;
      line-height: 24px;
    }

    #content-middle p.top {
      margin: 0 0 10px 0;
      font-size: 1.0em;
    }

    #content-middle h2,
    #content-right h2 {
      padding: 0 10px;
      margin: 20px 0;
      font-size: 13px;
      font-weight: 600;
      background: #2e5a87;
      color: #ffffff;
      height: 30px;
      line-height: 30px;
    }

    .hp-item {
      float: none;
      margin: 0 0 10px 0;
      width: auto;
    }

      .hp-item p {
        font-size: 12px;
        line-height: 18px;
      }

      .hp-item span.info {
        margin: 5px 0 0 0;
      }

  p.top.home {
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 0;
  }

  .iwrap {
    padding: 0;
    margin: 20px 0;
    border-bottom: 0;
  }

    .iwrap ul {
      float: none;
      margin: 0 0 10px 0;
      width: auto;
    }

    #content-middle ul {
      margin: 20px 0;
    }

      #content-middle ul li {
        padding-left: 0;
        background: none;
      }

      #content-middle .iwrap ul li.more {
        text-align: center;
      }

    #content-middle .item .mbr-image {
      float: left;
      width: 50px;
      height: 50px;
    }

    #content-middle .item span.mbr-info {
      margin: 0 0 0 10px;
    }

    #content-right .item {
      padding: 0;
      margin: 20px 0 0 0;
      border-bottom: 0;
    }

  .more-link {
    text-align: center;
  }

  form label {
    float: none;
    display: block;
    padding: 0;
    margin: 0 0 5px 0;
    width: 100%;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    font-weight: 600;
  }

  form .bhelp {
    margin: 5px 0 0 0;
  }

  form #rQuestions {
    margin: 10px 0 10px 0;
    width: 100%;
  }

  form input,
  form textarea {
    font-size: 20px;
    -webkit-appearance: none;
    height: auto;
  }

  form select {
    font-size: 20px;
    height: auto;
  }

  form .txt {
    width: 100%;
    height: auto;
  }

  form .txt2,
  form .aw {
    width: 60%;
    height: auto;
  }

  #footer {
    padding: 20px 0;
    font-size: 11px;
    line-height: 15px;
  }

}

@media (max-width: 320px) {

  #search {
    width: 220px;
  }

    #search .txt {
      width: 165px;
    }

  form .txt2,
  form .aw {
    width: 100%;
  }

}

