/*
========================================================================
	
	BASE.CSS | CSS FRAMEWORK
	--------------------------
 	A starting point for all projects.
	
	author: Neil Bradley [neil@beaconhilldesign.co.nz] 
	version: date

	Contents:
	--------------------------
	1 - Reset Browser Defaults
	2 - Tools

==========================================================================
/*
==========================================================================
Elements controling the fixed footer
==========================================================================
*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
/*
==========================================================================
1 - Reset Browser Defaults
==========================================================================
*/
html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, fieldset, input, select, textarea, div, p, img, table, th, td, object, pre, blockquote, address { margin: 0;  padding: 0; }


address, abbr { font-style: normal; }
abbr, acronym { cursor: help; border-bottom: 1px dotted #999; }

a:link, a:visited, :link, :visited { text-decoration: none; color: inherit; }
ul, ol, li {
	list-style-position: outside;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }

a img,:link img,:visited img {
	border: none;
}

img {
	border: none;
	display: block;
}

table {
	border: none;
	border-collapse: collapse;
}

blockquote.style2 {
	background-image: url(../images/structure/openquote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 65px;
	font-family: "normal Tahoma", sans-serif;
	font-size: 1.8em;
	line-height: 2em;
	color: #FFFFFF;
	margin: 5px;
  }
blockquote.style2 span   {
	display: block;
	background-image: url(../images/structure/closequote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 20px;
	width: 540px;

} 

/*
==========================================================================
2 - Tools
==========================================================================
*/
.clearer { clear: both; height: 1px; margin: 0; padding: 0; font-size: 1px; line-height: 1px; }
.clearWthcontent {
	clear: both;
}


.clearfix:after {
	content:".";
	display:block;
 	height:0;
  	clear:both;
	font-size: 0;
  	visibility:hidden;
 }
 /* slightly enhanced, universal clearfix hack */
.clearfix {display:inline-block;}
 /* Hide from IE Mac \*/ 
 clearfix {display:block;}
/* End hide from IE Mac *//* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */ 
form {
	margin: 0px;
	padding: 0px;
}
