
      .widget-content.widget-zone {
        text-align: center;
        background-color: #165551;
      }
      
      .widget-content.widget-zone h3 {
        color: #FFF;
      }
      
      #slider1 {
        margin-bottom: 20px;
      }
      
      .widget-content .profile-tags {
        margin-left: 0px;
      }
      
      .profile-tags li {
      	color: #165551;
    		background-color: #FFF;
    		border: 1px solid #165551;
      }
      
      .profile-tags li:hover {
      	color: #b9d27e;
    		background-color: #165551;
    		border: 1px solid #165551;
      }
      
      .list-family.widget-content h2 {
        margin-top: 20px;
      }
      
      .list-family.widget-content h2:first-child {
        margin-top: 0px;
      }
      
    
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #757575;
      }
      
      #content {
        max-width: 1060px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 420px;
        min-width: 420px;
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #165551;
      }
      
      .widget-content {
        background-color: rgb(217, 234, 211);
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #757575;
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: #165551;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #86bf00;
      }
      
      .widget-content h5 {
        font: 16px 'Roboto', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-content p a {
      	color: #AAA;
      }
      
      .widget-content p a:hover {
      	color: #b9d27e;
      }
      
      a:hover,
      li a:hover,
      h5 a:hover,
      h4 a:hover {
        color: #b9d27e;
      }
      
      
      
      /*______   Switch Button   ______*/
      
      .switch-button input[type="checkbox"].switch+span+div:before {
        background: #165551;
      }
      .switch-button label {
        color: #165551;
      }
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #165551;
      }
      
      #main-nav td.selected a,
      #main-nav td a:hover {
        background-color: #C5E676;
        color:#165551;
      }
      
      #main-nav a {
        font: 17px 'Roboto', Arial, san-serif;
        color: rgb(255, 255, 255);
      }
      
      /*End Main Nav*/
      
      /*______ TABLES ______*/
      
      table.ch-table {
        background-color: transparent;
        font: ;
      }
      
      table.ch-table td {
        border: 1px solid ;
      }
      
      .ch-table thead {
        background-color: rgb(18, 68, 69);
        font: ;
        color: 
      }
      
      .ch-table thead p {
        margin-bottom: 0px;
      }
      
      .ch-table tbody a,
      .ch-table tbody p {
        word-wrap:break-word;
      }
      
      .ch-table thead td {
        border-color: rgb(18, 68, 69) #FFF;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid rgb(18, 68, 69);
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid rgb(18, 68, 69);
      }
      
      /*End Table*/
      
    