html{
    background: #E9E8E6;
}
body{
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    font-size: 0.9em;
}

/*******************************************************************************
 ****   Generic
 ******************************************************************************/
.clear{
    clear: both;
}
.clear-left{
    clear: left;
}
.clear-right{
    clear: right;
}
.accesskey{
    text-decoration: underline;
}
.hidden{
    display: none;
}
.data-sortable{
    display: none;
}
.no-wrap{
    white-space: nowrap;
}
.minimal{
    width: 1%;
}
.content-center{
    text-align: center;
}
.line-height-150{
    line-height: 1.5em;
}
.main-content .small-text{
    font-size: 0.85em;
}
abbrev{
    border-bottom: 1px dotted #999;
    cursor: help;
}

/*******************************************************************************
 ****   Headings and Text
 ******************************************************************************/
h1{
    font-size: 1.8em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4f4f4f;
}
h2{
    font-size: 1.4em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    color: #4f4f4f;
}
h3{
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-family: 'PT Sans', 'Open Sans', tahoma, arial, serif;
    color: #4f4f4f;
}
h4{
    font-size: 1.1em;
}
p{
    margin-top: 1em;
}
p:first-child{
    margin-top: 0;
}
.main-content ol{
    margin-left: 1em;
}

/*******************************************************************************
 ****   Header
 ******************************************************************************/
.header{
    background: #4c4c4c;
    padding: 0 10px 0 10px;
}
.header > .inner{
    max-width: 1400px;
    margin: auto;
}
.header .header-logo{
    width: 177px;
    height: 177px;
    float: left;
    background: url(images/logo.png) center center;
    position: relative;
    z-index: 10;
    border: 0;
    text-decoration: none;
    margin-right: 30px;
}

/*******************************************************************************
 ****   Navigation
 ******************************************************************************/
.header-navigation{
    display: none;
}
.navigation{
    background: #4c4c4c;
    font-size: 1.2em;
    border-top: 140px solid #4c4c4c;
}
.navigation > .inner{
    position: relative;
    max-width: 1400px;
    margin: auto;
    margin-top: -6px;
}
.navigation ul{
    list-style-type: none;
    position: relative;
    float: left;
    margin-bottom: -16px;
}
.navigation li{
    position: relative;
    float: left;
}
.navigation ul ul{
    margin-left: 15px;
    position: absolute;
    top: 1.9em;
    background: #cac8c8;
    margin-left: 0;
    border: 1px solid #D8D7D5;
    display: none;
    left: 0;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}
.navigation a{
    color: #fff;
    padding: 7px 0 7px 0;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 35px;
    border-bottom: 6px solid #4c4c4c;
    position: relative;
    float: left;
    padding-bottom: 13px;
}
.navigation a:hover{
    border-bottom: 6px solid #96c03d;
}
.navigation ul ul a{
    margin-right: 0;
    font-size: 0.9em;
    float: none;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    white-space: nowrap;
    color: #000;
}
.navigation ul ul li{
    float: none;
    min-width: 200px;
    font-size: 0.9em;
}
.navigation ul ul a:hover{
    background: #D8D7D5;
    color: #000;
    border-bottom: 1px solid #96c03d;
}
.navigation ul li:hover ul{
    display: block;
    z-index: 10;
}
.navigation .current-page > a{
    text-decoration: none;
    border-bottom: 6px solid #96c03d;
}
.navigation ul ul .current-page > a{
    border-bottom: 1px solid #96c03d;
}
.navigation-clear{
    clear: both;
}

/*******************************************************************************
 ****   Breadcrumbs
 ******************************************************************************/
.breadcrumbs{
    clear: both;
    background: #E9E8E6;
    padding: 0 10px 0 10px;
}
.breadcrumbs > .inner{
    max-width: 1400px;
    margin: auto;
    padding-top: 25px;
}
.breadcrumbs a{
    color: #000;
}

/*******************************************************************************
 ****   Content
 ******************************************************************************/
.main-content{
    min-height: 400px;
    line-height: 1em;
    background: #E9E8E6;
    max-width: 1400px;
    margin: auto;
    padding: 25px 10px 0 10px;
}
.main-content > .inner{
    max-width: 1400px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}
.main-content .inner.document{
    position: relative;
    padding-top: 2em;
}

/*******************************************************************************
 ****   Section
 ******************************************************************************/
.main-content .section{
    background: #fff;
}
.main-content .section .title{
    display: none;
}
.main-content .section .inner{
    line-height: 1.5em;
}
.main-content .section a{
    color: #000;
}

/*******************************************************************************
 ****   Footer
 ******************************************************************************/
.footer{
    background: #E9E8E6;
}
.footer > .inner{
    padding: 15px;
    clear: both;
    color: #333;
    min-height: 60px;
    font-size: 0.8em;
    max-width: 1400px;
    margin: auto;
}
.footer span{
    float: right;
}

/*******************************************************************************
 ****   Tables
 ******************************************************************************/
table{
    margin: 1.4em 0;
    width: 99%;
}
th{
    background: #f3f3f3;
    font-weight: bold;
    padding: 0.2em;
    border: 1px solid #e5e5e5;
}
td{
    padding: 0.4em;
    border: 1px solid #e5e5e5;
}
tr.odd td{
    background-color: #f9f9f9;
}
tr.even td{
    background-color: #ffffff;
}
tr.top-header th{
    background-color: #1e1e1e;
}
tr.separater td{
    border-left: 0;
    border-right: 0;
}

