body {
	min-width: 800px;
}
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrap {
	width:800px;
	margin:8px auto 0 auto;
	background:#fff;
	position:relative;
}
#header, #topnav, #footer {
	clear: both;
	margin:0;
	padding:0;
}
#topnav {
	height:24px;
	width:780px;
	margin:0 auto;
}
#tnav {
	position:absolute;
	top:126px;
	left:0;
	width:780px;
	padding: 0 10px;
	margin:0 auto;
	font: normal 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	z-index:101;
}
#header {
	height:126px;
	width: 780px;
	margin:0 auto;
	background:#fff url(../images/header_02.gif) no-repeat center 4px;
	z-index:100;
	text-indent:-5000px;
}
#container {
	padding-left: 160px;  /* LC fullwidth */
	padding-right: 200px; /* RC fullwidth + CC padding */
	height:500px;
	height:auto!important;
	min-height:500px;
}
#container .column {
	position: relative;
	float: left;
	z-index:0;
}
#content {
	padding: 0 20px 0 0;  /* CC padding */
	width: 100%;
	height:500px;
	height:auto!important;
	min-height:500px;
	border-right:1px solid #c0c0c0;
}
#left {
	width: 130px;  /* LC width */
	padding: 0 10px; /* LC padding */
	right: 180px;  /* LC fullwidth + CC padding */
	margin-left: -440px;
	margin-top:10px;
}
#right {
	width: 165px;  /* RC width */
	padding: 0 9px 0 0; /* RC padding */
	margin-right: -205px; /* RC fullwidth + CC padding */
	text-align:center;
}
#bannerImage {
	/*width:780px;
	height:207px;
	margin:2px auto;
	background: url(../images/banner-sydney.jpg) no-repeat;*/
	display:none;
}
#banner {
	width:780px;
	margin: 2px auto 12px auto;
	padding: 0;
	clear: both;
	text-align:center;/*background:url(../images/sub-banner.jpg) no-repeat;*/
}
#b {
	width:600px;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align:center;
}
#footer {
	clear: both;
	height:26px;
	text-align:center;
	vertical-align:middle;
	width:780px;
	margin:0 auto;
	position:relative;
}
#subfooter {
	text-align:center;
	color:#000;
	font-size:0.9em;
	padding: 5px 0;
	width: 780px;
	margin:0 auto;
}
#cta, #cta p {
	text-align: right;
}
#ctb, #ctb p {
	text-align: center;	
}
#ctb p {padding-left:10px;text-align:justify; }
#ctb p.red {text-align:center; color:#D12B1E; font-size:115%; margin-bottom:0;}
#ads {
	text-align:center;
	margin:0 0 50px 5px;
}
#ads p {text-align:center;font-weight:bold;font-size:120%;margin:0;}


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.3;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */
body {
	font-size:76%;
	color:#666;
	background:#e4e3e0;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding: 0;
}
h1 {
	font-size:160%;
	line-height:1;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
h2 {
	font-size:140%;
	line-height:1;
	margin-top:1em;
	margin-bottom:0.5em;
}
h3 {
	font-size:125%;
	line-height:1;
	margin-bottom:0.5em;
}
h4 {
	font-size:125%;
	line-height:1.25;
	margin-bottom:0.5em;
	font-style:italic;
}
h5 {
	font-size:100%;
	margin-bottom:0.5em;
}
h6 {
	font-size:100%;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin: 0 0.5em 1em 0;
	padding:0;
	text-align:justify;
}
table p {
	margin:0 0 1em 0;
}
p img {
	margin:0.5em 0;
	padding:0;
}
img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
img.left {
	float:left;
	margin:0.3em 1.5em 1.5em 0;
}
img.polaroid {
	margin: 0.3em auto;
	padding:0.3em;
	border:1px solid #ddd;
}
a:focus, a:hover {
	color:#f2951d;
}
a {
	text-decoration:none;
}
blockquote.colour {
	margin:1.5em;
	font-style:italic;
	font-weight:bold;
	font-size:110%;
}
blockquote.colour p {
	text-align:center;
}
blockquote {
	margin:1em 1.5em;
	font-style:italic;
	font-weight:bold;
}
blockquote p {
	text-align:justify;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em 0;
	padding:0 10px;
	font-style:italic;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0 1.5em 3em;
	padding: 0 10px;
	white-space:pre;
}
pre, code, tt {
	font:100% 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
ul, ol {
	margin:0 30px 2em 2.5em;
}
ol, ol li {
	list-style-type:decimal;
}
ul, ol li ul li {
	list-style-type:disc;
}
li ul, li ol {
	margin:0.5em 0.5em 0.5em 1.5em;
}
dl {
	margin:0 0 1.5em 3em;
}
dl dt {
	font-weight:normal;
}
dd {
	margin-left:3em;
}
table {
	margin: 0.75em auto 1.4em 22px;
	width:92%;
	padding:0 10px;
	border-collapse:collapse;
	border-top:1px solid #6f6f6f;
	border-left:1px solid #6f6f6f;
}
th {
	font-weight:bold;
	background:#ddd;
}
th a, th a:hover {
	color:#222;
}
th, td {
	padding:4px 10px 4px 5px;
	border-bottom:1px solid #6f6f6f;
	border-right:1px solid #6f6f6f;
}
tr.even td {
	background-color:#eee;
}
tr.over td {
	background-color:#ccc;
}
tfoot {
	font-style:italic;
}
caption {
	padding:2px 10px;
}
.small {
	font-size:80%;
	margin-bottom:1.875em;
	line-height:1.875em;
}
strong.small {
	line-height:1.1;
	margin-bottom:0;
}
.large {
	font-size:120%;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.u {
	text-decoration:underline;
}
.em {font-style:italic; padding: 0 10px;}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.border {
	border:1px solid #6f6f6f;
}
.more {
	font-size:90%;
	color:#666;
	font-style:italic;
	/*margin:10px;*/
	text-align:right;
	padding:0;
}
hr {
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0.5em 0;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
/* messages */
.error, .notice, .success {
	padding:.25em .25em .6em .25em;
	margin-bottom:1em;
	border:1px solid #ddd;
}
p.error {
	padding:.25em;
}
label span.error {
	width:120px;
	display:inherit;
	margin:0;
	padding: 0 0.25em;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
.invisible {
	display:none;
}
.visible {
	display:block;
}
.showmore {
	display: block;
	clear: both;
}
.showless {
	display: none;
	clear: both;
}
.padLeft, #fholder p.padLeft {
	padding: 0 0 0 22px;
}
.padRight {
	padding: 0 22px 0 0;
}
.padTop {
	padding-top: 22px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.w2 {
	width:50%;
}
.w2b {
	width:40%;
}
.w2c {
	width:38%;
}
.w3 {
	width:33%;
}
.w4 {
	width:25%;
}
.w5 {
	width:20%;
}
/*layout styling*/
#footer a {
	color:#000;
}
#footer a:hover {
	color:#ddd;
}
#subfooter p {text-align:center;}
#content ul li {
	margin:0 0 0.5em 1.5em;
	list-style: outside;
}
#content ol li ul li {
	list-style-type:disc;
}
#content ol li {
	margin:0 0 0.5em 1.5em;
}
#cta p {
	color:#666;
	font-size:90%;
	margin: 0 0 1em 0;
}
#ctb p {
	color:#666;
	font-size:90%;
	margin: 1em 0 1em 0;
}
#left h3, #right h3 {border:none;margin:0;padding:3px 5px;font-size:130%;}
#content ul.ticks {
	list-style-type:none;
	margin:0 2em 1.4em 2em;
	padding:0;
}
#content ul.ticks li {
	display: list-item;
	list-style-type:none;
	background:url(../images/tick.gif) no-repeat 0 50%;
	padding-left:20px;
}
table.noBorder, table.noBorder td, table.noBorder th {
	border:none;
}
table.noBorder th {
	background:#fff;
	text-align:center;
	font-size:80%;
	font-weight:normal;
}
table#grid th, table#grid td, table#grid p {
	font-weight:bold;
	text-align:center;
	font-size:100%;
}
table#grid th {
	background:#eee;
	color:#333;
	font-size:100%;
}
table#grid td:hover, .hover th:hover {
	background:#efefef;
}
table#grid a {
	color: #111;
}
table#grid a:hover {
	color: #27783D;
}
table#grid img {
	padding:2px;
	border:1px solid #ccc;
	margin: 0 auto;
}
table#timetable td, table#timetable th, table#timetable2 td, table#timetable2 th {
	text-align:center;
	font-size: 80%;
	margin:0;
	padding:2px;
}
table#timetable td p, table#timetable2 td p {
	text-align:center;
	margin:0;
	padding:5px 0 0 0;
}
#toShow {
	display:block;
}
/*file icons */
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(../images/pdf.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
#snav li a[href$='.pdf'], #snav2 li a[href$='.pdf'], #snav3 li a[href$='.pdf'] {
 background: #6f6f6f;
 color: #fff;
}
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(../images/excel.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(../images/word.gif) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
 
/* mailto: links */
a[href^="mailto:"] {
background:transparent url(../images/email.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}
.externalLink {
	background:transparent url(../images/external.png) center left no-repeat;
	display:inline-block;
	padding-left:16px;
	line-height:15px;
}

table.narrow {
	float:right;
	width:60%;
	clear:right;
	margin:0;
}
h2.clear {
	padding-top: 30px;
}
#banner {font:bold 130% Tahoma, Arial, Helvetica, sans-serif;}
#banner p {text-align:center;width:100%;margin:0;}
#b p {font-weight:bold;font-size:110%;}
#b .b1 {font-weight:normal;margin: 0 0 1em 0;}
#b p.b2 {clear:both;padding:10px 0 0 0;margin:0;}
.dot {padding: 0 10px;}
.bigPadTop, hr.bigPadTop {margin:100px 0 0.5em 0;}
.bigPadBot {margin-bottom:22em;}

#snav, #snav2, #snav3 {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#snav span, #snav2 span, #snav3 span {display:none;}
#snav li, #snav2 li, #snav3 li {
	margin: 0;
	list-style: none;
	border-top:1px solid #efefef;
}
#snav li a, #snav2 li a, #snav3 li a {
	display: block;
	padding: 2px 2px 2px 7px;
	background-color: #6f6f6f;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #snav li a, html>body #snav2 li a, html>body #snav3 li a {
	width: auto;
}
/*#snav li a.active, #snav li a:hover, #snav2 li a:active, #snav2 li a:hover {
	background-color: #da0404;
	color: #fff;
}*/

