﻿
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, p, pre,
a, abbr, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: arial;
    font-size: 12px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    }
body {
    /*background: #5b4c45 url('../images/bg_body.png') left top repeat-x !important;*/
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4em;
}

/*the following style is added to make the footer stick to bottom of screen*/
.content {
    min-height: 100%;
}

/*Eliminates the dotted underline when using the abbr tag*/
 abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

img {
    border: 0;
}

p {
    margin: 5px 0 10px 0;
}

a {
    color: #0175fb;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #999;
    text-decoration: none;

}

h1 {
    font-size: 20px;
    color: #484849;
    margin: 12px 0 14px 0;
    line-height: normal;
}

h1 a {
        font-size: 20px;
        color: #0175fb;
        margin: 12px 0;
        line-height: normal;
    }

h2 {
    font-size: 16px;
    color: #333;
    margin: 15px 0 0 0;
    padding: 0;
    display: block;
    line-height: 1.2em;
}

h2 a {
        font-size: 16px;
        color: #0175fb;
        margin: 9px 0;
        padding: 6px 0;
    }

h3 {
    font-size: 14px;
    color: #484849;
    margin: 12px 0 6px;
}

h3 a {
        font-size: 14px;
    }

h3.white {
        font-size: 14px;
        color: #fff;
        margin: 9px 0;
    }

h4 {
    font-size: 13px;
    color: #000;
    margin: 6px 0 4px 0;
}
h4 a {font-size: 13px;}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
    font-style: italic;
}

sub, sup {vertical-align: baseline; position: relative; font-size: 70%;} /* 70% size of its parent element font-size which is good. */
sub {bottom: -0.6em;} /* use em because they adapt to parent font-size */
sup {top: -0.6em;} /* use em because they adapt to parent font-size */
sup a {text-decoration: none; font-size: 10px;} /* to remove the underline from the superscript link */

/*DigitalGov search styles*/
input.usagov-search-autocomplete {
    border: #e7e7e7 3px solid;
    color: #666;
    width: 200px;
    background-color: #e7e7e7;
}

input.srchbtn {
    margin: 0;
    float: right;
}
/*End DigitalGov search*/

.bold{font-weight:bold;}

.search {
    float: right;
     font-size: 11px;
  /*  text-align: right;
      width: 240px;
    background-color: #e7e7e7;*/
}
ul li ul {list-style-type:circle}

table td {
    vertical-align: top;
}

abbr {font-size:inherit}
acronym {font-size:inherit}

#All {
    background-color: #fff;
    margin-right: -10px; /*this was added to compensate for space on the right */
     }

.red {
    color: #ff0000;
}

.italic {
    font-style: italic;
}

#bcrumbcontainer {
    background: #333 url('../images/bg_breadcrumbs.png') left top repeat-x;
    padding: 0;
    margin: 0;
    text-align: right;
}
.bcrumb {
    width: 1024px;
    margin: 0 auto;
}

.bcrumb, a.bcrumb, a.bcrumb:visited, a.bcrumb:hover {
    color: white;
    font-size: 10px;
    padding: 2px;
    width: 1024px;
}

#bannercontainer {
    background: #54a64e url('../images/bg_banner.png') left top repeat-x;
    padding: 0;
    margin: 0;
}

.bannerTitle {
    font-size: 36px;
    /* font-size: 24px;
     font-weight: bold;
  background: url('../images/banner_ert.png') left top no-repeat;*/
    padding-left: 12px;
    height: 45px;
    color: #fff;
    padding-top: 26px;
    width: 1024px;
    margin: 0 auto;
}
.bannerTitle a {
    font-size: 36px;
    /* font-size: 24px;
     font-weight: bold;
  background: url('../images/banner_ert.png') left top no-repeat;*/
    padding-left: 12px;
    height: 45px;
    color: #fff;
    padding-top: 26px;
    width: 1024px;
}

#pageTitlecontainer {
    background: #54a64e url('../images/bg_pageTitle.png') left top repeat-x;
    padding: 0;
    margin: 0;
    height: 75px;
}

/*PRINT BUTTON STYLES*/
.printbutton {float: right;}
#print-button{width:68px; height:37px; background: url('../images/icon_print.png') no-repeat;text-align:center;padding:0; margin:0; border:none}
#print-button:hover {cursor:pointer;}

/*END PRINT BUTTON*/
 
.pageTitle2 {
    margin: -55px 0 9px 205px;
    font-size: 20px;
    padding: 6px 0 6px 12px;
    font-weight: bold;
    color: #fff;
}

    .pageTitle2 a {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

.pageTitle2_About {
    font-size: 18px;
    padding: 15px 6px 15px 24px;
    margin-bottom: 24px;
    width: 819px;
    margin-left: -27px;
    font-weight: bold;
    background-color: #479a42;
    color: #fff;
    height: 107px;
}

.pageTitle2_Contacts {
    font-size: 18px;
    padding: 15px 6px 15px 24px;
    margin-bottom: 24px;
    width: 819px;
    margin-left: -27px;
    font-weight: bold;
    background-color: #479a42;
    color: #fff;
}

ul.nobullet li {
    list-style-type: none;
}
ol.nobullet li {
     list-style-type: none;
}

/******* Navigation ********/
#navcontainer {
    background: #333 url('../images/bg_nav.png') left top repeat-x;
    padding: 0;
    margin: 0 auto;
    border-bottom: 1px solid #aaff4c;
}

#nav {
    height: 50px;
    background-color: #333;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 9000;
    width: 1024px;
}

    #nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #nav ul li {
            position: relative;
            display: inline;
            float: left;
            margin: 0;
        }

            #nav ul li a {
                display: block;
                padding: 9px 17px;
                border-right: 1px solid #aaff4c;
                color: #fff;
                border-left-width: 0;
                font: bold 12px arial;
                line-height: normal;
                text-align: center;
            }

                #nav ul li a.nav_on {
                    display: block;
                    padding: 9px 17px;
                    border-right: 1px solid #aaff4c;
                    color: #aaff4c;
                    border-left-width: 0;
                    font: bold 12px arial;
                    line-height: normal;
                    text-align: center;
                }

            #nav ul li.home a {
                display: block;
                padding: 17px 37px;
                border-right: 1px solid #aaff4c;
                border-left: 1px solid #aaff4c;
                color: #fff;
                font: bold 12px arial;
                line-height: normal;
                text-align: center;
            }

                #nav ul li.home a.nav_on {
                    padding: 17px 37px;
                    color: #aaff4c;
                    border-left: 1px solid #aaff4c;
                }

            #nav ul li.end a {
                display: block;
                padding: 17px 37px;
                border-right: 1px solid #aaff4c;
                color: #fff;
                border-left: 0;
                font: bold 12px arial;
                line-height: normal;
                text-align: center;
            }

                #nav ul li.end a.nav_on {
                    padding: 17px 37px;
                    border-right: 1px solid #aaff4c;
                    color: #aaff4c;
                }

            #nav ul li a:hover {
                background: #333;
                text-decoration: none;
                color: #aaff4c;
            }

            #nav ul li:hover ul {
                display: block;
                background: #333;
                text-decoration: none;
                color: #aaff4c;
            }

        #nav ul ul {
            display: none;
            position: absolute;
            font: 11px tahoma;
            width: 160px;
            color: #fff;
            background: #333;
            text-decoration: none;
            z-index: 9000;
            line-height: normal;
            border-top: 1px solid #aaff4c;
        }

            #nav ul ul li {
                padding-left: 8px;
                color: #fff;
                border: none;
                display: inline;
                float: none;
            }

                #nav ul ul li a {
                    color: #fff;
                    font: 12px tahoma;
                    border: none;
                    text-align: left;
                    padding: 6px 6px 14px 12px;
                    margin-top: -6px;
                    border-bottom: 1px solid #aaff4c;
                }

                    #nav ul ul li a:hover {
                        text-decoration: none;
                        color: #aaff4c;
                    }

        #nav ul li.end ul li a {
            color: #fff;
            font: 12px tahoma;
            border: none;
            text-align: left;
            padding: 6px 6px 8px 12px;
            margin-top: -6px;
            border-bottom: 1px solid #aaff4c;
        }

            #nav ul li.end ul li a:hover {
                text-decoration: none;
                color: #aaff4c;
            }
/********************End  drop-down Top Nav*******************/

.no_right_border {
    border-right: 0;
}

#OverallContainer {
    width: 1024px;
    margin: auto;
}

#leftnav_container {
    width: 185px;
    float: left;
    padding: 0;
    clear: right;
    margin-top: -22px;
    background-color: #fff;
}

.navLeft_background {
    background-color: #e7e7e7;
    width: 185px;
}


/***begin left nav styles***/

.navLeft {
    width: 185px;
    background-color: #e7e7e7;
    padding: 0;
    margin: 0 0 16px 0;
    list-style: none;
    color: #333;
}

.navLeft a {
    padding: 15px 3px 15px 11px;
    display: block;
    background-color: #e7e7e7;
    margin: 0;
    line-height: normal;
    color: #333;
    border: 2px solid #ccc;
}

.navLeft a.navLeft_on {
    padding: 15px 3px 15px 8px;
    display: block;
    border-top: 2px solid #ccc;
    border-right: 2px solid #fff;
    border-bottom: none;
    border-left: 5px solid #52a631;
    background-color: #fff;
    color: #4b9253;

}

.navLeft a:hover {
    color: #4b9253;
}

.navLeft .subnav1 {
    font-weight: normal;
    font-size: 11px;
    color: #000;
    background-color: #e7e7e7;
    margin-bottom: -6px;
    padding-top: 1px;
    margin-top: 0px;
    background-image: none;
    line-height: normal;
    border-left: 5px solid #52a631;


}

.navLeft .subnav1 ul {
    margin-left: -9px;
    padding-bottom: 16px;

}

.navLeft .subnav1 ul.nospace {
    margin-bottom: 10px;
}

.navLeft .subnav1 ul li {
margin: 0 0 0 -12px;

}

.navLeft .subnav1 ul li a {
    font-weight: normal;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    background: none;
    margin-bottom: 3px;
    padding: 0;
    border: none;

}

.navLeft .subnav1 ul li a:hover {
    font-weight: normal;
    font-size: 11px;
    color: #4b9253;
    text-decoration: none;
}

.navLeft .subnav1 ul li a.subnav_on {
    font-weight: normal;
    font-size: 11px;
    color: #4b9253;
    text-decoration: none;
}

.navLeft .subnav1:visited {
    font-weight: normal;
    font-size: 11px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.navLeft .subnav2 {
    font-weight: normal;
    font-size: 11px;
    color: #000;
    margin-left: -9px;
    margin-bottom: -22px;
    padding-top: 1px;
    margin-top: 2px;
    background-image: none;
}

.navLeft .subnav2 ul {
    margin-left: -9px;
    margin-top: -4px;
}

.navLeft .subnav2 ul li a {
    font-weight: normal;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    background: none;
    margin-top: 4px;
    margin-bottom: 0;
    padding: 0;
}

.navLeft .subnav2 ul li a:hover {
    font-weight: normal;
    font-size: 11px;
    color: #4b9253;
    text-decoration: none;
}

.navLeft .subnav2:visited {
        font-weight: normal;
        font-size: 11px;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

.navLeft .subnav_on {
    color: #4b9253;
    display: block;
}
#show1{display:none;}
#show2{display:none;}
#show3{display:none;}
#show4{display:none;}

/***End left nav table styles***/


.Leftnav_icon {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    margin-top: -28px;
    text-align: center;
}

#noLeftnav_container {
    width: 175px;
    float: left;
    margin: 0;
    padding: 0;
    clear: right;
    background-color: none;
    margin-top: -22px;
}

#noLeftnav {
    width: 175px;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    clear: right;
    font-size: 12px;
    background-color: none;
}

#leftnav_container .feedback, #noLeftnav_container .feedback {
    text-align: center;
    padding: 16px 0;
    float: left;
    clear: both;
    background-color: #fff;
    width: 185px;
}

#pageContents {
    margin: 22px 16px 0 0;
    float: right;
    width: 790px;
}

#pageContents em {
    font-size: 100%;
}

li {
    margin: 6px 0;
}

.headline {
    FONT-SIZE: 16px;
    COLOR: #fff;
    FONT-FAMILY: Arial, Helvetica;
    font-weight: bold;
    TEXT-DECORATION: none;
    line-height: 28px;
    letter-spacing: 4px;
    word-spacing: .5em;
}

img.standard {
    box-shadow: 0px 0px 1px 3px #d4d4d4;
    margin: 0px 12px 8px;
}

figure {
    display: block;
    margin: 12px;
}

figcaption {
    display: block;
    font-size: 11px;
    padding-left: 12px;
    line-height: normal;
}

#featured {
    width: 425px;
    float: right;
    margin-bottom: 12px;
}

#featured .img {
    float: left;
    margin: 0px 24px 0px 16px;
}

#featured .desc {
    color: #333;
    font-size: 12px;
    margin: 0px 24px 16px 16px;
    line-height: 16px;
}
/* NEWSLETTERS */
a.newsletter, a.newsletter:hover, a.newsletter:visited {
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    text-decoration: none;
}

table#newsletter_header {
    width: 100%;
    background: #03c;
    margin: 0 auto;
}

table#newsletter_header td.successes {
    background: #006500;
    text-align: center;
}

table#newsletter_header td.monthly {
    background: #006;
    text-align: center;
}

table#contacts {
    margin-top: 0;
    margin-left: 0;
    padding: 6px;
}

table#contacts td {
    vertical-align: top;
}

table#contacts caption {
    font-size: 14px;
    color: #006;
    font-weight: bold;
    text-align: left;
}

.white{color: #fff}

.uline {
    text-decoration: underline;
}

.bluebox {
    background: #dce3f1;
    color: #000;
    margin: 8px;
    border: 1px solid #b6c4df;
    padding: 8px;
}


.bluebox h2 {
    margin-top: 5px;
}

.bluebox a, bluebox a:visited {
    color: #006;
}

.bluebox li {
    font-size: 12px;
    padding-right: 12px;
}

.bluebox p {
    font-size: 12px;
    padding: 1px 12px 1px 12px;
}

.blueBoxPlain {
    background: #dce3f1;
    color: #000;
    border: 1px solid #b6c4df;
}


.darkblue {
    background: #003366;
    color: #fff;
    margin: 8px;
    border: 1px solid #b6c4df;
    padding: 8px;
}

.darkblue a, darkblue a:visited {
    color: #fff;
}

.bluebox_fancy {
    background: #dce3f1;
    color: #000;
    border: 1px solid #a8b7d6;
    padding: 7px;
}

.bluebox_fancy p, .bluebox_fancy li {
    font-size: 12px;
}

.bluebox_fancy ul {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 22px;
}

.bluebox_fancy .hd {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #006;
}

.blueBoxPlain {
    background: #dce3f1;
    color: #000;
    border: 1px solid #b6c4df;
}


.box {
    background: #f5f5cc;
    padding: 8px;
    color: #000;
    margin-top: 8px;
    border: 1px solid #006;
}

.contactbox {
    border: 1px solid #ffa500;
    padding: 5px;
}

.contactbox h2.minor {
    color: #008380;
    margin-top: 5px;
    padding-top: 0;
}

.photo_container {
    background: #fff;
    padding: 0px 0px 0px 12px;
    color: #000;
}

.lightbluebox {
    background: #c7d6fd;
    padding: 8px;
    color: #000;
    margin-left: 8px;
}

.lightbluebox ul {
    margin-left: 0;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.lightblueboxhdr {
    font-weight: bold;
}

.lightbluebox .boxtext {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.lightbluebox li {
    font-size: 12px;
}

a.whitelink, a.whitelink:visited {
    color: white;
}

a.whitelink:hover {
    color: white;
}

h3.whiteh3 {
    color: white;
    text-align: center;
    margin-top: 0;
    padding-top: 7px;
}

.pdf {
    margin-top: 7px;
    font-size: 11px;
}

.small {
    font-size: 11px;
    line-height: 1.3em;
}

.verysmall {
    font-size: 9px;
}

h2.newsltr {
    font-size: 16px;
}

h3.newsltr {
    font-size: 14px;
}

h4.newsltr {
    font-size: 13px;
    color: #006;
}

h5.newsltr {
    font-size: 12px;
    color: #006;
}


table.news_contact {
    border-left: 1px solid black;
    border-top: 1px solid black;
}

table.news_contact th {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 11px;
    text-decoration: underline;
    text-align: left;
}

table.news_contact td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    vertical-align: top;
    font-size: 11px;
}

table.newsltr_page {
    width: 95%;
    margin: 0 auto;
    border: 1px solid black;
}

.hilite {
    background: yellow;
}

li.abc {
    list-style-type: lower-alpha;
    padding-bottom: 5px;
}

ol.decimal li, ol.abc li ol.lroman li ol.decimal li {
	list-style-type: decimal;
}
ol.upperalpa li ol.decimal li ol.abc li ol.decimal li ol.abc li {
	list-style-type: lower-alpha;
} 

ol.upperalpa li ol li ol.loweralpha li {
     list-style-type: lower-alpha;
}

ol.loweralpha li {
    list-style-type: lower-alpha;
}

ol.upperalpa li ol.decimal li ol.loweralpha li ol.lroman li{
    list-style-type: lower-roman;
}

ol.uroman li {
     list-style-type: upper-roman;
}
ol.uroman li ol.upperalpha li {
     list-style-type: upper-alpha;
}
ol.uroman li ol.upperalpha li ol.decimal li {
     list-style-type: decimal;
}
ol.uroman li ol.upperalpha li ol.decimal li ol.abc li {
     list-style-type: lower-alpha;
}
ol.uroman li ol.upperalpha li ol.decimal li ol.abc li ol.lroman li {
     list-style-type: lower-roman;
}
ol li ol.roman li {
     list-style-type: lower-roman;
}

li.roman {
    list-style-type: upper-roman;
    padding-bottom: 5px;
}

ol.lroman li, ol.abc li ol.lroman li {
    list-style-type: lower-roman;
    padding-bottom: 5px;
}

ol.lroman li ol.decimal li {
	list-style-type: decimal;
}

.upperalpa {
    list-style-type: upper-alpha;
    padding-bottom: 5px;
}

.centered {
    text-align: center;
}

.newsletter_date {
    position: relative;
    float: right;
    z-index: 5;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: -40px 0 0 0;
}

table.lined {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.lined th {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    text-align: left;
    padding: 6px;
    background: #ccc;
    font-size: 13px;
}

table.lined th.colspan {
    background: #e7e7e7;
}

table.lined td {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    text-align: left;
    padding: 6px;
    vertical-align: top;
}

table.lined td.subhead {
    background-color: #e7e7e7;
    font-weight: bold;
}

table.lined th.ctr, table.lined td.ctr {
    text-align: center;
}

table.lined td.sm, table.lined th.sm {
    font-size: .85em;
}

table.lined td.nobottom {
    border-bottom: none;
}

table.lined th.leftnobold {
    text-align: left;
    font-weight: normal;
}

table.lined td.smaller, table.lined th.smaller {
    font-size: .85em;
}

table.lined th.right, table.lined td.right {
    text-align: right;
}

table.lined th.bg {
    background: #d56e59;
}

table.lined th.bggray {
    background: #ccc;
}

table.lined th.bgwhite {
    background: #fff;
}

table.lined th.txtnormal {
    font-weight: normal;
}

table.lined tr.tan {
    background: #f6f2dd;
}

table.lined tr.top {
    vertical-align: top;
}

table.lined ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    margin-bottom: 0;
}

table.lined ul.margintop_8px {
    margin-top: 8px;
}

table.lined caption {
    font-size: 13px;
    text-align: center;
    margin-bottom: 7px;
    margin-top: 7px;
}

table.lined caption.leftAlligned {
    font-size: 13px;
    text-align: left;
    margin-bottom: 3px;
    margin-top: 0;
}

.lined .dark {
    color: #fff;
    background-color: #1f497d;
}

.lined .pale {
    color: #000;
    background-color: #f1f1f1;
}

.lined .ltblue {
    color: #000;
    background-color: #ccccff;
}

.lined2 {
    text-align: center;
}

.lined2 td, .lined2 th {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.lined3 {
    text-align: center;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.lined3 td, .lined3 th {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.lined td.valignmid {
    vertical-align: middle;
}
table.lined4 {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}

table.lined4 th, table.lined4 td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    font-size: 12px;
}

table.lined4 th {
    vertical-align: bottom;
    background: #dce3f1;
}

table.lined4 td {
    vertical-align: top;
}

table.lined4 th.ctr {text-align: center;}
table.lined4 td.vabot {vertical-align: bottom;}
table.lined4 td.right {text-align: right;}

.floatright {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
}

.fltright {
    float: right;
}

.floatleft {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}

.fltleft {
    float: left;
}

.left
{text-align: left;}

.right
{text-align: right;}

.width45 {
    width: 45%;
}
/* Margin Styles */
.marginzero {
    margin: 0;
}

.marginbottom_zero {
	margin-bottom: 0;
}

.marginbottom_3px {
	margin-bottom: 3px;
}

.marginbottom_5px {
	margin-bottom: 5px;
}

.marginbottom_10px {
	margin-bottom: 10px;
}

.marginbottom_14px {
	margin-bottom: 14px;
}

.marginbottom_15px {
	margin-bottom: 15px;
}

.marginbottom_20px {
	margin-bottom: 20px;
}

.marginbottom_30px {
	margin-bottom: 30px;
}

.marginbottom_35px {
	margin-bottom: 35px;
}

.marginbottom_40px {
	margin-bottom: 40px;
}

.marginbottom_45px {
	margin-bottom: 45px;
}

.marginbottom_50px {
	margin-bottom: 50px;
}

.margintop_minus10px {
	margin-top: -10px;
}

.margintop_zero {
	margin-top: 0;
}

.margintop_neg10px {
	margin-top: -10px;
}

.margintop_neg15px {
	margin-top: -15px;
}

.margintop_2px {
	margin-top: 2px;
}

.margintop_3px {
	margin-top: 3px;
}

.margintop_4px {
	margin-top: 4px;
}

.margintop_5px {
	margin-top: 5px;
}

.margintop_8px {
	margin-top: 8px;
}

.margintop_10px {
	margin-top: 10px;
}

.margintop_14px {
	margin-top: 14px;
}

.margintop_15px {
	margin-top: 15px;
}

.margintop_20px {
	margin-top: 20px;
}

.margintop_25px {
	margin-top: 25px;
}

.margintop_30px {
	margin-top: 30px;
}

.margintop_40px {
	margin-top: 40px;
}

.margintop_50px {
	margin-top: 50px;
}

.margintop_60px {
	margin-top: 60px;
}

.margintop_70px {
	margin-top: 70px;
}

.margintop_80px {
	margin-top: 80px;
}

.margintop_90px {
	margin-top: 90px;
}

.marginright_5px {
	margin-right: 5px;
}

.marginright_10px {
	margin-right: 10px;
}

.marginright_15px {
	margin-right: 15px;
}

.marginright_20px {
	margin-right: 20px;
}

.marginright_30px {
	margin-right: 30px;
}

.marginright_40px {
	margin-right: 40px;
}

.marginright_50px {
	margin-right: 50px;
}

.marginright_60px {
	margin-right: 60px;
}

.marginright_70px {
	margin-right: 70px;
}

.marginright_80px {
	margin-right: 80px;
}

.marginright_10percent {
	margin-right: 10%;
}

.marginright_25pct {
	margin-right: 25%;
}

.marginright_40pct {
	margin-right: 40%;
}

.marginright_50pct {
	margin-right: 50%;
}

.marginleft_zero {
	margin-left: 0;
}

.marginleft_5px {
	margin-left: 5px;
}

.marginleft_6px {
	margin-left: 6px;
}

.marginleft_7px {
	margin-left: 7px;
}

.marginleft_10px {
	margin-left: 10px;
}

.marginleft_15px {
	margin-left: 15px;
}

.marginleft_20px {
	margin-left: 20px;
}

.marginleft_25px {
	margin-left: 25px;
}

.marginleft_30px {
	margin-left: 30px;
}

.marginleft_40px {
	margin-left: 40px;
}

.marginleft_50px {
	margin-left: 50px;
}

.marginleft_145px {
	margin-left: 145px;
}

.marginleft_130px {
	margin-left: 130px;
}

.marginleft_110px {
	margin-left: 110px;
}

.marginleft_100px {
	margin-left: 100px;
}

.marginleft_50px {
	margin-left: 50px;
}

.marginleft_50pct {
	margin-left: 50%;
}

/* Padding Styles */
.paddingzero {
	padding: 0;
}


.paddingtop_zero {
	padding-top: 0;
}

.paddingtop_5px {
	padding-top: 5px;
}

.paddingtop_10px {
	padding-top: 10px;
}

.paddingtop_12px {
	padding-top: 12px;
}

.paddingtop_20px {
	padding-top: 20px;
}

.paddingtop_30px {
	padding-top: 30px;
}

.paddingtop_40px {
	padding-top: 40px;
}

.paddingtop_50px {
	padding-top: 50px;
}

.paddingtop_60px {
	padding-top: 60px;
}

.paddingtop_70px {
	padding-top: 70px;
}

.paddingbottom_zero {
	padding-bottom: 0;
}

.paddingbottom_three {
	padding-bottom: 3px;
}

.paddingbottom_seven {
	padding-bottom: 7px;
}

.paddingbottom_15px {
	padding-bottom: 15px;
}

.paddingbottom_30px {
    padding-bottom: 30px;
}

.paddingright_50pct {
	padding-right: 50%;
}

.paddingleft_zero {
	padding-left: 0;
}

.paddingleft_5px {
	padding-left: 5px;
}

.paddingleft_10px {
	padding-left: 10px;
}

.paddingleft_15px {
	padding-left: 15px;
}

.paddingleft_20px {
	padding-left: 20px;
}

.paddingleft_25px {
	padding-left: 25px;
}

.paddingleft_30px {
	padding-left: 30px;
}

.paddingleft_40px {
	padding-left: 40px;
}

.paddingright_5px {
	padding-right: 5px;
}

.paddingright_10px {
	padding-right: 10px;
}

.paddingright_15px {
	padding-right: 15px;
}

.paddingright_20px {
	padding-right: 20px;
}

.paddingright_25px {
	padding-right: 25px;
}

.paddingright_30px {
	padding-right: 30px;
}

.paddingright_35px {
	padding-right: 35px;
}

.paddingright_40px {
	padding-right: 40px;
}

.paddingall_10px {
	padding: 10px;
}

.paddingall_15px {
	padding: 15px;
}

.paddingall_20px {
	padding: 20px;
}

/* width styles */
.five {
	width: 5%;
}

.six {
	width: 6%;
}

.seven {
	width: 7%;
}

.eight {
	width: 8%;
}

.ten {
	width: 10%;
}

.fifteen {
	width: 15%;
}

.sixteen {
	width: 16%;
}

.twenty {
	width: 20%;
}

.twenty-four {
	width: 24%;
}

.twenty-five {
	width: 25%;
}

.twenty-eight {
	width: 28%;
}

.thirty {
	width: 30%;
}

.thirty-one {
    width: 31%;
}

.thirty-three {
	width: 33%;
}

.thirty-five {
     width: 35%;
}
thirty-six {
     width: 36%;
}
.thirty-seven {
     width: 37%;
}
.thirty-eight {
	width: 38%;
}

.forty {
	width: 40%;
}

.fortyfive {
	width: 45%;
}

.fortyseven {
	width: 47%;
}

.fortyeight {
	width: 45%;
}

.fifty {
	width: 50%;
}

.fiftyfive {
	width: 55%;
}

.sixty {
	width: 60%;
}

.sixty-five {
	width: 65%;
}

.seventy {
	width: 70%;
}

.seventyfive {
	width: 75%;
}

.eighty {
	width: 80%;
}

.eighty-three {
	width: 83%;
}

.eightyfive {
	width: 85%;
}

.ninety {
	width: 90%;
}

.ninety-one {
	width: 91%;
}

.ninety-five {
	width: 95%;
}

.ninety-eight {
	width: 98%;
}

.ninety-nine {
	width: 99%;
}

.onehundredpc {
	width: 100%;
}

.twentypx {
	width: 20px;
}
.thirtypx {
	width: 30px;
}
.thirtythreepx {
	width: 33px;
}
.fortypx {
	width: 40px;
}
.fortyfivepx {
	width: 45px;
}
.fiftypx {
	width: 50px;
}
.fiftyfivepx {
	width: 55px;
}
.sixtypx {
	width: 60px;
}
.seventypx {
	width: 70px;
}
.eightypx {
	width: 80px;
}
.ninetypx {
	width: 90px;
}

.one-hundredpx {
	width: 100px;
}

.onetenpx {
	width: 110px;
}

.onefifteenpx {
	width: 115px;
}

.onetwentypx {
	width: 120px;
}

.one-twenty-fivepx {
	width: 125px;
}

.one-thirtypx {
	width: 130px;
}

.one-thirty-fivepx {
	width: 135px;
}

.one-fortypx {
	width: 140px;
}

.one-fiftypx {
	width: 150px;
}

.one-sixtypx {
	width: 160px;
}

.one-sixtyfivepx {
	width: 165px;
}

.one-seventypx {
	width: 170px;
}

.one-seventy-fivepx {
	width: 175px;
}

.one-eightypx {
	width: 180px;
}

.one-eighty-fivepx {
	width: 185px;
}

.one-ninetypx {
	width: 190px;
}

.two-hundredpx {
	width: 200px;
}

.two_tenpx {
	width: 210px;
}

.two-twentypx {
	width: 220px;
}

.two-twenty-fivepx {
	width: 225px;
}

.two-thirtypx {
	width: 230px;
}

.two-fortypx {
	width: 240px;
}

.two-fiftypx {
	width: 250px;
}

.two-fifty-fivepx {
	width: 255px;
}

.two-sixtypx {
	width: 260px;
}

.two-seventypx {
	width: 270px;
}

.two-seventy-fivepx {
	width: 275px;
}

.two-eightypx {
	width: 280px;
}

.two-eighty-fivepx {
	width: 285px;
}

.two-ninetypx {
	width: 290px;
}

.two-ninety-threepx {
	width: 293px;
}

.three-hundredpx {
	width: 300px;
}

.three-tenpx {
	width: 310px;
}

.three-fifteenpx {
	width: 315px;
}

.three-twentyfivepx {
	width: 325px;
}

.three-thirtypx {
	width: 330px;
}

.three-thirtyfivepx {
	width: 335px;
}

.three-fifty {
	width: 350px;
}

.three-fiftyninepx {
	width: 359px;
}

.three-sixtyfivepx {
	width: 365px;
}

.three-seventypx {
	width: 370px;
}

.three-seventyfivepx {
	width: 375px;
}

.three-eightypx {
	width: 380px;
}

.three-ninetypx {
	width: 390px;
}

.four-hundredpx {
	width: 400px;
}

.four-tenpx {
     width: 410px;
}

.four-fifteenpx {
     width: 415px;
}

.four-twentyfivepx {
     width: 425px;
}

.four-thirtypx {
     width: 430px;
}

.four-thirtyfivepx {
	width: 435px;
}

.four-fiftypx {
	width: 450px;
}

.four-seventytwopx {
	width: 472px;
}

.four-eightypx {
	width: 480px;
}

.four-ninetypx {
	width: 490px;
}

.fivehundredpx {
	width: 500px;
}

.fivehundredtenpx {
	width: 510px;
}

.fivehundredtwentypx {
	width: 520px;
}

.fivehundredthirtypx {
	width: 530px;
}

.fivehundredfortypx {
	width: 540px;
}

.fivehundredfiftypx {
	width: 550px;
}

.sixhundredpx {
	width: 600px;
}

.sixhundredfiftypx {
	width: 650px;
}

.six-sixtyfivepx {
	width: 665px;
}


.sixhundredsixtypx {
	width: 660px;
}


.sixhundredseventypx {
	width: 670px;
}


.sixhundredeightypx {
	width: 680px;
}

.sevenhundredpx {
	width: 700px;
}

.sevenfiftypx {
	width: 750px;
}

.sevenseventypx {
	width: 770px;
}

.sevenseventyfivepx {
     width: 775px;
}

.eight-hundredpx {
	width: 800px;
}

.ctr {
    text-align: center;
}
/* prevent bullet problem when next to a floated image/table */
ul.bullet_problem, ol.bullet_problem {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
}

.border1px {
    border: 1px solid #006;
}

hr.forty {
    width: 40%;
    text-align: left;
}

.border_bottom2px {
    border-bottom: 2px solid black;
}

.yellowbg {
    background: #fcfca9;
}

ul.noleftmargin {
    margin-left: 0;
    padding-left: 0;
}

ol ol {
    margin-top: 7px;
}

ol ul li {
    list-style: disc;
}

ol.abc li {
    list-style-type: lower-alpha;
    padding-bottom: 5px;
}

    ol.abc li.disc {
        list-style-type: disc;
    }

ol.numbered li {
    list-style-type: decimal;
}

ol.numbered li ul li {
    list-style: disc;
}

ol.numbered li ol.abc li {
    list-style-type: lower-alpha;
}

ol.numbered li ol.abc li ol.numbered li {
    list-style-type: decimal;
}

ol.roman li {
    list-style-type: upper-roman;
}

ol.upperalpa li ol.decimal li ul li {
    list-style-type: disc;
}

ol.abc li ol.lroman li {
    list-style-type: lower-roman;
}

dd {
    padding-bottom: 7px;
}

.darkgreenbg {
    background: #060;
}
.darkgreenbg a, .darkgreenbg a:visited {
   color: #fff
}

.darkgreenbg a:active {
   color: #fff
}
.nobrk {
    white-space: nowrap;
}

.border1px {
    border: 1px solid black;
}

.bg_ffffcd {
    background: #ffffcd;
}

.whitebg {
    background: #fff;
}


/*---------------------------   to fix vertical spacing with superscript/subscript   ----------------------------------*/
.spaced sub, .spaced sup {
    vertical-align: baseline;
    position: relative;
    font-size: 70%;
}
/* 70% size of its parent element font-size which is good. */
.spaced sub {
    bottom: -0.6em;
}
/* use em because they adapt to parent font-size */
.spaced sup {
    top: -0.6em;
}
/* use em because they adapt to parent font-size */
.spaced sup a {
    text-decoration: none;
}
/* to remove the underline from the superscript link */
/*------------------------------------------------------------------------------------------------------------------------------*/

/*----  styles for Integrating Road Safety into NEPA Analysis: A Primer for Safety and Environmental Professionals report from FHWA Safety website  ----*/
.pd6rs {
    width: 780px;
}

#content {
    width: 700px;
}

.inset-photo, .inset-photo-caption {
    display: block;
    float: right;
    padding: 0 0 10px 10px;
    margin: 0;
    width: 225px;
}

.inset-photo-caption p {
    font-weight: bold;
    font-size: 11px;
}

.chapter_nav {
    border-bottom: #000 1px solid;
    border-top: #000 1px solid;
    clear: both;
    width: 99%;
}

.chapter_nav td {
    font-size: x-small;
    width: 33%;
    vertical-align: middle;
}

.contentboxborder {
    border: #000066 1px solid;
    padding: 10px;
}

.caption-figure {
    margin: 0;
    padding: 25px 0 3px 0;
    font-size: 12px;
    font-weight: bold;
}

.return_top {
    font-size: 11px;
}

#content td {
    margin: 0;
    vertical-align: top;
}

.compress {
    margin-top: 0;
    margin-bottom: 3px;
}

.pd6rs_right {
    text-align: right;
    margin-right: 30px;
}

.pd6rs_left {
    text-align: left;
    margin-left: 30px;
}

.arrow_bullet {
    list-style-type: none;
    list-style-image: url(../ecological/images/arrow_right_list.gif);
}

.eei_award {
    width: 100%;
    min-width: 720px;
    max-width: 900px;
    margin: 0 auto;
}

.center_using_margin {
    margin: 0 auto;
}

/*---------------------------   Section 6009 report and appendixes   ----------------------------------*/

.compare {
    text-align: right;
}

    .compare td, .open td {
        padding-right: 5px;
    }

.sched {
    text-align: left;
}

.sched, .compare {
    border-top: 1px solid black;
    border-left: 1px solid black;
    margin: 0 0 10px 0;
}

.sched td, .compare td {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.sched td.ctr, .compare td.ctr, open td.ctr {
    text-align: center;
}

.sched td.gray, .compare td.gray {
    background: #ccc;
}

.sched td.blue, .compare td.blue {
    background: #005daa;
}

.sched td.black, .compare td.black {
    background: #000;
}

.sched td.violet, .compare td.violet {
    background: #f1f0f0;
}

.key {
    width: 50px;
}

.study {
    text-align: center;
    border-top: 1px solid #d0d7e5;
    border-right: 1px solid #d0d7e5;
    border-left: 1px solid #d0d7e5;
    margin: 0 auto;
}

.study td {
    padding: 2px;
    border-bottom: 1px solid #d0d7e5;
    border-right: 1px solid #000;
}

.study td.rght {
    text-align: right;
    padding-right: 5px;
}

.study td.rdkbrdr, .open td.rdkbrdr, .compare td.rdkbrdr {
    border-right: 2px solid black;
}

.study td.bdkbrdr, .open td.bdkbrdr, .compare td.bdkbrdr {
    border-bottom: 2px solid black;
}

.compare td.tdkbrdr {
    border-top: 2px solid black;
}

.compare td.norbrdr {
    border-right: none;
}

.compare td.nobbrdr {
    border-bottom: none;
}

.study td.lghtbrdr {
    border-right: 1px solid #d0d7e5;
}

.open {
    text-align: right;
    margin: 10px auto;
}

.open td {
    border-right: 1px solid #000;
}

.open td.nobrdr {
    border-right: none;
}

.open td.btmalign {
    vertical-align: bottom;
}

.open td.rxdkbrdr {
    border-right: 3px solid black;
}

.open td.bxdkbrdr {
    border-bottom: 3px solid black;
}

.flowchart, .flowchart2 {
    margin: 0 auto;
}

.flowchart td {
    border: none;
    text-align: center;
    padding: 0 0 0 0;
}

.flowchart2 td {
    border: none;
    text-align: center;
    padding: 0 0 0 0;
    vertical-align: top;
}

.flowchart .bordered, .flowchart2 .bordered {
    padding: 5px 10px;
    border: 2px solid #000;
}

.flowchart .grybox {
    width: 70%;
    background: #c6c6c6;
    margin: 0 auto;
}

.flowchart .emph {
    font-size: 13px;
    font-weight: bold;
}

.flowchart .lpad {
    padding-left: 10px;
}

.flowchart .arrows, .flowchart2 .arrows {
    font-size: 30px;
    font-weight: lighter;
}

.itemno {
    width: 3%;
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.itemtxt {
    width: 97%;
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.itemno p, .itemtxt p {
    margin: 0 0 8px 0;
    padding: 0;
}

.questnaire td {
    vertical-align: top;
}

.questnaire td.btmalign {
    vertical-align: bottom;
}

.questnaire td div.bordered {
    border: solid 1px #000;
    padding: 5px 5px 5px 15px;
    margin: 5px 0;
}

.ratings {
    padding: 0 10px 10px;
    vertical-align: top;
}

.matrix {
    width: 90%;
    border: 1px solid #000;
    margin: 0 auto;
}

.matrix td {
    vertical-align: middle;
    text-align: center;
    padding: 14px;
}

.matrix .yel {
    background: #ffffcc;
}

.matrix .grn {
    background: #ccffcc;
}

.matrix .red {
    background: #ff9999;
}

.matrix .btmbrdr {
    border-bottom: 1px solid #000;
}

.matrix .rgtbrdr {
    border-right: 1px solid #000;
}

.textbox {
    border: solid 1px #000000;
    padding: 5px 5px 60px 5px;
}

.formfield {
    border-top: solid 1px #000000;
    padding-top: 3px;
}

/*---- Background colors ------------*/
.highlight_grn {
	color: #2e583f;
}

.bg_white {
	background-color: #fff;
}

.bg_ltgreen {
    background-color: #e4efe3;
}


.bg_vltblue {
    background-color: #f9fbfd;
}

.bg_ltblue {
    background-color: #dbe5f1;
}

.bg_another_lt_blue {
    background-color: #deebf9;
}

.bg_med_blue {
    background-color: #afc1f9;
}

/*---- For New Newsletter Home Page | February 2012 ------------*/
.centered_800px {
    width: 800px;
    margin: 0 auto;
}

.left_800px {
    min-width: 600px;
    max-width: 890px;
    margin: 0 0 0 20px;
}

.left_800pxs {
    width: 800px;
    margin: 0 0 0 20px;
}

.centered_810px {
    width: 810px;
    margin: 0 auto;
}

#nlbanner_new {
    text-align: center;
    margin: -35px 0 0 0;
    width: 100%;
    min-width: 800px;
    height: 235px;
    background: url('../Pubs_resources_tools/publications/newsletters/images/tenth_anniv_bkgrnd_new.jpg') repeat-x 0 0;
    background-image: url('');
    display: block;
    padding: 0;
}

.newsletter_box {
    position: relative;
    width: 225px;
    height: 325px;
    float: left;
    margin: 15px 19px 20px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
    color: #fff;
    background: #21246B;
    border-left: solid 5px #21246B;
    border-right: solid 5px #21246B;
    border-top: solid 5px #21246B;
}

.newsletter_box h2 {
    text-align: center;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    color: #fff;
    background: #21246B;
}

.newsletter_box p {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    background: #21246B;
    font-size: 12px;
}

.newsletter_box h2 a:link, .newsletter_box h2 a:visited {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newsletter_box h2 a:hover, .newsletter_box h2 a:active {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.newsletter_box p a:link, .newsletter_box p a:visited {
    color: #fff;
    text-decoration: none;
}

.newsletter_box p a:hover, .newsletter_box p a:active {
    color: #999;
    text-decoration: none;
}

.newsletter_box img.gov_delivery {
	background: #4a91b6;
}

.news_archives {
	border: solid 1px #eaeaea;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.news_archives td, .news_archives th {
     padding: 10px 8px 5px 8px;
}

.clearboth {
    clear: both;
}

.clrleft {
    clear: left;
}

.clrright {
    clear: right;
}

.abs_pos {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.abs_pos p {
    text-align: center;
}

.centered_800px p {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.centered_800px p.margintop_3px {
    margin-top: 3px;
}

.centered_800px ul li, .centered_800px ol li {
margin: 0 0 10px 0;
padding: 0 0 0 0;
}

.centered_800px ul.bottom_threepx li {
margin: 0 0 3px 0;
padding: 0 0 0 0;
}

.centered_800px ul li ul li, .centered_800px ul li ol li {
margin: 0 0 10px 0;
padding: 0 0 0 0;
}

.centered_800px ol li ul li, .centered_800px ol li ol li {
margin: 0 0 10px 0;
padding: 0 0 0 0;
}


.appa_left {
    float: left;
    width: 20px;
    margin: 0;
    padding: 0;
}

.appa_right {
    float: left;
    width: 770px;
    margin: 0;
    padding: 0;
}

.borderblack {
    border: solid 1px #000;
}

.borderblack2px {
    border: solid 2px rgb(120, 144, 156);
}

.borderblack2px h4:hover {
    color: rgb(1, 117, 251);
}

.figlist {
    float: left;
    margin: 0 0 5px 0;
}

.centered_700px {
    width: 700px;
    margin: 12px auto;
}

.centered_650px {
    width: 650px;
    margin: 12px auto;
}

.centered_600px {
    width: 600px;
    margin: 12px auto;
}

.centered_500px {
    width: 500px;
    margin: 12px auto;
}

.xlfont {
    font-size: 20px;
}

.urlwrapfix {
    width: 200px;
    word-wrap: break-word;
}

.one_third {
    float: left;
    width: 33%;
}

.footnote_no {
    width: 2%;
    float: right;
    font-size: 60%;
    margin: 0 5px 10px 0;
}

.footnote {
    width: 96%;
    float: right;
    font-size: 90%;
    margin: 0 5px 10px 0;
}

.footnote a {font-size: 100%;}

.clrboth {
    clear: both;
}

.noliststyle li {
    list-style-type: none;
}

.xtrapadding {
    padding-left: 12px;
    padding-right: 12px;
}

.sixteenpercent {
    float: left;
    width: 16%;
    text-align: center;
}

.twentypercent {
    float: left;
    width: 20%;
    text-align: center;
}

.borderright_blue {
    border-right: solid 1px #000066;
}

.fltleft_nomargin {
    float: left;
    margin: 0;
}

.fltright_nomargin {
    float: right;
    margin: 0;
    padding: 0;
}

.lined td.btmbrdr2 {
    border-bottom: solid 2px #000;
}

hr.eightypercent {
    width: 80%;
    margin: 0 auto;
}


.lght_green {
    background: #cfddcd;
    border-left: solid 1px #a1be9c;
    border-left: solid 1px #a1be9c;
    border-top: solid 3px #6298ac;
    border-bottom: solid 3px #1c4c5d;
    margin: 10px 0 10px 20px;
    padding: 10px;
}

.bullet_left {
    margin-left: 30px;
}

.web_image {
    float: left;
    clear: left;
    width: 45px;
    margin: 0 0 12px 25px;
}

.web_image2 {
    float: left;
    clear: left;
    width: 50px;
    margin: 0 0 12px 25px;
}

.web_image_desc {
    float: left;
    width: 85%;
    margin: 0 0 12px 0;
}

.memorandum {
    font-weight: bold;
    font-size: 32px;
    text-align: right;
}


.award_back {
    margin: 30px 0 10px 0;
}

.award_back a {
    text-decoration: none;
}
/*---------------------------   Invasive Species Report tables   ----------------------------------*/
.open2, .open3 {
    width: 95%;
    margin: 0 0 0 20px;
    border-top: 1px solid #000;
}

.open2 td, .open3 td {
    border-bottom: 1px solid #000;
    padding: 3px 10px;
}

.open2 td {
    vertical-align: bottom;
}

.open3 td {
    vertical-align: top;
}

    .open3 td.btm {
        vertical-align: bottom;
    }

.open3 ul, .open3 li {
    margin: 0 0 0 6px;
    padding: 0;
}

.open2 td.nobrder {
    border-bottom: none;
}

/*-------for Roadside Use of Native Plants report--------------*/
.cgrumb a {
    color: #fff;
}


/*----  styles for new PEL Overview and pages: Feb 2013  ----*/
.left_775pxs {
    width: 775px;
    margin: 0 0 0 20px;
}

.left_775pxs p {
    margin: 0;
    padding: 0px;
}

.left_775pxs p.marginbottom_30px {
    margin-bottom: 30px;
}

.pel_highlights {
    float: left;
    width: 33%;
    margin: 0 0 0 0;
}

.pel_highlights p {
    margin: 10px 20px 10px 20px;
}

.pel_highlights h2 {
    text-align: center;
    margin-top: 20px;
}

.pel_highlights ul {
    padding-left: 40px;
}

ul.greenbullets li {
    list-style-image: url('../env_initiatives/pel/images/bullet_green.png');
    margin-bottom: 8px;
}

.pel_benefits {
    margin-left: 20px;
    padding-left: 35px;
    margin-bottom: 0;
}

.pel_benefits li {
    list-style-image: url('../env_initiatives/pel/images/bullet_green.png');
    margin-bottom: 8px;
    margin-right: 20px;
}

.pel_benefits li.last_item {
    margin-bottom: 5px;
    padding-bottom: 0;
}

.top_section {
    width: 100%;
    margin: 0 15px 0 12px;
    border-right: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    background: url('../env_initiatives/pel/images/section_top_shaded.png') no-repeat top left;
}

.section {
    margin: -4px 10px 0 12px;
    padding: 10px 10px 10px 10px;
    border-right: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
}

.section_btm {
    margin: 0 0 5px 12px;
}

.section_top {
    margin: 0 0 0 12px;
}

.section h2 {
    margin-top: 0;
    padding-top: 0;
}

.section p {
    padding: 0 20px 5px 20px;
}

.top_section img, .section img {
    margin: 0 0 10px 0;
}

.box_blue_vert_gradient {
    background: url("../env_initiatives/pel/images/gradient_blue_vert.png") repeat-x 0 0;
}
/*----  end styles for new PEL Overview and pages: Feb 2013  ----*/

/*----  styles for new PEL Overview and pages: Feb 2013  ----*/
.implement_top {
    margin: 0 15px 0 10px;
    padding: 15px 0 10px 10px;
    background: url("../env_initiatives/pel/images/gradient_blue_vert.png") repeat-x 0 0;
}

.implement_top h1 {
    width: 250px;
    float: left;
    font-size: 18px;
    color: #000066;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

.implement_top h2 {
    width: 250px;
    float: left;
    clear: left;
    font-size: 15px;
    color: #000;
    margin: 10px 0 0 15px;
    padding: 0 0 0 0;
}

.implement_top p {
    float: left;
    margin: 40px 0 0 15px;
}

.pel_implement_col {
    float: left;
    width: 33%;
    margin: 10px 0 0 15px;
    padding: 0 5px 0 0;
}

.header_row {
    margin: 0 14px 0 10px;
    background: #ebebeb url('../env_initiatives/pel/images/shadow_banner_bottom.png') no-repeat left top;
    border-left: solid 1px #ababab;
    border-right: solid 1px #ababab;
}

.header_row_last {
    margin: 0 14px 0 10px;
    background: #ebebeb url('../env_initiatives/pel/images/shadow_banner_bottom.png') no-repeat left top;
    border-left: solid 1px #ababab;
    border-right: solid 1px #ababab;
    border-bottom: solid 1px #ababab;
}

.plus_minus {
    float: left;
    width: 62px;
    height: 38px;
    padding: 10px 0 10px 0;
    color: #1f236c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #ababab;
}

.plus_minus img {
    margin: 0 12px 0 12px;
}

.tool {
    float: left;
    width: 160px;
    height: 38px;
    padding: 20px 0 0 0;
    color: #1f236c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #ababab;
}

.actions {
    float: left;
    width: 285px;
    height: 38px;
    padding: 20px 0 0 0;
    color: #1f236c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #ababab;
}

.items {
    float: left;
    width: 235px;
    height: 38px;
    padding: 20px 0 0 0;
    color: #1f236c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.lightgray {
    background: #ebebeb;
}

.info_row {
    margin: 0 14px 0 10px;
    border-left: solid 1px #ababab;
    border-right: solid 1px #ababab;
}

.plus_minus_details {
    float: left;
    width: 62px;
    border-top: solid 1px #ababab;
    background: #ebebeb;
    padding: 0;
    color: #1f236c;
    font-size: 16px;
    border-right: solid 1px #ababab;
}

.tool_details {
    float: left;
    width: 160px;
    padding: 0;
    color: #1f236c;
    border-top: solid 1px #ababab;
    border-right: solid 1px #ababab;
}

.actions_details {
    float: left;
    width: 285px;
    padding: 0;
    color: #1f236c;
    border-top: solid 1px #ababab;
    border-right: solid 1px #ababab;
}

.items_details {
    float: left;
    width: 239px;
    padding: 0;
    color: #1f236c;
    border-top: solid 1px #ababab;
}

.tool_details p {
    margin: 5px 10px 5px 10px;
}

.tool_details ul {
    margin: 5px 10px 5px 10px;
}

.actions_details p {
    margin: 5px 10px 5px 10px;
}

.actions_details ul {
    margin: 5px 10px 5px 10px;
}

.items_details p {
    margin: 5px 10px 5px 10px;
}

.items_details ul {
    margin: 5px 10px 5px 10px;
}

#changes_details {
    display: none;
}

#changesMinus {
    display: none;
}

#plus_minus_details1, #tool_details1, #actions_details1, #items_details1 {
    height: 162px;
}

#plus_minus_details2, #tool_details2, #actions_details2, #items_details2 {
    height: 150px;
}

#plus_minus_details3, #tool_details3, #actions_details3, #items_details3 {
    height: 165px;
}

#plus_minus_details4, #tool_details4, #actions_details4, #items_details4 {
    height: 95px;
}

#plus_minus_details5, #tool_details5, #actions_details5, #items_details5 {
    height: 183px;
}

#plus_minus_details6, #tool_details6, #actions_details6, #items_details6 {
    height: 164px;
}

#planning_details {
    display: none;
}

#planningMinus {
    display: none;
}

#plus_minus_planning1, #tool_planning1, #actions_planning1, #items_planning1 {
    height: 127px;
}

#plus_minus_planning2, #tool_planning2, #actions_planning2, #items_planning2 {
    height: 90px;
}

#plus_minus_planning3, #tool_planning3, #actions_planning3, #items_planning3 {
    height: 326px;
}

#plus_minus_planning4, #tool_planning4, #actions_planning4, #items_planning4 {
    height: 281px;
}

#plus_minus_planning5, #tool_planning5, #actions_planning5, #items_planning5 {
    height: 132px;
}

#data_details {
    display: none;
}

#dataMinus {
    display: none;
}

#plus_minus_data1, #tool_data1, #actions_data1, #items_data1 {
    height: 141px;
    border-top: none;
}

#plus_minus_data2, #tool_data2, #actions_data2, #items_data2 {
    height: 220px;
}

#plus_minus_data3, #tool_data3, #actions_data3, #items_data3 {
    height: 166px;
}

#plus_minus_data4, #tool_data4, #actions_data4, #items_data4 {
    height: 90px;
    border-bottom: solid 1px #ababab;
}

#coord_details {
    display: none;
}

#coordMinus {
    display: none;
}

#plus_minus_coord1, #tool_coord1, #actions_coord1, #items_coord1 {
    height: 206px;
    border-top: none;
}

