@charset "UTF-8";

/*reset*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
    height:100%;
    margin: 0;
    padding: 0;
}

body{
   font-weight: normal;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration: none;
   background-color: #e8eeed;
}

th{
   padding: 15px 0;
}

td {
   font-weight: normal;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration: none;
   background-color: #ffffff;
   border-top: 1px solid #eaeaea;
}

A:link {
   font-family: Arial, Helvetica, sans-serif;
   color: #0000FF

}

A:visited {
   font-family: Arial, Helvetica, sans-serif;
   color: #A020F0
}

A:active {
   font-family: Arial, Helvetica, sans-serif;
   color: #028383;
}

a:hover {
   font-family: Arial, Helvetica, sans-serif;
   color: #028383;
   text-decoration: underline
}


A { text-decoration: none }


b {
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
}

i {
   font-style: italic;
   font-family: Arial, Helvetica, sans-serif;
}



a.navtitle:link {
   font-size: 10pt;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}


a.navtitle:hover {
   font-size: 10pt;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration: underline
}

a.navtitle:visited {
   font-size: 10pt;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}


a.bnav:link {
   font-size: 8pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}


a.bnav:hover {
   font-size: 8pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration: underline
}

a.bnav:visited {
   font-size: 8pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}


a.menu:link {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
}

a.menu:hover {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   text-decoration: underline
}

a.menu:visited {
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
}



.menutitle {
   font-size: 9pt;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration: none;
}

.menutitle2 {
   font-size: 9pt;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration: none;
}


td.greentab {
   background-image: url('/img/tabgreen.gif');
   background-repeat: no-repeat;
   background-position: center;
}


td.bluetab {
   background-image: url('/img/tabblue.gif');
   background-repeat: no-repeat;
   background-position: center;
}



td.t {
   background-image: url('/img/horizontal.gif');
   background-repeat: no-repeat;
   background-position: left;
}

.cat_title {
   font-weight: bold;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;

}


.sub_g {
   font-weight: bold;
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   border-bottom:4px solid #CCCCCC;
}

.sub_b {
   font-weight: bold;
   font-size: 12pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   border-bottom:4px solid #028a8a;
}


h2 {
   font-size: 17pt;
   font-family: Arial, Helvetica, sans-serif;
   color: #9C9C9C;
}

small {
   font-size: 9pt;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
}



small.imageinc {
   font-size: 9pt;
   font-weight: normal;
   font-family: Arial, Helvetica, sans-serif;
   color: #000000;
   text-align: justify;
}

div#header, div#footer {
    position: absolute;
    left: 20px;
    right: 20px;
    background-color: #569999;
    padding: 3px 20px;
    border: 1px solid #CFCFCF;
    border-style: outset;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 1240px;
}

div#header {
    top: 0px;
    margin-bottom: 8px;
}

div#footer {
    bottom: 0px;
}

.header-logo {
    float: left;
    padding: 10px 3px 0 0;
}

.header-info {
    margin-left: 110px;
    padding-top: 3px;
}

#footer-buffer, #header-buffer {
    margin-top: 4px;
}

table.property-table {
    padding: 10px;
}

table.property-table > tbody > tr > td {
    border: 1px solid #CFCFCF;
    padding: 2px 5px;
    font-size: 12pt;
}

a.static {
    color: #FFFFFF;
}

a.static:visited {
    color: #FFFFFF;
}

h3 a.static {
    color: #195d86;
}

h3 a.static:visited {
    color: #195d86;
}

div.container {
    background-color: #e8eeed;
    min-height: 100%;
    width: 100%;
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    max-width: 1280px;
    margin:0 auto;
}

div.content {
	max-width: 1280px;
    margin: 8px auto 0 auto;
    border: 1px solid #CFCFCF;
    background-color: #FFFFFF;
}

div.section-header {
    background-color: #5ca9a9;
    padding: 15px 10px;
    color: #FFFFFF;
    font-size: 14pt;
    font-weight: bold;
	box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}

div.section-header > div {
    padding:10px 0;
}

div.section-content {
    background-color: #FFFFFF;
    padding: 5px 10px;
}

div.button {
    text-align: right;
    padding: 5px;
    max-width: 1280px;
    margin: auto;
}

* {
    word-wrap: break-word;
    word-break: break-word;
}

.button-pane {
    overflow: hidden;
    background-color: #cbe1dc;
}

.tab-button {
    background-color: #cbe1dc;
    padding: 12px;
    font-size: 14pt;
    font-weight: bold;
    float:
    left;
    color: #539f9f;
}

.tab-button:hover {
    cursor: pointer;
    color: black;
    background-color: #f2f2f3;
}

.tab-button.active {
    background-color: #5ca9a9;
    color: white;
}

.tab-content {
    background-color: #FFFFFF;
    display: none;
    padding: 5px 10px;
    min-height: 120px;
}

.tab-container {
    max-width: 1280px;
    margin: 15px auto;
    border: 1px solid #cfcfcf;
}

.banner {
  padding: 10px 20px;
  background-color: #e8eeed;
  border: 1px solid #e8eeed;
  margin: -1px;
}

.banner>h2 {
  color: #000000;
}
