/*basestyles resets compiled from sources below by jkenny duo consulting*/

/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */
* {
	padding:0;
	margin:0;
	}
body, form { margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 { margin: 0 0 .76em; }
p, pre, blockquote, label, ul, ol, dl, address { margin: 0 0 1em; }
li, dd, blockquote { margin-left: 2em; }
fieldset { padding: .5em;border:none; }
img { border: 0; }
/* End GWR */



/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */

.clearfix:after {

    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */










