/* 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*/}



/* ======================================================================================================== Heading Styles */

.heading {
	clear: both;
	font-weight:bold;
	font-size: 16px;
	color:#666;
	padding:17px 0 20px 0;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #666666;
}


/* ======================================================================================================== Image Styles */

.imageleft{
	float: left;
	border-right: 1px solid #666 !important;
	border-bottom: 1px solid #666 !important;
	padding: 0 5px 5px 0 !important;
	margin-right: 15px !important;
}

.imageright{
	float: right;
	border-left: 1px solid #666 !important;
	border-bottom: 1px solid #666 !important;
	padding: 0 0 5px 5px !important;
	margin-left: 15px !important;
}

/* ----- END OF STYLE ----- */