/*
	--------------------------------------------------
	iCREATE STYLES
	--------------------------------------------------
	Client:	Quinte West
	Author:	Darren Gould
	Date:	January, 2010
		
*/

/*

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

.head {}
.subhead1 {}
.subhead2 {}


/* Content Styles */

.intro {}
/*.caption {}*/ /* - Caption should only be used if the client requests it. Otherwise leave commented out. - */

.headingblue{
	border-bottom:1px solid #CCCCCC;
	color:#072F5B;
	display:block;
	float:left;
	font:18px/22px "Times New Roman",Times,serif !important;
	margin:0 0 9px;
	padding:0 0 7px;
	width:100%;
}

.featureheader {}

/* Image Placement */

.imageleft {}
.imageright {}
