/*
	--------------------------------------------------
	iCREATE STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/

/*

	i:Create Styles
	These styles are available to the client while editing an i:Create
	page.  Clients can select the below styles from a drop-down list
	to apply to text.
	
	Styles in this sheet cannot have upper-case characters or numbers.
	They must all be class selectors and not applied to specific elements
	(i.e: img.floatleft == bad, .floatleft == good)
	
*/

.none { /* empty style -- required by i:Create */ }

.heading 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	color: #7da7d9;
}

.subheading 
{  
	padding: 8px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-transform: none;
	font-size: 20px; 
	padding: 0px 0px 8px 0; 
	font-weight: 400; 
}

.introtext 
{
	font-weight: bold;
	font-size: 14px;
}

.floatleft 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.floatright 
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}