﻿#aspnetForm {
    margin-bottom: 0px;
}

.sfPageBrowseAndEditToolbarWrp {
    display: none !important;
}



#home .backgroundImagePanel p, #master .backgroundImagePanel p {
    /*font-family: 'bell_mt_stdregular';*/
}

#home .backgroundImagePanel h1, #home .backgroundImagePanel h2, #home .backgroundImagePanel h3, #home .backgroundImagePanel h4, #home .backgroundImagePanel h5,
#master .backgroundImagePanel h1, #master .backgroundImagePanel h2, #master .backgroundImagePanel h3, #master .backgroundImagePanel h4, #master .backgroundImagePanel h5 {
    color: #00704A;
    font-family: 'brandon_grotesque_lightRg';
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
}

#home .backgroundImagePanel h1, #master .backgroundImagePanel h1 {
    font-size: 22px;
}

#home .backgroundImagePanel h2, #master .backgroundImagePanel h2 {
    font-size: 18px;
}


#productAndServicesHyperLink {
    cursor: pointer;
}
/*CONTROLS----------------------------*/
/*header*/
.header {
    width: 1100px;
    margin: auto;
    padding-top: 50px;
}

    .header .logo {
        float: left;
    }

    .header .navsPanel {
        float: right;
        width: 887px;
    }

        .header .navsPanel .subNav {
            margin-bottom: 10px;
        }

            .header .navsPanel .subNav .loginNav {
                float: right;
                width: 839px;
            }

                .header .navsPanel .subNav .loginNav .loginFront {
                    background-image: url(/images/template/loginFront.png);
                    background-repeat: no-repeat;
                    width: 84px;
                    height: 41px;
                    cursor: pointer;
                    float: right;
                    position: relative;
                }

                .header .navsPanel .subNav .loginNav .loginBody {
                    background-image: url(/images/template/loginBody.png);
                    background-repeat: no-repeat;
                    width: 0px;
                    height: 41px;
                    float: right;
                }

                    .header .navsPanel .subNav .loginNav .loginBody ul {
                        font-family: 'brandon_grotesque_mediumRg';
                        overflow: hidden;
                        margin-left: 13px;
                        margin-top: 13px;
                        position: relative;
                    }

                        .header .navsPanel .subNav .loginNav .loginBody ul > li {
                            padding: 0px 15px 0px 15px;
                            float: left;
                            margin-bottom: 0px;
                        }

                            .header .navsPanel .subNav .loginNav .loginBody ul > li:not(:first-child) {
                                border-left: 1px solid #CCCCCC;
                            }


                            .header .navsPanel .subNav .loginNav .loginBody ul > li > a {
                                text-decoration: none;
                                color: #808080;
                            }

                                .header .navsPanel .subNav .loginNav .loginBody ul > li > a:hover {
                                    color: #00B67C;
                                }




                .header .navsPanel .subNav .loginNav .loginEnd {
                    background-image: url(/images/template/loginEnd.png);
                    background-repeat: no-repeat;
                    width: 11px;
                    height: 41px;
                    cursor: pointer;
                    float: right;
                    margin-right: 4px;
                }

            .header .navsPanel .subNav .searchBtn {
                background-image: url(/images/template/search.png);
                background-repeat: no-repeat;
                width: 48px;
                height: 41px;
                float: right;
                cursor: pointer;
            }

        .header .navsPanel .mainNav {
            background-image: url(/images/template/greenNavBar.png);
            background-repeat: no-repeat;
            width: 887px;
            height: 40px;
            color: white;
            text-transform: uppercase;
            font-family: 'brandon_grotesque_boldregular';
        }

            .header .navsPanel .mainNav a {
                color: white;
                text-decoration: none;
            }

                .header .navsPanel .mainNav a.active {
                    color: #FFD200;
                }

                .header .navsPanel .mainNav a:hover {
                    color: #FFD200;
                }



            .header .navsPanel .mainNav ul {
                z-index: 2;
                position: absolute;
            }

                .header .navsPanel .mainNav ul > li {
                    float: left;
                    padding: 12px 0px 0px 40px;
                }

        .header .navsPanel .productsServicesDropDown {
            width: 200px;
            position: absolute;
            margin: 0 0 0 150px;
            z-index: 1;
            display: none;
        }

            .header .navsPanel .productsServicesDropDown .rolloverBtn {
                width: 120px;
                height: 40px;
                background-color: #A0A0A0;
            }


            .header .navsPanel .productsServicesDropDown > ul {
                list-style-type: none;
                padding: 0;
                margin: 0;
                clear: both;
            }

                .header .navsPanel .productsServicesDropDown > ul > li {
                    padding: 12px 0 12px 20px;
                    margin: 0;
                    color: #232323;
                    text-transform: uppercase;
                    border-bottom: 1px solid #787878;
                    border-top: 1px solid #D8D8D8;
                    clear: both;
                    background-color: #A0A0A0;
                    width: 250px;
                }

            .header .navsPanel .productsServicesDropDown ul li:hover {
                background-color: #787878;
                cursor: pointer;
            }

                .header .navsPanel .productsServicesDropDown ul li:hover .mainTitle {
                    color: white;
                }

            .header .navsPanel .productsServicesDropDown ul li.selected {
                background-color: #787878;
            }

            .header .navsPanel .productsServicesDropDown ul li:first-child {
                border-top: none;
            }

            .header .navsPanel .productsServicesDropDown ul li:last-child {
                border-bottom: none;
            }

            .header .navsPanel .productsServicesDropDown .secondaryMenu {
                background-color: #787878;
                width: 240px;
                padding: 15px;
                z-index: 3;
                position: absolute;
                top: 0;
                left: 270px;
                display: none;
            }

                .header .navsPanel .productsServicesDropDown .secondaryMenu .title {
                    background-color: #232323;
                    color: white;
                    padding: 8px;
                    margin: 0 0 8px 0;
                }

                .header .navsPanel .productsServicesDropDown .secondaryMenu > .subItem {
                    clear: both;
                    padding: 10px;
                    border-bottom: 1px solid #606060;
                }

                    .header .navsPanel .productsServicesDropDown .secondaryMenu > .subItem:last-child {
                        border-bottom: none;
                        padding-bottom: 0px;
                    }

