@charset 'utf-8';
@import url(reset.css);
@import url(grid.css);

/* ----------------------------------------------------------------------------*/
/*
 Colors:
  
 black: #000000
 dark gray: #505050
 dark blue: #333265
 medium gray: #969696
 light gray: #eaeaea
 red: #fc0d1b
*/
/* ----------------------------------------------------------------------------*/
            
/* basic formats */
.print-only {
    display: none;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    line-height: 1.3em;
    color: #000000;
}

p, h1, h2 {
    padding: 0.5em 0 0 0;
}

h1 {
    margin-bottom: 0.5em;
    font-size: 1.6em;
    line-height: 1.2em;
    b order-bottom: 1px solid #606060;
    color: #333265;
}

h2 {
    margin: 0.5em 0 0.5em 0;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #333265;
}

a {
    color: #333265;
}

ul, ol {
    margin: 0.5em 0;
}

ul {
    list-style: square outside none;
    padding-bottom: 0.5em;
}

ol {
    list-style: decimal outside none;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}

li {
    margin-left: 2em;
    padding-bottom: 0.5em;
}

ul li {
    padding-left: 7px;
}

/* ----------------------------------------------------------------------------*/
/* header main navigation */

.nav-main-bg {
    background-color: #333265;
}

#nav-main, #nav-main ul {
    padding: 0;
    margin: 0;
    background: black;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 2.5em;
 }
  
 #nav-main a:link, #nav-main a:active, #nav-main a:visited {
    color: #E6E6E6;
    display: block;
    padding: 0 1em;
    text-decoration: none;
 }

 #nav-main a:hover {
    background-color: #fff;
    color: #333;
 }
  
 #nav-main li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
 }

/* ----------------------------------------------------------------------------*/
/* header sub navigation */

.nav-sub-bg {
    background: rgb(0, 0, 0);
    background: rgba(50, 50, 50, .8);  
}

#nav-sub, #nav-sub ul {
    padding: 0;
    margin: 0;
    background: black;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 2.5em;
 }
  
 #nav-sub a:link, #nav-sub a:active, #nav-sub a:visited {
    color: #E6E6E6;
    display: block;
    padding: 0 1em;
    text-decoration: none;
 }

 #nav-sub a:hover {
    background-color: #fff;
    color: #333;
 }
  
 #nav-sub li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
 }

/* ----------------------------------------------------------------------------*/
/* footer navigation */

.nav-footer-bg {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);  
}

#nav-footer, #nav-footer ul {
    padding: 0;
    margin: 0;
    background: black;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 2.5em;
 }
  
 #nav-footer a:link, #nav-footer a:active, #nav-footer a:visited {
    color: #E6E6E6;
    display: block;
    padding: 0 1em;
    text-decoration: none;
 }

 #nav-footer a:hover {
    background-color: #fff;
    color: #333;
 }
  
 #nav-footer li {
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
 }

/* ----------------------------------------------------------------------------*/
/* left navigation */

.left-nav ul {
    list-style: none;
    padding-bottom: 0;
    margin-top: 1px;
}

.left-nav ul ul {
    margin-bottom: -1px;
    border-top: 1px dotted gray;
}

.left-nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted gray;
}

.left-nav a {
    display: block;
    font-size: 0.875em;
    padding: 7px 7px;
    text-decoration: none;
    color: #606060;
}

.left-nav a:hover {
    color: #005958;
    background-color: #E9F6F5;
}

.left-nav ul ul li a {
    font-style: italic;
    padding-left: 30px;
}


/* ----------------------------------------------------------------------------*/               
/* Table formats */

table {
    margin: 10px 0;
    border-collapse: collapse;
    border-right: 1px solid white;
}

thead {
    color: white;
    background-color: #606060;
    font-weight: bold;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
}

tr {
    border-bottom: 1px solid #606060;
}

td, th {
    padding: 7px;
    border-right: 1px dotted #606060;
}

/* special formatting */

.gray_block {
    background-color: #eaeaea;
    p adding: 0 10px;
}

/* logo-slider */
.slideshow {
    position: relative;
}

.carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide {
    width: 100%;
    height: 122px;
    line-height: 122px;
    text-align: center;
    z-index:100;
    display: block;
    height: 122px;
}

.slide a {
    height: 122px;
}

.slide a img {
    vertical-align: middle;
    margin: auto;
}

.logos {
    text-align: center;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}