/*
	--------------------------------------------------
	CONTENT STYLES
	--------------------------------------------------
	Client:	CAMA
	Author:	Darren Gould
	Date:	July, 2009
		
*/

/* ===================================================================================== STYLES FOR ALL PAGES */

/* Headings */

.heading {
	margin: 0;
	padding: 0px 0px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: none;
	color: #294762;
}

.heading a, .heading a:active, .heading a:visited {
	padding-right: 15px;
	background: url(/images/_template/icon_headingArrow.gif) right 8px no-repeat;
	text-decoration: none;
	color: #294762;
}

.heading a:hover {
	text-decoration: underline;
	color: #294762;
}


/* Coloured Subheadings */

.subheadingblue,
.subheadinggreen,
.subheadingorange,
.subheadinggrey 
{
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
}

.subheadingblue 
{
	font-size: 15px;
	color: #294762;
}

.subheadinggreen 
{
	font-size: 15px;
	color: #218C3E;
}

.subheadingorange
{
	font-size: 12px;
	text-transform: uppercase;
	color: #BF842A;
}

.subheadinggrey
{
	font-size: 12px;
	text-transform: uppercase;
	color: #4C4C4C;
}


/* Custom Horizontal Rules */

.horizontalruleblue,
.horizontalrulegreen,
.horizontalruleorange,
.horizontalrulegrey
{
	margin: 0 0 1.5em 0 ;
	padding: 0 0 1.5em 0;
	border: none;
}

.horizontalruleblue     { border-bottom: 2px solid #294762; }
.horizontalrulegreen    { border-bottom: 2px solid #218C3E; }
.horizontalruleorange   { border-bottom: 2px solid #BF842A; }
.horizontalrulegrey     { border-bottom: 2px solid #4C4C4C; }


/* More Info Links */

a.morelink, a.morelink:active, a.morelink:visited 
{
	padding: 0 0 0 10px;
	color: #6A8095;
	text-decoration: none;
}

a.morelink:hover 
{
	color: #6A8095;
	text-decoration: underline;
}


/* Paragraph Backgrounds */

.greyrow{    padding-left: 2px;	padding-right: 2px;	border-bottom: 1px solid #ECECEC;	border-top: 1px solid #ECECEC;	background-color: #ECECEC;}

.whiterow{    padding-left: 2px;	padding-right: 2px;	border-bottom: 1px solid #FFF;	border-top: 1px solid #FFF;	background-color: #FFF;}

.headerrow{      background: #D3DAE1;	text-align: left;	font-weight: bold;	font-size: 12px;	color: #294762;}




/* ===================================================================================== STYLES HOME PAGE */




/* ===================================================================================== STYLES FOR CONTENT PAGES */

	
	




/* ----- END OF TEMPLATE ----- */