body {
    margin: 0px 0px 2% 0px;
}

.mob { display: block; }
.dsk, .dsktab { display: none; } 
	
    @media screen and (min-width: 768px) {
            .tab, .dsktab { display: block; }
            .mob { display: none; }
            .column { padding-left: 1.5em; padding-right: 1.5em; }
    }

    @media screen and (min-width: 1024px) {
            .dsk, .dsktab { display: block; }
            .mob, .tab { display: none; }
    }

/* SITECOLOR */
.color-bg { background-color: #137c9a; }
.color-bg-search { background: rgba(19, 124, 154, 0.75); }
.color-txt { color: #137c9a !important; }
.color-brd { border-color: #137c9a; }
.greybg { background-color: #e2e4e3; padding: 10px; margin-bottom: 20px; }
.greybg p { margin-top: 0px; }

.bluebg { background-color: #137c9a; padding: 10px; margin-bottom: 20px; }

.bluebg a {color: #ffffff; font-size: 1.1em}

/* SITEBOXES */
.sitebox {
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    border-left: solid 1px #d4d4d4; 
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

input, textarea, button {
    border: solid 1px #777777;
}

.mmenubtn {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 2% 2% 0 2%;
}

#mobnavwrapper { background-color: #003342; padding-top: 40px; }
#mobnavwrapper a { color: #ccc; }
#mobnavwrapper ul { padding: 0px; }
#mobnavwrapper li li { padding-left: 20px; }
#mobnavlist {
    display: none;
}

.pagewrapper {
    width: 100%;
}

.mainwrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow-y: auto;
}

#mobheader {
    background-color: #003342;
    overflow-y: auto;
    }
    @media screen and (min-width: 768px) {
        #mobheader { height: 0px; }
    }

#header {
    background: url(/images/__od/905/bgpanel.png) repeat-x left top;
    border-bottom: solid 1px #d4d4d4;
    padding-top: 10px;
    background-color: #fff;
    }
    @media screen and (min-width: 768px) {
        #header { padding-top: 0px;}
    }

#mainheader {
    padding: 0px 0px 0px 0px;
    overflow-y: auto;
    }
    @media screen and (min-width: 768px) {
        #mainheader { background: url(/images/__od/905/bgc.jpg) no-repeat right top; padding-top: 20px;}
    }

.logowrapper {
    width: 100%;
    max-width: 260px;
    margin: 0 2% 2% 2%;
    }
    @media screen and (min-width: 768px) {
        .logowrapper { max-width: 435px; margin: 0px; }
    }
    
.logowrapper img {
    margin-top: 12px;
    max-width: 435px;
    width: 100%;
    border: 0px none;
}

.toolwrapper {
    width: 100%;
    padding-top: 20px;
    background-color: #d4d4d4;
    border-top: solid 1px #ccc;
    }
    @media screen and (min-width: 768px) {
        .toolwrapper { width: 40%; background-color: transparent; padding-top: 0px; border: 0px none; }
    }

.toollinks {
    margin-bottom: 20px;
    text-align: right;
}

.toollinks a {
    color: #000;
    font-weight: bold;
    background: url(/images/__od/905/bullet_bl.png) no-repeat left center;
    padding-left: 12px;
    margin-left: 15px;
    text-decoration: none;
}

.searchwrapper {
    padding: 6px 6px 5px 10px;
    border: solid 1px #fff;
    box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow-y: auto;
    max-width: 306px;
    width: 100%;
    float: left;
    margin: 0 2% 2% 2%;
    text-align: left;
    display:none;
}

@media screen and (min-width: 768px) {
        .searchwrapper { float: right; margin: 0 0.5%; }
}

.searchfield {
    max-width: 300px;
    background: transparent;
    color: #fff;
    border: 0px none;
    font-style: oblique;
    font: italic 18px Arial, Helvetica, sans-serif;
    outline: none;
    margin-top: 4px;
}

.searchbutton {
    width: 52px;
    height: 33px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    float: right;
}

#navigation {
    border-top: solid 1px #dfecee;
    background: #003342 url(/images/__od/905/navbg.png) repeat-x left bottom;
    height: 40px;
}

#topnavlist {
    margin-top: 8px;
}

