/*
	--------------------------------------------------
	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 {
	width:100%;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
	margin-bottom: 15px;
	margin-top: 15px;
}

.subheading 
{
	width:713px;
	font-size:15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.subheadinginterior 
{
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	font-size: 14px;
}

.introtext 
{
	font-weight: bold;
	font-size: 1.4em;
}

.floatleft 
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.floatright 
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.imageleft{ }

.imageright { }

.caption 
{
    padding 10px;
	background-color: #c8dae8;
}

.tablerow_header {
	background: #cdddea;
	text-align: left;
	padding:0px;
	margin:0px;
	color: #1e456c;
	font-size: 16px;

}

.tablerow_shaded {
	background: #ededed;
	padding:0px;
	margin:0px;
}
.tablerow_white {
	background: #FFF;
	padding:0px;
	margin:0px;
}
    