body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    /*background: #f6f6ed;*/
    /*font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    color: #333;
    height: 100%;
    min-width: 990px;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(199, 216, 229, 1) 15%, rgba(246, 246, 237, 1) 21%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(199, 216, 229, 1) 15%, rgba(246, 246, 237, 1) 21%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(199, 216, 229, 1) 15%, rgba(246, 246, 237, 1) 21%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#f6f6ed', GradientType=0);
    background-attachment: fixed;
}

img {
    border: none;
}


hr {
    color: #2760ad;
    background-color: #2760ad;
    height: 5px;
}

hr.mid {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}

h1 {
    margin: 0px 0px 5px;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: -1px;
    color: #283891;
}

h2 {
    margin: 0px 0px 15px;
    font-size: 150%;
    font-weight: normal;
    color: #24809E;
    letter-spacing: -1px;
    border-bottom: #283891 dashed 1px;
    padding-bottom: 4px;
}

h3 {
    margin: 0px;
    font-size: 130%;
    font-weight: normal;
}

h4 {
    margin: 0px;
    font-size: 110%;
    font-weight: normal;
    color: #283891;
}

h5 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

a:link {
    color: #CC0000;
    text-decoration: underline;
}

a:visited {
    color: #CC0000;
    text-decoration: underline;
}

a:hover {
    color: #6699FF;
    text-decoration: none;
}

.h1Bullet {
    padding-right: 8px;
}

.notice {
    color: #283891;
    font-weight: bold;
}

.small {
    font-family: 'Open Sans', sans-serif;
    font-size: 70%;
    font-variant: small-caps;
    text-transform: uppercase;
}

#screen {
    width: 100%;
    overflow: hidden;
    margin-top: -30px;
    min-height: 100%;
}

#flashback {
    height: 1;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#bodywrap {
    z-index: 2;
    top: 20px;
    padding: 0;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
}

#wrapper {
    width: 990px;
    margin: 0 auto;
}

#footerSpacer {
    width: 100%;
    height: 25px;
    background: #f6f6ed;
    clear: both;
}

#footer {
    width: 100%;
    min-width: 990px;
    height: 185px;
    background: url('../images/footer-bg.gif') repeat-x #2760ad;
}

#footerWrapper {
    width: 940px;
    margin: 0 auto;
}

#footerL {
    float: left;
    text-align: left;
    width: 695px;
    font-size: 80%;
    padding-top: 25px;
}

#footerL a:link, #footer a:visited {
    color: #fff;
    text-decoration: none;
}

#footerL a:hover {
    color: #99ccff;
    text-decoration: underline;
}

#footerR {
    width: 224px;
    float: left;
    margin-top: 9px;
}

#footerBottom {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 110%;
}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #screen {
        height: 0px;
    }
}

#jsWarning {
    color: #CC0000;
    width: 100%;
    text-align: center;
}

/********************************************************  M E N U v2.0**/

nav {
    margin-bottom: 20px;
    box-sizing: border-box;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

nav ul li {
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    width: 170px;
    /*width: 168px;*/
    margin-right: 0;
    margin-left: 0;
    /*border: 1px solid pink;*/
    background: rgb(0, 172, 238);
    background: -moz-linear-gradient(top, rgba(0, 172, 238, 1) 0%, rgba(57, 85, 165, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 172, 238, 1) 0%, rgba(57, 85, 165, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 172, 238, 1) 0%, rgba(57, 85, 165, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00acee', endColorstr='#3955a5', GradientType=0);
}

nav ul li span {
    font-size: 18px;
    line-height: 18px;
}

nav ul li a {
    display: block;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-right: -4px;
}

nav ul li:last-child {
    border-right: 0;
}

nav ul li:hover {
    background: #00a7e9;
}

nav ul ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 99;
    text-align: left;
    box-shadow: 0 4px 2px -2px #283891;
}

nav ul li ul li {
    display: block;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    height: 100%;
    min-width: 168px;
    background: #00a7e9;
    border-bottom: 1px solid white;
}

nav ul li ul li:last-child {
    border-bottom: 0;
}

nav ul li ul li:hover {
    background: #283891;
}

nav ul li a:link,
nav ul li a:visited {
    color: white;
}

nav ul li ul li:hover a:link {
    color: white;
}

nav ul li a:link,
nav ul li ul li a:link,
nav ul li a:visited,
nav ul li ul li a:visited {
    text-decoration: none;
}

/********************************************************  E N D    M E N U 2 **/


/********************************************************  C O N T E N T  **/

#whatsnew ul {
    margin: 0px;
    padding: 15px;
}

#whatsnew li {
    list-style-type: disc;
}

#whatsnew li.nobullet {
    list-style-type: none;
}

.wnbullet {
    color: #2760ad;
    font-size: 150%;
    font-weight: normal;
}

