body {
	margin: 0;
	padding: 0;
	background-color: #b0b0af;
	background-image: url('../images/gradient-body.gif');
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans serif;
	text-align: center;
}

.centre {
	text-align: center;
}

a img {
	border: 0;
}

p, li {
	font-size: 11pt;
}

#logo {
	float: left;
	width: 154px;
	height: 121px;
}

#container {
	width: 891px;
	margin: 0 auto;
	text-align: left;
}

#top-right {
	float: left;
	height: 87px;
	width: 737px;
	text-align: right;
	margin: 0;
}

#top-menu {
	float: left;
	height: 34px;
	width: 737px;
	background: #23344f;
	text-align: right;
	margin: 0;
	color: #ddd;
}

#top-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}

#top-menu li {
	float: left;
	line-height: 34px;
}

#top-menu a {
	color: #8e8e72;
	text-decoration: none;
	padding: 0 10px;
}

#top-menu a:hover, #top-menu a.selected {
	color: #f6f9ce;
}

#left-block {
	color: #fff;
	float: left;
	clear: both;
	padding: 0 20px;
	width: 183px;
	height: auto;
	background-color: #646364;
	background-image: url('../images/gradient-side-block.gif');
	background-repeat: repeat-x;
	margin: 6px 10px 10px 0;
}

* html #left-block {
	width: 223px;
}

#left-block h1 {
	padding-top: 0.8em;
	font-size: 16px;
	border-bottom: 1px solid #8e8e72;
}

#left-block p, #left-block li {
	font-size: 10pt;
}

#left-block a {
	color: #bad6ee;
}

#left-block a:hover {
	color: #d6e7f6;
}

#left-block ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left-block li {
	padding: 2px 0;
	background-image: url('../images/menu-arrow-grey.gif');
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 1em;
	line-height: 1.5em;
}

#left-block-bottom {
	margin-left: -20px;
	margin-right: -20px;
	width: 223px;
	min-height: 16px;
	height: 100%;
	position: relative;
	top: 4px;
	background-image: url('../images/bottom-side-block.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}

#main-block {
	float: left;
	padding: 0 32px;
	width: 594px;
	height: auto;
	margin: 6px 0 0px 0;
	background-color: #e2e5ea;
	background-image: url('../images/gradient-main-block.gif');
	background-repeat: repeat-x;
}

* html #main-block {
	width: 658px;
}

#main-block a {
	color: #0e5688;
}

#main-block a:hover {
	color: #1f79b8;
}

#main-block h1 {
	margin-top: 1em;
	font-size: 16pt;
}

#main-block h2 {
	margin-top: 1em;
	font-size: 14pt;
}

#main-block h3 {
	margin-top: -1em;
	font-size: 10pt;
}

#main-block h4 {
	margin-top: 0;
	font-size: 10pt;
}

#main-block p {
	margin-top: 1em;
	text-align: justify;
}

.standout {
	margin: 0 40px;
	padding: 0.5em 1em;
	background: #e7eaef;
}

#main-block-bottom {
	margin-left: -32px;
	margin-right: -32px;
	width: 658px;
	min-height: 16px;
	height: 100%;
	background-image: url('../images/bottom-main-block.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
}

#main-block li {
	padding-bottom: 0.3em;
}

#branding-block {
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	margin: 15px 0;
}

#footer-menu {
	font-size: 9pt;
	width: 100%;
	background-image: url('../images/footer-bar.gif');
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	float: left;
	padding: 10px 0;
	margin: 0;
}

#footer-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}

#footer-menu li {
	float: left;
	margin-left: 1em;
}

#footer-menu a {
	color: #666;
	text-decoration: none;
}

#footer-menu a:hover {
	color: #000;
}

/* START: Branding Block */

a.aidn { display: block; float: left; background: url('../images/aidn-small-hover.gif') top left no-repeat; margin: 0 15px; }
a.aidn:hover img { visibility: hidden; }

a.cts { display: block; float: left; background: url('../images/cts-small-hover.gif') top left no-repeat; margin: 15px 15px 0 15px; }
a.cts:hover img { visibility: hidden; }

a.dtc { display: block; float: left; background: url('../images/dtc-small-hover.gif') top left no-repeat; margin: 5px 15px 0 15px; }
a.dtc:hover img { visibility: hidden; }

a.nswbc { display: block; float: left; background: url('../images/nswbc-small-hover.gif') top left no-repeat; margin: 5px 15px 0 15px; }
a.nswbc:hover img { visibility: hidden; }

a.otws { display: block; float: left; background: url('../images/otws-small-hover.gif') top left no-repeat; margin: 10px 0 0 15px; }
a.otws:hover img { visibility: hidden; }

/* END: Branding Block */

#left-block .al-right {
	text-align: right;
}

.img-al-right {
	float: right;
	clear: right;
	margin: 1em 0 1em 1em;
}

.img-al-left {
	float: left;
	clear: left;
	margin: 1em 1em 1em 0;
	vertical-align: text-top;
}

#left-block select {
	width: 180px;
	margin-bottom: 4px;
}

#left-block input {
	width: 176px;
	margin-bottom: 4px;
}

#left-block .submit-area {
	height: auto;
	width: 100%;
	text-align: right;
	margin: 0; padding: 0;
}

#left-block .search-button {
	width: auto;
	margin: 0;
	padding: 0;
}

#left-block form{
	padding: 0;
	margin: 0;
}

#left-block .al-center {
	width: 100%;
	text-align: center;
}

.clear-both {
	clear: both;
}

.img-after-clear {
	margin-top: 0;
}

.img-stagger-left {
	margin-left: 60px;
}

.txt-stagger-left {
	margin-left: 200px;
}

.txt-left {
	margin-left: 140px;
}

.no-float {
	float: none;
}

.line-sep {
	border-width: 0.5px 0 0 0;
	border-style: solid;
	border-color: #999;
	clear: both;
	margin-bottom: 10px;
}

.small-text {
	font-size: 9pt;
}

/* Job table styling */
#table_jobs { float: left; }

#table_jobs, #table_jobs a, #table_jobs td, #table_jobs th {
	font-size:	10pt;
}

#table_jobs a {
	text-decoration: none;
}

#table_jobs a:hover {
	text-decoration: underline;
}

#table_jobs td.smalltext {
	font-size: 8pt;
}

.tab_heading {
	border-bottom:	1px solid #888888;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

.result_links {
	border-top: 1px solid #888888;
	text-align: right;
}

.data_row:hover {
	background: #ffffcc;
}

/* Individual job styling */

#table_job_detail {
	font-size: 10pt;
}

#table_job_detail td, #table_job_detail th {
	padding: 4px;
}

.photo-perm {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 12px;
}