/*

	Copyright (c) 2008, Element Fusion, LLC. All rights reserved.
	-------------------------------------------------------------
	LICENSED FOR USE UNDER A CREATIVE LICENSE AGREEMENT
	-------------------------------------------------------------
	This document, and all creative material associated herein,
	is protected under copyright law to be used exclusively with
	the Content Management Systems of Element Fusion, LLC.
	-------------------------------------------------------------
	You can read the full creative license agreement at:
	http://www.elementfusion.com/license
	-------------------------------------------------------------
	Version 1.0 - June 23, 2008
	Version 1.1 - Modified, October 1, 2008

	/////////////////////////////////////////////////////////////
	
	MAIN STYLE SHEET
	This style sheet calls all the other style sheets.
	
	> For more informaion on CSS, 
	  http://accountsupport.elementfusion.com/css-help

*/


@import "style-reset.css";
@import "style-contents.css";
@import "style-template.css";
   
#newsletterFORM {margin-top:81px; position:absolute; right:0; width:310px; height:63px;}
#header #headerRight {position:relative; height:143px; width:320px;}
#header h1#logo {height:121px; width:420px;}
#header #headerLeft {
	display:inline; 
	float:left;
	font-size:3em;
	font-weight:bold;
	height:121px;
	letter-spacing:-1px;
	margin:0;
	padding:22px 0 0 20px;
	width:420px;
}
.clearHeader {clear:both; margin:0; padding:0; height:0;}