/* Reset CSS
----------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
    }
    
* { margin:0;padding:0; } /* for sticky footer */

/*body, #wrapper { height: 100%; }*/

body > #wrapper { height: auto; min-height: 100%; }
	
#main { padding-bottom: 244px; }  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -244px; /* negative value of footer height */
	height: 244px;
	clear: both;
	} 

/* remember to define focus styles! */
:focus {
    outline: 0;
    }
    
    
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    }
caption, th, td {
    text-align: left;
    font-weight: normal;
    }
    
blockquote, q {
    quotes: none;
    }

    /* Safari doesn't support the quotes attribute, so we do this instead. */

blockquote:before, blockquote:after, q:before, q:after {
    /* CSS 2; used to remove quotes in case "none" fails below.*/
    content: "";
    
    /*
    CSS 2.1; will remove quotes if supported, and override the above.
    User-agents that don't understand "none" should ignore it, and
    keep the above value.
    */
    
    content: none;
    }

/* Common Classes
----------------------------------------------------*/

.block {
    display: block;
    width: 100%;
    }
.container {
    overflow: hidden;
    }
.spaceTop {
	margin-top: 12px;
	}
.spaceBot {
	margin-bottom: 12px;
	}
.cl {
    clear: both;
    }
.cll {
    clear: left;
    }
.clr {
    clear: right;
    }
.floatLeft {
    float: left;
    }
.floatRight {
    float: right;
    }
    
.fade {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    }
    
.find {
    border: 1px solid #f00;
    }

hr { 
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #ccc;
    height: 2px;
    margin: 12px auto 12px 0; /*this will align it left for Mozilla*/
    text-align: left;/*this will align it for IE*/
    }
    
img {
    border: none;
    }

table {
    border-collapse: collapse;
    table-layout: auto;
    border-spacing: 0;
    empty-cells: show;
    }

dt {
    padding: 0 0 4px 0;
    }
dd {
    padding: 0 0 12px 0;
    }
    
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

