/* 0. Global Styles/Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; DNB */
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /* font-size: 62.5%; DNB */
    font-weight: normal;
    font-style: normal;
    background: url("../images/page-back.gif") repeat top left;
}

img {
    border: 0px;
}

/* 1. Globar Classes */
.clear {
    clear: both;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.first {
    margin-left: 0px;
    padding-left: 0px;
}

.last {
    margin-right: 0px;
    padding-right: 0px;
}

.top {
    margin-top: 0px;
    padding-top: 0px;
}

.bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* 2. Container/Header/Navigation */
div#container {
    text-align: left;
}

/* 2.1 Header */
div#header {
    width: 1208px;
    margin: 0 auto;
}

div#header-inner {
    position: relative;
    background: #fbf1de;
    height: 210px;
    z-index: 99;
}

div#header h1 {
    position: absolute;
    top: 30px;
    left: 53px;
}

div#slideshow {
    width: 1208px;
    margin: 0 auto;
}

div#contact-search {
    padding: 15px 0px 15px 780px;
    position: absolute;
    z-index: 999;
    width: 400px;
}

div#contact-search li {
    float: left;
    font-size: 12px; /* DNB */
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: bold;
    line-height: 20px;    /* center text amoug li */
}

div#contact-search li.last {
    margin-right: 0px;
}

div#contact-search li li {
    margin-right: 0px !important;
}

div#contact-search li a {
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}

div#contact-search li a:hover {
    text-decoration: underline;
}

div#contact-search .ftxt {
    width: 180px;
    height: 20px;
    border: 1px solid;
    color: #a7233a;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
}

div#contact-search .fbtn {
    width: 22px;
    height: 22px;
    background: url("../images/search-btn-back.png") no-repeat top left;
    border: 0px;
    margin-left: 3px;
}

div.searchResult h3 {
    font-size: 1.4em;
}

/* 2.2 Navigation */

ul#main-nav {
    border-bottom: 15px solid #e4a024;
    position: absolute;
    top: 169px;
    height: 26px;
    padding: 0px 0px 0px 0px;
    width: 905px;
    left: 303px;
}

ul#main-nav li {
    float: left;
    font-size: 18px; /* DNB */
    font-weight: normal;
    font-family: Georgia, sans-serif;
    position: relative;
    padding-bottom: 5px;
    margin-right: 5px;
}

ul#main-nav a {
    color: #e4a024;
    text-decoration: none;
    width: 175px;
    display: block;
}

ul#main-nav a:hover {
    color: #a7233a;
}

ul#main-nav a.active {
}

ul#main-nav .sub-nav {
    display: none;
    position: absolute;
    top: 26px;
    left: -3px;
}

ul#main-nav ul {
    background: url("../images/dropdown-top.png") no-repeat top left;
    width: 215px;
/*    width: 228px; */
/*    padding: 15px 0px 0px 10px;*/
   padding: 15px 0px 0px 0px;
/*  background-color: rgba(228,160,36,0.5);  */
/*  background-color: rgba(99,100,102,0.5);  */
   background-color: rgba(52,123,146,0.5);
   background-position: -4px top;

}

ul#main-nav .sub-nav li {
    float: none;
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 10px;
/*  background-color: rgba(228,160,36,0.5);  */
/*  background-color: rgba(99,100,102,0.5);  */
/*  background-color: rgba(52,123,146,0.5);  */
}

ul#main-nav .sub-nav li.last {
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    left: -15px;
    bottom: -17px;
}

ul#main-nav .sub-nav a {
    color: #000;
    display: block;
    margin-left: 10px;
/*    background-color: rgba(0,0,100,0.5);  */
}

ul#main-nav .sub-nav a:hover {
    text-decoration: underline;
}


/* 3. Body/Content/Sidebar */
div#body {
    background: #fff;
    width: 1208px;
    margin: 0 auto;
}

/* 3.1 Content */
div#content {
    background: url("../images/content-back.png") repeat-y top left;
    padding: 20px;
}

