/* 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 */
/* title for spotlight title and image on home page */

.spotlighttitle {font: 17px Helvetica, Arial, Verdana, sans-serif; color:#333;}
.spotlightimage {border: 1px solid #c2c2c2; float:left; margin-right:15px; margin-bottom: 15px;}

.picleftalign {
	border: 1px solid #c2c2c2; 
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

.picrightalign {
	border: 1px solid #c2c2c2; 
	margin-left: 12px;
	margin-bottom: 12px;
	float: right;
}
