/* 
	copyright 2007 ASC Signal All Rights Reserved 
	Client: Resilience Capital
	Author: Maya Lindenmuth - Brulant, Inc.
	Date: 12/06/07	
*/



/* All CSS changes, revisions, additions needed outside template development stage will be created in this document. Structure should look as so:
	.replaced_class { style-to-overide: value-overide !important; }
	.added_class { style: value; }
	#id { stlye: value; }
	
	
	For Overriding (changes and revisions): 
		Copy and paste class or id that needs to be changed with all styles. Replace the unwanted style within that class or id with the new one.
		
	For Troubleshooting:
		If something breaks within the html, first check this file to see if its associated class has been altered. If it has, comment it out and doublecheck html. If not, reference modules.css for style and apply formatting changes within this document as noted. */	
		

/* Overriding layout.css */
	/* all styles taken directly from layout.css that need to be changed can be overridden here */

	/* all additional styles relating to the layout of the page can go here */
	



/* Overriding skin.css */
	/* all styles taken directly from skin.css that need to be changed can be overridden here */
	
	/* all additional styles relating to the look and feel of the page can go here */
