html {
  background-color: #014286;
  font-family: verdana, sans-serif;
  font-size: 12px;
  }

.off {
  overflow: hidden;
  position: relative;
  top: -99999px;
  }

a, a:hover, a:active, a:focus { outline: none; }
strong, b { font-weight: bold; }
em, i     { font-style: italic; }
.there-name { font-style: italic; }
.pane-title { display: none; }
.clear  { clear: both; }

#wrapper {
  background-color: #ebebeb;
  width: 100%;
  }
#wrapper-homepage {
  background-image: url(/info/sites/all/themes/there/images/bg-homepage.jpg);
  background-repeat:no-repeat;
  width: 1100px;
  height: 674px;
  margin-left: auto;
  margin-right: auto;
  }
  #header-links {
    overflow: auto;
    padding: 20px 200px;
    text-align: right;
    font-weight: bold;
    width: 380px;
    }

      #header-links ul {
        float: right;
        text-align: left;
        padding: 20px;
        }
        #header-links a {
          color: #000000;
          text-decoration: none;
          }
        #header-links a:hover {
          text-decoration: underline;
          }

  #thereLogo  {
    background-image:url(/info/sites/all/themes/there/images/thereLogo.png);
    display:block;
    float:left;
    height:34px;
    width:295px;
    margin:10px;
}

  #content {
    margin: 0 auto;
    width: 496px;
    padding-bottom: 50px;
    }
  #content-livehelp {
    margin: 0 auto;
    width: 620px;
    padding-bottom: 50px;
    font-size: 11px;
    }
  .cluster-status {
    background: #cacdbf url(../images/cluster-status-bg.png) repeat-x scroll top center;
    padding: 20px 10px;
    }
    .cluster-status-headline {
      color: #ff8d3b;
      font-size: 18px;
      padding-bottom: 35px;
      }
      .cluster-status-headline span {
        font-weight: bold;
        text-transform: uppercase;
        }
    .cluster-status-text {
      font-size;
      }

  .news-list-area {
    background-color: white;
    border-top: 2px solid #4b5de7;
    }
    .news-list-group {
      background: #4b5de7 url(../images/news-list-bl.png) no-repeat scroll bottom left;
      color: white;
      font-size: 14px;
      font-weight: bold;
      left: 10px;
      position: relative;
      width: 170px;
      }
      .news-list-group span {
        background: transparent url(../images/news-list-br.png) no-repeat scroll bottom right;
        display: block;
        padding: 3px 10px 5px;
        }
    .news-list {
      font-size: 12px;
      margin: 0 auto;
      padding: 5px 0;
      width: 470px;
      }
      .news-list a {
        color: black;
        text-decoration: none;
        }
      .news-list a:hover {
        text-decoration: underline;
        }
      .news-list .item-list {
        overflow: auto;
        width: 100%;
        }
        .news-item-link {
          clear: left;
          float: left;
          margin: 6px 0;
          }
        .news-item-date {
          clear: right;
          float: right;
          margin: 6px 0;
          }
  .info-box-wrapper { /* IE6 and 7 can't deal with the margin on info-box */
    margin: 0 auto;
    overflow: visible;
    padding: 10px 0;
    width: 476px; /* 496- 20 */
    }
    #content-livehelp .info-box-wrapper {
      width: 600px; /* 620- 20 */
      }
    .info-box {
      background-image: url(../images/info-bg-repeat.png);
      background-repeat: repeat-x;
      height: auto!important;
      height: 123px;
      min-height: 123px;
      overflow: visible;
      position: relative;
      }
      .info-box-left, .info-box-right {
        background-repeat: no-repeat;
        display: block;
        height: auto!important;
        height: 123px;
        min-height: 123px;
        overflow: visible;
        position: absolute;
        width: 10px;
        }
    .info-box-left {
      background-image: url(../images/info-bg-left.png);
      left: 0;
      margin-left: -10px;
      }
    .info-box-right {
      background-image: url(../images/info-bg-right.png);
      margin-right: -10px;
      right: 0;
      }
    .info-box-img {
      display: inline;
      float: right;
      margin: -10px 25px 0 0;
      }
    .info-headline {
      color: white;
      font-size: 18px;
      font-weight: bold;
      margin-right: 5px;
      padding: 14px 0 10px 5px;
      }
    .info-text {
      line-height: 1.5em;
      padding-left: 7px;
      }
      .info-text p {
        padding-bottom: 10px;
        }

    .faqs {
      border-top: 2px solid #d2d2d2;
      margin: 0 auto;
      position: relative;
      width: 495px;
      }
    #content-livehelp .faqs {
      width: 610px; /* 620 - (5*2) */
      }
      .faq {
        border-bottom: 2px solid #d2d2d2;
        }
        .faq p, .faq ul, .faq ol {
          margin: .75em 0;
          }
          .faq li {
            margin: .25em 0 .25em 1.25em;
            }
          .faq ul li {
            list-style-type: disc;
            }
          .faq ol li {
            list-style-type: decimal;
            }
        .question {
          background: #ebebeb url(../images/faq-plus.png) no-repeat scroll center left;
          color: #4b5ce6;
          font-size: 16px;
          font-weight: bold;
          margin: 0 auto;
          padding: 16px 0 16px 26px;
          width: 436px;/* 496 - (30*2) */
          }
          .question:hover {
            cursor: pointer;
            }
        #content-livehelp .question {
          background-image: url(../images/faq-disabled.png);
          color: #8791e0;
          }
          #content-livehelp .question:hover {
            cursor: default;
            }
        #content-livehelp .clickable {
          background-image: url(../images/faq-plus.png);
          color: #4b5ce6;
          }
          #content-livehelp .clickable:hover {
            cursor: pointer;
            }
        #content-livehelp .question {
          width: 560px;/* 620 - (30*2) */
          }
        .answer {
          display: none;
          line-height: 1.5em;
          margin: 0 auto;
          overflow: auto;
          padding-bottom: 16px;
          width: 386px; /* 496 - (55*2) */
          }
        #content-livehelp .answer {
          width: 510px; /* 620 - (55*2) */
          }
          .answer-text {
            display: inline;
            float: left;
            }
          .imagefield-field_qa_image {
            display: inline;
            float: right;
            padding: 0 0 10px 10px;
            }
      .faqs .active {
        background: white url(../images/faq-bg-top.png) repeat-x scroll top center;
        }
        .active .question,
        #content-livehelp .active .clickable {
          background: transparent url(../images/faq-minus.png) no-repeat scroll center left;
          color: #5bade6;
          }
        .active .answer {
          display: block;
          }

  #sendchatlog-wrapper {
    display: none;
    }
    .sendchatlog-header-wrapper {
      background-color: #375f92;
      color: black;
      }
      .sendchatlog-header {
        font-size: 12px;
        line-height: 1.5em;
        margin: 0 auto;
        padding: 16px 0;
        width: 400px;
        }
        .sendchatlog-header h3 {
          font-size: 14px;
          font-weight: bold;
          }
        .sendchatlog-header p {
          border-bottom: 1px solid #7f7f7f;
          padding: 10px 0;
          }
        .sendchatlog-header-contact {
          background-color: white;
          color: black;
          margin: 10px auto 0;
          padding-bottom: 10px;
          width: 350px;
          }
          .sendchatlog-header-contact h4 {
            padding: 10px;
            text-transform: uppercase;
            }
          .sendchatlog-header-contact div {
            overflow: auto;
            padding: 0 10px;
            width: 100%;
            }
            .sendchatlog-header-contact .label {
              clear: left;
              display: block;
              float: left;
              font-weight: bold;
              text-align: left;
              width: 70px;
              }
            .sendchatlog-header-contact .value {
              float: left;
              clear: right;
              }
      .sendchatlog-message {
        font-size: 12px;
        line-height: 1.5em;
        margin: 0 auto;
        overflow: auto;
        padding: 16px 0;
        width: 400px;
        }
        .sendchatlog-message p {
          padding: 10px 0;
          }

    #sendchatlog-addscript {
      display: inline;
      position: relative;
      top: 4px;
      }

    #sendchatlog-form {
      width: 400px;
      margin: 0 auto;
      }
      #sendchatlog-form label {
        display: block;
        padding-top: .75em;
        width: 100%;
        }
      #sendchatlog-form input, #sendchatlog-form textarea {
        display: block;
        margin: 0 auto;
        }
      #sendchatlog-avname {
        padding: .25em;
        width: 100%;
        }
      #sendchatlog-message {
        padding: .25em;
        width: 100%;
        }
      #sendchatlog-submit {
        float: right;
        margin-top: 1em;
        padding: .25em;
        width: 5em;
        }
    #sendchatlog-ajax,
    #sendchatlog-next,
    #sendchatlog-error {
      display: none;
      }
      #sendchatlog-ajax {
        text-align: center;
        }

  #content-form {
    }
    #content-form .sendchatlog-header-wrapper {
      background-color: transparent;
      color: black;
      }
    #content-user-inputs {
      overflow: auto;
      width: 100%;
      }
      #content-user-inputs input,
      #content-user-inputs label,
      #content-user-inputs select,
      #content-user-inputs textarea {
        clear: both;
        display: block;
        padding: 2px;
        width: 275px;
        }
      #content-user-inputs input {
        border: 1px solid #7d7d7d;
        }
      #content-user-inputs label {
        color: #7d7d7d;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 10px;
        }
      #content-left {
        float: left;
        }
        #content-select {
          }
      #content-right {
        float: left;
        padding-left: 20px;
        }
        #content-description {
          height: 175px;
          }
        #content-submit {
          background-color: #e36c09;
          border: 0;
          color: white;
          margin: 10px 0;
          padding: 5px 10px;
          width: 150px;
          }

#footer-wrapper {
  background: #014286 url(../images/footer-top.png) repeat-x scroll top center;
  }
  #footer {
    color: #c4d6ec;
    font-size: 10px;
    line-height: 1.5em;
    margin: 0 auto;
    padding-top: 20px;
    width: 496px;
    }
    #footer-links {
      overflow: auto;
      padding: 0 70px;
      }
      #footer-links ul {
        float: left;
        text-align: left;
        width: 147px;
        }
        #footer-links a {
          color: #c4d6ec;
          text-decoration: none;
          }
        #footer-links a:hover {
          text-decoration: underline;
          }
    #footer p {
      padding: 20px 70px 0;
      clear: both;
      }