div#content-inner {
    width: 585px;
    float: left;
    margin-right: 20px;
}

.twoCol div#content-inner {
    width: 865px;
    float: left;
    margin-right: 20px;
}

div#content h1 {
    color: #e4a024;
    font-size: 60px;
    font-weight: normal;
    font-family: Georgia, sans-serif;
    margin-bottom: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
}

div#content h2 {
}

div#content h3 {
}

div#content h4 {
}

div#content h5 {
    color: #999;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 15px;
    /* font-size: 1em; DNB */
    text-transform: uppercase;
    width: 865px;
}

div#content h5 a {
    color: #999;
    text-decoration: none;
}

div#content p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

div#content ul {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.6em;
}

div#content ol {
}

div#content li {
    margin-bottom: 3px;
    margin-left: 40px;
    list-style-type: disc;
}

div#content a {
    color: #A7233A;
}

div#content a:hover {
}

div#content .img-cont {
    background: url("../images/border-shadow.png") no-repeat top left;
    width: 565px;
    height: 271px;
    margin-bottom: 10px;
    padding: 15px;
}

div#home-three-cols {
}

div#home-three-cols .htc-col {
    float: left;
    width: 616px;
}

div#home-three-cols h4 {
    font-size: 1.5em;
    font-weight: normal;
    font-family: Georgia, sans-serif;
    margin-bottom: 5px;
}

div#home-three-cols p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 10px;
}

div#home-three-cols .htc-col h2 {
    background: #e4a024;
    font-size: 18px; /* DNB */
    font-weight: normal;
    font-family: Georgia, sans-serif;
    color: #fff;
    padding: 15px;
    padding-left: 19px;
}

div#home-three-cols .htc-col h3 {
    color: #e4a024;
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia, sans-serif;
    margin-bottom: 5px;
}

div#home-three-cols .htc-col2 {
    float: left;
    width: 366px;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
}

div#home-three-cols .htc-col2 h2 {
    background: #347b92;
    font-size: 18px; /* DNB */
    font-weight: normal;
    font-family: Georgia, sans-serif;
    color: #fff;
    padding: 15px;
    padding-left: 19px;
}

div#home-three-cols .htc-col2 h3 {
    color: #347b92;
    font-size: 1.8em;
    font-weight: normal;
    font-family: Georgia, sans-serif;
    margin-bottom: 5px;
}

div#home-three-cols .htc-col3 {
    float: left;
    width: 222px;
}

div#home-three-cols .htc-col3 h2 {
    background: #a7233a;
    font-size: 18px; /* DNB */
    font-weight: normal;
    font-family: Georgia, sans-serif;
    color: #fff;
    padding: 15px;
    padding-left: 19px;
}

div#home-three-cols .htc-col3 h3 {
    color: #a7233a;
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia, sans-serif;
    line-height: 1.5em;
    margin-bottom: 5px;
}

div#home-three-cols .htc-inner {
    padding: 20px;
}

div#home-three-cols  .htc-col3 .htc-inner > p {
    font-family: Georgia, sans-serif;
    line-height: 16px;
}

div#home-three-cols .htc-col3 .htc-inner  #icon-captions {
    float: right;
}

div#home-three-cols .htc-col3 .htc-inner  #icon-captions > p {
    font-family: Georgia, sans-serif;
    color: #797979;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding-top: 28px;
    padding-bottom: 37px;
    line-height: 17px;
}

div#home-three-cols .htc-col3 .htc-inner .top-line {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #EEEEEE;
}

div#home-two-cols {
}

div#home-two-cols .htc-left {
    float: left;
    width: 278px;
    margin-right: 20px;
}

div#home-two-cols .htc-right {
    float: left;
    width: 278px;
}

div#home-two-cols .htc-right.twt {
    height: 200px;
    margin-top: 12px;
}