/********************************************************  I M A G E  E N H A N C E M E N T S  **/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
    position: relative;
    z-index: 0;
    text-align: center;
    font-size: 80%;
    font-weight: normal;
}

.thumbnail:hover {
    background-color: transparent;
    z-index: 500;
}

.thumbnail span { /*CSS for enlarged image*/
    position: absolute;
    background: #f6f6ed;
    padding: 5px;
    left: -1000px;
    border: 4px solid #2760ad;
    visibility: hidden;
    color: #2760ad;
    text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
    visibility: visible;
    top: -15px;
    left: 208px; /*position where enlarged image should offset horizontally */
}

/********************************************************  E N D  I M A G E  E N H A N C E M E N T S  **/

/******************************************************** H O M E **/
#logoHolder {
    float: left;
    width: 275px;
    text-align: center;
}

.logo {
    width: 275px;
    height: 285px;
}

.svg-logo {
    width: 250px;
    height: auto;
}

.states-graphic {
    margin-top: 75px;
}

.states-graphic:hover {
    opacity: 0.5;
}

#whatsnew {
    width: 355px;
    background: url('../images/whatsnew-bg.gif') repeat-y;
    font-size: 80%;
    font-weight: normal;
    border-bottom: 8px solid #2760ad;
    min-height: 308px;
    z-index: 0;
    margin-bottom: 30px;
}

#whatsnewtxt {
    width: 90%;
    margin: 0px auto;
    text-align: left;
    z-index: 0;
}

#banner {
    width: 731px;
    float: right;
}

#menuHolder {
    width: 100%;
    margin: 0 auto 12px;
    float: left;
}

.quoteBanner {
    margin: 8px 0px 0px -50px;
}

.do {
    margin-left: -10px;
    z-index: 100;
    position: absolute;
}

.wnheader {
    margin: 0px 0px 0px -22px;
}

#content {
    width: 500px;
    text-align: left;
    height: 300px;
}

#text {
    width: 695px;
    margin: 50px 0 50px 0px;
    padding: 0px 0 0 5px;
    z-index: 0;
    position: absolute;
    font-size: 100%;
    font-weight: normal;
    line-height: 28px;
}

#text p {
    text-align: justify;
}

#right {
    width: 700px;
    float: left;
    margin-top: 20px;
}

#fpa {
    margin-top: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 20px;
}

#fpa ul {
    list-style-type: none;
}

#fpa hr {
    height: 1px;
    color: ccc;
}

/******************************************************** I N T E R I O R **/

#interiorWrapper {
    width: 990px;
    margin: 0 auto;
    min-height: 600px;
}

#interiorLogo {
    width: 390px;
    float: left;
    margin-top: 5px;
}

#interiorMenu {
    width: 610px;
    float: right;
    margin-top: 35px;
}

#interiorContent {
    width: 94%;
    clear: both;
    text-align: left;
    margin: 0px auto;
    padding-top: 20px;
}

.formSubmit {
    width: 69%;
    height: 40px;
    padding: 4px;
    border: 1px solid #f6f6ed;
    margin-left: 8px;
}

.formRow {
    width: 90%;
    padding: 4px;
    margin-bottom: 4px;
    border: 1px solid #f6f6ed;
}

.reg {
    border: 1px solid #ccc;
    font-weight: bold;
    color: #1169A7;
    padding: 5px;
}

textarea.reg {
    /*font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 80%;
}

.button {
    background-color: #1169A7;
    border: 1px solid #000000;
    color: #FFFFFF;
    padding: 4px;
    text-align: center;
    font-size: 110%;
    float: right;
}

.button:hover {
    background-color: #283891;
    border: 1px #000 solid;
    color: #fff;
    padding: 4px;
    text-decoration: underline;
    font-size: 110%;
    float: right;
}

.highlightActiveField {
    border: 1px solid #1169A7;
    font-weight: bold;
    color: #283891;
    padding: 5px;
    background-color: #EDEDED;
    border-left: 4px solid #283891;
}

.highlightInactiveField {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 5px;
    color: #2760ad;
}

#maHeader {
    background-color: #2760ad;
    width: 25%;
    float: right;
    border: 1px solid #ccc;
    padding: 10px;
    color: #fff;
    margin-left: 25px;
}

#maBox {
    width: 25%;
    float: right;
    background: #ededed;
    border: 1px solid #ccc;
    min-height: 450px;
    padding: 10px;
    font-size: 70%;
    margin-left: 25px;
}


/******************************************************** P R O D U C T **/
#products {
    width: 840px;
    margin: 15px auto;
}

#graphicsHolder {
    width: 840px;
    margin: 20px auto;
    text-align: center;
}

#prodLeft {
    width: 262px;
    float: left;
}

#prodLeft2 {
    width: 274px;
    float: left;
}

#prodCenter {
    width: 298px;
    float: left;
}

