/*
	--------------------------------------------------
	iCREATE STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/

/*

	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 */ }


/* Headings */


/* Content Styles */

.intro {}
.photogallery {}
.viewphotos {}
/* both below commented as looks like they were used before but not anymore */
/*.publicnotices {}
.events{}*/
/*.caption {}*/ /* - Caption should only be used if the client requests it. Otherwise leave commented out. - */
.Center {	text-align: center;}
.CenterTable {margin-right:auto;margin-left:auto;}
.Left { text-align: left;}
.Right {	text-align: right;}