div#home-two-cols .htc-right ul {
    font-size: 1.5em;
    line-height: 1.6em;
}
div#home-two-cols .htc-right li {
    margin-bottom: 3px;
    margin-left: 40px;
    list-style-type: disc;
}

/* 3.2 Sidebar */
div#sidebar {
    width: 260px;
    float: right;
    padding: 0px;
    margin-top: -22px;
}

div#sidebar h2 {
    color: #a7233a;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: Georgia, sans-serif;
    text-transform: uppercase;
}

div#sidebar h3 {
    /*
    color: #000;
    margin-bottom: 15px;
    font-size: 1.4em;
    */
    color: #A7233A;
    margin-bottom: 5px;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: normal;
    font-family: Georgia, sans-serif;
}

div#sidebar ul {
}

div#sidebar li {
}

div#sidebar p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.4em;
}

div#left-sidebar {
    width: 260px;
    float: left;
    margin-right: 20px;
    padding-top: 4px;
}

div#left-sidebar h2 {
    color: #a7233a;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: Georgia, sans-serif;
}

ul#left-nav {
    margin-bottom: 15px;
}

ul#left-nav li {
    list-style-type: none;
    margin-left: 0px;
    margin-bottom: 1px;
    font-size: 22px; /* DNB */
    line-height: 1.4em;
    font-weight: normal;
    font-family: Georgia, sans-serif;
}

ul#left-nav a {
    background: #a7233a;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

ul#left-nav a:hover {
    text-decoration: underline;
}

/* 4. Footer/Navigation */
div#footer-outer {
    background: #636466;
    padding: 20px;
    width: 1168px;
    margin: 0 auto;
}

div#footer {
    width: 1170px;
/*    background: #636466;  */
    margin: 0 auto;
}

/* 4.1 Navgation */
div#footer .foot-nav {
    float: left;
    margin-right: 40px;
}

div#footer .foot-nav-last {
    margin-right: 0px;
}

div#footer .foot-nav li {
    border-bottom: 1px solid #87898b;
    width: 272px;
    font-size: 15px; /* DNB */
    padding: 8px 0px 8px 0px;
    color: #fff;
    vertical-align: middle;
    line-height: 1.6em;
}

div#footer  ul.foot-nav.foot-nav-last {
    width: 540px;
}

div#footer  ul.foot-nav.foot-nav-last li {
    width: 100%;
}

div#footer .foot-nav li.head {
    font-size: 18px; /* DNB */
    font-weight: normal;
    font-family: Georgia, sans-serif;
    color: #fff;
    border-bottom: 1px solid #fff;
}

div#footer .foot-nav li.last {
    border-bottom: 0px;
    position: relative;
}

div#footer .foot-nav a {
    color: #fff;
    text-decoration: none;
}

div#footer .foot-nav li.last a {
 /*  color: #fff; */
}

div#footer .foot-nav a:hover {
    text-decoration: underline;
}

div#footer .foot-nav a.active {
}

a#bookmark-lnk {
    background: url("../images/bookmark-btn.png") no-repeat center left;
    display: block;
    height: 24px;
    padding-top: 8px;
    padding-left: 40px;
}

a#newsletter-lnk {
    background: url("../images/email-btn.png") no-repeat center left;
    display: block;
    height: 24px;
    padding-top: 8px;
    padding-left: 40px;
}

a#facebook-lnk {
    background: url("../images/facebook-btn.png") no-repeat center left;
    display: block;
    height: 24px;
    padding-top: 8px;
    padding-left: 40px;
}

a#rss-lnk {
    background: url("../images/rss-btn.png") no-repeat center left;
    display: block;
    height: 24px;
    padding-top: 8px;
    padding-left: 40px;
}

/* Grants interactive map styles */
.qtip-content {
    background-color: white;
    border: 2px solid #DCDCDC;
}

.qtip-content p {
   color: #a7233a !important;
   font-size: 14px;
}

