/* 
    Document   : site_main
    Created on : Apr 19, 2013, 9:29:05 AM
    Author     : rhicks
    Description:
        Purpose of the stylesheet follows.
*/


/* sticky footer css*/

    * {
        margin: 0;
    }
    html, body {
        height: 100%;
    }
    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -4em;
    }
    .footer, .push {
        height: 4em;
        clear: both;
    }
