html, body {
    padding: 0;
  }
  
  html {
    background: #00b6cd url(images/bg.png) top left repeat-x;
  }
  
  body {
    width: 100%;
    background: transparent url(images/header.png) top center no-repeat;
    margin: 0;
  }
  
  h1 {
    display: none;
  }
  
  ol a, ol a:visited, ol a:link,
  p a, p a:visited, p a:link {
    color: #444;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted #444;
  }
  
  ol a:hover,
  p a:hover {
    border-bottom: 0;
  }
  
  p, h2, h3, h4, h5, h6, li, ol {
    font-family: 'Helvetica Roman';
  }
  
  #header {
    padding-top: 120px;
    height: 200px;
    margin: 0 auto;
    width: 960px;
  }
  
  .header-col {
    width: 350px;
    text-align: center;
    float: left;
    overflow: hidden;
  }
  
  .header-col img {
    margin-bottom: 10px;
  }
  
  .header-col span {
    display: block;
    color: #00bacf;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-family: 'Helvetica Roman', sans-serif;
    font-size: 11px;
    font-weight: bold;
  }
  
  .header-col p {
    color: #444444;
    font-family: 'Helvetica Roman', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    text-align: center;
  }
  
  .header-col .numbers {
    height: 150px;
    overflow: hidden;
  }
  
  .header-col p.number1 {
    font-size: 70px;
    padding-top: 25px;
  }
  
  #content-box{
    width: 1200px;
    margin: 0 auto;
  }
  
  #left-box{
    float:left;
    width:240px;
    padding: 0 20px;
    margin-top: 100px;
  }
  
  #left-box p{
    font-size: 32px;
    color: #444;
    padding: 0 0 30px 0;
    text-transform: uppercase;
  }
  
  #left-box p:first-child{
    background: url('images/divider.png') left bottom no-repeat;
  }
  
  #left-box a{
    text-decoration: none;
    color: #444;
  }
  
  #central-box{
    float: left;
    width: 600px;
    padding: 0 20px;
  }
  
  #central-box h3{
    padding: 10px 0;
    font-family: 'Helvetica Roman';
    color: #fff;
    font-size: 14px;
    line-height: 16px;
  }
  
  #central-box h3 strong{
    border-right: 1px solid #fff;
    color: #444;
    text-transform: uppercase;
    padding: 0 5px;
  }
  
  #central-box #tabs-list{
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    margin: 0;
  }
  
  #tabs-list ul{
    list-style:none;
    width: 600px;
    height: 50px;
    margin:0;
    padding:0;
  }
  
  #tabs-list li{
    float: left;
    line-height: 50px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: bold;
  }
  
  #tabs-list a{
    text-decoration: none;
    color: #a7a7a7;
    padding:0 20px;
    font-family: 'Helvetica Roman';
  }
  
  #tabs-list .active{
    background: #fff;
  }
  
  #profile-tabs{
    padding-bottom: 20px;
    width: 600px;
  }
  
  #profile-tabs .tab{
    display:none;
    background: #fff;
    margin: 0;
    border: 1px solid transparent;
    padding-bottom: 20px;
  }
  
  #profile-tabs #care-tab {
    background: #444;
  }
  
  #profile-tabs .active{
    display:block;
  }
  
  #care-tab h4{
    margin: 0;
    padding: 20px 20px 0px 20px;
    text-transform: uppercase;
    font-family: 'Helvetica Roman';
    font-weight: bold;
    font-size: 10px;
    color: #fff;
  }
  
  #care-tab ul{
    list-style: none;
    padding-left: 20px;
  }
  
  #care-tab li {
    width: 500px;

    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;

    padding: 30px 0 30px 60px;

    color: #fff;
    font-family: 'Helvetica Roman';
    font-weight: bolder;
    font-size: 16px;
  }

  #care-tab li div#icon-section, #care-tab li div#text-section {
    width: 50%;
  }

  #care-tab li div#text-section {
    background-color: #00b6cd;
    border-radius: 20px;
    width: 100%;
  }
  
  #care-tab li span {
    padding: 10px 10px 5px 10px;
    background-color: #00b6cd;
    border-radius: 20px;
  }

  #care-tab li span#loading {
    background-color: #ffbb33;
  }

  #care-tab li span#open {
    background-color: #20ce20;
  }

  #care-tab li span#closed {
    background-color: #e93638;
  }

  #care-tab li p {
    padding: 10px 8px 5px 15px;

    color: #fff;
    font-family: 'Helvetica Roman';
    font-weight: bolder;
    font-size: 16px;
  }
  
  #care-tab li a{
    color: #fff;
    text-decoration: none;
  }
  
  #care-tab #chat-online, #care-tab #chat-offline, #care-tab #loading-chat {
    background: url('images/chat.png') no-repeat left center;
    background-size: 50px;
  }
  
  #care-tab #email {
    background: url('images/email.png') no-repeat left center;
    background-size: 50px;
  }
  
  #right-box {
    float: left;
    width: 240px;
    padding: 0;
  }
  
  #right-box .block {
    width: 220px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    background: #fff;
  }
  
  #about-block {
    position: relative;
    margin-top: 111px;
  }
  
  #about-block p {
    color: #a2a2a2;
    font-size: 13px;
    clear: both;
  }
  
  #about-block h2 {
    position: absolute;
    top: -59px;
    left: -1px;
    z-index: 1;
    font-size: 13px;
    text-transform: uppercase;
    color: #9a9a9a;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    background: #fff;
    padding: 20px 20px 11px 20px;
  }
  
  #right-box h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #444444;
  }
  
  #right-box h3 span {
    color: #00b6cd;
  }
  
  #about-block h4 span {
    float: left;
    text-transform: uppercase;
    margin: 0;
  }
  
  #about-block h4 span.first {
    font-size: 35px;
    color: #444444;
    font-weight: bolder;
    margin-right: 4px;
  }
  
  #about-block h4 span.second,
  #about-block h4 span.third {
    font-size: 9px;
    margin: 2px 0;
  }
  
  #about-block h4 span.second {
    color: #686868;
  }
  
  #about-block h4 span.third {
    color: #00b6cd;
  }
  
  #about-block h5 {
    height: 50px;
    width: 100%;
    background: transparent url(images/br.png) left center no-repeat;
    clear: both;
  }
  
  #about-block h5 span {
    float: left;
    text-transform: uppercase;
    margin: 0;
    padding: 5px;
  }
  
  #about-block h5 span.first {
    color: #444444;
    font-size: 45px;
    font-weight: bolder;
    padding-left: 55px;
  }
  
  #about-block h5 span.second,
  #about-block h5 span.third {
    font-size: 9px;
    padding: 10px;
  }
  
  #about-block h5 span.second {
    padding-bottom: 0;
    padding-top: 15px;
    color: #686868;
  }
  
  #about-block h5 span.third {
    padding-top: 0;
    color: #01b7cd;
  }
  
  #right-box #banner-block {
    padding: 0;
    width: 240px;
    border: 0;
    background: transparent;
  }
  
  #banner-block img {
    border: 1px solid #e5e5e5;
  }
  
  #chart-block div {
    height: 160px;
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #444444;
    font-family: 'Helvetica Roman';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 50px;
  }
  
  #profile-tabs p {
    color: #a2a2a2;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0;
  }
  
  #profile-tabs h2 {
    color: #00b6cd;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
  }
  
  #home li {
    border: 0;
    padding: 5px 0 5px 20px;
    list-style: none;
    background: transparent url(images/check.png) left center no-repeat;
  }
  
  #faqs-tab li {
    color: #444;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 2em;
  }
  
  #email-form {
    position: relative;
    overflow: hidden;
    height: 800px;
  }
  
  #email-form-frame {
    position: absolute;
      width: 350px;
  }
  
  #profile-tabs #email-desc {
    font-size: 12px;
    color: #fff;
    padding-left: 370px;
    padding-top: 26px;
  }
  
  #psi {
    padding-top: 30px;
    width: 150px;
    height: 180px;
    overflow: hidden;
  }
  
  #always-block span {
    font-family: 'Glegoo';
    color: #0055A5;
    font-size: 15px;
  }
  
  div.tip {
    display: none;
  }
  
  b.tip {
    cursor: pointer;
  }