/* 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*/}



/* ---------------------------------------------------- HOME PAGE IMAGE AREA TEXT */
#h_maincontainer #leftarea #imageareacontent .title {
	padding: 0 0 7px 0;
	color: #ecb212;
	font: bold 18px/22px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* ---------------------------------------------------- HOME PAGE ADDITONAL LEFT CONTENT BELOW IMAGE */
#h_maincontainer #leftarea #imageareacontent .content,
#h_maincontainer #leftarea #imageareacontent .content p {
	color: #fff;
	font: 14px/21px Arial, Helvetica, sans-serif;
}
#h_maincontainer #leftarea #additional .bluetext {
	color: #006699;
	font-weight: bold;
}

/* ---------------------------------------------------- HOME PAGE RIGHT ZONE 1 */
#h_maincontainer #rightarea #zone1 .header {
	padding: 14px 0 20px 0;
	color: #333;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#h_maincontainer #rightarea #zone1 .program {
	padding: 3px 0 0 0;
	color: #035199;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}
#h_maincontainer #rightarea #zone1 .date {
	padding: 0 0 3px 0;
	color: #333;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #c29c4c;
}

/* ---------------------------------------------------- HOME PAGE RIGHT ZONE 2 */
#h_maincontainer #rightarea #zone2 .header {
	padding: 0 0 7px 0;
	color: #333;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------- PAGE HEADING */
.pageheading {
	padding: 15px 0;
	color: #035096;
	font: bold 28px/34px Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------- INTRO TEXT */
.introtext {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #e5eef5;
}
.introtext p {
	padding: 0;
}

/* ---------------------------------------------------- PAGE CONTENT IMAGES */
.imageleft {
	float: left; margin: 0 20px 15px 0;
	padding: 3px;
	border: 1px solid #b9b9b9 !important;	
}

.imageright {
	float: right; margin: 0 0 15px 20px;
	padding: 3px;
	border: 1px solid #b9b9b9 !important;		
}

/* Ensuring content-related lists display properly in content areas */

blockquote { margin: 15px 20px; }

#printArea ul { margin: 10px 0px 10px 30px; }
#printArea ol { margin: 10px 0px 10px 30px; }
#printArea li { margin: 10px 0px 10px 0px; }
