/* 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{font:12px/14px Arial,Helvetica,sans-serif;padding-bottom: 14px;}

/* FIRST CONTAINER STYLE HERE */

.blueheading{font-size:16px; color:#003366; font-weight:bold; line-height:17px;}

.orangeheading{font-size:12px;color:#CF6002; text-transform:uppercase; font-weight:bold;}

.greyheading {font-size:12px;color:#666666; text-transform:uppercase; font-weight:bold;}

.greenheading {font-size:12px;color:#859A3B; text-transform:uppercase; font-weight:bold;}

/* IE / iCreate workaround for styling row borders*/
.greyrow{
background-color:#ECECEC;
border-top: #ECECEC 1px solid; /*set top border same as background so content padding is the same*/
border-bottom: #D1D1D1 1px solid;
padding-left: 2px;
padding-right: 2px;
}
 
.whiterow{
background-color:#FFF;
border-top: #FFF 1px solid;/*set top border same as background so content padding is the same*/
border-bottom: #D1D1D1 1px solid;
padding-left: 2px;
padding-right: 2px;
}

.underlinegreen{
border-bottom: #859A3B solid 1px;
}
.underlineorange{
border-bottom: #993300 solid 1px;
}
.picright {
	float: right;
	border:solid 1px #000000 !important;
	padding:1px; 
	margin-bottom: 5px;
	margin-left: 10px;
}
.picleft {
	float: left;
	border:solid 1px #000000 !important;
	padding:1px; 
	margin-bottom: 5px;
	margin-right: 10px;
}


