/* 

normalize CSS document
normalize.css
author: Atlantic BT - www.atlanticbt.com
date: 1-29-08

this document resets/normalizes browser based styles

*/



/*======================================
	=DO NOT EDIT ANYTHING BELOW ######
======================================*/

* {	margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

ul, ul li { list-style: none; list-style-position: outside; }

address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
em, strong { /* left out from above */ }

table { border-collapse: collapse; border-spacing: 0; }

fieldset, img { border: 0; }

caption, th { text-align: left; }

q:before, q:after { content: ""; }

hr { display: none; }



/* =clearfix standard */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; } /* for opera */
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */
/* end =clearfix standard */

.clear { clear: both; } /* not to be confused with clearfix */