#plus_minus_coord2, #tool_coord2, #actions_coord2, #items_coord2 {
    height: 95px;
}

#plus_minus_coord3, #tool_coord3, #actions_coord3, #items_coord3 {
    height: 173px;
}

#plus_minus_coord4, #tool_coord4, #actions_coord4, #items_coord4 {
    height: 106px;
    border-bottom: solid 1px #ababab;
}

.borderbtmgray {
    border-bottom: solid 1px #ababab;
}
/*----  end styles for new PEL Overview and pages: Feb 2013  ----*/

/*----  styles for new PEL Effective Practices page: June 2013  ----*/
.left_1000px {
    width: 1000px;
    position: relative;
}

.left_775px_float {
    width: 775px;
    position: relative;
    float: left;
    margin: 0 0 0 20px;
}

.categoriesKey {
    position: absolute;
    left: 790px;
    height: 376px;
    margin: -12px 0 0 0;
}

.implement_top p.effprachead {
    width: 510px;
    margin: 10px 10px 0 15px;
}

.para_plus {
    clear: both;
    height: 38px;
    vertical-align: middle;
    margin-left: 15px;
}

.banner_title {
    margin: -60px 0 25px 45px;
    width: 200px;
    text-align: center;
    height: 50px;
}

.banner_title_partner {
    margin: -60px 0 10px 0;
    width: 300px;
    text-align: center;
    height: 50px;
    position: relative;
    z-index: 2;
}

