/* 

Created: 02/08/2007
Modified: 18/08/2007

Clent: Care Australia
Creator: Visual Jazz (http://www.visualjazz.com.au)
Developer: TB

Colours:
orange: #cc6600
red: #860000
green: #2a532a
blue: #2b5681
purple: #290051

*/


/* MAIN TEXT STYLES */

* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
html {
	width: 100%;
}
body {
	font: 75%/1.3 Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	width: 100%;
	background-color: #41545b;
}
/* Clean slate */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
}
p, blockquote, ul, ol, table {
	margin-bottom: 0.6em;
}
h1 {
	width: 89px;
	height: 113px;
	line-height: 30em;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 19px;
	background: url(../img/logo_care.gif) no-repeat 0 0;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #15273f;
	font-weight: bold;
	margin-bottom: 0.8em;
}
h2 strong {
	color: #cc6600;
}
#content-navigation h2 {
	color: #cc6600;
	margin-bottom: 5px;
}
#news h2 {
	font-size: 120%;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #1B3251;
}
.secondLevel h3 {
	font-size: 140%;
	margin-bottom: 0;
	text-transform: none;
}
h3 strong {
	color: #860000;
	text-transform: none;
}
#news h3 {
	color: #cc6600;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 110%;
}
h4 {
	font-size: 125%;
	font-weight: bold;
	margin: 25px 0 6px;
}
h5 {
	font-size: 115%;
	font-weight: bold;
	margin: 1.3em 0 2px;
	color: #1b3251;
	text-transform: none;
}
h6 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 2px;
}
p {}
ul { /* reset left margin for lists */
	margin-left: 1.4em;
	list-style: square;
}
ol { /* reset left margin for lists */
	margin-left: 2.2em;
	list-style: decimal;
}
#container ul li li {
	list-style: disc;
	margin-left: 10px;
	color: #333;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
form {}
a, a:link, a:visited {
	color: #cc6600;
}
h1 a, h1 a:link, h1 a:visited {
	width: 89px;
	height: 113px;
	display: block;
}
blockquote {
	margin-left: 15px;
}
blockquote blockquote {
	margin: 0 0 0 20px;
	padding: 0;
}
blockquote p {
	margin: 0;
	padding: 0;
}
/* SPECIFIC TEXT STYLES */

.imageTop .image {
  margin-bottom:20px;
}

.imageRight .image {
  float:right;
  margin-bottom:10px;
  margin-left:20px;
}

.imageLeft .image {
  float:left;
  margin-bottom:10px;
  margin-right:20px;
}

.imageBottom {
  margin-bottom: 20px;
  padding-bottom: 250px;
  position: relative;
  zoom: 1;
}

.imageBottom p {
  /* clear:left; */
}

.imageBottom .image {
  bottom: 30px;
  position: absolute;
}

.imageBottom .btt {
  bottom:0px;
  position:absolute;
}

.clearer {
   clear:both;
}

