/* 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*/}

/* three styles for the home page small centre column */
.whatsnewtitle {font:14px/17px Arial,Helvetica,sans-serif;color:#333;padding-bottom: 3px; font-weight:bold;}
.whatsnew {font:12px/16px Arial,Helvetica,sans-serif;color:#333;padding-bottom: 6px;letter-spacing: -0.04em;}
.redtitle {font:13px/17px Arial,Helvetica,sans-serif;color:#AF0D0D;padding-bottom: 6px; font-weight:bold;}

/* styles for the heading on each current ministerial referrals pages */
.greyheading {font:15px/18px Arial,Helvetica,sans-serif;color:#333;padding-bottom: 9px; text-transform:uppercase;}
.redheading {font:14px/18px Arial,Helvetica,sans-serif;color:#AF0D0D;padding-bottom: 9px; font-weight:bold;}
.picright {
	float: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.picleft {
	float: left;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	padding-bottom: 3px;
	padding-right: 3px;
	margin-bottom: 5px;
	margin-right: 10px;
}