﻿.tabBar {
    font-size: 0.9em;
}
        .homeSlider {
            position: relative;
            width: 1000px;
            height: 275px;
            background: #fff;
            overflow: hidden;
        }
        .homeSlider .textOverlay {
            position: absolute;
            top: 50px;
            left: 0px;
            background: #000000;
            opacity: 0.6;
            font-size: 1.2em;
            text-transform: uppercase;
            color: #fff;
            padding: 15px;
            padding-left: 30px;
            width: 510px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        .homeSlider .textOverlaySlide2 {
            position: absolute;
            top: 160px;
            right: 0px;
            background: #000000;
            opacity: 0.6;
            font-size: 1.2em;
            text-transform: uppercase;
            color: #fff;
            padding: 15px;
            padding-left: 30px;
            width: 510px;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }
        .homeSlider .IMG {
            position: absolute;
            top: 0;
            left: 0;
            width: 1000px;
            height: 278px;
        }

        BODY {
            padding: 0px;
            margin: 0 auto;
            font-family: 'Open Sans', sans-serif;
            font-size: 17px;
            color: #333;
        }
        A {
            color: #027bb5;
            text-decoration: none;
        }

            A:hover {
                color: #0d3e5c;
                text-decoration: underline;
            }
        H1, .title2 {
            font-size: 1.8em;
            color: #0d3e5c;
            font-weight: normal;
        }
        .interface {
            margin: 0 auto;
            text-align: left;
            width: 1000px;
        }
        .interface .topFrame {
            width: 1000px;
            height: 100px;
            padding: 0;
            margin: 0;
        }
            .interface .topFrame .logo {
                width: 400px;
                height: 100px;
                float: left;
                padding: 0;
                margin: 0;
            }
            .interface .topFrame .logo IMG {
                padding-top: 20px;
                padding-left: 26px;
            }
            .interface .topFrame .links {
                width: 590px;
                height: 100px;
                float: left;
                padding: 0;
                margin: 0;
            }
            .interface .topNavigation {
                width: 960px;
                height: 36px;
                padding-left: 10px;
                text-align: center;
            }
            .interface .topNavigation .navBar {
                padding-top: 9px;
                text-transform: uppercase;
            }
                .interface .topNavigation .navBar a {
                    color: #0d3e5c;
                    padding-right: 25px;
                    padding-left: 25px;
                    text-decoration: none;
                    font-size: 0.8em;
                }
                .interface .topNavigation .navBar a:hover {
                    color: #027bb5;
                    text-decoration: underline;
                }

        .interface .midNavigation {
            width: 1000px;
            height: 46px;
            text-align: center;
            background: #9bc842;
        }
        .interface .midNavigation .navBar {
            padding-top: 14px;
        }

            .interface .midNavigation .navBar a {
                color: #0d3e5c;
                padding-right: 15px;
                padding-left: 15px;
                text-decoration: none;
                font-size: 0.8em;
                font-weight: bold;
            }

                .interface .midNavigation .navBar a:hover {
                    color: #fff;
                    text-decoration: underline;
                }
            .interface .midNavigation .navBar .navBarSelected a {
                color: #fff;
                padding-right: 15px;
                padding-left: 15px;
                text-decoration: underline;
                font-size: 0.8em;
                font-weight: bold;
            }
        .interface .homeSpecificationLabel, .interface .homeSpecificationList {
            width: 1000px;
            height: 60px;
            text-align: center;
            background: #0d3e5c;
        }
            .interface .homeSpecificationLabel .navBar {
                padding-top: 19px;
                color: #eef;
                font-size: 1.3em;
                letter-spacing: 4px;
            }
            .interface .homeSpecificationList .navBar {
                padding-top: 18px;
                color: #eef;
                font-size: 1.0em;
                border-top: 1px solid #9bc842;
                width: 90%;
                margin: 0 auto;
            }
                .interface .homeSpecificationList .navBar a {
                    color: #eef;
                    padding-right: 40px;
                    padding-left: 40px;
                    text-decoration: none;
                }

            .interface .homeSpecificationList .navBar a:hover {
                color: #fff;
                text-decoration: underline;
            }
            .interface .homeLower {
                width: 1000px;
            }
            .interface .homeLowerLeft {
                width: 676px;
                margin: 0px;
                padding: 0px;
            }
            .homeLowerLeftContent {
                float: left;
                font-size: 0.9em;                
                padding-left: 50px;
                padding-right: 10px;
            }
                .homeLowerLeftContent .mainContent {
                    padding: 0;
                    margin: 0;
                    border-top: 1px solid #9bc842;
                    border-bottom: 1px solid #9bc842;
                }
            .homeLowerLeftImage {
                position: relative;
                width: 616px;
                height: 261px;
                overflow: hidden;
                padding-top: 15px;
            }
        .homeLowerLeftImage IMG {
            width: 616px;
            height: 261px;
        }
            .interface .homeLowerRight {
                width: 324px;
                float: left;
                margin: 0px;
                padding: 0px;
            }
                .interface .homeLowerRight .filler {
                    width: 290px;
                    height: 20px;
                }
                .interface .homeLowerRight .tabBar {
                    padding-left: 0px;
                    padding-right: 0px;
                    padding-top: 0px;
                    margin-top: 0px;
                    margin-left: 20px;
                    border: 1px solid #0d3e5c;
                    width: 290px;
                    height: 520px;
                    border-radius: 10px;
                }
                .interface .topFrame .links .navBar {
                    position: relative;
                    top: 35px;
                    text-align: right;
                    padding-right: 25px;
                }
        .interface .topFrame .links .navBar a {
            padding-left: 8px;
            padding-right: 8px;
            font-size: 0.7em;
            color: #0d3e5c;
            text-decoration: none;
        }
                    .interface .topFrame .links .navBar a:hover {
                        color: #027bb5;
                        text-decoration: underline;
                    }
                    .interface .topFrame .links .navBar .navSearch {
                        font-size: 0.7em;
                        border: 1px solid #0d3e5c;
                         border-radius: 5px;
                         color: #0d3e5c;
                         margin-top: 10px;
                         width: 140px;
                    }
        .linkedIn {
            height: 20px;
            padding-right: 4px;
            padding-top: 10px;
            padding-left: 15px;
            float: right;
        }

        .secondaryFrame {
            width: 1000px;
            padding: 0;
            margin: 0;
        }
        .secondaryFrame .secondaryLeft {
            width: 236px;
            float: left;
        }
        .secondaryFrame .secondaryRight {
            float: right;          
            width: 705px;
            padding-top: 10px;
            padding-right: 15px;
        }
        .secondaryFrame .secondaryRight .mainContent {
            font-size: 0.9em;
            border-top: 1px solid #9bc842;
            border-bottom: 1px solid #9bc842;
        }
        .secondarySlider {
            position: relative;
            width: 1000px;
            height: 278px;
            background: #eee;
        }
        .secondarySlider .IMG {
            position: absolute;
            top: 0;
            left: 0;
            width: 1000px;
            height: 278px;
        }
        .secondarySlider .textOverlay {
            position: absolute;
            top: 50px;
            left: 0px;
            background: #000000;
            opacity: 0.6;
            font-size: 1.2em;
            text-transform: uppercase;
            color: #fff;
            padding: 15px;
            padding-left: 30px;
            width: 400px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }
        .secondaryFrame .secondaryLeft .navBar {
            font-size: 0.8em;
            font-weight: normal;
        }
        .secondaryFrame .secondaryLeft .navBar UL {
            list-style: none;
            text-align: left;
            padding-left: 25px;
        }
        .secondaryFrame .secondaryLeft .navBar UL LI {
            padding-top: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #9bc842;
        }
            .secondaryFrame .secondaryLeft .navBar UL A {
                color: #0d3e5c;
                text-decoration: none;
            }
                .secondaryFrame .secondaryLeft .navBar UL A:hover {
                    color: #027bb5;
                    text-decoration: underline;
                }
    .gvDoc TH {
        background: #0d3e5c;
        color: #eee;
        font-size: 0.9em;
        padding: 6px;
        border-right: 1px solid #fff;
    }

    .gvDoc TD {
        color: #333;
        font-size: 0.9em;
        padding: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px dotted #ddd;
    }
