/*------------------------------------------------------------------------------------------------------------------
                                              UTILITY CLASSES
------------------------------------------------------------------------------------------------------------------*/
.clear                              { clear: both; }
.clear_n_pad                        { clear: both; padding-top: 20px;}
.float_right                        { float: right; }
.float_left                         { float: left; }
.hidden                             { display: none; }
