/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */
/* ----- iCreate requires these to be classes not IDs ----- */


/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.none {/*an empty style always required for sites using iCreate*/}


/* ======================================================================================================== */
/* ----------------------------------------------------------------------------- FIRST CONTAINER STYLE HERE */
/* ======================================================================================================== */

.pageheading {
	padding-bottom: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #006699;
}

.pagesubheading {
	padding-top: 0.9em;
	padding-bottom: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #000;
}

.imageleft {
	float: left;
	margin: 0 20px 20px 0;
	padding: 13px;
	background: #fff;
	border: 1px solid #dddddd !important;
}

.imageright {
	float: right;
	margin: 0 0 20px 20px;
	padding: 13px;
	background: #fff;
	border: 1px solid #dddddd !important;
}

.imagecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 1.45em;
	padding-bottom: 1em;
}
