/*
	--------------------------------------------------
	ICREATE STYLES
	--------------------------------------------------
	Client:	CRA
	Author:	M Trudel
	Date:	December, 2009
	
*/

/*

	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 
{
	font-size: 18px;
}

.interiorheading
{
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5ac93;	
}

.picfloatleft 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 4px solid #e0e0d4;
}

.picfloatright 
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 4px solid #e0e0d4;
}

.divider
{
	display: block;
	line-height: 1px;
	border-top: solid 1px #b5ac93;	
	margin: 10px 0px 10px 0px;
	text-indent: -2000px;
}