#site-navigation li {
	height: 31px;
	padding: 0 8px;
	display: block;
	float: left;
	background: url(../img/bg_siteNav.gif) no-repeat 100% 0;
}
#site-navigation li span.notActive {
	color: #004359;
	display: block;
	font-weight: bold;
	padding-top: 6px;
}
#site-navigation li.pmf, #site-navigation li.pmf span.notActive {
	padding-left: 0;
	width: 124px;
}
#site-navigation li.pg, #site-navigation li.pg span.notActive {
	width: 88px;
}
#site-navigation li.pmg, #site-navigation li.pmg span.notActive {
	width: 131px;
}
#site-navigation li.og, #site-navigation li.og span.notActive {
	width: 140px;
	background: none;
}
#site-navigation a, #site-navigation a:link, #site-navigation a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 0 0;
	font-weight: bold;
}
#site-navigation li.urhere a, #site-navigation li.urhere a:link, #site-navigation li.urhere a:visited {
	color: #ffcc00;
}
#site-navigation a:focus, #site-navigation a:hover, #site-navigation a:active, #site-navigation li.urhere a:focus, #site-navigation li.urhere a:hover, #site-navigation li.urhere a:active {
	color: #ff8633;
}
#site-navigation .skipNav {
	padding: 0;
	margin: 0;
}
#content-navigation a, #content-navigation a:link, #content-navigation a:visited {
	color: #22364d;
	text-decoration: none;
}
#content-navigation a:focus, #content-navigation a:hover, #content-navigation a:active {
	color: #ff8633;
}
#news a.findout, #news a.findout:link, #news a.findout:visited, .newsItem a.findout, .newsItem a.findout:link, .newsItem a.findout:visited {
	color: #2b5681;
	background: url(../img/bg_newsArrow.gif) no-repeat 0px 50%;
	padding: 2px 0 3px 16px;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#news a.findout:focus, #news a.findout:hover, #news a.findout:active, .newsItem a.findout, .newsItem a.findout:hover, .newsItem a.findout:active {
	background: url(../img/bg_newsArrow_o.gif) no-repeat 0px 50%;
}
.btt {
	margin: 0 0 10px;
	font-size: 90%;
}
ul.downloads {
	list-style: none;
	margin-left: 0;
}
ul.downloads li {
	font-weight: bold;
	margin: 3px 0;
}
ul.downloads li li {
	font-weight: normal;
}
ul.downloads a.pdf, ul.downloads a.word, ul.downloads a.excel, ul.downloads a.powerpoint {
	position: relative;
	font-weight: normal;
	padding: 2px 0;
}
ul.downloads a.pdf span, ul.downloads a.word span, ul.downloads a.excel span, ul.downloads a.powerpoint span {
	color: #777;
	font-size: 80%;
	padding: 2px 0 2px 19px;
	text-decoration: none;
	font-style: normal;
	position: absolute;
	right: -7.5em;
	top: 2px;
	width: 5em;
	overflow: hidden;
}
ul.downloads a.pdf span {
	background: url(../img/iconpdf.gif) no-repeat 0 0;
}
ul.downloads a.word span {
	background: url(../img/iconword.gif) no-repeat 0 0;
}
ul.downloads a.excel span {
	background: url(../img/iconexcel.gif) no-repeat 0 0;
}
ul.downloads a.powerpoint span {
	background: url(../img/iconpowerpoint.gif) no-repeat 0 0;
}
ul.downloads a.zip span {
	background: url(../img/iconpowerpoint.gif) no-repeat 0 0;
}
ul.downloads a.pdf span em, ul.downloads a.word span em, ul.downloads a.excel span em, ul.downloads a.powerpoint span em {
	position: absolute;
	top: -50em;
	left: -50em;
}
#footer a, #footer a:link, #footer a:visited {
	color: #2d2d2d;
	text-decoration: none;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #ff8633;
	text-decoration: none;
}


/* COLOUR Change */

	/* RED */
	.policyManagement h2, .policyManagement h4, .policyManagement a, .policyManagement a:link, .policyManagement a:visited, .policyManagement #content-navigation a:focus, .policyManagement #content-navigation a:hover, .policyManagement #content-navigation a:active, .policyManagement #footer a:focus, .policyManagement #footer a:hover, .policyManagement #footer a:active, .policyManagement .btt a:focus, .policyManagement .btt a:hover, .policyManagement .btt a:active, ul.downloads a, ul.downloads a:link, ul.downloads a:visited {
		color: #860000;
	}
	.policyManagement #header {
		background: #182f4b url(../img/bg_headerRed.jpg) no-repeat 0 100%;
	}

	/* GREEN */
	.programmingGuidelines h2, .programmingGuidelines h4 {
		color: #2a532a;
	}
	.programmingGuidelines a, .programmingGuidelines a:link, .programmingGuidelines a:visited, .programmingGuidelines #content-navigation a:focus, .programmingGuidelines #content-navigation a:hover, .programmingGuidelines #content-navigation a:active, .programmingGuidelines #footer a:focus, .programmingGuidelines #footer a:hover, .programmingGuidelines #footer a:active, .programmingGuidelines .btt a:focus, .programmingGuidelines .btt a:hover, .programmingGuidelines .btt a:active, ul.downloads a, ul.downloads a:link, ul.downloads a:visited {
		color: #458545;
	}
	.programmingGuidelines #header {
		background: #182f4b url(../img/bg_headerGreen.jpg) no-repeat 0 100%;
	}

	/* BLUE */
	.programManagement h2, .programManagement h4 {
		color: #2b5681;
	}
	.programManagement a, .programManagement a:link, .programManagement a:visited, .programManagement #content-navigation a:focus, .programManagement #content-navigation a:hover, .programManagement #content-navigation a:active, .programManagement #footer a:focus, .programManagement #footer a:hover, .programManagement #footer a:active, .programManagement .btt a:focus, .programManagement .btt a:hover, .programManagement .btt a:active, ul.downloads a, ul.downloads a:link, ul.downloads a:visited {
		color: #3871A9;
	}
	.programManagement #header {
		background: #182f4b url(../img/bg_headerBlue.jpg) no-repeat 0 100%;
	}

	/* PURPLE */
	.operationalGuidelines h2, .operationalGuidelines h4 {
		color: #290051;
	}
	.operationalGuidelines a, .operationalGuidelines a:link, .operationalGuidelines a:visited, .operationalGuidelines #content-navigation a:focus, .operationalGuidelines #content-navigation a:hover, .operationalGuidelines #content-navigation a:active, .operationalGuidelines #footer a:focus, .operationalGuidelines #footer a:hover, .operationalGuidelines #footer a:active, .operationalGuidelines .btt a:focus, .operationalGuidelines .btt a:hover, .operationalGuidelines .btt a:active, ul.downloads a, ul.downloads a:link, ul.downloads a:visited {
		color: #5500AA;
	}
	.operationalGuidelines #header {
		background: #182f4b url(../img/bg_headerPurple.jpg) no-repeat 0 100%;
	}