.qtip-content ul {
   list-style: none !important;
   font-size: 12px;
   color: #000 !important;
}
.qtip-tipsy {
    font-weight: normal;
    text-shadow: none;
}

#slidepager {
    bottom: 0px;
    left: 920px;
    position: absolute;
    z-index: 9000;
}

#slidepager a {
    background: url("/themes/pf/images/grey_slide_button.png") no-repeat center center;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14px;
    text-decoration: none;
    color: #FFFFFF;
    height: 25px;
    display: inline-block;
}

#slidepager a.activeSlide {
    background: url("/themes/pf/images/orange_slide_button.png") no-repeat center center;
}

.arrow {
    border-style: dashed;
    border-color: #FFFFFF;
    border-width: 0.4em;
    display: -moz-inline-box;
    display: inline-block;

    font-size: 20px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;

    border-top-width: 1em;
    border-top-style: solid;
    border-top-color: #E4A024;
    top: -18px;
    left:90px
}

.chat-bubble {
    background-color:#FFFFFF;
    border:1px solid #E4A024;
    margin:10px;
    padding:10px;
    position:relative;
    text-align:left;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -moz-box-shadow:0 0 5px #888888;
    -webkit-box-shadow:0 0 5px #888888;
  
    font-size: 12px;
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.chat-bubble-arrow-border {
    border-color: #E4A024 transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
    bottom:-21px;
    left:70px;
}
.chat-bubble-arrow {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
    bottom:-19px;
    left:70px;
}

.allCaps {
    text-transform: uppercase;
}

.redColor {
    color: #A7233A;
    line-height: normal;
    text-transform: none;
}

.orangeButton {
    color: #fff !important;
    background-color: #E4A024;
    border-radius: 8px;
    text-decoration: none;
    padding: 4px 20px;
}

.pad-left {
    padding: 10px 20px 10px 0;
}

.hide1, .hide2 {
    display: none;
}

div.ccm-conversation-wrapper {
    font-size: 16px;
}

/* Buttons genereated with https://css3buttongenerator.com/ */
.btn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    font-size: 14px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}
  
.btn:hover {
    /*
    background: #e4a024;
    background-image: -webkit-linear-gradient(top, #e4a024, #e4a024);
    background-image: -moz-linear-gradient(top, #e4a024, #e4a024);
    background-image: -ms-linear-gradient(top, #e4a024, #e4a024);
    background-image: -o-linear-gradient(top, #e4a024, #e4a024);
    background-image: linear-gradient(to bottom, #e4a024, #e4a024);
    text-decoration: none;
    */
}

.btn-yellow {
    background: #e4a024;
    background-image: -webkit-linear-gradient(top, #e4a024, #e4a024);
    background-image: -moz-linear-gradient(top, #e4a024, #e4a024);
    background-image: -ms-linear-gradient(top, #e4a024, #e4a024);
    background-image: -o-linear-gradient(top, #e4a024, #e4a024);
    background-image: linear-gradient(to bottom, #e4a024, #e4a024);
    color: #ffffff;
}

.btn-blue {
    background: #347B92;
    background-image: -webkit-linear-gradient(top, #347B92, #347B92);
    background-image: -moz-linear-gradient(top, #347B92, #347B92);
    background-image: -ms-linear-gradient(top, #347B92, #347B92);
    background-image: -o-linear-gradient(top, #347B92, #347B92);
    background-image: linear-gradient(to bottom, #347B92, #347B92);
    color: #ffffff;
}

.btn-red {
    background: #a7233a;
    background-image: -webkit-linear-gradient(top, #a7233a, #a7233a);
    background-image: -moz-linear-gradient(top, #a7233a, #a7233a);
    background-image: -ms-linear-gradient(top, #a7233a, #a7233a);
    background-image: -o-linear-gradient(top, #a7233a, #a7233a);
    background-image: linear-gradient(to bottom, #a7233a, #a7233a);
    color: #ffffff !important;  /* !important due to div#content a */
}

