﻿/* CSS Document */
body {
    background-color: #A6A6A7;
    font-family: Tahoma, Sans-Serif;
    font-size: 10pt;
    color: White;
    min-width:925px;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#MainDiv {
    text-align: center;
    min-width:925px;
    margin-left: auto;
    margin-right: auto;
}



#MainTable {
    text-align: left;
    width: 925px;
    margin-left: auto;
    margin-right: auto;
}

fieldset {
    padding: 15px;
}

legend {
    background-color: #53ba66;
    border: solid 1px #001A2B;
    padding: 3px 3px 3px 3px;
    font-size: 11pt;
    font-weight: bold;
}

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

/* LINKS */

a:link {
    color: #3759a1;
    text-decoration: none;
}
a:visited {
    color: #3759a1;
    text-decoration: none;
}
a:hover {
    color: #0471AA;
    text-decoration: none;
}
a:active {
    color: #3759a1;
    text-decoration: none;
}

.link_white {
    color: #FFFFFF;
    text-decoration: none;
}

.FooterTextLink:link {
    font-size: 8pt;
    color: #004479;
    text-decoration: none;
}
.FooterTextLink:visited {
    font-size: 8pt;
    color: #004479;
    text-decoration: none;
}
.FooterTextLink:hover {
    font-size: 8pt;
    color: #0471AA;
    text-decoration: none;
}
.FooterTextLink:active {
    font-size: 8pt;
    color: #004479;
    text-decoration: none;
}

.MenuLink:link {
    color: #53ba66;
    text-decoration: none;
    font-size: 11pt;
}

.MenuLink:visited {
    color: #53ba66;
    text-decoration: none;
    font-size: 11pt;
}

.MenuLink:hover {
    color: Red;
    text-decoration: underline;
    font-size: 11pt;
}

.MenuLink:active {
    color: #53ba66;
    text-decoration: none;
    font-size: 11pt;
}

.BrightGreenLink:link {
    color: #53ba66;
    text-decoration: none;
}
.BrightGreenLink:visited {
    color: #53ba66;
    text-decoration: none;
}
.BrightGreenLink:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.BrightGreenLink:active {
    color: #53ba66;
    text-decoration: none;
}


/* END LINKS */



.TextCenter {
    text-align: center;
}

.TextCenter /*Mozilla Firefox alignment */ {
    text-align: -moz-center;
}


.Clear {
    clear: both;
}

.OuterTableL {
    width: 27px;
    background-image: url('images/Drinking Water.jpg');
    background-repeat: repeat-y;
    height: 100%;
}

.OuterTableR {
    width: 29px;
    background-image: url('images/Water Purifier.jpg');
    background-repeat: repeat-y;
    height: 100%;
}

.CopyText {
    color: #001a2b;
    font-size: 7pt;
}


.PageTitle {
    font-size: 24px;
    line-height: 28px;
    color: #3859a1;
}

.PageTitleSM {
    font-size: 18px;
    line-height: 24px;
    color: #3859a1;
}

.Intro {
    font-size: 32px;
    line-height: 28px;
    color: #3859a1;
}

img.photobig, img.photosmall {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #CCCCCC;
    background: #E0E0E0;
    padding: 5px;
}


.LeafBackground {
    background-image: url('images/Going Green Is Easy.jpg');
    width: 840px;
    background-repeat: no-repeat;
    padding-left: 3px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-left: 1px solid #CCCCCC;
    overflow: visible;
}

.BrightGreen {
    color: #53ba66;
}

.GreenTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 22px;
    color: #53ba66;
}

.EightTeen {
    font-size: 18px;
}

.Fifteen {
    font-size: 18px;
}

.GreenHr {
    color: #53ba66;
}

