
    /* body override */
            
            html { background-color: #e5e5e5; }
            


    /* LOGO OVERRIDES */
    .white_hdr_logo {
        background: url("https://s3.amazonaws.com/white_label/CLSC/logo-new.png") no-repeat left;
        background-size: contain;
    }

    .white-contact-logo {
        display: block;
        width: 232px;
        height: 64px;
        background: url("https://s3.amazonaws.com/white_label/CLSC/logo-new.png") no-repeat top left;
        background-size: contain;
        margin: 0 auto;
    }

                    
                    .white-banner-bg {
                         background: #32b8e7;
                         background: -moz-linear-gradient(top,  #32b8e7 0%, ##89D9F9 50%, #32b8e7 100%);
                         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32b8e7), color-stop(50%,#89D9F9), color-stop(100%,#32b8e7));
                         background: -webkit-linear-gradient(top,  #32b8e7 0%,#89D9F9 50%,#32b8e7 100%);
                         background: -o-linear-gradient(top,  #32b8e7 0%,#89D9F9 50%,#32b8e7 100%);
                         background: -ms-linear-gradient(top,  #32b8e7 0%,#89D9F950%,#32b8e7 100%);
                         background: linear-gradient(to bottom,  #32b8e7 0%,#89D9F9 50%,#32b8e7 100%);
                         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b8e7', endColorstr='#89D9F9',GradientType=0 );
                     }
                    
                
                .white-banner-bg h2 { color: #fff; }
                
                
                .white-banner-bg p.bnrTxt { color: #fff; }
                
                
                .page-button {
                    color: #fff;
                    background-color: #5f97c2;
                }
                .page-button:hover {
                    background-color: #3f89bf;
                    -webkit-box-shadow:inset 2px 2px 2px #333;
                    -moz-box-shadow:inset 2px 2px 2px #333;
                    box-shadow: inset 2px 2px 2px #333;
                }
                
                
                .banner-button {
                    color: #fff;
                    background-color: #aae902;
                    text-shadow: 2px 2px 2px #333;
                }
                .banner-button:hover {
                    background-color: #99d200;
                    -webkit-box-shadow:inset 2px 2px 2px #333;
                    -moz-box-shadow:inset 2px 2px 2px #333;
                    box-shadow: inset 2px 2px 2px #333;
                }
                
                    
                    .white_header {
                        background: #e5e5e5;
                        background: -moz-linear-gradient(top,  #e5e5e5 0%, #ccc 100%);
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ccc));
                        background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ccc 100%);
                        background: -o-linear-gradient(top,  #e5e5e5 0%,#ccc 100%);
                        background: -ms-linear-gradient(top,  #e5e5e5 0%,#ccc 100%);
                        background: linear-gradient(to bottom,  #e5e5e5 0%,#ccc 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ccc',GradientType=0 );
                    }
                    
                
                .white_header {
                    height: 49px;
                    border-bottom: 2px solid #666;
                }
                
                
                .white_navigation, 
                .white_navigation > ul.main > li > ul.drop > li,
                .white_navigation > ul.main > li > ul.drop > li > a {
                    color: #666 !important;
                }
                
                
                .white_navigation > ul.main > li > ul.drop > li:hover,
                .white_navigation > ul.main > li > ul.drop > li:hover > a {
                    color: #fff !important;
                }
                
                    
                    .white_navigation > ul.main > li > ul.drop > li:hover {
                        border-bottom: 2px solid #666;
	                    background: #ccc;
                        background: -moz-linear-gradient(top,  #ccc 0%, #aaa 100%);
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#aaa));
                        background: -webkit-linear-gradient(top,  #ccc 0%,#aaa 100%);
                        background: -o-linear-gradient(top,  #ccc 0%,#aaa 100%);
                        background: -ms-linear-gradient(top,  #ccc 0%,#aaa 100%);
                        background: linear-gradient(to bottom,  #ccc 0%,#aaa 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 );
                    }
                     
                
                .foot { background-color: #e5e5e5;color: #666;padding: 5px 10px;text-align: center; }
                