.banner_title h2, .banner_title_partner h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.banner_text {
    position: relative;
    z-index: 2;
    width: 460px;
    height: 65px;
    margin: -80px 0 0 300px;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
    line-height: normal;
}

.banner_text_pg {
    position: relative;
    z-index: 2;
    width: 460px;
    height: 60px;
    margin: -75px 0 0 300px;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
    line-height: normal;
}

.banner_text_pac {
    position: relative;
    z-index: 2;
    width: 460px;
    height: 65px;
    margin: -65px 0 0 300px;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
    line-height: normal;
}

.plus_minus_eff {
    float: left;
    width: 58px;
    height: 38px;
    padding: 12px 0 10px 0;
    color: #1f236c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #ababab;
}

.plus_minus_eff img {
    margin: 0 12px 0 10px;
}

.state {
    float: left;
    width: 104px;
    height: 38px;
    padding: 20px 0 0 0;
    color: #1f236c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #ababab;
}

.caseStudy {
    float: left;
    width: 329px;
    height: 38px;
    padding: 20px 0 0 0;
    color: #1f236c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #ababab;
}

.categories {
    float: left;
    width: 255px;
    height: 38px;
    padding: 20px 0 0 0;
    color: #1f236c;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.plus_minus_details_eff {
    float: left;
    width: 58px;
    height: 40px;
    border-top: solid 1px #ababab;
    background: #ebebeb;
    padding: 0;
    color: #1f236c;
    font-size: 16px;
    border-right: solid 1px #ababab;
}

.state_details {
    float: left;
    width: 104px;
    height: 40px;
    padding: 0;
    color: #1f236c;
    border-top: solid 1px #ababab;
    border-right: solid 1px #ababab;
}

.caseStudy_details {
    float: left;
    width: 329px;
    height: 40px;
    padding: 0;
    color: #1f236c;
    border-top: solid 1px #ababab;
    border-right: solid 1px #ababab;
}

.categories_details {
    float: left;
    width: 255px;
    height: 40px;
    padding: 0;
    color: #1f236c;
    border-top: solid 1px #ababab;
}

.state_details p {
    margin: 12px 10px 5px 10px;
}

.caseStudy_details p {
    margin: 12px 10px 5px 10px;
}

.items_details_icon {
    width: 34px;
    float: left;
    margin: 5px 0 0 23px;
    text-align: center;
}

.nobrdrtop {
    border-top: none;
}

.btmbrdr {
    border-bottom: solid 1px #ababab;
}

.caseStudy_details p.double_line_adjust {
    margin-top: 5px;
    line-height: normal;
}

/*----  end styles for new PEL Effective Practices page: June 2013  ----*/

/*----  styles for new PEL Publications page: August 2013  ----*/
/* Top Banner */
.pub_top {
    margin: 0 15px 0 10px;
    padding: 15px 0 10px 10px;
    background: url("../env_initiatives/pel/images/gradient_blue_vert_pub.png") repeat-x 0 0;
}

