body {
	font: 100% "Arial Narrow", Arial, sans-serif;
	text-align: center;
 	background: #FFFFFF url(/images/layout/body.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 769px;
	margin: auto;
	text-align: left;
	background: #fff url(/images/layout/main_background.jpg) no-repeat;	
}
#main {
	padding: 24px;
	position: relative;
}
#footer {
	text-indent: -999em;
	background: url(../images/layout/footer.gif) no-repeat;
	height: 25px;
	width: 769px;	
}
#breadcrumb {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

/*----------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	text-indent: -999em;
	background: url(/images/layout/masthead.jpg) no-repeat;
	height: 110px;
	width: 769px;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #a58d78;
	margin-top: 0.5em;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
}
/*
table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td, th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.3em;
}
.caption {
	background-color: #ccc;
	font-weight: bold;
	letter-spacing: 0.2em;
}
*/
.pullquote {
	width: 360px;
	height: 100px;
	text-align: right;
	text-indent: 40px;
	padding-top: 2em;
	font-weight: bold;
	color: #a58d78;
	font-size: 1.2em;
	background: url(/images/layout/pullquote.gif) no-repeat left top;
	position: absolute;
	right: 24px;
	top: 275px;
}

/*----------------------------------------------image treatment ------------------------------------------*/
#main img {
/*	float:right; */
	padding: 5px;
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
}

/* .error is for warinings like emails not being sent properly etc */
.error {
	color: #f00;
}

/*----------------------------------------------turn off print stuff ------------------------------------------*/
#printlogo {
	display:none;
}

/* -----------Photo Gallery------------- */
.thumbnail {
	float: left;
	border: none;
	width:300px;
}
.thumbnail p {
	font-weight: bold;
	position: relative;
}

.thumbnail img {
	border: solid gray 1px;
	float: left;
}

.album {
	float: left;
	border: none;
	width:500px;
}
.album p {
	font-weight: bold;
	position: relative;
}

.album img {
	border: solid gray 1px;
	float: left;
}

.gallerysearch {
	float: right;
	position: absolute;
	border:none;
	width:190px;
}
.gallerysearch input#criteria, select {
	position: absolute;
	top: 0;
	right: 0;
	border:1px solid #ccc;
	overflow:hidden;
	width:120px;
}
.gallerysearch input#search {
	position: absolute;
	top: 0;
	right: 0;
	border:1px solid #ccc;
	overflow:hidden;
	width:60px;
}

.galleryshow {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	border:none;
	width:190px;
}
.galleryshow input#criteria, select {
	position: absolute;
	top: 0;
	right: 0;
	border:1px solid #ccc;
	overflow:hidden;
	width:120px;
}
.galleryshow input#show {
	position: absolute;
	top: 0;
	right: 0;
	border:1px solid #ccc;
	overflow:hidden;
	width:60px;
}
.galleryupload {
	float:right;
	position: relative;
	left: 0;
	bottom: 0;
	border:none;
	width:300px;
}

/* ---------- end Gallery ---------------- */

/* ---------- Documents ---------------- */


.folder {
	clear:both;
	border:none;
}
.folder dt {
	font-style:italic;
}
.folder dt a img#icon  {
	float:left;
	padding: 5px;
	margin: 0 0 0 5px;
	border: none;
}
.folder dd {
   font-size:10px;
   font-weight:bold;
}


.nofolder {
	clear:both;
	border:none;
}
.nofolder dt {
	font-style:italic;
}
.nofolder dt img#icon  {
	float:left;
	padding: 5px;
	margin: 0 0 0 5px;
	border: none;
}
.nofolder dd {
   font-size:10px;
   font-weight:bold;
}


.files {
	padding:5px;
}

.document {
	clear:both;
	border:none;
}
.document dt {
	font-style:italic;
}
.document dt a img#download  {
	float:left;
	padding: 5px;
	margin: 0 0 0 5px;
	border: none;
}
.document dd#size {
   font-size:10px;
   font-weight:bold;
}

/* ---------- end documents ---------------- */


.imageboxleft {
	float:left;
	text-align:center;
	font-style:italic;
	width:auto;
}

.imageboxright {
	float:right;
	text-align:center;
	font-style:italic;
	width:auto;
}

/*----------------------------- contact form ----------------------------*/
form#Contact {
	width: 100%
}
form#Contact p {
	line-height: 1.4em;
	clear: both;
}
form#Contact p label {
	float: left;
	width: 150px;
}
form#Contact p input, form#Contact p textarea {
	float: right;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}


/*----------------------------- application form --------------------------*/
form#applicationform {
	width: 400px;
	margin: 0 auto;
}
form#applicationform p {
	/*line-height: 1.4em;*/
	clear: both;
	margin: 0;
	padding: 0.5em 0 0 0;
	border-bottom: 1px solid white;
}
form#applicationform p label {
	float: left;
	width: 200px;
}
form#applicationform p label.form-full-width {
	float: none;
	width: 100%;
}
form#applicationform p input, form#applicationform p textarea {
	float: right;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}
form#applicationform p input.form-full-width {
	float: none;
	width: 375px;
}
form#applicationform legend {
	font-weight: bold;
}
form#applicationform fieldset {
	width:400px;
}
form#applicationform p.radiobuttons label {
	float: none;
	display: inline;
}
form#applicationform p.radiobuttons label input {
	float: none;
	display: inline;
	width: auto;
}

/* ---------------------------------------------------- feature photos --------------*/
#featurephoto {
	position: absolute;
	right: 0;
	width: 400px;
	height: 226px;
	display: none;
}

#body_about-the-labour-hire-australia-group #featurephoto {
	background: url(/images/layout/photos/office-trio.jpg) no-repeat;
	display: block;
}
#body_about-the-labour-hire-australia-group #main {
	padding: 24px 400px 24px 24px;
}
#body_service-partner-pn #featurephoto {
	background: url(/images/layout/photos/office-trio.jpg) no-repeat;
	display: block;
}
#body_service-partner-pn #main {
	padding: 24px 400px 24px 24px;
}

/* Home page - different size */
#body_the-labour-hire-australia-group h2 {
	text-indent: -999em;
}
#body_the-labour-hire-australia-group #main {
	background: url(/images/layout/home-background.jpg) no-repeat;
	height: 381px;
}
#body_the-labour-hire-australia-group #leftblock {
	text-indent: -999em;
}
#body_the-labour-hire-australia-group #tagline {
	text-indent: -999em;
}
#body_the-labour-hire-australia-group #home-pullquote {
	position: absolute;
	/*text-align: right;*/
	right: 30px;
	top: 310px;
}
#body_the-labour-hire-australia-group #home-pullquote a {
	text-indent: -999em;
	height: 50px;
	width: 100%;
	display: block;
	text-decoration: none;
}

.locations-map{
	margin-top:-10px;
}

.home_text{
	position:relative;
	font-size:0.9em;
	line-height:25px;
	top:-65px;
}