/*-------------------------------------------------------------------------------------------
.csWaterResources
    .csWaterQuality
    .csEnviroMgmtCommis
    .csFallsLake
    .csJordanLake   
    .csStormwater
    .csWellDrillersComm
    
1.  Find and replace default color with color scheme's & add rules for dependent "group type" schemes
2.  Body, Banner (and Contrent-Wrapper) background-images need to point to Division's folder
    or Group's parent/owner/responsible Division's folder
3.  find and replace ".csWaterQuality" with appropriate class
4.  Set home-link to display: block where it should appear (either user-bar or banner)
--------------------
    DEFAULT         COLOR SCHEME
    -------         ------------
    #d0d4b9         #bdcad3         BODY BG COLOR
    #55677f         #nnnnnn         LINK COLOR                  TABLE HEADER
    #3a522e         #28313D         LINK - VISITED
    #404D9B         #nnnnnn         LINK - HOVER
    #b5c086         #92a7b8         NAVBAR BG COLOR
    #b21d1d         #nnnnnn         MEGAMENU HOVER COLOR 
    #ffffff         #nnnnnn         CONTENT-WRAPPER BG COLOR    TABLE ROWS
    #AAB3BF         #nnnnnn                                     TABLE BORDERS
                        Color blender - http://meyerweb.com/eric/tools/color-blend/
                        take the LINK COLOR & CONTENT-WRAPPER COLOR and BLEND 1 step
                        this is the result
    #F0F1F3;        #nnnnnn                                     TABLE ROW ALT COLOR
                        Color blender - http://meyerweb.com/eric/tools/color-blend/
                        take the LINK COLOR & CONTENT-WRAPPER COLOR and BLEND 1 step
                        take the result & content-wrapper color and blend 10 steps 
                        chose the second lightest result
    #E0E3E8         #nnnnnn                                     TABLE ROW OVERRIDE (sorting)
                        Color blender - http://meyerweb.com/eric/tools/color-blend/
                        take the LINK COLOR & CONTENT-WRAPPER COLOR and BLEND 1 step
                        take the result & content-wrapper color and blend 10 steps 
                        chose the third lightest result
    #e4eaed         #nnnnnn                                     TABLE ROW HOVER
                        how pick??? this one is userbar tool/my-places hover
                        maybe another color from blend outlined above? one darker?
    #e8eadc         #dee5e9         HOME FEATURE & MEGA MENU BG COLOR
                        how pick?? 1 step blend of BODY BG and WHITE (or CONTENT-WRAPPER color)
    #d0d4b9         #bdcad3         HOME PAGE'S TABS & ACCORDION
    #dfdaaf         #8e737c         HOME PAGE SELECTED ACCORDION
    #acc0c6         #aaa5a5         SCROLLER SINGLE BG COLOR
--------------------
.csWaterQuality
-----------------------------------------------------------------------------------------------*/

body.csWaterResources,
    body.csWaterQuality,
    body.csEnviroMgmtCommis,
    body.csFallsLake,
    body.csJordanLake,
    body.csStormwater,
    body.csWellDrillersComm
{
    background-image:url(../../images/color_schemes/water_resources/bg.jpg);
    background-color: #cfdaec;
    background-attachment: fixed;
}

/* Regular DWR banner */
.csWaterResources  #banner { background-image:url(../../images/color_schemes/water_resources/banner.jpg); }

/* Water Quality Project Banner */
.csWaterQuality     #banner,
.csEnviroMgmtCommis #banner,
.csFallsLake        #banner,
.csJordanLake       #banner,
.csStormwater       #banner,
.csWellDrillersComm #banner { background-image:url(../../images/color_schemes/water_quality/banner.jpg); }

.csWaterResources   #banner .denr-home,
.csWaterQuality     #banner .denr-home,
.csEnviroMgmtCommis #banner .denr-home,
.csFallsLake        #banner .denr-home,
.csJordanLake       #banner .denr-home,
.csStormwater       #banner .denr-home,
.csWellDrillersComm #banner .denr-home { display: none; }

.csWaterResources   a:link,
.csWaterQuality     a:link,
.csEnviroMgmtCommis a:link,
.csFallsLake        a:link,
.csJordanLake       a:link,     
.csStormwater       a:link,
.csWellDrillersComm a:link { 
    color: #55677f;
    border-bottom-color: #55677f; 
}

.csWaterResources   a:visited,
.csWaterQuality     a:visited,
.csEnviroMgmtCommis a:visited,
.csFallsLake        a:visited,
.csJordanLake       a:visited,  
.csStormwater       a:visited,
.csWellDrillersComm a:visited {
    color: #28313D;
    border-bottom-color: #28313D;
}

.csWaterResources   a:link:hover,
.csWaterQuality     a:link:hover,
.csEnviroMgmtCommis a:link:hover,
.csFallsLake        a:link:hover,
.csJordanLake       a:link:hover,   
.csStormwater       a:link:hover,
.csWellDrillersComm a:link:hover,
.csWaterResources   a:visited:hover,
.csWaterQuality     a:visited:hover,
.csEnviroMgmtCommis a:visited:hover,
.csFallsLake
.csJordanLake       a:visited:hover,    
.csStormwater       a:visited:hover,
.csWellDrillersComm a:visited:hover {
    color: #404D9B;
    border-bottom-color: #404D9B;
}