.searchBox {
    display: none;
}


/*Footer*/
.footer {
    background-color: #232323;
    width: 100%;
}

    .footer .footerHeader {
        color: white;
    }

    .footer .footer_content {
        margin: auto;
        width: 1100px;
        color: #808080;
    }

        .footer .footer_content a {
            color: #808080;
            text-decoration: none;
        }

            .footer .footer_content a:hover {
                color: white;
            }


        .footer .footer_content .siteMapPanel {
            padding: 25px 15px;
            width: 1100px;
            background-color: #232323;
        }

        .footer .footer_content .sitePage {
            float: left;
            margin-right: 35px;
        }

            .footer .footer_content .sitePage .siteMapTitle {
                text-transform: uppercase;
                color: white !important;
                font-family: 'brandon_grotesque_boldregular';
                font-size: 12px;
            }

    .footer .siteMapTitle {
        float: left;
    }

        .footer .siteMapTitle.About {
            width: 180px;
        }

        .footer .siteMapTitle.Solutions {
            width: 150px;
        }


        .footer .siteMapTitle.Downloads {
            width: 160px;
        }


        .footer .siteMapTitle.Advantage {
            width: 230px;
        }


        .footer .siteMapTitle.Contact {
            width: 134px;
        }

          .footer .siteMapTitle.News {
            text-align:right;
        }

.siteMapTitle a {
    text-transform: uppercase;
    color: white !important;
    font-family: 'brandon_grotesque_boldregular';
    font-size: 12px;
}

    .siteMapTitle a:hover {
        color: #808080;
    }

.footer .footer_content .sitePage ul {
    margin-top: 10px;
}

    .footer .footer_content .sitePage ul > li {
        line-height: 1.2em;
        font-size: 10px;
        text-transform: uppercase;
        margin-bottom: 5px;
        max-width: 160px;
    }