#topnavlist>li {
    float: left;
}

#topnavlist>li a {
    color: #003342;
    font-size: 1.0em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: url(/images/__od/905/bgnavlink.png);
    margin-right: 8px;
    
}

.active {
    color: #b4841b !important;
}

html {
    background: #fff url(/images/__od/905/bgbody.gif) repeat-x;
}

#content {
    background: url(/images/__od/905/bgwrapper.png) no-repeat center;
    }
    @media screen and (max-width: 768px) {
        #content { background-color: #d5d5d5; }
    }

#maincontent {
    padding: 0px 2%;
    padding-top: 10px;
    }
    @media screen and (min-width: 768px) {
        #maincontent { padding: 10px 0px 0px 0px; }
    }

.contentwrapper {
    float: left;
    margin-bottom: 20px;
    }
    @media screen and (min-width: 768px) {
        
    }

.contentheader {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding: 5px 10px;
    min-height: 25px;
    width: 100%;
    color: #c8c9d3;
}
    
.contentbox {
    display: block;
    background-color: #fff;
    min-height: 300px;
    padding: 10px 10px;
}

.contentbox img {
    width: 100%;
    }
    @media screen and (min-width: 768px) {
        .contentbox img { width: auto; }
    }

.w80 {
    width: 99.5%;
    }
    @media screen and (min-width: 768px) {
        .w80 { width: 79.5% }
    }

    .w80 .contentbox {
        -moz-border-top-left-radius: 0px;
        -moz-border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px;
    }    
    
.w100 {
    width: 99.5%;
}

.leftcol {
    width: 20%;
    padding-left: 3px;
}

.leftnavheader {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    padding-left: 14px;
}

#leftnavlist a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 5px 3px 5px 14px;
    border-bottom: solid 1px #ccc;
}

.niv2, .niv2on {
    padding-left: 24px !important;
}

.niv3, .niv3on {
    padding-left: 34px !important;
}

@media screen and (min-width: 768px) {
    .fpimgcol:first-child { padding-right: 0 !important; }
    .fpimgcol:last-child { padding-left: 0 !important; }
    .fpimgcol:nth-child(2) { padding-left: 0.7em !important; padding-right: 1.3em !important; }
}

.listwrapper {
    
}

.listitemwrapper {
}

.listheader a {
    font-size: 1.1em;
    color: #117d9a;
    text-decoration: none;
}

#footercontent {
    border: solid 1px #fff;
    background: #003342;
    width: 96%;
    margin: 0 2% 5% 2%;
    color: #fff;
    font-size: 0.8em;
    overflow-y: auto;
    }
    @media screen and (min-width: 768px) {
        #footercontent { width: 79.5%; margin: 0; }
    }
    

#footer .leftcol img {
    margin-top: 100px;
}

#footercontent p {
    font-size: 0.9em;
    line-height: 18px;
    color: #fff;
}

.footercol4 {
    text-align: left;
    }
    @media screen and (min-width: 768px) {
        .footercol4 { text-align: right }
    }
#pgtabwrapper {
            width: 100%;
            margin-bottom: 20px;
        }

        .pgtabitem {
            border: solid 1px #ccc;
            border-radius: 2px;
            margin-bottom: 5px;
        }

        .pgtabitem a {
            display: block;
            padding: 5px;
            font-size: 12px;
            text-decoration: none;
            color: #000;
            font-weight: bold;
        }

        .pgtabcontent {
            display: none;
            overflow-y: auto;
            padding: 5px;
            background-color: #fff;
        }

        .pgtabcontent span {
            display: block;
            font-size: 11px;
            width: 95%;
        }

        .pgtabcontent .pgtabnum {
            display: block;
            width: 30px;
        }

        .tabOpen {
            display: block;
            border-top: solid 1px #ccc;
        }
.pgtabcontent p img {
	width: 650px;
}
#map {
	width: 100%;
	height: 400px;
	position: relative;

}
.olControlAttribution {
	bottom: 0 !important;
}

.niv1on, .niv2on, .niv3on {
	font-weight: bold;
}

.pagelocation, .pagelocation:hover {
	color: #fff;
}