#tnav ul {
	height:24px;
	line-height:24px;
	vertical-align:middle;
	text-align:center;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:1;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			11em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
#tnav li.last {
	border-right: none;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			24px; /* match top ul list item height */
	z-index:		1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			11em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	margin: 0;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;	
	font-weight:normal;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	border-right: 1px solid #fff;
}
.sf-menu li li,.sf-menu li li li {
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-top: 1px solid #ccc;
	line-height:1.1;
	padding:3px 0;
}
.sf-menu li li.ltop, .sf-menu li li li.ltop {
	border-top: 2px solid #ccc;
}
.lbot {
	border-bottom: 2px solid #ccc;
}
.sf-menu li li a, .sf-menu li li li a {
	text-align:left;
	font: 1em Tahoma,Verdana,Arial, Helvetica, sans-serif;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #fff;
	background-color: #6f6f6f;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.5em;
	top:			0.3em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator {top:	0.15em; background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('../concorde-images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}*/

#topnav {
	background:#000;
}

#footer {
	background:#000;
	color:#fff;
}
#footer strong {color:#fff;line-height:26px;}
#banner {color:#267A16;}
h1, h3, h4, h5, h6,strong {
	color:#27783D;
}
h2 {color:#F2951D;}
a {
	color:#27783D;
}

hr {
	background:#27783D;
	color:#27783D;
}
fieldset {
	border:1px solid #27783D;
}
legend {
	background:#27783D;
	color:#fff;
}
#left h3 {
	background:#27783D;
	color:#fff;
}
#snav li a.active, #snav li a:hover, #snav2 li a:active, #snav2 li a:hover, #snav3 li a:active, #snav3 li a:hover {
	background-color: #27783D;
	color: #fff;
}
.sf-menu li {
	background:		#000;
}
.sf-menu li li,.sf-menu li li li {
	background:		#000;
}
#b p.red,.red {color:#D12B1E;font-weight:bold;font-size:115%;padding: 0 0 0.5em 0;}
#b span.yellow, a.yellow {color:#F3AB0F;font-weight:bold;}
.orange {color:#FF7800;font-weight:bold;}
#subfooter a {color:#194B71;text-decoration:underline; margin:0;}
#subfooter a:hover {color: #26793C;	text-decoration: none;}.img-no-border {
	float: right;
	clear: both;
	margin-bottom: 20px;
	margin-right: 230px;
	margin-top: -48px;
}