.csWaterResources   a:active,
.csWaterQuality     a:active,
.csEnviroMgmtCommis a:active,
.csFallsLake        a:active,
.csJordanLake       a:active,   
.csStormwater       a:active,
.csWellDrillersComm a:active { color: #28313D; }


/*------------- NavBar & Mega-menu -------------*/

.csWaterResources   #navbar,
.csWaterQuality     #navbar,
.csEnviroMgmtCommis #navbar,
.csFallsLake        #navbar,  
.csJordanLake       #navbar,    
.csStormwater       #navbar,
.csWellDrillersComm #navbar { background-color:  #92a7b8; }

.csWaterResources   #navigation a.level-one,
.csWaterQuality     #navigation a.level-one,
.csEnviroMgmtCommis #navigation a.level-one,
.csFallsLake        #navigation a.level-one, 
.csJordanLake       #navigation a.level-one,    
.csStormwater       #navigation a.level-one,
.csWellDrillersComm #navigation a.level-one { color: #28313D; }

.csWaterResources   #navigation li.open,
.csWaterQuality     #navigation li.open,
.csEnviroMgmtCommis #navigation li.open,
.csFallsLake        #navigation li.open,
.csJordanLake       #navigation li.open,
.csStormwater       #navigation li.open,
.csWellDrillersComm #navigation li.open { background-color: #55677f; }

.csWaterResources   #navigation ul.level-two,
.csWaterQuality     #navigation ul.level-two,
.csEnviroMgmtCommis #navigation ul.level-two,
.csFallsLake        #navigation ul.level-two,
.csJordanLake       #navigation ul.level-two,
.csStormwater       #navigation ul.level-two,
.csWellDrillersComm #navigation ul.level-two { background-color: #dee5e9; }

.csWaterResources   #navigation a.level-two:link,
.csWaterQuality     #navigation a.level-two:link,
.csEnviroMgmtCommis #navigation a.level-two:link,
.csFallsLake        #navigation a.level-two:link,
.csJordanLake       #navigation a.level-two:link,
.csStormwater       #navigation a.level-two:link,
.csWellDrillersComm #navigation a.level-two:link, 
.csWaterResources   #navigation a.level-three:link,
.csWaterQuality     #navigation a.level-three:link,
.csEnviroMgmtCommis #navigation a.level-three:link,
.csFallsLake        #navigation a.level-three:link,
.csJordanLake       #navigation a.level-three:link,
.csStormwater       #navigation a.level-three:link,
.csWellDrillersComm #navigation a.level-three:link, 
.csWaterResources   #navigation a.level-four:link,
.csWaterQuality     #navigation a.level-four:link,
.csEnviroMgmtCommis #navigation a.level-four:link,
.csFallsLake        #navigation a.level-four:link,
.csJordanLake       #navigation a.level-four:link,
.csStormwater       #navigation a.level-four:link,
.csWellDrillersComm #navigation a.level-four:link,
.csWaterResources   #navigation a.level-two:visited,
.csWaterQuality     #navigation a.level-two:visited,
.csEnviroMgmtCommis #navigation a.level-two:visited,
.csFallsLake        #navigation a.level-two:visited,
.csJordanLake       #navigation a.level-two:visited,
.csStormwater       #navigation a.level-two:visited,
.csWellDrillersComm #navigation a.level-two:visited,
.csWaterResources   #navigation a.level-three:visited,
.csWaterQuality     #navigation a.level-three:visited,
.csEnviroMgmtCommis #navigation a.level-three:visited,
.csFallsLake        #navigation a.level-three:visited,
.csJordanLake       #navigation a.level-three:visited,
.csStormwater       #navigation a.level-three:visited,
.csWellDrillersComm #navigation a.level-three:visited, 
.csWaterResources   #navigation a.level-four:visited,
.csWaterQuality     #navigation a.level-four:visited,
.csEnviroMgmtCommis #navigation a.level-four:visited,
.csFallsLake        #navigation a.level-four:visited,
.csJordanLake       #navigation a.level-four:visited,
.csStormwater       #navigation a.level-four:visited,
.csWellDrillersComm #navigation a.level-four:visited { color: #55677f; }

.csWaterResources   #navigation a.level-two:hover,
.csWaterQuality     #navigation a.level-two:hover,
.csEnviroMgmtCommis #navigation a.level-two:hover,
.csFallsLake        #navigation a.level-two:hover,
.csJordanLake       #navigation a.level-two:hover,
.csStormwater       #navigation a.level-two:hover,
.csWellDrillersComm #navigation a.level-two:hover,
.csWaterResources   #navigation a.level-three:hover,
.csWaterQuality     #navigation a.level-three:hover,
.csEnviroMgmtCommis #navigation a.level-three:hover,
.csFallsLake        #navigation a.level-three:hover,
.csJordanLake       #navigation a.level-three:hover,
.csStormwater       #navigation a.level-three:hover,
.csWellDrillersComm #navigation a.level-three:hover,
.csWaterResources   #navigation a.level-four:hover,
.csWaterQuality     #navigation a.level-four:hover,
.csEnviroMgmtCommis #navigation a.level-four:hover,
.csFallsLake        #navigation a.level-four:hover,
.csJordanLake       #navigation a.level-four:hover,
.csStormwater       #navigation a.level-four:hover,
.csWellDrillersComm #navigation a.level-four:hover,
.csWaterResources   #navigation a.level-two:active,
.csWaterQuality     #navigation a.level-two:active,
.csEnviroMgmtCommis #navigation a.level-two:active,
.csFallsLake        #navigation a.level-two:active,
.csJordanLake       #navigation a.level-two:active,
.csStormwater       #navigation a.level-two:active,
.csWellDrillersComm #navigation a.level-two:active,
.csWaterResources   #navigation a.level-three:active,
.csWaterQuality     #navigation a.level-three:active,
.csEnviroMgmtCommis #navigation a.level-three:active,
.csFallsLake        #navigation a.level-three:active,
.csJordanLake       #navigation a.level-three:active,
.csStormwater       #navigation a.level-three:active,
.csWellDrillersComm #navigation a.level-three:active,
.csWaterResources   #navigation a.level-four:active,
.csWaterQuality     #navigation a.level-four:active,
.csEnviroMgmtCommis #navigation a.level-four:active,
.csFallsLake        #navigation a.level-four:active,
.csJordanLake       #navigation a.level-four:active,
.csStormwater       #navigation a.level-four:active,
.csWellDrillersComm #navigation a.level-four:active { color: #b21d1d; }

/*---------------- CONTENT WRAPPER -----------------*/

.csWaterResources    #content-wrapper,
.csWaterQuality      #content-wrapper,
.csEnviroMgmtCommis  #content-wrapper,
.csFallsLake         #content-wrapper,
.csJordanLake        #content-wrapper,
.csStormwater        #content-wrapper,
.csWellDrillersComm  #content-wrapper {
    /*background-image: url(../images/design_elements/content-wrapper-bg.png);*/
    background-color: #ffffff;
}

/*---------------- TABLES -----------------*/

