
/*********************************
Stylesheet Gateway
*********************************/

@import url(design.css);
@import url(incidentals.css);
@import url(form.css);
@import url(widgets.css);

* 			{ margin: 0; padding: 0; outline: none; list-style-type: none; }
.textLeft   { text-align: left !important; }
a 			{ color: #3B4930; }
.floatLeft  { float: left;  }
.floatRight { float: right; }
.clearLeft  { clear: left;  }
.clearRight { clear: right; }
.clearBoth  { clear: both;  }
.clearNone  { clear:none;   }
.selfClear  { overflow: hidden; _overflow: visible; _height: 1px; }


div.hrfix {
	height: 1px;
	background-color: #323E2A;
	overflow: hidden;
	margin: 8px 0;
}

div.hrfix hr {
	display: none;
}


/************************* Bugs/Hacks Appendix  ***************************************
(1) IE Double magin float bug - http://www.positioniseverything.net/explorer/doubled-margin.html
(2) Self Clearing floats
(3) IE Peekabo Bug - http://www.positioniseverything.net/explorer/peekaboo.html
*********************************/
