/*html tags*/
input[type=submit], input[type=reset] {
    padding: 4px 8px;
}

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    min-width: 100%;
}

address {
    margin: 20px 0;
    font-size: 12px;
}

/*id's*/
#header {
    background: linear-gradient(to bottom, #0072CE 0%, #0072CE 24%, #1e3a62 100%);
}

#leadership {
    color: #eee;
    font-size: 11px;
    text-align: right;
    font-weight: bold;
    line-height: 1.1em;
}

#menu {
    position: absolute;
    top: 120px;
    height: 57px;
    min-width: 100%;
    background-color: white;
    margin: 0 auto;
    font: normal 14px "Tahoma", Geneva, Arial, sans-serif;
}

    #menu ul {
        height: 48px;
        width: 1000px;
        margin: 0 auto;
    }

        #menu ul li {
            float: left;
            margin: 0;
            padding: 0;
            text-align: center;
            height: inherit;
            border-left-color: #BDBDBD;
            border-left-width: 1px;
            border-left-style: solid;
            border-right-color: #BDBDBD;
            border-right-width: 1px;
            border-right-style: solid;
        }

.menutext {
    padding-top: 10px;
    font-weight: bold;
}

#menu a {
    padding: 6px 0px 10px;
    height: 34px;
    color: #0072CE !important;
    line-height: 1.4em;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

#menuBorderLine {
    background: url("/Images/border-line.png");
    background-size: 100%;
    width: 100%;
    height: 5px;
}

.electric {
    width: 15%;
    border-left: none !important;
}

.manhouse {
    width: 25%;
}

.naturalg {
    width: 15%;
}

.telecomm {
    width: 25%;
}

.watersew {
    width: 19%; /*Had to shave off 1% for borders*/
    border-right: none !important;
}

#footer {
    color: #fff;
    background: linear-gradient(to bottom, #0072CE 0%, #0072CE 24%, #1e3a62 100%);
    border-top: 6px solid #A4D65E;
    border-bottom: 2px solid #A4D65E;
    margin-top: 2em;
    padding: 30px 0 30px;
    background-color: rgb(8, 47, 72);
}

    #footer .h2 {
        font: bold 16px Arial, Helvetica, sans-serif !important;
        color: #fff;
        padding: 0 0 8px;
        margin: 0 0 10px;
        border-bottom: 1px solid #ccc;
        text-shadow: 1px 1px 0px #333;
    }

    #footer ul {
        font-size: 12px;
        line-height: 1.5em;
    }

        #footer ul li {
            color: #fff;
        }

    #footer a {
        background: transparent;
        color: #fff;
        font-weight: normal;
    }

#connect ul {
    margin-top: 10px;
}

    #connect ul li {
        float: left;
        list-style-type: none;
        margin: 0 11px;
    }

#connect a {
    height: 32px;
    width: 32px;
    display: block;
}

    #connect a.twitter {
        background: url("/Images/twitter.png") no-repeat;
    }

    #connect a.email {
        background: url("/Images/email.png") no-repeat;
    }

    #connect a.facebook {
        background: url("/Images/facebook.png") no-repeat;
    }

    #connect a.youtube {
        background: url("/Images/youtube.png") no-repeat;
    }

    #connect a:hover {
        border-bottom: 0;
        margin-top: -3px;
    }

#finder ul {
    padding-top: 30px;
}

    #finder ul li {
        float: left;
        border-left: 1px solid #ccc;
        border-color: rgb(126, 133, 149);
        padding: 0 10px;
        line-height: 1em;
    }

#finder li:first-child {
    border: 0;
}

#finder a {
    font-size: 11px;
    color: #fff;
    border: 0;
}

    #finder a:hover {
        color: #e2e2e2;
    }

    #finder a.mogov {
        display: block;
        position: absolute;
        height: 70px;
        width: 140px;
        left: 0;
        top: 0;
    }

        #finder a.mogov:hover {
            border-bottom: none;
        }
