@charset "utf-8";
/* CSS Document */
@media handheld, only screen and (max-width: 767px) {

#wrapper { padding:10px; width:auto; }	

#inner-topnavigation li { width:100%; }
#inner-topnavigation li a{ width:100%; background-color:#009fda; padding: 0px; text-indent:20px; }

#inner-navigation li { width:100%; }
#inner-navigation li a{ width:100%; background-color:#009fda; padding: 0px; text-indent:20px; }

#inner-footer #disclaimer {
	display:none!important;
}

#sidebar-left { display:none; }

}