.pub_top h1 {
    width: 250px;
    float: left;
    font-size: 18px;
    color: #000066;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

.pub_top h2 {
    width: 250px;
    float: left;
    clear: left;
    font-size: 15px;
    color: #000;
    margin: 10px 0 0 15px;
    padding: 0 0 0 0;
}

.pub_top p {
    float: left;
    margin: 40px 0 0 15px;
}

.pub_top p.effprachead {
    width: 510px;
    margin: 10px 10px 0 15px;
}

/* Category Buttons */
.pubCategories {
    margin: 0 0 0 12px;
    padding: 0;
}

.pubCategory, .pubCategoryBtmLeft, .pubCategoryBtmRight {
    float: left;
    width: 374px;
}

.pubCategory {
    height: 43px;
}

.pubCategoryBtmLeft {
    height: 48px;
}

.pubCategoryBtmRight {
    height: 48px;
}

.defaultBackground {
    background-image: url('../env_initiatives/pel/images/button_pub_category.png');
}

    .defaultBackground:hover {
        background-image: url('../env_initiatives/pel/images/button_pub_category_green.png');
    }

.defaultBackgroundBtmLeft {
    background-image: url('../env_initiatives/pel/images/button_pub_category_btm_left.png');
}

    .defaultBackgroundBtmLeft:hover {
        background-image: url('../env_initiatives/pel/images/button_pub_category_btm_left_green.png');
    }

.defaultBackgroundBtmRight {
    background-image: url('../env_initiatives/pel/images/button_pub_category_btm_right.png');
}

    .defaultBackgroundBtmRight:hover {
        background-image: url('../env_initiatives/pel/images/button_pub_category_btm_right_green.png');
    }

.green {
    background-image: url('../env_initiatives/pel/images/button_pub_category_green.png');
}

.greenBtmLeft {
    background-image: url('../env_initiatives/pel/images/button_pub_category_btm_left_green.png');
}

.greenBtmRight {
    background-image: url('../env_initiatives/pel/images/button_pub_category_btm_right_green.png');
}


.pubCategory h3, .pubCategoryBtmLeft h3, .pubCategoryBtmRight h3 {
    float: left;
    font-size: 16px;
    color: #000066;
    width: 300px;
    margin: 15px 0 20px 20px;
}

.pubCategory img, .pubCategoryBtmLeft img, .pubCategoryBtmRight img {
    float: right;
    margin: 7px 25px 5px 0;
}

/* Results */
.resultsWrapper {
    display: none;
}

    .resultsWrapper p.resultsCount {
        margin: -82px 0 0 35px;
        font-weight: bold;
    }

.pubImg {
    width: 120px;
    text-align: center;
    vertical-align: middle;
    border-right: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    background: #ebebeb;
    padding: 10px 0 10px 0;
}

.pubText {
    width: 580px;
    padding: 12px 10px 10px 20px;
    color: #1f236c;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #d2d2d2;
    line-height: 1.4em;
}

    .pubText h4 {
        margin: 0 0 5px 0;
        color: #000066;
    }

    .pubText a {
        text-decoration: none;
        color: #000066;
        font-weight: bold;
    }

    .pubText p {
        margin: 0;
    }

.banner_title_pub {
    margin: 25px 0 0 35px;
    text-align: left;
    height: 50px;
}

    .banner_title_pub h2 {
        margin: -4px 0 0 0;
        padding: 0;
        font-size: 18px;
    }

.pubResults {
    margin: -10px 0 0 14px;
    border-top: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    width: 745px;
    position: relative;
    z-index: 2;
}

/*----  end styles for new PEL Publications page: August 2013  ----*/

/*----------PEL Benefits Report-------------*/
.annualReport {
    width: 800px;
}

    .annualReport h1 {
        font-size: 24px;
        color: #225aaa;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        line-height: 1.1em;
    }

    .annualReport h2 {
        font-size: 22px;
        color: #225aaa;
        margin: 30px 0 10px 0;
        padding: 0 0 0 0;
        line-height: 1.1em;
    }

    .annualReport h3 {
        font-size: 20px;
        color: #225aaa;
        margin: 0 0 15px 0;
        padding: 0 0 0 0;
        line-height: 1.1em;
    }

    .annualReport h4 {
        font-size: 18px;
        color: #225aaa;
        margin: 10px 0 10px 0;
        padding: 0 0 0 0;
    }

    .annualReport h5 {
        font-size: 16px;
        color: #225aaa;
        margin: 0 0 7px 0;
        padding: 0 0 0 0;
    }

    .annualReport h6 {
        font-size: 14px;
        color: #225aaa;
        margin: 0 0 5px 0;
        padding: 0 0 0 0;
        font-style: normal;
    }

    .annualReport h3.paddingtop_20px {
        padding-top: 20px;
    }

    .annualReport h3.mustard {
        color: #a77e17;
    }

    .annualReport h3.navy {
        color: #28324b;
    }

    .annualReport h3.margintop_30px {
        margin-top: 30px;
    }

    .annualReport h4.margintop_30px {
        margin-top: 30px;
    }

    .annualReport h4.marginbottom_20px {
        margin-bottom: 20px;
    }

    .annualReport h4.margintop_zero {
        margin-top: 0;
    }

    .annualReport h5.marginbottom_5px {
        margin-bottom: 5px;
    }

    .annualReport p {
        margin: 0 0 10px 0;
        padding: 0;
    }

.annualReport p.margintop_3px {
     margin-top: 3px;
}
.annualReport p.margintop_10px {
     margin-top: 10px;
}
.annualReport p.margintop_15px {
     margin-top: 15px;
}
.annualReport p.margintop_20px {
     margin-top: 20px;
}
.annualReport p.margintop_30px {
     margin-top: 30px;
}
.annualReport p.margintop_40px {
     margin-top: 40px;
}
.annualReport p.marginbottom_3px {
     margin-bottom: 3px;
}
.annualReport p.marginbottom_5px {
     margin-bottom: 5px;
}
.annualReport p.marginbottom_10px {
     margin-bottom: 10px;
}
.annualReport p.marginbottom_20px {
     margin-bottom: 20px;
}
.annualReport p.marginbottom_30px {
     margin-bottom: 30px;
}
.annualReport p.marginbottom_40px {
     margin-bottom: 40px;
}

.callout_navy {
    padding: 10px;
    background: #28324b;
    color: #fff;
}

    .callout_navy h3 {
        color: #fff;
    }

.category {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-collapse: collapse;
}

.category th, .category td {
     border-right: solid 1px #000;
     border-bottom: solid 1px #000;
     padding: 5px 5px 5px 10px;
}

.category th {
     font-size: 14px;
     color: #fff;
     background: #a77e17;
}

.category td {
     font-size: 12px;
}


.category td h5 {
	margin: 10px 0 10px 0;
}
.category tr.mustard {
	background: #a77e17;
	color: #fff;
}

.category tr.mustard td, .category tr.mustard td span, .category tr.mustard td span strong {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3em;
}

.category td.nobrderbtmright {
     border-bottom: none;
     border-right: none;
}

.category td.nobrderright {
     border-right: none;
}

.category td.nobrderbtm {
     border-bottom: none;
}

.category td ul, .category td ol {
     margin: 0 0 0 15px;
     padding: 0 0 0 0;
}

.category td ul li, .category td ol li {
     margin: 0 0 5px 0;
     padding: 0 0 0 0;
}

.parts {
    float: right;
    margin: 15px 0 20px 0;
    padding: 0 0 0 0;
}

    .parts li {
        display: inline-block;
        margin: 0 0 0 7px;
        padding: 5px 25px 5px 25px;
        background: #27314b;
        color: #fff;
        font-size: 14px;
    }

        .parts li.currentPart {
            background: #225aaa;
        }

.ecogreenbox {
    padding: 10px 10px;
    border: solid 1px #a2b182;
    background-color: #93ae58;
}

    .ecogreenbox h4, .ecogreenbox p, .ecogreenbox li {
          color: #fff;
     }

    .ecogreenbox a:link, .ecogreenbox a:visited {
        color: #fff;
    }

    .ecogreenbox a:hover, .ecogreenbox a:active {
        color: #d1d3d5;
    }

.ecogreenboxBorder {
    border: solid 1px #71906b;
}

table.lined ul.marginleft_20px {
    margin-left: 20px;
}

.noBorders {
    border: none;
    font-size: 12px;
}

    .noBorders th, .noBorders td {
        border: none;
    }

.mustard {
    color: #a77e17;
}

.navy {
    color: #28324b;
}

.noBordersMid {
    border: none;
}

    .noBordersMid th, .noBordersMid td {
        border: none;
        font-size: 12px;
    }

    .noBordersMid th {
        vertical-align: bottom;
    }

    .noBordersMid td {
        vertical-align: middle;
    }

.gpreports {
    border-top: solid 1px #000;
    border-left: solid 1px #000;
}

    .gpreports th, .gpreports td {
        border-right: solid 1px #000;
        border-bottom: solid 1px #000;
    }

.acronyms {
    border: none;
}

    .acronyms th, .acronyms td {
        border: none;
        padding: 5px 5px 5px 10px;
    }

.pelgreenbox {
    padding: 10px 10px;
    border: solid 1px #a2b182;
    background-color: #a7d59e;
    border: solid 1px #8eab88;
}

    .pelgreenbox h4, .pelgreenbox p, .pelgreenbox ul li {
        color: #252a65;
    }

    .pelgreenbox a:link, .pelgreenbox a:visited {
        color: #fff;
    }

    .pelgreenbox a:hover, .pelgreenbox a:active {
        color: #d1d3d5;
    }

.extraLiSpace li {
    margin-bottom: 10px;
}

.newsletter_date {
    position: relative;
    float: right;
    z-index: 5;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: -40px 20px 0 0;
}

.news_archive_nav {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}

    .news_archive_nav li {
        display: inline;
        list-style-type: none;
        margin: 0 1px 0 0;
        padding: 0 0 0 0;
    }

        .news_archive_nav li a {
            padding: 5px 7px 5px 7px;
            background: #edf3fa;
            border: solid 1px #ddd;
            border-radius: 7px;
        }

/*---------end report------------*/
/*PEL Case Studies*/
.PELcaseStudy {
    width: 800px;
}

    .PELcaseStudy h1 {
        font-size: 24px;
        color: #225aaa;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        line-height: 1.1em;
    }

    .PELcaseStudy h2 {
        font-size: 18px;
        color: #fff;
        background-color: #25286d;
       display:inline-block;
        margin: 12px 0 12px 0;
        padding: 8px;
        line-height: 1.1em;
        font-weight:normal;
    }
    .PELcaseStudy h2.small {
        font-size: 14px;
        color: #fff;
        background-color: #25286d;
       display:inline-block;
        margin: 24px 0 6px 0;
        padding: 8px;
        line-height: 1.1em;
    }
    .PELcaseStudy h3 {
        font-size: 16px;
        color: #225aaa;
        margin: 0 0 12px 0;
        padding: 0 0 0 0;
        line-height: 1.1em;
    }
    .grayTitle {font-size: 24px; color: #333; margin: 6px 0 12px 0; }
    /*End Case Study*/
.greenbox {padding: 20px 10px 5px 10px; margin-left: 12px; border: solid 1px #a2b182; background-color: #ccd9ae;}

/*----  styles for new Eco-Logical landing page: Feb 2013  ----*/
.shrp2_box {
    clear: both;
    margin: 0 0 0 20px;
    padding: 5px 20px;
    border: solid 1px #21246b;
    background-color: #edf3fa;
}

.grant_effects {
    border-top: solid 1px #000;
    border-left: solid 1px #000;
}

    .grant_effects th, .grant_effects td {
        border-right: solid 1px #000;
        border-bottom: solid 1px #000;
    }

    .grant_effects th {
        vertical-align: bottom;
        background: #f9fbfd;
    }

#container {
    margin: 0 10px 40px 0;
    padding: 0;
    width: 740px;
}

.wrapper_760px {
    width: 760px;
}

.wrapper_760px_eco {
    width: 760px;
    line-height: normal;
}

.wrapper_800px {
    width: 800px;
}

.tiles {
    float: left;
    margin: 0 2px 2px 0;
}

.major2 {
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}

.preparedfor {
    float: left;
    width: 340px;
    margin: 10px 0 40px 0;
    padding: 0;
}

.preparedby {
    float: left;
    width: 340px;
    margin: 0;
    padding: 0;
}

/*----  styles for update of Legislation, Regulations and Guidance page: Mar 2014  ----*/
.section2 {
    margin: 0 0 0 12px;
    padding: 10px 30px 10px 30px;
    border-right: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
}

    .section2.clickhere_button {
        margin: 0 0 0 12px;
        padding: 10px 30px 35px 30px;
        border-right: solid 1px #d2d2d2;
        border-left: solid 1px #d2d2d2;
    }

    .section2 h2 {
        margin: 0 0 25px 0;
        padding: 0;
        font-size: 15px;
        text-align: center;
    }

#hiddenFAST {
    display: none;
}

.showFASTCall {
    height: 38px;
    vertical-align: middle;
}

.hideFASTCall {
    height: 38px;
    vertical-align: middle;
    display: none;
}

.showFAST {
    vertical-align: middle;
}

.hideFAST {
    display: none;
    vertical-align: middle;
}

#hiddenMap21 {
    display: none;
}

.showMap21Call {
    height: 38px;
    vertical-align: middle;
}

.hideMap21Call {
    height: 38px;
    vertical-align: middle;
    display: none;
}

.showMap21 {
    vertical-align: middle;
}

.hideMap21 {
    display: none;
    vertical-align: middle;
}

#hiddenSafetealu {
    display: none;
}

.showSafetealuCall {
    height: 38px;
    vertical-align: middle;
}

.hideSafetealuCall {
    height: 38px;
    vertical-align: middle;
    display: none;
}

.showSafetealu {
    vertical-align: middle;
}

.hideSafetealu {
    display: none;
    vertical-align: middle;
}

#hiddencatEx {
    display: none;
}

.showcatExCall {
    height: 38px;
    vertical-align: middle;
}

.hidecatExCall {
    height: 38px;
    vertical-align: middle;
    display: none;
}

.showcatEx {
    vertical-align: middle;
}

.hidecatEx {
    display: none;
    vertical-align: middle;
}

.report {
    margin: 0 0 30px 0;
}

.report2 {
    margin: 0 0 5px 0;
}

.report, .report2 {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

    .report th, .report td, .report2 th, .report2 td {
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        text-align: left;
    }

    .report th, .report2 th {
        background: #edf3fa;
    }

        .report th.mainHeading {
            background: #cce1f9;
        }

    .report2 th, .report2 td {
        font-size: 11px;
        vertical-align: top;
    }

        .report2 th.ctr, .report2 td.ctr {
            text-align: center;
        }

table.vatop td {
    vertical-align: top;
}

.padding1020px {
    padding: 10px 20px;
}

.borderbluegray {
    border: solid 1px #c4d2e3;
}

.whitebox {
    background: #fff;
}

.callout {
    float: right;
    width: 340px;
    background: #c8e2c3;
    border: solid 1px #14135f;
    margin: 0 0 10px 20px;
    padding: 15px 15px 10px 15px;
}

    .callout h2 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        color: #14135f;
    }




/*----  Generic expand and contract sections code  for NEPA PA----*/
.section_container {
    margin: 0;
    padding: 3px 6px 6px 15px;
    background-color: #f9fbfd;
    color: #000;
}
.section_container p {
	margin-bottom: 15px;
}
.section_container p.marginbottom_zero {
	margin-bottom: 0px;
}
.section_container p.marginbottom_5px {
	margin-bottom: 5px;
}
.section_container p.margintop_zero {
	margin-top: 0px;
}
.section_container p.margintop_5px {
	margin-top: 5px;
}
.section_container td {
     vertical-align: top;
}


.section_containerTA {
    margin: 0;
    padding: 3px 6px 6px 15px;
    background-color: #f9fbfd;
    color: #000;
}
.section_containerTA p {
	margin-bottom: 15px;
}

.header_NEPA_pa {
    margin: 0 14px 1px 1px;
    background-color: #b4dbac;
    color: #333;
    /*background: url('../images/header_NEPA_pa.png') no-repeat left top;*/
}
.header_TA {
    margin-top: 22px;
    background-color: #b4dbac;
    color: #333;
    font-size: 18px;
    padding: 12px;
    font-weight:bold;

}
.header_docu_ta {
    margin: 14px 14px 1px 1px;
    background-color: #fff;
    color: #333;
  /* border-bottom: 1px solid green;*/

}
table .sectionContent td {
    vertical-align: top;
}

#hiddenSection {
    display: none;
}

.showSectionCall {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSectionCall {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection2 {
    display: none;
}

.showSection2Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection2Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection2 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection2 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection3 {
    display: none;
}

.showSection3Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection3Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection3 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection3 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection4 {
    display: none;
}

.showSection4Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection4Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection4 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection4 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection5 {
    display: none;
}

.showSection5Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection5Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection5 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection5 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection6 {
    display: none;
}

.showSection6Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection6Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection6 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection6 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection7 {
    display: none;
}

.showSection7Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection7Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection7 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection7 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection8 {
    display: none;
}

.showSection8Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection8Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection8 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection8 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection9 {
    display: none;
}

.showSection9Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection9Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection9 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection9 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection10 {
    display: none;
}

.showSection10Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection10Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection10 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection10 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection11 {
    display: none;
}

.showSection11Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection11Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection11 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection11 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection12 {
    display: none;
}

.showSection12Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection12Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection12 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection12 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection13 {
    display: none;
}

.showSection13Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection13Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection13 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection13 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection14 {
    display: none;
}

.showSection14Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection14Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection14 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection14 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection15 {
    display: none;
}

.showSection15Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection15Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection15 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection15 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection16 {
    display: none;
}

.showSection16Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection16Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection16 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection16 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection17 {
    display: none;
}

.showSection17Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection17Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection17 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection17 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection18 {
    display: none;
}

.showSection18Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection18Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection18 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection18 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection19 {
    display: none;
}

.showSection19Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection19Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection19 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection19 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}
#hiddenSection20 {
    display: none;
}