.footer .footer_content .contactInfo {
    padding: 25px 15px;
    font-family: 'brandon_grotesque_regularRg';
    font-size: 15px;
}

    .footer .footer_content .contactInfo .facebookBtn {
        background-image: url(/images/template/facebook.png);
        width: 26px;
        height: 26px;
        cursor: pointer;
    }

        .footer .footer_content .contactInfo .facebookBtn:hover {
            background-position: center bottom;
        }

    .footer .footer_content .contactInfo .twitterBtn {
        background-image: url(/images/template/twitter.png);
        width: 28px;
        height: 23px;
        cursor: pointer;
    }

        .footer .footer_content .contactInfo .twitterBtn:hover {
            background-position: center bottom;
        }

/* Navigation Bar */
.navigationMenu {
    width: 175px;
}

    .navigationMenu a {
        text-decoration: none;
    }

        .navigationMenu a h3 {
            text-transform: uppercase;
            font-family: 'brandon_grotesque_boldregular' !important;
            padding-left: 10px;
        }

    .navigationMenu ul {
        padding-top: 15px;
        list-style-position: outside;
    }

        .navigationMenu ul > li > div > ul {
            margin-bottom: 0px;
            margin-left: 15px !important;
        }



        .navigationMenu ul > li {
            margin-bottom: 0px;
            padding-bottom: 10px;
        }

            .navigationMenu ul > li:not(:first-child) {
                padding-top: 10px;
            }

            .navigationMenu ul > li:not(:last-child) {
                border-bottom: 1px dashed #4D4D4D;
            }

            .navigationMenu ul > li > div {
                padding-left: 10px;
            }

                .navigationMenu ul > li > div a {
                    color: #4D4D4D;
                    text-transform: uppercase;
                    font-family: 'brandon_grotesque_regularRg';
                }

                    .navigationMenu ul > li > div a:hover, .navigationMenu ul > li > div a.active {
                        color: black;
                    }

                    .navigationMenu ul > li > div a > span {
                        font-size: 23px;
                    }


.mergentSolutionControl {
    width: 200px;
}

    .mergentSolutionControl a {
        text-decoration: none;
    }


        .mergentSolutionControl a h3 {
            text-transform: uppercase;
            font-family: 'brandon_grotesque_boldregular' !important;
        }


    .mergentSolutionControl ul > li {
        padding-bottom: 10px;
        margin-bottom: 5px;
        background-color: #EAEAEA;
        padding: 15px 20px;
        line-height: normal;
        min-height: 25px;
    }

        .mergentSolutionControl ul > li > div > a {
            text-transform: uppercase;
            font-family: 'brandon_grotesque_regularRg';
            color: #4D4D4D;
        }

            .mergentSolutionControl ul > li > div > a:hover {
                color: black;
            }


/**Global */
.greenSeparator {
    background-image: url(/images/template/greenSeparator.png);
    height: 5px;
    width: 100%;
}

.brownSeparator {
    background-image: url(/images/template/brownSeparator.png);
    height: 3px;
    width: 100%;
}

/*CSS used in Sitefinity Controls Template*/


/*News*/
.SFNewsControlLink a {
    color: #6B6464 !important;
}

    .SFNewsControlLink a:hover {
        color: black !important;
    }

.sfnewsDetails .sfnewsContent, .sfsearchReultTitleSnippetUrl {
    padding-right: 20px !important;
}

    .sfsearchReultTitleSnippetUrl .sfsearchResultTitle {
        margin-top: 25px;
    }

/*Search*/

.sfsearchResultStatistics {
    font-style: italic;
    margin-top: 10px !important;
    font-size: 16px !important;
}

.SFSearchRepeater {
    margin-top: 15px;
}

    .SFSearchRepeater li {
        padding-bottom: 10px;
        margin-bottom: 5px;
        line-height: normal;
        padding-right: 25px;
    }

        .SFSearchRepeater li > .title {
            margin-bottom: 5px;
        }

            .SFSearchRepeater li > .title a {
                font-size: 15px;
                color: #1A6656 !important;
                text-decoration: underline;
            }

                .SFSearchRepeater li > .title a:hover {
                    color: #6B6464 !important;
                }

        .SFSearchRepeater li > .summary {
        }

        .SFSearchRepeater li > .link .sfsearchResultUrl a {
            font-size: 10px;
            font-style: italic;
            color: grey;
        }

            .SFSearchRepeater li > .link .sfsearchResultUrl a:hover {
                color: black;
            }
