/*
Freedom Environmental Services LLC Cascading Style Sheet
All Right Reserved
------------------
base.css
	Foundation for all the CSS found on Freedom Environmental Services LLC.
------------------
Created 5.22.2008
Modified 5.22.2008
*/

/*--Import Core stylesheets--*/

@import url("layout.css"); /* Layout */
@import url("color.css"); /* Color */

@import url("overlapping_tabs/screen.css"); /* Overlapping Tabs */


/*--Limit Blueprint CSS Width to 750px--*/

.container { width: 750px; }

/*--Standard XHTML Elements--*/

body { 
	margin: 0;
	padding: 0;
	}
	
strong { font-weight: bold; }
em { font-style: italic; }

/*--Special Case 'Standard' IDs,Classes--*/
#float-left, .float-left { float: left; }
#float-right, .float-right { float: right; }
#float-none, .float-none { float: none; }
#inline, .inline { display: inline; }
.mute { }
.hide { display: none; }
.notice { }
.invisible { visibility:  hidden; }
#clear, .clear { clear: both; }
.nowrap { white-space: nowrap; }


.text-align-center, .align-center { text-align: center; }
.text-align-left { text-align: left; }
.text-align-right { text-align: right; }

.margin-zero { margin: 0; padding: 0; }
