﻿
.frame {
    max-width: 1200px;
    min-width: 960px;
    width: 80%;
    margin: 0 auto;
}
/* Header */
.hd {
    background: url(images/CS_GIS_top_bar_bg.jpg) repeat-x;
}

.hd_inner {
    height: 309px;
    background: url(images/CS_GIS_top_bar.jpg) 50% 0 no-repeat;
    overflow: hidden;
}

.hd h1 {
    margin-top: 144px;
    color: #405bbe;
}

/* sidebar */
.sidebar {
    float: left;
    width: 280px;
    margin-left: 45px;
    min-height: 506px;
}

.sidebar_content {
    padding: 63px 40px 0 25px;
}

/* sidebar_content */

/* body */
.bd_content {
    margin-left: 330px;
}

.bd_page_content {
    margin-top: 220px;
}

.bd_inner {
    padding: 5px 0 0 90px;
    background: url(images/CD_GIS_sidebar.png) 90px 0 no-repeat;
    overflow: hidden;
    margin-top: -215px;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
}

-
.bd {
    background: url(images/CS_GIS_body_bg.jpg) repeat-x #fff;
}

/* footer */
.ft {
    background: url(images/CS_GIS_footer_bg.jpg) repeat-x #f8f9fb;
}

.ft_inner {
    height: 183px;
    background: url(images/CS_GIS_footer.jpg) 50% 0 no-repeat;
}

/* links */
a:link {
    color: #0065b2;
    text-decoration: none;
}

a:hover {
    color: #d54200 !important;
    text-decoration: underline;
}

a:visited {
    color: #012e78;
    text-decoration: none;
}

a:active {
    color: #0065b2;
    text-decoration: none;
}


/* text */

body {
    font-size: 85%;
    color: #222;
    background: #fff;
    font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
}

div {
    font-size: 1em;
    font-weight: normal;
}

h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.55em;
    margin-top: 0.55em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.55em;
    margin-top: 0.55em;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.55em;
    margin-top: 0.55em;
}

h4 {
    font-size: 1em;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}

h5 {
    font-size: 0.85em;
    font-weight: normal;
    margin-bottom: 0.55em;
    margin-top: 0.55em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}


/* ADA Compliance */
.ada {
    font-size: 1em;
    font-weight: bold;
/*    margin-bottom: 0.25em;*/
/*    margin-top: 0.25em;*/
    color: #111;
    display: block;
/*    margin-block-start: 2.33em;*/
/*    margin-block-end: 2.33em;*/
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}