#prodCenter2 {
    width: 292px;
    float: left;
}

#prodRight {
    width: 200px;
    float: left;
}

#prodRight2 {
    width: 274px;
    float: left;
}

a.quickLink:link, a.quickLink:visited {
    text-decoration: none;
    color: #283891;

}

a.quickLink:hover {
    text-decoration: none;
    border-bottom: 3px dashed #283891;
}

.features li {
    margin: 10px 0px 10px;
    font-size: 90%;
    font-weight: normal;
}

.productImg2 {
    border: 2px #2760ad solid;
    margin-top: 6px;
}

.productImg {
    border: 2px #2760ad solid;
    margin-left: 10px;
}

.productImgL {
    border: 2px #2760ad solid;
    margin-right: 20px;
}

.lgGraphic {
    width: 579px;
    margin: 0 auto 30px;
    text-align: center;
}

.featuresBox {
    background-color: #fff;
    border: 4px #ededed solid;
    padding: 10px;
    width: 90%;
    margin: 55px auto 30px;
}

.preload {
    display: none;
}

/************************************************************************************* W A T E R  T R E A T M E N T **/

/*Chem Feed*/
a#prodLink {
    display: block;
    width: 214px;
    height: 276px;
    background-image: url('../images/chemical-feed.gif');
    margin: 0 auto;
}

a#prodLink:hover {
    background-image: url('../images/chemical-feed-on.gif');
}

a .alt {
    display: none;
}

/*Pretreatment*/
a#prodLink2 {
    display: block;
    width: 262px;
    height: 296px;
    background-image: url('../images/water-treatment_01.gif');
    margin: 0 auto;
}

a#prodLink2:hover {
    background-image: url('../images/pretreatment-on.gif');
}

/*Sedimentation*/
a#prodLink3 {
    display: block;
    width: 262px;
    height: 310px;
    background-image: url('../images/water-treatment2_04.gif');
    margin: 0 auto;
}

a#prodLink3:hover {
    background-image: url('../images/water-treatment2-on_04.gif');
}

/*Flash Mix*/
a#prodLink4 {
    display: block;
    width: 298px;
    height: 296px;
    background-image: url('../images/water-treatment_02.gif');
    margin: 0 auto;
}

a#prodLink4:hover {
    background-image: url('../images/flashmix-on.gif');
}

/*Filtration*/
a#prodLink5 {
    display: block;
    width: 298px;
    height: 310px;
    background-image: url('../images/water-treatment2_05.gif');
    margin: 0 auto;
}

a#prodLink5:hover {
    background-image: url('../images/water-treatment2-on_05.gif');
}

/*Disinfection*/
a#prodLink6 {
    display: block;
    width: 280px;
    height: 310px;
    background-image: url('../images/water-treatment2_06.gif');
    margin: 0 auto;
}

a#prodLink6:hover {
    background-image: url('../images/water-treatment2-on_06.gif');
}

/*Flocculation*/
a#prodLink7 {
    display: block;
    width: 280px;
    height: 296px;
    background-image: url('../images/water-treatment_03.gif');
    margin: 0 auto;
}

a#prodLink7:hover {
    background-image: url('../images/flocculation-on.gif');
}

/*Disinfection*/
a#prodLink8 {
    display: block;
    width: 298px;
    height: 305px;
    background-image: url('../images/water-treatment2_08.gif');
    margin: 0 auto;
}

a#prodLink8:hover {
    background-image: url('../images/water-treatment2-on_08.gif');
}

/************************************************************************************* W A S T E  W A T E R  T R E A T M E N T **/

/*Headworks*/
a#prodLink9 {
    display: block;
    width: 274px;
    height: 328px;
    background-image: url('../images/waste-water_01.gif');
    margin: 0 auto;
}

a#prodLink9:hover {
    background-image: url('../images/waste-water-on_01.gif');
}

/*Tertiary Treatment*/
a#prodLink9b {
    display: block;
    width: 274px;
    height: 372px;
    background-image: url('../images/waste-water_04.gif');
    margin: 0 auto;
}

a#prodLink9b:hover {
    background-image: url('../images/waste-water-on_04.gif');
}

/*Disinfection*/
a#prodLink10 {
    display: block;
    width: 274px;
    height: 294px;
    background-image: url('../images/waste-water_07.gif');
    margin: 0 auto;
}

a#prodLink10:hover {
    background-image: url('../images/waste-water-on_07.gif');
}

/*Primary Clarification*/
a#prodLink11 {
    display: block;
    width: 292px;
    height: 328px;
    background-image: url('../images/waste-water_02.gif');
    margin: 0 auto;
}

a#prodLink11:hover {
    background-image: url('../images/waste-water-on_02.gif');
}

/*Secondary Clarification*/
a#prodLink12 {
    display: block;
    width: 292px;
    height: 372px;
    background-image: url('../images/waste-water_05.gif');
    margin: 0 auto;
}

a#prodLink12:hover {
    background-image: url('../images/waste-water-on_05.gif');
}

/*Sludge Dewatering*/
a#prodLink13 {
    display: block;
    width: 292px;
    height: 294px;
    background-image: url('../images/waste-water_08.gif');
    margin: 0 auto;
}

a#prodLink13:hover {
    background-image: url('../images/waste-water-on_08.gif');
}

/*Bisolids Treatment*/
a#prodLink14 {
    display: block;
    width: 292px;
    height: 287px;
    background-image: url('../images/waste-water_11.gif');
    margin: 0 auto;
}

a#prodLink14:hover {
    background-image: url('../images/waste-water-on_11.gif');
}

/*Secondary Process*/
a#prodLink15 {
    display: block;
    width: 274px;
    height: 328px;
    background-image: url('../images/waste-water_03.gif');
    margin: 0 auto;
}

a#prodLink15:hover {
    background-image: url('../images/waste-water-on_03.gif');
}

/*Solids Thickening*/
a#prodLink16 {
    display: block;
    width: 274px;
    height: 372px;
    background-image: url('../images/waste-water_06.gif');
    margin: 0 auto;
}

a#prodLink16:hover {
    background-image: url('../images/waste-water-on_06.gif');
}

/*Sludge Digestion*/
a#prodLink17 {
    display: block;
    width: 274px;
    height: 294px;
    background-image: url('../images/waste-water_09.gif');
    margin: 0 auto;
}

a#prodLink17:hover {
    background-image: url('../images/waste-water-on_09.gif');
}

/************************************************************************************* B Y  M A N U F A C T U R E R **/

.mHorizontal {
    float: left;
    width: 300px;
    height: 180px;
    border-top: 4px solid #2760ad;
    border-right: 1px solid #2760ad;
    border-left: 1px solid #2760ad;
}

.mVertical {
    float: left;
    width: 300px;
    height: 270px;
    border-top: 4px solid #2760ad;
    border-right: 1px solid #2760ad;
    border-left: 1px solid #2760ad;
}

#manuLeft {
    width: 312px;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border: 1px solid #2760ad;
}

#manuCenter {
    width: 312px;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #2760ad;
    border-bottom: 1px solid #2760ad;
    border-right: 1px solid #2760ad;
}

#manuRight {
    width: 312px;
    float: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #2760ad;
    border-bottom: 1px solid #2760ad;
    border-right: 1px solid #2760ad;
}

.manuText {
    font-size: 70%;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 4px;
    height: 60px;
}

/******************* v2 styles - homepage **/

#banner_holder {
    width: 700px;
    height: 225px;
    clear: both;
}

.box_headings {
    padding: 4px 0 0 4px;
}

.slide_link:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}

#bottom_featured_boxes {
    clear: both;
    width: 980px;
    margin-top: 25px;
    margin-bottom: 25px;
    float: left;
}

.features {
    padding: 12px;
    width: 313px;
    box-sizing: border-box;
    height: 280px;
    -moz-box-shadow: 0 0 10px 2px #999;
    -webkit-box-shadow: 0 0 5px 1px #CCC;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=90, Color='#999');
    float: left;
    border: 1px solid #b6baba;
    text-align: left;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.1;
    color: #333;
}

.features ul {
    margin: 15px 10px;
    padding: 0;
    list-style-type: none;
}

.features li {
    padding: 5px;
}

.features a:link, .features a:visited {
    color: #333;
    text-decoration: none;
}

.features a:hover {
    text-decoration: underline;
    color: #2760ad;
}

.features h2 {
    font-size: 20px;
    letter-spacing: -1px;
}

.fproducts {
    background: url('../images/bg1.jpg') bottom right no-repeat #fff;
    /*margin: 10px 10px 0px 0px;*/
}

.farchive {
    background: url('../images/bg3.jpg') bottom right no-repeat #fff;
    /*margin: 10px 0px 0px 10px;*/
    margin: 0 20px;
}

.fprojects {
    background: url('../images/bg2.jpg') bottom right no-repeat #fff;
    float: right;
}

.pbutton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a0e5), color-stop(1, #0a3e81));
    background: -moz-linear-gradient(center top, #00a0e5 5%, #0a3e81 100%);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a0e5', endColorstr='#0a3e81');*/
    background-color: #00a0e5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #00a0e5;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 7px;
    text-decoration: none;
}

.pbutton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0a3e81), color-stop(1, #00a0e5));
    background: -moz-linear-gradient(center top, #0a3e81 5%, #00a0e5 100%);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a3e81', endColorstr='#00a0e5');*/
    background-color: #0a3e81;
}

.pbutton:active {
    position: relative;
    top: 1px;
}

#button a:link, #button a:visited {
    color: #ffffff;
}