.showSection20Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection20Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection20 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection20 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}
#hiddenSection21 {
    display: none;
}

.showSection21Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection21Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection21 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection21 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}
#hiddenSection22 {
    display: none;
}

.showSection22Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection22Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection22 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection22 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}
#hiddenSection23 {
    display: none;
}

.showSection23Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection23Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection23 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection23 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}
#hiddenSection24 {
    display: none;
}

.showSection24Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection24Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection24 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection24 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}
#hiddenSection25 {
    display: none;
}

.showSection25Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection25Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection25 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection25 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection26 {
    display: none;
}

.showSection26Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection26Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection26 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection26 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenSection27 {
    display: none;
}

.showSection27Call {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.hideSection27Call {
    display: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0 6px 6px;
}

.showSection27 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideSection27 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}


/*----  Generic expand and contract code for long lists like on this page: strmlng/SHRP2-C19/expediting.asp ----*/
.item_container {
    margin: 0 0 0 0;
    padding: 0px 30px 0 24px;
}

    .item_container p {
        margin: 0;
        padding: 3px;
    }

    .item_container td {
        vertical-align: top;
    }

.header_Item {
    margin: 0 14px 0 0;
}

table .itemContent td {
    vertical-align: top;
}

#hiddenItem {
    display: none;
}

.showItemCall {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItemCall {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem2 {
    display: none;
}

.showItem2Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem2Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem2 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem2 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem3 {
    display: none;
}

.showItem3Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem3Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem3 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem3 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem4 {
    display: none;
}

.showItem4Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem4Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem4 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem4 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem5 {
    display: none;
}

.showItem5Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem5Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem5 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem5 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem6 {
    display: none;
}

.showItem6Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem6Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem6 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem6 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem7 {
    display: none;
}

.showItem7Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem7Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem7 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem7 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem8 {
    display: none;
}

.showItem8Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem8Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem8 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem8 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem9 {
    display: none;
}

.showItem9Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem9Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem9 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem9 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem10 {
    display: none;
}

.showItem10Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem10Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem10 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem10 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem11 {
    display: none;
}

.showItem11Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem11Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem11 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem11 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem12 {
    display: none;
}

.showItem12Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem12Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem12 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem12 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem13 {
    display: none;
}

.showItem13Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem13Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem13 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem13 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem14 {
    display: none;
}

.showItem14Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem14Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem14 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem14 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem15 {
    display: none;
}

.showItem15Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem15Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem15 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem15 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem16 {
    display: none;
}

.showItem16Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem16Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem16 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem16 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem17 {
    display: none;
}

.showItem17Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem17Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem17 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem17 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem18 {
    display: none;
}

.showItem18Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem18Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem18 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem18 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem19 {
    display: none;
}

.showItem19Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem19Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem19 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem19 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem20 {
    display: none;
}

.showItem20Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem20Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem20 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem20 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem21 {
    display: none;
}

.showItem21Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem21Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem21 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem21 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem22 {
    display: none;
}

.showItem22Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem22Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem22 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem22 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem23 {
    display: none;
}

.showItem23Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem23Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem23 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem23 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem24 {
    display: none;
}

.showItem24Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem24Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem24 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem24 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}

#hiddenItem25 {
    display: none;
}

.showItem25Call {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.hideItem25Call {
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

.showItem25 {
    vertical-align: middle;
    margin-right: 4px;
}

.hideItem25 {
    display: none;
    vertical-align: middle;
    margin-right: 4px;
}




/* C19 Case Studies */
.box_c19 {
    border: 1px solid #000066;
    background: #ddddd2;
    padding: 7px;
    width: 300px;
    float: right;
    margin-left: 16px;
    margin-bottom: 6px;
    line-height: 18px;
}

.box_c19_border {
    border: 2px solid #ab3c19;
    padding: 7px;
    width: 300px;
    float: right;
    margin-left: 16px;
    margin-bottom: 9px;
}

.box_c192 {
	border: 1px solid #000066;
	background: #ddddd2;
	padding: 7px;
	float: right;
	margin-left: 16px;
	margin-bottom: 6px;
	line-height: 18px;
}

/* New Back to Basics Newsletter | Jan 2017 */
.backBasics {
    background: #464646;
    border-bottom: solid 15px #55a745;
    padding: 20px 30px 20px 30px;
    margin: -5px 0 0 0;
}

    .backBasics h2 {
        font-size: 26px;
        color: #fff;
        float: left;
        width: 34%;
        text-align: right;
        margin: 0 0 0 0;
        padding: 0 0 10px 0;
        border-bottom: solid 15px #55a745;
        line-height: 1em;
    }

    .backBasics h3 {
        font-size: 24px;
        font-weight: normal;
        color: #95f54b;
        float: left;
        width: 61%;
        margin: 0 0 0 30px;
        padding: 0 0 0 0;
        line-height: 1.2em;
    }

.nlContainer {
    margin: 0 0 0 0;
    padding: 20px 0 10px 0;
    width: 790px;
    line-height: 1.4em;
}

    .nlContainer h1 {
        margin: 10px 0 15px 0;
        padding: 0 0 0 0;
    }

    .nlContainer ul.marginbottom_30px {
        margin-bottom: 30px;
    }

.nlContainerRight {
    float: right;
    width: 272px;
}

.lookWhatsNew {
    float: right;
    width: 230px;
    margin: 0 0 20px 20px;
    padding: 20px 20px 5px 20px;
    color: #fff;
    background: #489a3a;
    background-image: url('../images/page_corner_green.png');
    background-repeat: no-repeat;
    background-position: right top;
}

    .lookWhatsNew h2 {
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
        font-size: 20px;
        color: #fff;
        border-bottom: solid 2px #88f340;
    }

    .lookWhatsNew ul, .lookWhatsNew ol {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .lookWhatsNew ul li, .lookWhatsNew ol li {
            margin: 0 0 10px 0;
            padding: 0 0 0 0;
        }

    .lookWhatsNew a:link, .lookWhatsNew a:visited {
        color: #fff;
        font-weight: bold;
    }

    .lookWhatsNew a:hover, .lookWhatsNew a:active {
        color: #fff;
        font-weight: bold;
    }

.whiteWedge {
    font-size: 24px;
    color: #fff;
    float: left;
    margin-left: -15px;
    margin-right: 5px;
}

#whatsNewHidden {
    display: none;
}

#showWhatsNewHidden {
    font-size: 12px;
    color: #fff;
    margin: 3px 30px 20px 0;
    padding: 5px 10px 5px 10px;
    border: solid 1px #fff;
    width: 75px;
}

#hideWhatsNewHidden {
    font-size: 12px;
    color: #fff;
    margin: 3px 30px 20px 0;
    padding: 5px 10px 5px 10px;
    border: solid 1px #fff;
    width: 75px;
    display: none;
}

.nlCalloutRight {
    float: right;
    width: 230px;
    margin: 0 0 20px 20px;
    padding: 15px 20px 15px 20px;
    color: #fff;
    border: solid 1px #0767fa;
}

    .nlCalloutRight h3 {
        margin: 0 0 2px 0;
        padding: 0 0 0 0;
        color: #0767fa;
        font-size: 14px;
        float: left;
        display: inline;
    }

        .nlCalloutRight h3.blueWedgeLeftFix {
            margin-left: 15px;
        }

    .nlCalloutRight p, .nlCalloutRight ul li {
        color: #000;
    }

    .nlCalloutRight p {
        margin: 0 0 10px 0;
        padding: 0 0 0 0;
        clear: left;
    }

        .nlCalloutRight p.marginbottom_15px {
            margin-bottom: 15px;
            clear: left;
        }

    .nlCalloutRight ul, .nlCalloutRight ol {
        margin: 8px 0 0 15px;
        padding: 0 0 0 0;
    }

        .nlCalloutRight ul li, .nlCalloutRight ol li {
            color: #000;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            .nlCalloutRight ol li ol.uRoman {
                list-style-type: upper-roman;
            }

.blueWedge {
    font-size: 24px;
    color: #0767fa;
    float: left;
    margin-left: -5px;
    margin-right: 5px;
}

.nlRightContact {
    clear: both;
    float: right;
    width: 230px;
    margin: 0 0 0 0;
    padding: 30px 20px 20px 20px;
    border: solid 1px #55a745;
}

    .nlRightContact h2 {
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
        color: #55a745;
        font-size: 20px;
    }

    .nlRightContact p {
        margin: 0 0 15px 0;
        padding: 0 0 0 0;
    }

.nlContainerLeft {
    float: left;
    width: 500px;
}

.viewPDF {
    float: right;
    margin: 0 0 0 0;
    padding: 0 0 20px 20px;
}

.nlContainerLeft p.subscribe {
    clear: both;
    margin: 30px 0 30px 0;
    padding: 20px 20px 20px 20px;
    color: #fff;
    background: #55a745;
}

    .nlContainerLeft p.subscribe a:link, .nlContainerLeft p.subscribe a:visited {
        color: #fff;
        font-weight: bold;
    }

    .nlContainerLeft p.subscribe a:hover, .nlContainerLeft p.subscribe h2 a:active {
        color: #fff;
        font-weight: bold;
    }

.nlContainerLeft h3 {
    margin: 35px 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    color: #489a3a;
    border-bottom: solid 1px #489a3a;
}

.nlContainerLeft p {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}

.nlContainerLeft p.marginbottom_5px {
     margin-bottom: 5px;
}

.nlContainerLeft p.marginbottom_10px {
     margin-bottom: 10px;
}

.nlContainerLeft p.marginbottom_15px {
     margin-bottom: 15px;
}

.nlContainerLeft p.marginbottom_20px {
     margin-bottom: 20px;
}
.nlContainerLeft p.marginbottom_25px {
     margin-bottom: 25px;
}
    .nlContainerLeft p.readMore {
        font-size: 12px;
        font-weight: bold;
        color: #9c9c9c;
        margin: 3px 30px 20px 0;
        padding: 5px 10px 5px 10px;
        border: solid 2px #9c9c9c;
        width: 75px;
    }

    .nlContainerLeft p.readLess {
        font-size: 12px;
        font-weight: bold;
        color: #9c9c9c;
        margin: 3px 30px 20px 0;
        padding: 5px 10px 5px 10px;
        border: solid 2px #9c9c9c;
        width: 75px;
        display: none;
    }

.nlContainerLeft ul, .nlContainerLeft ol {
    margin-top: 5px;
    padding-top: 0;
}

h3.mapTitle {
    background: #52a645 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 20px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
}

#more1, #more2, #more3, #more4, #more5, #more6 {
    display: none;
}

#response1, #response2, #response3, #response4, #response5, #response6, #response7, #response8 {
    display: none;
}
/* end New Back to Basics Newsletter | Jan 2017 */


img.standard {
    box-shadow: 0px 0px 1px 3px #d4d4d4;
    margin: 0px 12px 8px;
}

figure {
    display: block;
    margin: 12px;
}

figcaption {
    display: block;
    font-size: 11px;
    padding-left: 12px;
    line-height: normal;
}

#featured {
    width: 100%;
    background-color: #464646;
    float: left;
    border: 4px double #fff;
    clear: both;
    margin-bottom: 12px;
}

    #featured .img {
        float: left;
        width: 450px;
        margin: 16px 24px 16px 16px;
    }

    #featured .desc {
        color: #fff;
        font-size: 12px;
        width: 235px;
        padding: 12px;
        position: absolute;
        line-height: 16px;
    }

.ol_split {
    background: #eee;
    margin: 0 0 10px 0;
    padding: 10px 5px 5px 5px;
}

    .ol_split p {
        margin-bottom: 0;
    }

.ol_split_no {
    width: 2%;
    float: left;
    font-size: 12px;
    margin: 0 5px 10px 0;
    clear: both;
}

.ol_split_text {
    width: 96%;
    float: left;
    font-size: 12px;
    margin: 0 5px 10px 0;
}

.footnote1_no {
    width: 2%;
    float: left;
    font-size: 12px;
    margin: 0 5px 0 0;
    clear: both;
}

.footnote1 {
    width: 96%;
    float: left;
    font-size: 12px;
    margin: 0 5px 7px 0;
}

.acronym {
    width: 10%;
    float: left;
    font-size: 12px;
    margin: 0 5px 0 0;
    clear: both;
}

.acronym_expl {
    width: 88%;
    float: left;
    font-size: 12px;
    margin: 0 5px 7px 0;
}

.indented {
    margin-left: 50px;
}

.form1 th {
    padding: 10px 130px 20px 10px;
}

.form2 td {
    font-weight: bold;
}

.display_hide_wayleft {
    margin-left: -3000px;
    float: left;
    width: 50px;
}