/*******************************************************************************
 ****   Lists
 ******************************************************************************/
.main-content ul{
    margin-left: 30px;
    list-style-type: disc;
    margin-bottom: 1em;
}
.main-content li {
    padding: 0.15em 0;
}

/*******************************************************************************
 ****   FAQ Output
 ******************************************************************************/
.faq-links .faq-category,
.faq-content .faq-category{
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin-bottom: 0.3em;
}
.faq-links a,
.faq-content .faq-question{
    display: block;
    padding: 0.25em 0.5em;
    border: 1px dotted #e5e5e5;
    margin-bottom: 0.3em;
}
.faq-content{
    margin-top: 2em;
}
.faq-content .faq-category{
    background: #c5c5c5;
    border: 1px solid #a5a5a5;
}
.faq-content .faq-question{
    background: #e5e5e5;
    border: 1px dotted #c5c5c5;
}
.faq-content .faq-answer{
    padding: 0.5em;
    margin-bottom: 1em;
}
.faq-content .faq-jump-top{
    float: right;
    font-size: 0.7em;
    text-decoration: none;
}
.faq-content .faq-answer ol,
.faq-content .faq-answer ul{
    margin-left: 2em;
    margin-top: 0.5em;
}

/*******************************************************************************
 ****   Messages
 ******************************************************************************/
.sliph-message{
    background: #900;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    color: #fff;
    padding: 1px 8px;
    margin: 0 0 1px 0;
    font-size: 0.75em;
}
#sliph-messages{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}
#sliph-messages li{
    background: #900;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    color: #fff;
    padding: 6px 10px;
    margin: 0 0 4px 0;
}
#sliph-messages li.notice{
    background: #090;
}

/*******************************************************************************
 ****   Browse A-Z
 ******************************************************************************/
div.browse-list h2{
    font-size: 0.85em;
    color: #000;
    background-color: transparent;
    display: block;
    padding: 6px 3px 6px 12px;
    margin: 20px 0 1px 0;
    vertical-align: middle;
    border-bottom:  1px solid #cccccc;
    text-transform: uppercase;
}
div.browse-list h2 a:link,
div.browse-list h2 a:active,
div.browse-list h2 a:visited {
    color: #646767;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    margin-left: 0.5em;
    font-size: 0.9em;
}
div.browse-list h2 a:hover{
    color: #000000;
    text-decoration: underline;
}
div.browse-list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.browse-list li{
    border-bottom: 1px solid #E9E8E6;
    font-family: 'PT Sans', 'Open Sans',sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 3px 0 3px 10px;
    vertical-align: middle;
    white-space:normal;
}
div.browse-list ul.search li{
    width: 90%;
}
div.browse-list li.white{
    background-color: #ffffff;
}
div.browse-list li.grey{
    background-color: #f8f8f8;
}
div.browse-list li.red{
    background-color: #fff;
    color: #993333;
    padding: 10px;
}
div.browse-list h2 a.return-top{
    float: right;
    font-size: 0.8em;
    text-decoration: none;
    border: 0;
}
div.browse-list .overview{
    display: block;
    font-size: 0.8em;
    margin: 0.5em;
}
.az-jump-links{
    padding-top: 1em;
}
.az-jump-links a{
    font-family: 'PT Sans', 'Open Sans', sans-serif;
    float: left;
    padding: 0 0.4em;
    margin: 0 0.3em;
    color: #040707;
    text-decoration: none;
    border: 1px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 0.95em;
}

.az-jump-links a:hover{
    border: 1px solid #fff;
    border-bottom: 2px solid #96C03D;
}
a.az-filter{
    border: 1px solid #e5e5e5;
    padding: 0 0.8em;
    border-radius: 8px;
    margin-bottom: 0.8em;
}
a.az-filter:hover{
    border: 1px solid #cc9;
}
a.az-filter.selected{
    border-color: #e0e0e0;
    background-color: #f5f5f5;
}
.az-filter-caption{
    font-weight: bold;
    width: 4em;
    float: left;
    clear: left;
    margin-left: 0.7em;
    margin-bottom: 0.8em;
}

#nav-home a{
    font-size: 0em;
    width: 40px;
    height: 17px;
    background: url(images/home.png) center 8px no-repeat;
}

/*******************************************************************************
 ****   Form Elements
 ******************************************************************************/
.sliph-form{
    width: auto;
}
.sliph-form th,
.sliph-form td{
    padding: 6px 10px;
}
.sliph-form th{
    background: #f5f5f5;
}
.sliph-form td{
    background: #fff;
}
.sliph-form input[type=text],
.sliph-form input[type=password]{
    width: 300px;
}
.sliph-form .buttons td{
    border: 0;
}
.sliph-form input[type=submit],
.sliph-form input[type=button]{
    padding: 3px 10px;
    margin-right: 10px;
}
.sliph-form .accesskey{
    text-decoration: underline;
}

/*******************************************************************************
 ****   Media Queries
 ******************************************************************************/
@media (max-width: 1380px) {
  .footer > .inner{
    min-height: auto;
    padding: 10px 15px;
  }
  .main-content{
      min-height: auto;
      padding-top: 10px;
  }
  .breadcrumbs > .inner{
      padding-top: 10px;
  }
  .navigation a{
      margin-right: 20px;
  }
  .main-content > .inner{
      padding: 10px;
  }
}