.slidediv {
            float: left;
            width: 100%;
            height: 450px;
            overflow: hidden;
        }


        .nivoSlider {
            float: left;
            width: 100%;
            height: 450px;
            position: relative;
            overflow: hidden;
        }

            .nivoSlider img {
                position: absolute;
                top: 0px;
                left: 0px;
            }

        .nivo-main-image {
            display: block !important;
            position: relative !important;
            width: 100% !important;
        }

        .nivoSlider a.nivo-imageLink {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 450px;
            border: 0;
            padding: 0;
            margin: 0;
            z-index: 6;
            display: none;
        }

        .nivo-slice {
            display: block;
            position: absolute;
            z-index: 5;
            height: 100%;
            top: 0;
        }

        .nivo-box {
            display: block;
            position: absolute;
            z-index: 5;
            overflow: hidden;
        }

            .nivo-box img {
                display: block;
            }

   
        .nivo-caption {
            position: absolute;
            left: 0px;
            bottom: 0px;
            background: #000;
            color: #fff;
            width: 100%;
            z-index: 8;
            padding: 5px 10px;
            opacity: 0.8;
            overflow: hidden;
            display: none;
            -moz-opacity: 0.8;
            filter: alpha(opacity=8);
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
        }

            .nivo-caption p {
                padding: 5px;
                margin: 0;
            }

            .nivo-caption a {
                display: inline !important;
            }

        .nivo-html-caption {
            display: none;
        }
 
        .nivo-directionNav a {
            position: absolute;
            top: 45%;
            z-index: 9;
            cursor: pointer;
        }

        .nivo-prevNav {
            left: 0px;
        }

        .nivo-nextNav {
            right: 0px;
        }
        /* Control nav styles (e.g. 1,2,3...) */
        .nivo-controlNav {
            text-align: center;
            padding: 15px 0;
        }

            .nivo-controlNav a {
                cursor: pointer;
            }

                .nivo-controlNav a.active {
                    font-weight: bold;
                }

        #map {
            height: 150px;
            width: 100%;
        }


        .dynamic_menu {
            color: white;
            font-size: 14px;
            border-bottom: 1px solid #f9fafe;
            padding: 10px;
            background-color: #203C5C;
            height: 38px;
            z-index: 10000;
            min-width: 200px;
        }

            .dynamic_menu:hover {
                background-color: #F39220;
                cursor: pointer;
                text-decoration: none;
                color: white;
            }

        .static_menu {
            border-right: 0px solid #f9fafc;
            border-left: 1px solid #f9fafc;
            color: white;
            font-size: 14px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .static_menu:hover {
                color: white;
                background-color: #F39220;
            }


        .pagination-ys {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 4px;
        }

            .pagination-ys table > tbody > tr > td {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #dd4814;
                    background-color: #ffffff;
                    border: 1px solid #dddddd;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #aea79f;
                    background-color: #f5f5f5;
                    border-color: #dddddd;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus {
                    color: #97310e;
                    background-color: #eeeeee;
                    border-color: #dddddd;
                }

        .version {
            color: yellow;
        }

            .version:hover {
                color: white;
                text-decoration: none;
            }


        .version_link {
            color: greenyellow;
        }

            .version_link:hover {
                color: white;
                text-decoration: none;
            }

            .butn
            {
                font-family:Arial;
                background-color:#2d77ca;
                border:1px solid #f5f5f5;
                border-radius:4px;
                padding-left:8px;
                padding-right:8px;
                font-size:11px;
                margin:4px;
            }
            .butn:hover{
                background-color:#F39220;
                cursor:pointer;
            }
  
        .messagestyle {
            background-color: #f3f2f2;
        }

            .messagestyle:hover {
                background-color: #edfbf0;
            }

        .topnew {
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
            background: #f1e767; /* Old browsers */
            background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
        }

        .newsbody {
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfff4+0,dfe5d7+40,b3bead+100;Wax+3D+%233 */
            background: #fcfff4; /* Old browsers */
            background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
        }
  
    
   

	.Menu1_0 { background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }
	.Menu1_1 { text-decoration:none; }
	.Menu1_2 {  }
	.Menu1_3 { border-style:none; }
	.Menu1_4 { height:40px;padding:0px 0px 0px 0px; }
	.Menu1_5 { border-style:none; }
	.Menu1_6 {  }