/*---------------------------   sidebars   ----------------------------------*/
.sidebar_blue {
    padding: 20px 15px 15px 15px;
    background-color: #f6f6f6;
    border: solid 1px #c1c0c0;
    text-align: justify;
}

.sidebar_ltblue {
    padding: 5px 10px 5px 10px;
    background-color: #dbe5f1;
    border: solid 1px #c1c0c0;
}

.sidebar_medltblue {
    padding: 5px 10px 5px 10px;
    background-color: #eaf3fc;
    border: solid 1px #c1c0c0;
}

.sidebar_vltblue {
    padding: 5px 10px 5px 10px;
    background-color: #f9fbfd;
    border: solid 1px #c1c0c0;
}

.sidebar_vltblue2 {
    padding: 5px 10px 5px 10px;
    background-color: #f9fbfd;
    border: solid 1px #c1c0c0;
}

.sidebar_vltblue h3 {
    text-align: center;
    margin: 10px 0;
}

.sidebar_vltblue2 h3 {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 5px 0;
}

.sidebar_vltblue2 p {
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar_vltblue2 ul {
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar_vltblue2 li {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar_gold {
    padding: 20px 15px 15px 15px;
    background-color: #fff600;
    border: solid 1px #fcc400;
    text-align: justify;
}

.sidebar_yellow {
    padding: 15px 10px 15px 10px;
    background-color: #ffff99;
    border: solid 1px #d3d30b;
    text-align: justify;
}

.less_padding {
    padding: 5px 10px 5px 10px;
}

.sidebar_clear {
    padding: 5px 10px;
    background-color: #fff;
    border: solid 1px #000;
}

    .sidebar_clear h2 {
        text-align: center;
        margin-top: 0;
    }

.border_gray {
    border: solid 1px #c1c0c0;
}

.li_margin_bottom li {
    margin-bottom: 7px;
}
/*---------------------------   This class prevents lengthy text (used here for especially-long URLs) from extending beyond the width of a div or other block element   ----------------------------------*/
.long_wrap {
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: normal !important;  /* Mozilla, since 1999 */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */
    break-word: break-all;      /* IE 7 */
    width: 99%;
}
/*-----------This class prevents lengthy text (used here for especially-long URLs) from extending beyond the width of a div or other block element   -----------------*/
/*---------------------------   These styles specifically are for the Eco-Logical Grant Program individual project pages   ----------------------------------*/
pre {margin: 0; padding: 0;}
.wrapped {
				/* wrap long urls */
				white-space: pre;           /* CSS 2.0 */
				white-space: pre-wrap;      /* CSS 2.1 */
				white-space: pre-line;      /* CSS 3.0 */
				white-space: -pre-wrap;     /* Opera 4-6 */
				white-space: -o-pre-wrap;   /* Opera 7 */
				white-space: -moz-pre-wrap; /* Mozilla */
				white-space: -hp-pre-wrap;  /* HP Printers */
				word-wrap: break-word;      /* IE 5+ */
				/* specific width */
				width: 300px; 
				}
.wrapped2 {
				/* wrap long urls */
				white-space: pre;           /* CSS 2.0 */
				white-space: pre-wrap;      /* CSS 2.1 */
				white-space: pre-line;      /* CSS 3.0 */
				white-space: -pre-wrap;     /* Opera 4-6 */
				white-space: -o-pre-wrap;   /* Opera 7 */
				white-space: -moz-pre-wrap; /* Mozilla */
				white-space: -hp-pre-wrap;  /* HP Printers */
				word-wrap: break-word;      /* IE 5+ */
				/* specific width */
				width: 200px; 
				}	
/*---------------------------   general styles   ----------------------------------*/
.vatop {
    vertical-align: top;
}

.vamiddle {
    vertical-align: middle;
}

.vabot {
    vertical-align: bottom;
}

.lined td.vamiddle {
    vertical-align: middle;
}


/***table with small font, lots of text****/
#tableSm {
     border-top: 1px solid #000;
     border-left: 1px solid #000;
     border-collapse: collapse;
}

#tableSm th {
     border-bottom: 1px solid #000;
     border-right: 1px solid #000;
     font-size: 11px;
     padding: 5px;
}

#tableSm td {
     border-bottom: 1px solid #000;
     border-right: 1px solid #000;
     font-size: 11px;
     line-height: normal;
     padding: 5px;
}
#tableSm td a {
     font-size: 11px;
}
#tableSm td.colorLightGreen {background:#ccffcc;}
#tableSm td.colorLightGray {background:#eeeeee;}

.redirect {font-size: 22px; font-weight: bold; border: 2px solid #b00606; width: 550px; padding: 6px; margin-left: 32px; line-height: 26px; clear: both;}

 /* Liaison Redesign Styles Jan, 2019 */
 .lia_top_left {float:left; width: 58%; padding-right: 26px}

 .header_expand_lia {
    margin: 0 0 1px 1px;
    background-color: #b4dbac;
    color: #333;
   }

 h2.liaison {
    font-size: 16px;
    color: #fff;
    margin: 16px 0 12px;
    padding:9px 0 9px 6px;
    display: block;
    line-height: 1.2em;
    background-color:#54a64e;
}

 table.liaisonContacts {
    border: none;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.liaisonContacts th {
    border: none;
    text-align: left;
    padding: 6px;
   color: #1f59a6;
    font-size: 11px;
}

table.liaisonContacts td {
    border: none;
    text-align: left;
    padding: 6px;
    vertical-align: top;
}
table.liaisonContacts td.borderleft {
    border-left: 3px solid #54a64e; padding:10px;
}

.borderleft {
    border-left: 3px solid #54a64e; padding: 0 20px 0 20px;}
.text
{
       line-height: 24px;
    font-size: 16px;
    font-family: arial;
    color: #000;
    margin: 12px auto 36px;
    font-weight: bold
}

 .text_green
{color: #448d33;
    font-weight: bold;
    font-size: 16px;
 }
.text_blue
{color: #2a61ac;
    font-weight: bold;
    font-size: 16px;
}

 .borderright_green {border-right: 4px solid #54a64e; margin: 6px 19px 12px 0}
 .specialFeatures {float:left; width: 35%}
 .specialFeatures li {margin-left: -26px}
  .whatsNew {float:left; margin: 6px 19px 12px 0}

.tanBox {
	background: #e9d8a6;
}

.ieaContent div.tanBox h3, .ieaContentFull div.tanBox h3 {
	margin: 20px 0 15px 0;
	padding: 0;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	background: #e9d8a6;
	color: #2f5496;
}

.styleItalic {
	font-style: italic;
}

.minorDivider {
	width: 75%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #eee;
}

.marginbottom_minus5px {
	margin-bottom: -5px;
}

ol.abc ol.decimal li {list-style-type: decimal;}

.padding5px {padding: 5px;}
.padding10px {padding: 10px;}
.padding15px {padding: 15px;}
.padding20px {padding: 20px;}
.padding25px {padding: 25px;}
.padding30px {padding: 30px;}
.paddingright_20px {padding-right: 20px;}
.colorBlack, .tanBox h3.colorBlack, .ieaContent div.tanBox h3.colorBlack, .ieaContentFull div.tanBox h3.colorBlack {color: #000; font-weight: bold;}

.fontSize14 {font-size: 14px;}
.fontSize15 {font-size: 15px;}
.fontSize16 {font-size: 16px;}
.fontSize18 {font-size: 18px;}
.fontSize20 {font-size: 20px;}
.fontSize30 {font-size: 30px;}

table.borderCollapse {border-collapse: collapse;}
table tr.borderTop1px {border-top: 1px solid #000;}
table tr.borderBottom1px {border-bottom: 1px solid #000;}
table.padding5px tr td {padding: 5px;}
table tr th.padding105px {padding: 10px 5px;}


.grayTable {background-color: #e8e7e7; border: solid 1px #d9d9d9;}
.grayTable td {padding: 8px 8px 8px 8px;}
.grayTable td.valignmid {vertical-align: middle;}
.grayTable p.paddingleft_20px {padding-left: 20px;}

.quotebox {background: #fdfdeb; padding: 8px; color: #006; border: 1px solid #006; font-size: 12px; line-height: 15px; margin: 5px;}
th.data {font-weight: normal; font-size: 11px;}
td.datacell {font-weight: bold; font-size: 11px;}

.accordionHeader {font-size: 14px;}

p span.ecogreenLarge strong {color: #54a746; font-size: 16px;}
.greenHRule {color: #54a746;}


/***styles for new TA content - 10-1-20****/
.bg_docuTA {
     /*background: url('../NEPA/images/trees-header.png') top center no-repeat;*/
     padding: 20px 0;
     color: #fff;
     margin-top: -9px;
     margin-left: -33px;
}
.bg_docuTA a {text-decoration:underline; color:#fff}
.bg_docuTAText {background: rgba(32,3,0, 0.7); padding:12px; width: 45%; margin-left: 33px} /*use RGB for opacity, and text within the div will not inherit the opacity.  The last number is the opacity level (75%)*/

.overFlowHidden {overflow: hidden;}


.flexNav {
    display: flex;
    justify-content: space-between;
}

.grayBackground {
    background-color: #ccc;
}

.green {
    background-color: green;
}

.flexCentered {
    display: flex;
    justify-content: center;
}

/* Skip to Main Content style */
#skiptocontent {
     text-indent: -10000px;
     height: 1px;
}

/* table on the EJ */
.tableWhiteBorder {border-top: 1px solid #fff; border-left: 1px solid #fff;}
.tableWhiteBorder th, .tableWhiteBorder td {border-right: 1px solid #fff; border-bottom: 1px solid #fff; font-size: 10px;}
.tableWhiteBorder th {background-color: #c3e1f0; font-size: 12px; padding: 10px 6px 6px 6px;}
.tableWhiteBorder th.primaryBlue {background-color: #5a9bd5; color: #fff; font-size: 12px;}
.tableWhiteBorder td {background-color: #c3e1f0; font-size: 10px; padding: 6px; }
.tableWhiteBorder td strong {background-color: #c3e1f0; font-size: 10px;}
.tableWhiteBorder td.slate {background-color: #78909c; color: #fff; font-size: 10px;}

/* EJ accordions */
.accordion_header {
     margin: 0;
     background-color: #c7dbc3;
     color: #333;
}
#hiddenAccordionSection, #hiddenAccordionSection1, #hiddenAccordionSection2, #hiddenAccordionSection3, #hiddenAccordionSection4, #hiddenAccordionSection5, #hiddenAccordionSection6 {
    display: none;
}
    #hiddenAccordionSection h4, #hiddenAccordionSection1 h4, #hiddenAccordionSection2 h4, #hiddenAccordionSection3 h4, #hiddenAccordionSection4 h4, #hiddenAccordionSection5 h4, #hiddenAccordionSection6 h4 {
        margin-top: 0;
    }

#showAccordionContents, #showAccordionContents1, #showAccordionContents2, #showAccordionContents3, #showAccordionContents4, #showAccordionContents5, #showAccordionContents6 {
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 5px 10px;
    vertical-align: middle;
}
#hideAccordionContents, #hideAccordionContents1, #hideAccordionContents2, #hideAccordionContents3, #hideAccordionContents4, #hideAccordionContents5, #hideAccordionContents6 {
    display: none;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 5px 10px;
    vertical-align: middle;
}
#showAccordionContents p, #showAccordionContents1 p, #showAccordionContents2 p, #showAccordionContents3 p, #showAccordionContents4 p, #showAccordionContents5 p, #showAccordionContents6 p {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    font-size: 15px
}
#hideAccordionContents p, #hideAccordionContents1 p, #hideAccordionContents2 p, #hideAccordionContents3 p, #hideAccordionContents4 p, #hideAccordionContents5 p, #hideAccordionContents6 p {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    font-size: 15px;
}
#showAccordionContents img, #showAccordionContents1 img, #showAccordionContents2 img, #showAccordionContents3 img, #showAccordionContents4 img, #showAccordionContents5 img, #showAccordionContents6 img {
    vertical-align: middle;
    margin-right: 5px;
}
#hideAccordionContents img, #hideAccordionContents1 img, #hideAccordionContents2 img, #hideAccordionContents3 img, #hideAccordionContents4 img, #hideAccordionContents5 img, #hideAccordionContents6 img {
    vertical-align: middle;
    margin-right: 5px;
}


/* blue button for 11/9/22 INPACT Webinar */
.blueButton {
     background-color: #1373e2;
     padding: 10px 15px;
     border-radius: 15px;
     color: #fff;
     font-family: 'Trebuchet MS', sans-serif;
     font-weight: normal;
}
.blueButton a:link span, .blueButton a:visited span{
     color: #fff;
     font-family: 'Trebuchet MS', sans-serif;
     font-weight: normal;
}
.blueButton a:hover span, .blueButton a:active span {
     color: #ddd;
     font-family: 'Trebuchet MS', sans-serif;
     font-weight: normal;
}