/* CONTENT STYLESHEET */
/* Water Training Australia */
/* By Dube Creative */
/* www.dube.com.au */
/* March 2011 */

/* FIND AND REPLACE BRAND COLOURS */
/* Primary Color: #015598 (Dark Olive Green)*/
/* Secondary Color: #99CC00 (Yellow Brown)*/
/* Tertiary Color: #B95C00 (Light Olive Green)*/
/* Body Text Color: #666666; */

/* THESE STYLES WILL SHOW UP IN THE CMS TEXT EDITOR */
	
	/* <textEditor> */	
	
body
{
	font-family:'Open Sans', Arial, sans-serif;
	font-size:100%;
	line-height:22px;
	color:#333333;
	
}	

/* --- CSS Styles Dropdown in CMS Text Editor */

		.BodyText {
			font-size:0.8125em; /* 13 / 16 */
			line-height:22px;
			font-family:'Open Sans', Arial, sans-serif;
			}
			
		.Heading {
			margin: 0 0 5px;
			font-size: 1.4375em; /*23 / 16 */
			color: #003886;
			text-align:left;
			font-weight:400;
			}
			
		.SubHeading {
			margin: 0 0 5px 0 ;
			font-size:1em; /* 16 / 16*/
			color: #72B70C;
			text-transform:uppercase;
			font-weight:100;
			text-align:left;
			}
		.textPrimaryColour { color:#015598; }
		.textSecondaryColour { color:#99CC00; }
		.textTertiaryColour { color:#B95C00; }
		.textGrey, .textGrey a {color: #adaeae;}	
		.textSmall {font-size: 85%;}
		.textLarge {font-size: 125%;}
		.noborder {border: none !important;}
		.floatLeft {
			margin:0 0 25px 0;
			clear:both;
			width:100%;
		}
		.floatRight {
			margin:0 0 25px 0;
			clear:both;
			width:100%;
		}



/* --- Links */
a
{
	color: #003888;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img {
	border:none;
}


/* --- H Tags */

h1
{
	margin: 0 0 5px;
	color: #003887;
	font-size: 1.5em; /* 24 / 16 */
}
h2
{
	margin: 0 0 5px;
	color: #003885;
	font-size: 1.875em; /* 30 / 16*/
	font-weight:100;
	line-height:35px;
	text-align:center;
}

h3
{ 
	margin: 0 0 5px;
	font-size: 1.4375em; /* 23 / 16 */
	color: #003886;
	text-align:left;
	font-weight:400;
}

h4
{ 
	margin: 7px 0 5px 0 ;
	font-size:1em ; /* 16 / 16 */
  	color: #72B70C;
	font-style:italic;
	font-weight:300;
	text-align:center;
}
h5
{ 
	margin: 0 0 5px 0 ;
	font-size:1em; /* 16 / 16 */
  	color: #72B70C;
	text-transform:uppercase;
	font-weight:100;
	text-align:left;
}

/* --- Paragraph */
p
{
	margin:0 0 10px 0;
	text-align:left;
	font-size:0.85em; /* 13 / 16 */
	line-height:1.9em;
}

/* --- Lists */

/* UNORDERED LIST */
ul {
	list-style:none;
	margin: 10px 0;
	padding:13px;
	background:#F1F8E8;
	text-align:left;
}
ul li {
		padding: 0 0 5px 25px;
		background:url(../img/dot.png) no-repeat 3px 5px;
		list-style:none;
		margin:0;
		font-size:0.85em;
	}	


ol
{
	padding: 0 0 10px 15px;
}


/* --- Table */
table
{
	margin: 0 0 15px;
	width:100%;
}
table th
{
	padding: 10px;
	border:1px solid white;
	background: #003888;
	color: #FFF;
	text-align: left;
	font-size:0.8125em; /* 13 / 16 */
	font-weight:100;
}
table td
{
	padding: 10px;
	border:1px solid white;
	background: #F1F8E7;
	color: #545454;
	text-align: left;
	font-size:0.8125em; /* 13 / 16 */
	font-weight:100;
}


/* horizontal rules */
hr {
	border: 1px solid #74B624;
	border-width: 1px 0 0 0;
	border-collapse: collapse;
	clear: both;
	margin: 25px 0;
}

/* Block Quote (indented text) */

.blockQuote {
	font-family:'Shadows Into Light', cursive;
	font-size:1.5em; /* 24 / 16 */
	font-weight:100;
	color:#fff;
	padding:24px 32px;
	line-height:1.2em;
	text-align:center;
}

blockquote {
	color:#00338A;
	font-size:0.9375em; /* 15 / 16 */
	font-style:italic;
	margin:32PX 0;
	text-align:center;
	background: url(../img/arches.png) no-repeat bottom;
	padding:0 0 55px;
}

.greyHR {
	border-color:#EEEEEE;
}

/* LINKS AND FILES ELEMENT */

.weblink {
	background-color:#F1F8E8;
	background-repeat:no-repeat;
	background-position:15px 10px;
	border:1px solid #C7E3A5;
	font-size:1em; /* 16 / 16 */
	padding:8px 15px 8px 50px;
	margin-bottom:10px;
	width:90%;
	background-image:url(../img/link-external.png);
}
.documentlink {
	background-color:#F1F8E8;
	background-repeat:no-repeat;
	background-position:15px 10px;
	border:1px solid #C7E3A5;
	font-size:1em; /* 16 / 16 */
	padding:8px 15px 8px 50px;
	margin-bottom:10px;
	width:90%;
	background-image:url(../img/link-document.png);
	display:inline-block;
}


	/* </textEditor> */