.btt a, .btt a:link, .btt a:visited {
	color: #666;
	text-decoration: none;
}
.btt a:focus, .btt a:hover, .btt a:active {
	color: #ff8633;
}
a:focus, a:hover, a:active, .policyManagement a:focus, .policyManagement a:hover, .policyManagement a:active, .programmingGuidelines a:focus, .programmingGuidelines a:hover, .programmingGuidelines a:active, .programManagement a:focus, .programManagement a:hover, .programManagement a:active, ul.downloads a:focus, ul.downloads a:hover, ul.downloads a:active {
	color: #909090;
}
/* MISC. */
a.indexPolicy, a.indexPolicy:link, a.indexPolicy:visited, a.indexProgramming, a.indexProgramming:link, a.indexProgramming:visited, a.indexProgram, a.indexProgram:link, a.indexProgram:visited, a.indexOperational, a.indexOperational:link, a.indexOperational:visited {
	display: block;
	padding: 4px;
	text-decoration: none;
	margin-top: 10px;
}
a.indexPolicy strong, a.indexPolicy:link strong, a.indexPolicy:visited strong, a.indexProgramming strong, a.indexProgramming:link strong, a.indexProgramming:visited strong, a.indexProgram strong, a.indexProgram:link strong, a.indexProgram:visited strong, a.indexOperational strong, a.indexOperational:link strong, a.indexOperational:visited strong  {
	display: block;
	padding: 4px;
	margin: -4px -4px 4px -4px;
	color: #fff;
}
a.indexPolicy, a.indexPolicy:link, a.indexPolicy:visited {
	color: #860000;
	background: #ffecec;
	border: solid 1px #860000;
}
a.indexPolicy strong, a.indexPolicy:link strong, a.indexPolicy:visited strong {
	background: #860000;
}
a.indexProgramming, a.indexProgramming:link, a.indexProgramming:visited {
	color: #2a532a;
	background: #eff8ef;
	border: solid 1px #2a532a;
}
a.indexProgramming strong, a.indexProgramming:link strong, a.indexProgramming:visited strong {
	background: #2a532a;
}
a.indexProgram, a.indexProgram:link, a.indexProgram:visited {
	color: #2b5681;
	background: #f4f8fb;
	border: solid 1px #2b5681;
}
a.indexProgram strong, a.indexProgram:link strong, a.indexProgram:visited strong  {
	background: #2b5681;
}
a.indexOperational, a.indexOperational:link, a.indexOperational:visited {
	color: #290051;
	background: #f9f2ff;
	border: solid 1px #290051;
}
a.indexOperational:focus, a.indexOperational:hover, a.indexOperational:active, a.indexProgram:focus, a.indexProgram:hover, a.indexProgram:active, a.indexProgramming:focus, a.indexProgramming:hover, a.indexProgramming:active, a.indexPolicy:focus, a.indexPolicy:hover, a.indexPolicy:active {
	color: #cc6600;
	background: #fff8f0;
	border: solid 1px #cc6600;
}
a.indexOperational strong, a.indexOperational:link strong, a.indexOperational:visited strong {
	background: #290051;
}
a.indexOperational:focus strong, a.indexOperational:hover strong, a.indexOperational:active strong, a.indexProgram:focus strong, a.indexProgram:hover strong, a.indexProgram:active strong, a.indexProgramming:focus strong, a.indexProgramming:hover strong, a.indexProgramming:active strong, a.indexPolicy:focus strong, a.indexPolicy:hover strong, a.indexPolicy:active strong {
	background: #cc6600;
}
.indexPolicy, .indexProgramming, .indexProgram, .indexOperational {
	margin-bottom: 10px;
}
.indexPolicy em, .indexProgramming em, .indexProgram em, .indexOperational em {
	text-decoration: underline;
	font-style: normal;
}
.anchors {
	padding: 4px;
	background: #E6EDF7;
	color: #7AA2D6;
	margin: 10px 0;
}
.anchors a, .anchors a:link, .anchors a:visited {
	color: #1C375A;
	text-decoration: none;
	/* white-space: nowrap; */
}
.anchors a:focus, .anchors a:hover, .anchors a:active {
	text-decoration: underline;
}
.highlightBox {
	border: 1px solid #dceddc;
	background: #eaf4ea;
	margin-bottom: 10px;
}
.highlightBox h5 {
	padding: 4px;
	background: #dceddc;
	margin-top: 0;
}
.highlightBox table h5 {
	padding: 0;
	background: transparent;
	margin-top: 0;
}
.highlightBox ul, .highlightBox p {
	padding: 0 4px;
}
table, .tbl {
	/* border-top: 1px solid #326565; */
	background: #eaf4ea;
}
.highlightBox table, .highlightBox tbl {
	margin-bottom: 0;
}
table.content {
	width: 98%;
}
table caption, .tbl caption {
	border-bottom: 1px solid #cae3ca;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	font-weight: bold;
	color: #2a532a;
}
table th, .tbl th {
	padding: 4px;
	border-bottom: 1px solid #326565;
	text-align: left;
	vertical-align: bottom;
	background: #326565;
	font-weight: bold;
	color: #fff;
}
table th h5, .tbl th h5 {
	color: #fff;
	font-size: 100%;
	margin: 0;
}
table td, .tbl td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #326565;
}
table td.caption, .tbl td.caption {
	font-size: 90%;
	color: #2a532a;
	background: #f5faf5;
}
table.topContact {
	border: 1px solid #326565;
	background: #eaf4ea;
}
table.topContact th, table.topContact td {
	border-bottom: none;
	vertical-align: middle;
}
.searchAmount {
	text-align: right;
	font-size: 90%;
	color: #888;
}
.searchAmount strong {
	color: #666;
}
.searchResult {
	margin-bottom: 20px;
}
.searchResult h3 {
	font-size: 100%;
}
.searchResult p a {
	font-size: 90%;
}
.searchResult h3, .searchResult p {
	margin-bottom: 0;
	text-transform: none;
}
.footnote {
	border-top: solid 1px #ccc;
	font-size: 90%;
	color: #666;
	margin: 10px 0;
}
.forum a {
	font-size: 110%;
}
.forum p.forumPostFeedback {
	text-align: right;
	background: #fff8f0;
	padding: 4px;
	font-size: 80%;
}
.forum p {
	font-size: 90%;
	color: #999;
	margin-bottom: 15px;
}
.forumView {
	border: 1px solid #d8e4f1;
	margin-bottom: 1em;
}
.forumView h3 {
	background: #d8e4f1;
	padding: 4px;
	color: #2b5681;
	text-transform: none;
	margin-bottom: 0;
}
.forumView .forumFirst {
	background: #f7f7f7;
}
.forumView .forumHeader {
	background: #E3ECF4;
	padding: 4px;
	zoom: 1;
	overflow: hidden;
	margin-bottom: 0.6em;
}
.forumView .forumHeader h4 {
	color: #333;
	float: left;
	margin-bottom: 0;
	font-size: 110%;
}
.forumView .forumHeader h4 em {
	color: #888;
	font-size: 80%;
	font-weight: normal;
	margin-left: 4px;
	font-style: normal;
}
.forumView .forumHeader p {
	color: #666;
	float: right;
	margin: 0;
}
.forumView p {
	padding: 0 4px;
	margin: 0 0 0.6em 30px;
}
.forumView h4 {
	margin: 0 0 0 30px;
}
.forumView .forumFirst h4 {
	padding: 0 2px;
	margin: 0;
}
.forumView .forumFirst p {
	padding: 0 6px 6px;
	margin: 0;
}
.forumView .forumFirst .forumHeader p {
	padding-bottom: 0;
}
p.feedbackThankYou {
	color: #860000;
	margin: 10px 0 50px;
	font-weight: bold;
}
 