/*
	--------------------------------------------------
	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;
	font-size: 1.7em;
	color: #333;
}

.subheading 
{
	margin: 0px 0px 0px 0px;
	font-size: 1.4em;
	color: #333;
}

.subheading2
{
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
	color: #333;
}

.greenbutton {
	text-transform: uppercase;
	color: #2e7565;
	background-image: url(/images/structure/button.gif);
	text-align: center;
	height: 27px;
	width: 216px;
	padding-top: 10px;
	font-size: 14px;	
}
.greenbutton a {
	color: #2e7565;
	
}

.introtext 
{
	font-weight: bold;
	font-size: 1.4em;
}

.picfloatleft
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.picfloatleft_border
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #333333 !important;
	padding: 1px !important;
}

.picfloatright
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.picfloatright_border
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #333333 !important;
	padding: 1px !important;
}
