/*
	--------------------------------------------------
	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 10px 0px;
	font-size: 18px;
	color: #333;
}
.headinglargeblue 
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 21px;
	color: #004870;
	line-height: 15px;
}

.blueborderfloatleft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: 3px solid #d0e6f2;
	margin-top: 0px;
	margin-left: 0px;
}
.blueborderfloatright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: 3px solid #d0e6f2;
	margin-top: 0px;
	margin-left: 0px;
}
.silverborderfloatleft 
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #CCC;
}

.silverborderfloatright 
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #CCC;
}