.csWaterResources   .portlet-journal-content table.striped thead th,
.csWaterQuality     .portlet-journal-content table.striped thead th,
.csEnviroMgmtCommis .portlet-journal-content table.striped thead th,
.csFallsLake        .portlet-journal-content table.striped thead th,
.csJordanLake       .portlet-journal-content table.striped thead th,
.csStormwater       .portlet-journal-content table.striped thead th,
.csWellDrillersComm .portlet-journal-content table.striped thead th,
.csWaterResources   .portlet-journal-content .dataTables_wrapper table thead th,
.csWaterQuality     .portlet-journal-content .dataTables_wrapper table thead th,
.csEnviroMgmtCommis .portlet-journal-content .dataTables_wrapper table thead th,
.csFallsLake        .portlet-journal-content .dataTables_wrapper table thead th,
.csJordanLake       .portlet-journal-content .dataTables_wrapper table thead th,
.csStormwater       .portlet-journal-content .dataTables_wrapper table thead th,
.csWellDrillersComm .portlet-journal-content .dataTables_wrapper table thead th,
.csWaterResources   .portlet-journal-content table.striped tfoot td,
.csWaterQuality     .portlet-journal-content table.striped tfoot td,
.csEnviroMgmtCommis .portlet-journal-content table.striped tfoot td,
.csFallsLake        .portlet-journal-content table.striped tfoot td,
.csJordanLake       .portlet-journal-content table.striped tfoot td,
.csStormwater       .portlet-journal-content table.striped tfoot td,
.csWellDrillersComm .portlet-journal-content table.striped tfoot td,
.csWaterResources   .portlet-journal-content .dataTables_wrapper table tfoot td,
.csWaterQuality     .portlet-journal-content .dataTables_wrapper table tfoot td,
.csEnviroMgmtCommis .portlet-journal-content .dataTables_wrapper table tfoot td,
.csFallsLake        .portlet-journal-content .dataTables_wrapper table tfoot td,
.csJordanLake       .portlet-journal-content .dataTables_wrapper table tfoot td,
.csStormwater       .portlet-journal-content .dataTables_wrapper table tfoot td,
.csWellDrillersComm .portlet-journal-content .dataTables_wrapper table tfoot td,
.csWaterResources   .denr-portlet table.striped thead th,
.csWaterQuality     .denr-portlet table.striped thead th,
.csEnviroMgmtCommis .denr-portlet table.striped thead th,
.csFallsLake        .denr-portlet table.striped thead th,
.csJordanLake       .denr-portlet table.striped thead th,
.csStormwater       .denr-portlet table.striped thead th,
.csWellDrillersComm .denr-portlet table.striped thead th,
.csWaterResources   .denr-portlet .dataTables_wrapper table thead th,
.csWaterQuality     .denr-portlet .dataTables_wrapper table thead th,
.csEnviroMgmtCommis .denr-portlet .dataTables_wrapper table thead th,
.csFallsLake        .denr-portlet .dataTables_wrapper table thead th,
.csJordanLake       .denr-portlet .dataTables_wrapper table thead th,
.csStormwater       .denr-portlet .dataTables_wrapper table thead th,
.csWellDrillersComm .denr-portlet .dataTables_wrapper table thead th,
.csWaterResources   .denr-portlet table.striped tfoot td,
.csWaterQuality     .denr-portlet table.striped tfoot td,
.csEnviroMgmtCommis .denr-portlet table.striped tfoot td,
.csFallsLake        .denr-portlet table.striped tfoot td,
.csJordanLake       .denr-portlet table.striped tfoot td,
.csStormwater       .denr-portlet table.striped tfoot td,
.csWellDrillersComm .denr-portlet table.striped tfoot td,
.csWaterResources   .denr-portlet .dataTables_wrapper table tfoot td,
.csWaterQuality     .denr-portlet .dataTables_wrapper table tfoot td,
.csEnviroMgmtCommis .denr-portlet .dataTables_wrapper table tfoot td,
.csFallsLake        .denr-portlet .dataTables_wrapper table tfoot td,
.csJordanLake       .denr-portlet .dataTables_wrapper table tfoot td,
.csStormwater       .denr-portlet .dataTables_wrapper table tfoot td,
.csWellDrillersComm .denr-portlet .dataTables_wrapper table tfoot td,
.csWaterResources   .results-header th,
.csWaterQuality     .results-header th,
.csEnviroMgmtCommis .results-header th,
.csFallsLake        .results-header th,
.csJordanLake       .results-header th,
.csStormwater       .results-header th,
.csWellDrillersComm .results-header th,
.csWaterResources   .results-header th,
.csWaterQuality     .results-header td,
.csEnviroMgmtCommis .results-header td,
.csFallsLake        .results-header td,
.csJordanLake       .results-header td,
.csStormwater       .results-header td,
.csWellDrillersComm .results-header td,
.csWaterResources   .portlet-journal-content table.striped tbody tr td.row-head,
.csWaterQuality     .portlet-journal-content table.striped tbody tr td.row-head,
.csEnviroMgmtCommis .portlet-journal-content table.striped tbody tr td.row-head,
.csFallsLake        .portlet-journal-content table.striped tbody tr td.row-head,
.csJordanLake       .portlet-journal-content table.striped tbody tr td.row-head,
.csStormwater       .portlet-journal-content table.striped tbody tr td.row-head,
.csWellDrillersComm .portlet-journal-content table.striped tbody tr td.row-head,
.csWaterResources   .portlet-journal-content table.striped tbody tr.alt td.row-head,
.csWaterQuality     .portlet-journal-content table.striped tbody tr.alt td.row-head,
.csEnviroMgmtCommis .portlet-journal-content table.striped tbody tr.alt td.row-head,
.csFallsLake        .portlet-journal-content table.striped tbody tr.alt td.row-head,
.csJordanLake       .portlet-journal-content table.striped tbody tr.alt td.row-head,
.csStormwater       .portlet-journal-content table.striped tbody tr.alt td.row-head,
.csWellDrillersComm .portlet-journal-content table.striped tbody tr.alt td.row-head,
.csWaterResources   .portlet-journal-content table.striped tbody tr.hover td.row-head, 
.csWaterQuality     .portlet-journal-content table.striped tbody tr.hover td.row-head, 
.csEnviroMgmtCommis .portlet-journal-content table.striped tbody tr.hover td.row-head, 
.csFallsLake        .portlet-journal-content table.striped tbody tr.hover td.row-head, 
.csJordanLake       .portlet-journal-content table.striped tbody tr.hover td.row-head, 
.csStormwater       .portlet-journal-content table.striped tbody tr.hover td.row-head, 
.csWellDrillersComm .portlet-journal-content table.striped tbody tr.hover td.row-head, 
.csWaterResources   .portlet-journal-content table.striped thead tr th.spacer,
.csWaterQuality     .portlet-journal-content table.striped thead tr th.spacer,
.csEnviroMgmtCommis .portlet-journal-content table.striped thead tr th.spacer,
.csFallsLake        .portlet-journal-content table.striped thead tr th.spacer,
.csJordanLake       .portlet-journal-content table.striped thead tr th.spacer,
.csStormwater       .portlet-journal-content table.striped thead tr th.spacer,
.csWellDrillersComm .portlet-journal-content table.striped thead tr th.spacer,
.csWaterResources   .portlet-journal-content table.striped tbody tr td.spacer,
.csWaterQuality     .portlet-journal-content table.striped tbody tr td.spacer,
.csEnviroMgmtCommis .portlet-journal-content table.striped tbody tr td.spacer,
.csFallsLake        .portlet-journal-content table.striped tbody tr td.spacer,
.csJordanLake       .portlet-journal-content table.striped tbody tr td.spacer,
.csStormwater       .portlet-journal-content table.striped tbody tr td.spacer,
.csWellDrillersComm .portlet-journal-content table.striped tbody tr td.spacer,
.csWaterResources   .denr-portlet table.striped tbody tr td.row-head,
.csWaterQuality     .denr-portlet table.striped tbody tr td.row-head,
.csEnviroMgmtCommis .denr-portlet table.striped tbody tr td.row-head,
.csFallsLake        .denr-portlet table.striped tbody tr td.row-head,
.csJordanLake       .denr-portlet table.striped tbody tr td.row-head,
.csStormwater       .denr-portlet table.striped tbody tr td.row-head,
.csWellDrillersComm .denr-portlet table.striped tbody tr td.row-head,
.csWaterResources   .denr-portlet table.striped tbody tr.alt td.row-head,
.csWaterQuality     .denr-portlet table.striped tbody tr.alt td.row-head,
.csEnviroMgmtCommis .denr-portlet table.striped tbody tr.alt td.row-head,
.csFallsLake        .denr-portlet table.striped tbody tr.alt td.row-head,
.csJordanLake       .denr-portlet table.striped tbody tr.alt td.row-head,
.csStormwater       .denr-portlet table.striped tbody tr.alt td.row-head,
.csWellDrillersComm .denr-portlet table.striped tbody tr.alt td.row-head,
.csWaterResources   .denr-portlet table.striped tbody tr.hover td.row-head, 
.csWaterQuality     .denr-portlet table.striped tbody tr.hover td.row-head, 
.csEnviroMgmtCommis .denr-portlet table.striped tbody tr.hover td.row-head, 
.csFallsLake        .denr-portlet table.striped tbody tr.hover td.row-head, 
.csJordanLake       .denr-portlet table.striped tbody tr.hover td.row-head, 
.csStormwater       .denr-portlet table.striped tbody tr.hover td.row-head, 
.csWellDrillersComm .denr-portlet table.striped tbody tr.hover td.row-head, 
.csWaterResources   .denr-portlet table.striped thead tr th.spacer,
.csWaterQuality     .denr-portlet table.striped thead tr th.spacer,
.csEnviroMgmtCommis .denr-portlet table.striped thead tr th.spacer,
.csFallsLake        .denr-portlet table.striped thead tr th.spacer,
.csJordanLake       .denr-portlet table.striped thead tr th.spacer,
.csStormwater       .denr-portlet table.striped thead tr th.spacer,
.csWellDrillersComm .denr-portlet table.striped thead tr th.spacer,
.csWaterResources   .denr-portlet table.striped tbody tr td.spacer,
.csWaterQuality     .denr-portlet table.striped tbody tr td.spacer,
.csEnviroMgmtCommis .denr-portlet table.striped tbody tr td.spacer,
.csFallsLake        .denr-portlet table.striped tbody tr td.spacer,
.csJordanLake       .denr-portlet table.striped tbody tr td.spacer,
.csStormwater       .denr-portlet table.striped tbody tr td.spacer,
.csWellDrillersComm .denr-portlet table.striped tbody tr td.spacer {
    background-color: #55677f; 
    color: #ffffff;
}

