body{
    font-family: Georgia, sans-serif;
    color: #fff;
}
.header {
    background: url(keauhou4.jpg) no-repeat center #c1c1c1;
    background-size: cover;
    padding: 5px;
    margin-bottom: 15px;
    position: relative;
}
.header-overlay{
    position: absolute;
    min-height: 100%;
    width: 100%;
    background: rgba(255,255,255,1);
    z-index: 1;
    left: 0;
    top: 0;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.header-overlay2{
    position: absolute;
    min-height: 100%;
    width: 100%;
    background: url(overlays/02.png);
    z-index: 1;
    left: 0;
    top: 0;
    -moz-opacity: 0.2;
    opacity: 0.2;
}
.header-intro{
    position: relative;
    z-index: 2;
}
h1 {
    font-family: "open sans", sans-serif;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #233974;
    line-height: 1em;
}
h3 {
    font-family: "open sans", sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 0px;
    color: #233974;
}
.contact {
    margin: 0 20px;
}
.address-title {
    color: #233974;
    font-family: "open sans", sans-serif;
    font-size: 16pt;
    text-transform: capitalize;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 15px;
}
address {
    font-style: normal;
    line-height: 1.5em;
    color: #999;
    font-size: 0.9em;
}
.contact-p {
    color: #999;
    font-size: 1em;
    font-family: Georgia, sans-serif;
}
.index-title 
{
    background-color: rgba(255,255,255,0.75);
    position: relative;
    top: 5px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 10px 10px 10px;
    z-index: 9999;
    font-family: georgia, sans-serif;
    font-size: 24px;
    color: #231f20;
    line-height: 1.1em;
    font-weight: 500;
  text-align: left
}
.p-index,.p-index-title
{
    position: relative;
    padding: 5px 15px 10px 15px;
    margin-top: 10px;
    font-family: georgia, serif;
color: #eee;
    font-size: 18px;

}
.p-index-title
{
color: #fff;
    font-size: 16px;
    font-family: verdana, serif;
  font-weight: bold
}
.row-enum{
    background: #222;
      padding: 0 15px 0 15px;
}
.row-enum .p-index{
    margin: 0 0 -25px;
  padding: 20px 0 0px;
  text-transform: uppercase;
  font-weight: bold
}
.topics-p{
padding:20px;
  margin-left:10px
  }
.topics-p li{
    font-family: georgia, serif;
    font-size: 18px;
  color: #fff;
}