﻿/****************************************************************************************************************************/
/****************************************************************************************************************************/
/* Stuctural divs that are used in multiple locations                                                                       */
/****************************************************************************************************************************/

/* This is the 'div class' that corrects alignment issues after news boxes */
.clear0 {
    clear: both;
}

/* This is the 'div class' that corrects alignment issues after floated elements */
.clear1 {
    clear: both;
    height: 1px;
}