.csWaterResources   .portlet-journal-content table.striped tbody tr.alt td,
.csWaterQuality     .portlet-journal-content table.striped tbody tr.alt td,
.csEnviroMgmtCommis .portlet-journal-content table.striped tbody tr.alt td,
.csFallsLake        .portlet-journal-content table.striped tbody tr.alt td,
.csJordanLake       .portlet-journal-content table.striped tbody tr.alt td,
.csStormwater       .portlet-journal-content table.striped tbody tr.alt td,
.csWellDrillersComm .portlet-journal-content table.striped tbody tr.alt td,
.csWaterResources   .portlet-journal-content .dataTables_wrapper table tr.even td,
.csWaterQuality     .portlet-journal-content .dataTables_wrapper table tr.even td,
.csEnviroMgmtCommis .portlet-journal-content .dataTables_wrapper table tr.even td,
.csFallsLake        .portlet-journal-content .dataTables_wrapper table tr.even td,
.csJordanLake       .portlet-journal-content .dataTables_wrapper table tr.even td,
.csStormwater       .portlet-journal-content .dataTables_wrapper table tr.even td,
.csWellDrillersComm .portlet-journal-content .dataTables_wrapper table tr.even td,
.csWaterResources   .denr-portlet table.striped tbody tr.alt td,
.csWaterQuality     .denr-portlet table.striped tbody tr.alt td,
.csEnviroMgmtCommis .denr-portlet table.striped tbody tr.alt td,
.csFallsLake       .denr-portlet table.striped tbody tr.alt td,
.csJordanLake       .denr-portlet table.striped tbody tr.alt td,
.csStormwater       .denr-portlet table.striped tbody tr.alt td,
.csWellDrillersComm .denr-portlet table.striped tbody tr.alt td,
.csWaterResources   .denr-portlet .dataTables_wrapper table tr.even td,
.csWaterQuality     .denr-portlet .dataTables_wrapper table tr.even td,
.csEnviroMgmtCommis .denr-portlet .dataTables_wrapper table tr.even td,
.csFallsLake        .denr-portlet .dataTables_wrapper table tr.even td,
.csJordanLake       .denr-portlet .dataTables_wrapper table tr.even td,
.csStormwater       .denr-portlet .dataTables_wrapper table tr.even td,
.csWellDrillersComm .denr-portlet .dataTables_wrapper table tr.even td,
.csWaterResources   .results-grid .portlet-section-alternate td,
.csWaterQuality     .results-grid .portlet-section-alternate td,
.csEnviroMgmtCommis .results-grid .portlet-section-alternate td,
.csFallsLake        .results-grid .portlet-section-alternate td,
.csJordanLake       .results-grid .portlet-section-alternate td,
.csStormwater       .results-grid .portlet-section-alternate td,
.csWellDrillersComm .results-grid .portlet-section-alternate td,
.csWaterResources   table .portlet-section-alternate td,
.csWaterQuality     table .portlet-section-alternate td,
.csEnviroMgmtCommis table .portlet-section-alternate td,
.csFallsLake        table .portlet-section-alternate td,
.csJordanLake       table .portlet-section-alternate td,
.csStormwater       table .portlet-section-alternate td,
.csWellDrillersComm table .portlet-section-alternate td,
.csWaterResources   .ui-autocomplete-odd,
.csWaterQuality     .ui-autocomplete-odd,
.csEnviroMgmtCommis .ui-autocomplete-odd,
.csFallsLake        .ui-autocomplete-odd,
.csJordanLake       .ui-autocomplete-odd,
.csStormwater       .ui-autocomplete-odd,
.csWellDrillersComm .ui-autocomplete-odd { background-color: #F0F1F3; }

.csWaterResources   .portlet-journal-content .dataTables_wrapper table tr.override td,
.csWaterQuality     .portlet-journal-content .dataTables_wrapper table tr.override td,
.csEnviroMgmtCommis .portlet-journal-content .dataTables_wrapper table tr.override td,
.csFallsLake        .portlet-journal-content .dataTables_wrapper table tr.override td,
.csJordanLake       .portlet-journal-content .dataTables_wrapper table tr.override td,
.csStormwater       .portlet-journal-content .dataTables_wrapper table tr.override td,
.csWellDrillersComm .portlet-journal-content .dataTables_wrapper table tr.override td,
.csWaterResources   .denr-portlet .dataTables_wrapper table tr.override td,
.csWaterQuality     .denr-portlet .dataTables_wrapper table tr.override td,
.csEnviroMgmtCommis .denr-portlet .dataTables_wrapper table tr.override td,
.csFallsLake        .denr-portlet .dataTables_wrapper table tr.override td,
.csJordanLake       .denr-portlet .dataTables_wrapper table tr.override td,
.csStormwater       .denr-portlet .dataTables_wrapper table tr.override td,
.csWellDrillersComm .denr-portlet .dataTables_wrapper table tr.override td { background-color: #E0E3E8; }

.csWaterResources   .portlet-journal-content table.striped tbody tr.hover td,
.csWaterQuality     .portlet-journal-content table.striped tbody tr.hover td,
.csEnviroMgmtCommis .portlet-journal-content table.striped tbody tr.hover td,
.csFallsLake        .portlet-journal-content table.striped tbody tr.hover td,
.csJordanLake       .portlet-journal-content table.striped tbody tr.hover td,
.csStormwater       .portlet-journal-content table.striped tbody tr.hover td,
.csWellDrillersComm .portlet-journal-content table.striped tbody tr.hover td,
.csWaterResources   .portlet-journal-content .dataTables_wrapper table tr.hover td,
.csWaterQuality     .portlet-journal-content .dataTables_wrapper table tr.hover td,
.csEnviroMgmtCommis .portlet-journal-content .dataTables_wrapper table tr.hover td,
.csFallsLake        .portlet-journal-content .dataTables_wrapper table tr.hover td,
.csJordanLake       .portlet-journal-content .dataTables_wrapper table tr.hover td,
.csStormwater       .portlet-journal-content .dataTables_wrapper table tr.hover td,
.csWellDrillersComm .portlet-journal-content .dataTables_wrapper table tr.hover td,
.csWaterResources   .portlet-journal-content .dataTables_wrapper table tr.hover.override td,
.csWaterQuality     .portlet-journal-content .dataTables_wrapper table tr.hover.override td,
.csEnviroMgmtCommis .portlet-journal-content .dataTables_wrapper table tr.hover.override td,
.csFallsLake        .portlet-journal-content .dataTables_wrapper table tr.hover.override td,
.csJordanLake       .portlet-journal-content .dataTables_wrapper table tr.hover.override td,
.csStormwater       .portlet-journal-content .dataTables_wrapper table tr.hover.override td,
.csWellDrillersComm .portlet-journal-content .dataTables_wrapper table tr.hover.override td,
.csWaterResources   .denr-portlet table.striped tbody tr.hover td,
.csWaterQuality     .denr-portlet table.striped tbody tr.hover td,
.csEnviroMgmtCommis .denr-portlet table.striped tbody tr.hover td,
.csFallsLake        .denr-portlet table.striped tbody tr.hover td,
.csJordanLake       .denr-portlet table.striped tbody tr.hover td,
.csStormwater       .denr-portlet table.striped tbody tr.hover td,
.csWellDrillersComm .denr-portlet table.striped tbody tr.hover td,
.csWaterResources   .denr-portlet .dataTables_wrapper table tr.hover td,
.csWaterQuality     .denr-portlet .dataTables_wrapper table tr.hover td,
.csEnviroMgmtCommis .denr-portlet .dataTables_wrapper table tr.hover td,
.csFallsLake        .denr-portlet .dataTables_wrapper table tr.hover td,
.csJordanLake       .denr-portlet .dataTables_wrapper table tr.hover td,
.csStormwater       .denr-portlet .dataTables_wrapper table tr.hover td,
.csWellDrillersComm .denr-portlet .dataTables_wrapper table tr.hover td,
.csWaterResources   .denr-portlet .dataTables_wrapper table tr.hover.override td,
.csWaterQuality     .denr-portlet .dataTables_wrapper table tr.hover.override td,
.csEnviroMgmtCommis .denr-portlet .dataTables_wrapper table tr.hover.override td,
.csFallsLake        .denr-portlet .dataTables_wrapper table tr.hover.override td,
.csJordanLake       .denr-portlet .dataTables_wrapper table tr.hover.override td,
.csStormwater       .denr-portlet .dataTables_wrapper table tr.hover.override td,
.csWellDrillersComm .denr-portlet .dataTables_wrapper table tr.hover.override td,
.csWaterResources   .results-grid .hover td,
.csWaterQuality     .results-grid .hover td,
.csEnviroMgmtCommis .results-grid .hover td,
.csFallsLake        .results-grid .hover td,
.csJordanLake       .results-grid .hover td,
.csStormwater       .results-grid .hover td,
.csWellDrillersComm .results-grid .hover td,
.csWaterResources   .ui-autocomplete-over,
.csWaterQuality     .ui-autocomplete-over,
.csEnviroMgmtCommis .ui-autocomplete-over,
.csFallsLake        .ui-autocomplete-over,
.csJordanLake       .ui-autocomplete-over,
.csStormwater       .ui-autocomplete-over,
.csWellDrillersComm .ui-autocomplete-over,{ background-color: #e4eaed; }

/*------------- TABLE BORDERS -------------*/

.csWaterResources   #content-wrapper .portlet-journal-content table.borders th,
.csWaterQuality     #content-wrapper .portlet-journal-content table.borders th,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.borders th,
.csFallsLake        #content-wrapper .portlet-journal-content table.borders th,
.csJordanLake       #content-wrapper .portlet-journal-content table.borders th,
.csStormwater       #content-wrapper .portlet-journal-content table.borders th,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.borders th,
.csWaterResources   #content-wrapper .denr-portlet table.borders th,
.csWaterQuality     #content-wrapper .denr-portlet table.borders th,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.borders th,
.csFallsLake        #content-wrapper .denr-portlet table.borders th,
.csJordanLake       #content-wrapper .denr-portlet table.borders th,
.csStormwater       #content-wrapper .denr-portlet table.borders th,
.csWellDrillersComm #content-wrapper .denr-portlet table.borders th { border-color: #AAB3BF; }

.csWaterResources   #content-wrapper .portlet-journal-content table thead tr th.rounded,
.csWaterQuality     #content-wrapper .portlet-journal-content table thead tr th.rounded,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table thead tr th.rounded,
.csFallsLake        #content-wrapper .portlet-journal-content table thead tr th.rounded,
.csJordanLake       #content-wrapper .portlet-journal-content table thead tr th.rounded,
.csStormwater       #content-wrapper .portlet-journal-content table thead tr th.rounded,
.csWellDrillersComm #content-wrapper .portlet-journal-content table thead tr th.rounded,
.csWaterResources   #content-wrapper .portlet-journal-content table thead tr th:first-child,
.csWaterQuality     #content-wrapper .portlet-journal-content table thead tr th:first-child,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table thead tr th:first-child,
.csFallsLake        #content-wrapper .portlet-journal-content table thead tr th:first-child,
.csJordanLake       #content-wrapper .portlet-journal-content table thead tr th:first-child,
.csStormwater       #content-wrapper .portlet-journal-content table thead tr th:first-child,
.csWellDrillersComm #content-wrapper .portlet-journal-content table thead tr th:first-child,
.csWaterResources   #content-wrapper .denr-portlet table thead tr th.rounded,
.csWaterQuality     #content-wrapper .denr-portlet table thead tr th.rounded,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table thead tr th.rounded,
.csFallsLake        #content-wrapper .denr-portlet table thead tr th.rounded,
.csJordanLake       #content-wrapper .denr-portlet table thead tr th.rounded,
.csStormwater       #content-wrapper .denr-portlet table thead tr th.rounded,
.csWellDrillersComm #content-wrapper .denr-portlet table thead tr th.rounded,
.csWaterResources   #content-wrapper .denr-portlet table thead tr th:first-child,
.csWaterQuality     #content-wrapper .denr-portlet table thead tr th:first-child,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table thead tr th:first-child,
.csFallsLake        #content-wrapper .denr-portlet table thead tr th:first-child,
.csJordanLake       #content-wrapper .denr-portlet table thead tr th:first-child,
.csStormwater       #content-wrapper .denr-portlet table thead tr th:first-child,
.csWellDrillersComm #content-wrapper .denr-portlet table thead tr th:first-child { border-left: 1px solid transparent;}

.csWaterResources   #content-wrapper .portlet-journal-content table thead tr th:last-child,
.csWaterQuality     #content-wrapper .portlet-journal-content table thead tr th:last-child,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table thead tr th:last-child,
.csFallsLake        #content-wrapper .portlet-journal-content table thead tr th:last-child,
.csJordanLake       #content-wrapper .portlet-journal-content table thead tr th:last-child,
.csStormwater       #content-wrapper .portlet-journal-content table thead tr th:last-child,
.csWellDrillersComm #content-wrapper .portlet-journal-content table thead tr th:last-child,
.csWaterResources   #content-wrapper .denr-portlet table thead tr th:last-child,
.csWaterQuality     #content-wrapper .denr-portlet table thead tr th:last-child,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table thead tr th:last-child,
.csFallsLake        #content-wrapper .denr-portlet table thead tr th:last-child,
.csJordanLake       #content-wrapper .denr-portlet table thead tr th:last-child,
.csStormwater       #content-wrapper .denr-portlet table thead tr th:last-child,
.csWellDrillersComm #content-wrapper .denr-portlet table thead tr th:last-child { border-right: 1px solid transparent; }

.csWaterResources   #content-wrapper .portlet-journal-content table.borders td,
.csWaterQuality     #content-wrapper .portlet-journal-content table.borders td,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.borders td,
.csFallsLake        #content-wrapper .portlet-journal-content table.borders td,
.csJordanLake       #content-wrapper .portlet-journal-content table.borders td,
.csStormwater       #content-wrapper .portlet-journal-content table.borders td,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.borders td,
.csWaterResources   #content-wrapper .denr-portlet table.borders td,
.csWaterQuality     #content-wrapper .denr-portlet table.borders td,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.borders td,
.csFallsLake        #content-wrapper .denr-portlet table.borders td,
.csJordanLake       #content-wrapper .denr-portlet table.borders td,
.csStormwater       #content-wrapper .denr-portlet table.borders td,
.csWellDrillersComm #content-wrapper .denr-portlet table.borders td { border-color: #55677f; }

.csWaterResources   #content-wrapper .portlet-journal-content table.datatable tfoot td,
.csWaterQuality     #content-wrapper .portlet-journal-content table.datatable tfoot td,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.datatable tfoot td,
.csFallsLake        #content-wrapper .portlet-journal-content table.datatable tfoot td,
.csJordanLake       #content-wrapper .portlet-journal-content table.datatable tfoot td,
.csStormwater       #content-wrapper .portlet-journal-content table.datatable tfoot td,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.datatable tfoot td,
.csWaterResources   #content-wrapper .portlet-journal-content table.striped tfoot td,
.csWaterQuality     #content-wrapper .portlet-journal-content table.striped tfoot td,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.striped tfoot td,
.csFallsLake        #content-wrapper .portlet-journal-content table.striped tfoot td,
.csJordanLake       #content-wrapper .portlet-journal-content table.striped tfoot td,
.csStormwater       #content-wrapper .portlet-journal-content table.striped tfoot td,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.striped tfoot td,
.csWaterResources   #content-wrapper .portlet-journal-content table.borders tfoot td,
.csWaterQuality     #content-wrapper .portlet-journal-content table.borders tfoot td,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.borders tfoot td,
.csFallsLake        #content-wrapper .portlet-journal-content table.borders tfoot td,
.csJordanLake       #content-wrapper .portlet-journal-content table.borders tfoot td,
.csStormwater       #content-wrapper .portlet-journal-content table.borders tfoot td,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.borders tfoot td,
.csWaterResources   #content-wrapper .denr-portlet table.datatable tfoot td,
.csWaterQuality     #content-wrapper .denr-portlet table.datatable tfoot td,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.datatable tfoot td,
.csFallsLake        #content-wrapper .denr-portlet table.datatable tfoot td,
.csJordanLake       #content-wrapper .denr-portlet table.datatable tfoot td,
.csStormwater       #content-wrapper .denr-portlet table.datatable tfoot td,
.csWellDrillersComm #content-wrapper .denr-portlet table.datatable tfoot td,
.csWaterResources   #content-wrapper .denr-portlet table.striped tfoot td,
.csWaterQuality     #content-wrapper .denr-portlet table.striped tfoot td,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.striped tfoot td,
.csFallsLake        #content-wrapper .denr-portlet table.striped tfoot td,
.csJordanLake       #content-wrapper .denr-portlet table.striped tfoot td,
.csStormwater       #content-wrapper .denr-portlet table.striped tfoot td,
.csWellDrillersComm #content-wrapper .denr-portlet table.striped tfoot td,
.csWaterResources   #content-wrapper .denr-portlet table.borders tfoot td,
.csWaterQuality     #content-wrapper .denr-portlet table.borders tfoot td,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.borders tfoot td,
.csFallsLake        #content-wrapper .denr-portlet table.borders tfoot td,
.csJordanLake       #content-wrapper .denr-portlet table.borders tfoot td,
.csStormwater       #content-wrapper .denr-portlet table.borders tfoot td,
.csWellDrillersComm #content-wrapper .denr-portlet table.borders tfoot td { border: 1px solid transparent; }

.csWaterResources   #content-wrapper .portlet-journal-content table.borders tr       td.row-head,
.csWaterQuality     #content-wrapper .portlet-journal-content table.borders tr       td.row-head,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.borders tr       td.row-head,
.csFallsLake        #content-wrapper .portlet-journal-content table.borders tr       td.row-head,
.csJordanLake       #content-wrapper .portlet-journal-content table.borders tr       td.row-head,
.csStormwater       #content-wrapper .portlet-journal-content table.borders tr       td.row-head,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.borders tr       td.row-head,
.csWaterResources   #content-wrapper .portlet-journal-content table.borders tr.alt   td.row-head,
.csWaterQuality     #content-wrapper .portlet-journal-content table.borders tr.alt   td.row-head,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.borders tr.alt   td.row-head,
.csFallsLake        #content-wrapper .portlet-journal-content table.borders tr.alt   td.row-head,
.csJordanLake       #content-wrapper .portlet-journal-content table.borders tr.alt   td.row-head,
.csStormwater       #content-wrapper .portlet-journal-content table.borders tr.alt   td.row-head,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.borders tr.alt   td.row-head,
.csWaterResources   #content-wrapper .portlet-journal-content table.borders tr.hover td.row-head,
.csWaterQuality     #content-wrapper .portlet-journal-content table.borders tr.hover td.row-head,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.borders tr.hover td.row-head,
.csFallsLake        #content-wrapper .portlet-journal-content table.borders tr.hover td.row-head,
.csJordanLake       #content-wrapper .portlet-journal-content table.borders tr.hover td.row-head,
.csStormwater       #content-wrapper .portlet-journal-content table.borders tr.hover td.row-head,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.borders tr.hover td.row-head,
.csWaterResources   #content-wrapper .denr-portlet table.borders tr       td.row-head,
.csWaterQuality     #content-wrapper .denr-portlet table.borders tr       td.row-head,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.borders tr       td.row-head,
.csFallsLake        #content-wrapper .denr-portlet table.borders tr       td.row-head,
.csJordanLake       #content-wrapper .denr-portlet table.borders tr       td.row-head,
.csStormwater       #content-wrapper .denr-portlet table.borders tr       td.row-head,
.csWellDrillersComm #content-wrapper .denr-portlet table.borders tr       td.row-head,
.csWaterResources   #content-wrapper .denr-portlet table.borders tr.alt   td.row-head,
.csWaterQuality     #content-wrapper .denr-portlet table.borders tr.alt   td.row-head,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.borders tr.alt   td.row-head,
.csFallsLake        #content-wrapper .denr-portlet table.borders tr.alt   td.row-head,
.csJordanLake       #content-wrapper .denr-portlet table.borders tr.alt   td.row-head,
.csStormwater       #content-wrapper .denr-portlet table.borders tr.alt   td.row-head,
.csWellDrillersComm #content-wrapper .denr-portlet table.borders tr.alt   td.row-head,
.csWaterResources   #content-wrapper .denr-portlet table.borders tr.hover td.row-head,
.csWaterQuality     #content-wrapper .denr-portlet table.borders tr.hover td.row-head,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.borders tr.hover td.row-head,
.csFallsLake        #content-wrapper .denr-portlet table.borders tr.hover td.row-head,
.csJordanLake       #content-wrapper .denr-portlet table.borders tr.hover td.row-head,
.csStormwater       #content-wrapper .denr-portlet table.borders tr.hover td.row-head,
.csWellDrillersComm #content-wrapper .denr-portlet table.borders tr.hover td.row-head {
    border-top-color: #AAB3BF;
    border-bottom-color: #AAB3BF;
}

.csWaterResources   #content-wrapper .portlet-journal-content table.striped tbody tr td.spacer,
.csWaterQuality     #content-wrapper .portlet-journal-content table.striped tbody tr td.spacer,
.csEnviroMgmtCommis #content-wrapper .portlet-journal-content table.striped tbody tr td.spacer,
.csFallsLake        #content-wrapper .portlet-journal-content table.striped tbody tr td.spacer,
.csJordanLake       #content-wrapper .portlet-journal-content table.striped tbody tr td.spacer,
.csStormwater       #content-wrapper .portlet-journal-content table.striped tbody tr td.spacer,
.csWellDrillersComm #content-wrapper .portlet-journal-content table.striped tbody tr td.spacer,
.csWaterResources   #content-wrapper .denr-portlet table.striped tbody tr td.spacer,
.csWaterQuality     #content-wrapper .denr-portlet table.striped tbody tr td.spacer,
.csEnviroMgmtCommis #content-wrapper .denr-portlet table.striped tbody tr td.spacer,
.csFallsLake        #content-wrapper .denr-portlet table.striped tbody tr td.spacer,
.csJordanLake       #content-wrapper .denr-portlet table.striped tbody tr td.spacer,
.csStormwater       #content-wrapper .denr-portlet table.striped tbody tr td.spacer,
.csWellDrillersComm #content-wrapper .denr-portlet table.striped tbody tr td.spacer { border-bottom-color: #AAB3BF; }

/*------------- PULL QUOTES -------------*/

.csWaterResources   .dyna-pull-quote:before,
.csWaterQuality     .dyna-pull-quote:before,
.csEnviroMgmtCommis .dyna-pull-quote:before,
.csFallsLake        .dyna-pull-quote:before,
.csJordanLake       .dyna-pull-quote:before,
.csStormwater       .dyna-pull-quote:before,
.csWellDrillersComm .dyna-pull-quote:before,
.csWaterResources   .dyna-pull-quote:after,
.csWaterQuality     .dyna-pull-quote:after,
.csEnviroMgmtCommis .dyna-pull-quote:after,
.csFallsLake        .dyna-pull-quote:after,
.csJordanLake       .dyna-pull-quote:after,
.csStormwater       .dyna-pull-quote:after,
.csWellDrillersComm .dyna-pull-quote:after { color: #FFFFFF; }

/*------------- TABS -------------*/
.csWaterResources   .ui-tabs > li > a,
.csWaterQuality     .ui-tabs > li > a,
.csEnviroMgmtCommis .ui-tabs > li > a,
.csFallsLake        .ui-tabs > li > a,
.csJordanLake       .ui-tabs > li > a,
.csStormwater       .ui-tabs > li > a,
.csWellDrillersComm .ui-tabs > li > a, 
.csWaterResources   .tabs > li > span,
.csWaterQuality     .tabs > li > span,
.csEnviroMgmtCommis .tabs > li > span,
.csFallsLake        .tabs > li > span,
.csJordanLake       .tabs > li > span,
.csStormwater       .tabs > li > span,
.csWellDrillersComm .tabs > li > span {
    background-color: #92a7b8;
    color: #55677f;
}

.csWaterResources   .ui-tabs > li > a:hover, 
.csWaterQuality     .ui-tabs > li > a:hover, 
.csEnviroMgmtCommis .ui-tabs > li > a:hover,
.csFallsLake        .ui-tabs > li > a:hover,
.csJordanLake       .ui-tabs > li > a:hover,
.csStormwater       .ui-tabs > li > a:hover,
.csWellDrillersComm .ui-tabs > li > a:hover,
.csWaterResources   .ui-tabs > li > span:hover,
.csWaterQuality     .ui-tabs > li > span:hover,
.csEnviroMgmtCommis .ui-tabs > li > span:hover,
.csFallsLake        .ui-tabs > li > span:hover,
.csJordanLake       .ui-tabs > li > span:hover,
.csStormwater       .ui-tabs > li > span:hover,
.csWellDrillersComm .ui-tabs > li > span:hover {
    background-color: #55677f;
    color: #ffffff;
}

.csWaterResources   .ui-tabs li.current a, 
.csWaterQuality     .ui-tabs li.current a, 
.csEnviroMgmtCommis .ui-tabs li.current a, 
.csFallsLake        .ui-tabs li.current a, 
.csJordanLake       .ui-tabs li.current a, 
.csStormwater       .ui-tabs li.current a, 
.csWellDrillersComm .ui-tabs li.current a, 
.csWaterResources   .ui-tabs li.current span,
.csWaterQuality     .ui-tabs li.current span,
.csEnviroMgmtCommis .ui-tabs li.current span,
.csFallsLake        .ui-tabs li.current span,
.csJordanLake       .ui-tabs li.current span,
.csStormwater       .ui-tabs li.current span,
.csWellDrillersComm .ui-tabs li.current span,
.csWaterResources   .ui-tabs li.ui-tabs-selected a, 
.csWaterQuality     .ui-tabs li.ui-tabs-selected a, 
.csEnviroMgmtCommis .ui-tabs li.ui-tabs-selected a, 
.csFallsLake        .ui-tabs li.ui-tabs-selected a, 
.csJordanLake       .ui-tabs li.ui-tabs-selected a, 
.csStormwater       .ui-tabs li.ui-tabs-selected a, 
.csWellDrillersComm .ui-tabs li.ui-tabs-selected a, 
.csWaterResources   .ui-tabs li.ui-tabs-selected span,
.csWaterQuality     .ui-tabs li.ui-tabs-selected span,
.csEnviroMgmtCommis .ui-tabs li.ui-tabs-selected span,
.csFallsLake        .ui-tabs li.ui-tabs-selected span,
.csJordanLake       .ui-tabs li.ui-tabs-selected span,
.csStormwater       .ui-tabs li.ui-tabs-selected span,
.csWellDrillersComm .ui-tabs li.ui-tabs-selected span { background-color: #ffffff;}

.csWaterResources   .ui-tabs li.current:hover, 
.csWaterQuality     .ui-tabs li.current:hover, 
.csEnviroMgmtCommis .ui-tabs li.current:hover, 
.csFallsLake        .ui-tabs li.current:hover, 
.csJordanLake       .ui-tabs li.current:hover, 
.csStormwater       .ui-tabs li.current:hover, 
.csWellDrillersComm .ui-tabs li.current:hover, 
.csWaterResources   .ui-tabs li.current a:hover,
.csWaterQuality     .ui-tabs li.current a:hover,
.csEnviroMgmtCommis .ui-tabs li.current a:hover,
.csFallsLake        .ui-tabs li.current a:hover,
.csJordanLake       .ui-tabs li.current a:hover,
.csStormwater       .ui-tabs li.current a:hover,
.csWellDrillersComm .ui-tabs li.current a:hover,
.csWaterResources   .ui-tabs li.ui-tabs-selected:hover, 
.csWaterQuality     .ui-tabs li.ui-tabs-selected:hover, 
.csEnviroMgmtCommis .ui-tabs li.ui-tabs-selected:hover,
.csFallsLake        .ui-tabs li.ui-tabs-selected:hover,
.csJordanLake       .ui-tabs li.ui-tabs-selected:hover,
.csStormwater       .ui-tabs li.ui-tabs-selected:hover,
.csWellDrillersComm .ui-tabs li.ui-tabs-selected:hover,
.csWaterResources   .ui-tabs li.ui-tabs-selected a:hover,
.csWaterQuality     .ui-tabs li.ui-tabs-selected a:hover,
.csEnviroMgmtCommis .ui-tabs li.ui-tabs-selected a:hover,
.csFallsLake        .ui-tabs li.ui-tabs-selected a:hover,
.csJordanLake       .ui-tabs li.ui-tabs-selected a:hover,
.csStormwater       .ui-tabs li.ui-tabs-selected a:hover,
.csWellDrillersComm .ui-tabs li.ui-tabs-selected a:hover {
    background-color: #ffffff;
    color: #404D9B;
}

.csWaterResources   .tabbed .ui-tabs li.current a, 
.csWaterQuality     .tabbed .ui-tabs li.current a, 
.csEnviroMgmtCommis .tabbed .ui-tabs li.current a,
.csFallsLake        .tabbed .ui-tabs li.current a,
.csJordanLake       .tabbed .ui-tabs li.current a,
.csStormwater       .tabbed .ui-tabs li.current a,
.csWellDrillersComm .tabbed .ui-tabs li.current a,
.csWaterResources   .ui-tabs li.current span,
.csWaterQuality     .ui-tabs li.current span,
.csEnviroMgmtCommis .ui-tabs li.current span,
.csFallsLake        .ui-tabs li.current span,
.csJordanLake       .ui-tabs li.current span,
.csStormwater       .ui-tabs li.current span,
.csWellDrillersComm .ui-tabs li.current span,
.csWaterResources   .tabbed .ui-tabs li.ui-tabs-selected a, 
.csWaterQuality     .tabbed .ui-tabs li.ui-tabs-selected a, 
.csEnviroMgmtCommis .tabbed .ui-tabs li.ui-tabs-selected a,
.csFallsLake        .tabbed .ui-tabs li.ui-tabs-selected a,
.csJordanLake       .tabbed .ui-tabs li.ui-tabs-selected a,
.csStormwater       .tabbed .ui-tabs li.ui-tabs-selected a,
.csWellDrillersComm .tabbed .ui-tabs li.ui-tabs-selected a,
.csWaterResources   .ui-tabs li.ui-tabs-selected span,
.csWaterQuality     .ui-tabs li.ui-tabs-selected span,
.csEnviroMgmtCommis .ui-tabs li.ui-tabs-selected span,
.csFallsLake        .ui-tabs li.ui-tabs-selected span,
.csJordanLake       .ui-tabs li.ui-tabs-selected span,
.csStormwater       .ui-tabs li.ui-tabs-selected span,
.csWellDrillersComm .ui-tabs li.ui-tabs-selected span {
    background-color: #ffffff;
    color: #55677f;
}

/*------------- ACCORDION -------------*/

.csWaterResources   .accordion h3,
.csWaterQuality     .accordion h3,
.csEnviroMgmtCommis .accordion h3,
.csFallsLake        .accordion h3,
.csJordanLake       .accordion h3,
.csStormwater       .accordion h3,
.csWellDrillersComm .accordion h3 { background-color: #92a7b8; }

.csWaterResources   .accordion h3.selected,
.csWaterQuality     .accordion h3.selected,
.csEnviroMgmtCommis .accordion h3.selected,
.csFallsLake       .accordion h3.selected,
.csJordanLake       .accordion h3.selected,
.csStormwater       .accordion h3.selected,
.csWellDrillersComm .accordion h3.selected { background-color: #d4c7ac; }

/*------------- HOME PAGE -------------*/

.csWaterResources   #home-feature,
.csWaterQuality     #home-feature,
.csEnviroMgmtCommis #home-feature,
.csFallsLake        #home-feature,
.csJordanLake       #home-feature,
.csStormwater       #home-feature,
.csWellDrillersComm #home-feature { background-color:#dee5e9; }

.csWaterResources   #home-feature .accordion h3,
.csWaterQuality     #home-feature .accordion h3,
.csEnviroMgmtCommis #home-feature .accordion h3,
.csFallsLake        #home-feature .accordion h3,
.csJordanLake       #home-feature .accordion h3,
.csStormwater       #home-feature .accordion h3,
.csWellDrillersComm #home-feature .accordion h3 { background-color: #92a7b8; }

.csWaterResources   #home-feature .accordion h3.selected,
.csWaterQuality     #home-feature .accordion h3.selected,
.csEnviroMgmtCommis #home-feature .accordion h3.selected,
.csFallsLake        #home-feature .accordion h3.selected,
.csJordanLake       #home-feature .accordion h3.selected,
.csStormwater       #home-feature .accordion h3.selected,
.csWellDrillersComm #home-feature .accordion h3.selected { background-color: #d4c7ac; }

.csWaterResources   #home-tabs.tabbed .ui-tabs li a,
.csWaterQuality     #home-tabs.tabbed .ui-tabs li a,
.csEnviroMgmtCommis #home-tabs.tabbed .ui-tabs li a,
.csFallsLake        #home-tabs.tabbed .ui-tabs li a,
.csJordanLake       #home-tabs.tabbed .ui-tabs li a,
.csStormwater       #home-tabs.tabbed .ui-tabs li a,
.csWellDrillersComm #home-tabs.tabbed .ui-tabs li a,
.csWaterQuality     #home-tabs.tabbed .tabs li span,
.csWaterQuality     #home-tabs.tabbed .tabs li span,
.csEnviroMgmtCommis #home-tabs.tabbed .tabs li span,
.csFallsLake        #home-tabs.tabbed .tabs li span,
.csJordanLake       #home-tabs.tabbed .tabs li span,
.csStormwater       #home-tabs.tabbed .tabs li span,
.csWellDrillersComm #home-tabs.tabbed .tabs li span {
    background-color:#d4c7ac;
    color: #28313D;
}

.csWaterResources   #home-tabs.tabbed .ui-tabs li.current a,
.csWaterQuality     #home-tabs.tabbed .ui-tabs li.current a,
.csEnviroMgmtCommis #home-tabs.tabbed .ui-tabs li.current a,
.csFallsLake        #home-tabs.tabbed .ui-tabs li.current a,
.csJordanLake       #home-tabs.tabbed .ui-tabs li.current a,
.csStormwater       #home-tabs.tabbed .ui-tabs li.current a,
.csWellDrillersComm #home-tabs.tabbed .ui-tabs li.current a,
.csWaterResources   .ui-tabs li.current span,
.csWaterQuality     .ui-tabs li.current span,
.csEnviroMgmtCommis .ui-tabs li.current span,
.csFallsLake        .ui-tabs li.current span,
.csJordanLake       .ui-tabs li.current span,
.csStormwater       .ui-tabs li.current span,
.csWellDrillersComm .ui-tabs li.current span,
.csWaterResources   #home-tabs.tabbed .ui-tabs li.ui-tabs-selected a,
.csWaterQuality     #home-tabs.tabbed .ui-tabs li.ui-tabs-selected a,
.csEnviroMgmtCommis #home-tabs.tabbed .ui-tabs li.ui-tabs-selected a,
.csFallsLake        #home-tabs.tabbed .ui-tabs li.ui-tabs-selected a,
.csJordanLake       #home-tabs.tabbed .ui-tabs li.ui-tabs-selected a,
.csStormwater       #home-tabs.tabbed .ui-tabs li.ui-tabs-selected a,
.csWellDrillersComm #home-tabs.tabbed .ui-tabs li.ui-tabs-selected a,
.csWaterResources   .ui-tabs li.ui-tabs-selected span,
.csWaterQuality     .ui-tabs li.ui-tabs-selected span,
.csEnviroMgmtCommis .ui-tabs li.ui-tabs-selected span,
.csFallsLake        .ui-tabs li.ui-tabs-selected span,
.csJordanLake       .ui-tabs li.ui-tabs-selected span,
.csStormwater       .ui-tabs li.ui-tabs-selected span,
.csWellDrillersComm .ui-tabs li.ui-tabs-selected span {
    background-color: #ffffff;
    color: #55677f;
}

.csWaterResources   .scroller-wrap ul.single,
.csWaterQuality     .scroller-wrap ul.single,
.csEnviroMgmtCommis .scroller-wrap ul.single,
.csFallsLake        .scroller-wrap ul.single,
.csJordanLake       .scroller-wrap ul.single,
.csStormwater       .scroller-wrap ul.single,
.csWellDrillersComm .scroller-wrap ul.single { background-color: #aaa5a5; }