.disabled { color:#cccccc; }

    /*------ Water Savings Calculator Page -----*/

    #calculator a { 
        color: #0077c5; 
        text-decoration: none;
    }
    #calculator a:visited {
        color: #0077c5; 
        text-decoration: none;
    }
    #calculator a:hover {
        color: #0199FD; 
        text-decoration: none;
    }

    #calculator {
     margin-top: 10px;
        position: relative;
        z-index: 0;
    }
    #calculator a.next {
        background: url(/images/buttons/wsc.next.png) 0 0 no-repeat;
        display: block;
        height: 35px;
        overflow: hidden;
        text-indent: -9999em;
        width: 480px;
    }
    #calculator a.next:hover {
        background-position: 0 -35px;
    }
    #calculator .progress {
        margin-bottom: -11px;
        top: -23px;
        display: block;
        height: 11px;
        left: 18px;
        overflow: hidden;
        position: relative;
        width: 105px;
        z-index: 10;
    }    
    #calculator .progress span {
       background: url() 0 0 no-repeat;
       display: block;
       height: 66px;
       width: 105px;
    }
        
    .step {
        display: block;
        height: 337px;
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 10px;
        padding-bottom: 40px;
        width: 620px;
    }
    
    #step1 {
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step2 {
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step3 {
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step3_residential{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step3_commercial{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step3_hospitality{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step4 {
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step4_residential{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step4_commercial{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step4_hospitality{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }    
    #step5 {
        background: url(/images/backgrounds/wsc.background.jpg)0 0 no-repeat;
    }
    #step5 {
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step5_residential{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step5_commercial{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step5_hospitality{
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }    
    #step6 {
        background: url(/images/backgrounds/wsc.background.jpg) 0 0 no-repeat;
    }
    #step_nav {
         font: bold 1.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
         padding-left:60px;
         padding-top: 7px;
    }    
    
    .step label {
        color: #414141;
        cursor: pointer;
        font: bold 1.5em/2em Verdana, Arial, Helvetica, sans-serif;
        padding-left: 30px;
        padding-top: 6px;
        padding-bottom: 4px;
    }
    .step label.unchecked {
        background: url(/images/buttons/waterdrop.unchecked2.png)  0 -3px no-repeat;
    }
    .step label.checked {
        background: url(/images/buttons/waterdrop.checked2.png) 0 -3px no-repeat;
    }
    .step p {
        color: #414141;
        font: bold 1.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
    }
    .step p label {
        color: #414141;
        cursor: pointer;
        font: bold 1em Verdana, Arial, Helvetica, sans-serif;
        padding-left: 30px;
        padding-top: 6px;
        padding-bottom: 4px;
    }    
    .step ul {
        margin: 10px 0 0 20px;
    }
    .step ul li {
        background: none;
        font-size: 1em;
        padding: 0;
    }
   .step p a {
       position:relative;     
       font: bold 1em Verdana, Arial, Helvetica, sans-serif;
    }
    #results_residential {
        width: 620px;
        height: 437px;
        background: url(/images/backgrounds/wsc.background.jpg)  0 0 no-repeat scroll;
    }
    #results_commercial {
        width: 620px;
        height: 437px;
        background: url(/images/backgrounds/wsc.background.jpg)  0 0 no-repeat scroll;
    }
    #results_hospitality {
        width: 620px;
        height: 437px;
        background: url(/images/backgrounds/wsc.background.jpg)  0 0 no-repeat scroll;
    }
