/* 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*/}

/* PIC STYLES */
.Options {
	border:none;
}

.picright {
	float: right;
	border:#000 1px solid !important;
	padding:1px; 
	margin-bottom: 5px;
	margin-left: 10px;
}

.picleft {
	float: left;
	border:#000 1px solid;
	padding:1px; 
	margin-bottom: 5px;
	margin-right: 10px;
}

/* FONT STYLES */
.bolduppercaseheading 
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: block;
	clear: both;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

.boldheading
{
	font-weight: bold;
	font-size: 12px;		
	display: block;
	clear: both;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

.pagetitleblack
{
	font-size: 21px;
	color: #000000;
	display: block;
	clear: both;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	line-height: 21px;
}

.pagetitleblue
{
	font-size: 21px;
	color: #003873;
	display: block;
	clear: both;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	line-height: 21px;
}

.underlinegreen
{
	border-bottom: #859A3B solid 1px;
}

.underlineorange
{
	border-bottom: #993300 solid 1px;
}

.underlineblue
{
	border-bottom: #003873 solid 1px;
}

/* OTHER STYLES */
.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;
}

.blueheading {   
	font-size:12px;
	color:#003873;
	text-transform:uppercase;
	font-weight:bold;
	display:block;	
	padding-top: 10px;
	border-top-width: 4px;  
	border-top-style: solid;  
	border-top-color: #009DE0; 
}


