#footer{
    clear:both;
    float:left;
    overflow: hidden;
    width: 850px;
    height:auto;
    margin: 20px 0 20px 0;
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


#footer p.copyrightNotice {
    
    font-weight: bold;
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 2px;
    clear:both;
   
  
}


/* Style rules for footer widget areas */
.footer-item {
    float:left;
    width: 25%; /*Leave room for at least 4 widgets*/
    padding-bottom:10px;
    
   
}

.footer-item ul, div#footer li.widget, div#footer li.widget ul li {
    padding: 0;
    list-style-type:none;
}




/*Indent subitem links on page widget in the footer */
div#footer div.footer-item ul li.page_item ul li.page_item {
    text-indent: 10px;
    padding: 2px 0 1px 0;
    
}

/*Headings on footer widget areas*/
div#footer div.footer-item h3 {
    
    font-weight: bold;
    padding-bottom:3px;
}


/*Style rules for Text Widgets in the theme footer */

div#footer div.footer-item div.textwidget {
    margin-right: 20px;
}