/***********************************************************************
 * file:		css/aboutcurbsiderecycling.css
 * author:		toy
 * date:		9feb10
 * re:			css for page specifically
 * 
 * rev history
 * [toy 9feb10]	init rev 
 * 
 ************************************************************************/
.contentD {
    width: 575px;
    margin: 20px 0 0 20px;
    float:left;
    border: solid 0px yellow;
}
    .contentD .subheaderD{
        width: 575px;
        border: solid 0px purple;
    }
        .contentD .subheaderD h3{
            color: #338d00;
            font-weight: normal;
            width: 575px;
            margin: 40px 0 15px 20px;
        }
        .contentD .subheaderD hr{
            height: 0px;
            width: 330px;
            border: 0;
            border-bottom: dotted 1px #3dae00;            
        }
    .contentD .infoD {
        overflow: auto;
        border: solid 0px orange;
    }
        .contentD .infoD .imageD{
            width: 200px;
            margin: 40px 0 0 0px;
            float: left;
            border: solid 0px purple;
        }
        .contentD .infoD .textD{
            width: 330px;
            margin: 40px 0 0 20px;
            float: left;
            border: solid 0px purple;
        }
        .contentD .infoD .textD h3{
            margin: 30px 0 10px 0px;
        }

#sidebar {
    width: 205px;
    margin: 40px 10px 0 0px;
    float:right;
    border: solid 0px red;    
}
    #sidebar .topBoxD{
        overflow: auto;
        border: solid 0px red;
    }
        #sidebar .topBoxD .headerD {
            color: #a3d560;
            font-size: .7em;
            font-weight: bold;
            width: 192px;
            height: 48px;
            background: url("/images/curbside/sidebarheader2.png") no-repeat;
            padding: 0 0 0 10px;
            border: solid 0px blue;
        }
        #sidebar .topBoxD .contentD {
            width: 192px; 
            color: black;
            background-color: #eff3de;
            font-size: 0.7em;
            padding: 0px 0 10px 0px;
            margin: 5px 0 0px 0px;
            border: solid 0px red;
        }
        #sidebar .topBoxD .contentD ul {
            width: 170px;
            margin: 10px 0px 10px 10px;
            overflow: auto;
            border: solid 0px blue;
        }
            #sidebar .topBoxD .contentD ul ul {
                width: 140px;
                margin-top: -1px;
            }
        #sidebar .topBoxD .contentD li {
            width: 135px;
            font-size: 0.79em;
            line-height: 2.0em;
            border: solid 0px green;
        }
        #sidebar .topBoxD .contentD li h5 {
            font-size: 1em;
            font-weight: bold;
        }
    #sidebar #centerWidget{
        color: White;
        background-color: #72a435;
        font-size: 0.8em;
        overflow: auto;
        
        margin: 20px 0 0 0;
        border: solid 0px red;
    }
    #sidebar .findBoxD{
        color: White;
        background-color: #72a435;
        font-size: 0.75em;
        overflow: auto;
        
        padding: 10px 5px 10px 5px;
        margin: 20px 0 0 0;
    }
    #sidebar .findBoxD .hintD{
        color: #d0e185;
        font-size: 0.7em;
        border: solid 0px red;
    }

#centerWidget {
}
    #centerWidget .centerWidgetD {
        margin: 10px;
    }
        #centerWidget .centerWidgetD div {
            font-size: 0.8em;
        }
        #centerWidget .centerWidgetD .headerD{
            font-size: 0.9em;
            font-weight: bold;
        }
        #centerWidget .centerWidgetD .titleD{
            font-weight: bold;
            margin: 10px 0 0 0;
        }
    
.paleGreen{color: #91bd3e;}
