body {
	margin:0;
	padding:0;
	background-color:#658103;
	background:#fff url(/images/wrapper_bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#2f2e7d;
	text-align:center;
}

#container {
	width:762px;
	margin:0 auto;
	text-align:left;
	position:relative;
	z-index:0;
	background:#fff;
}

h1 {
	margin:0;
	padding:0;
	height:125px;
	width:288px;
	background:url(/images/logo.gif) 5px 40px no-repeat;
	text-indent:-9000em;
}

#outback{
	position:absolute;
	top:0px;
	left:104px;
	text-indent:-999em;
	background:url(/images/outback.jpg) no-repeat;
	height:35px;
	width:266px;
}

#home_link{
	position:absolute;
	top:0px;
	left:0;
	text-indent:-999em;
	background:url(/images/home.jpg) no-repeat;
	height:35px;
	width:102px;
}
#intro_text{
	width:580px;
	font-size:0.75em;
	margin:-5px 0 0 5px;
	padding:0;
	padding-right:5px;
}

h2 {
	margin:0;
	padding:0 0 0 14px;
	height:29px;
	font-size:1em;
	line-height:29px;
	background:url(/images/nav_bg.jpg) repeat-x;
	color:#fff;
	text-transform:uppercase;
}

h2 a{
	color:#fff;
}

h3 {
	margin:0;
	padding:0;
	height:26px;
	font-size:1em;
	line-height:29px;
	text-transform:uppercase;
	color:#2f2e7d;
}

a{
	color:#d40007;
}

a:hover{
text-decoration:none;
}

#height_wrapper{
	height:190px;
}

ul li em{
	font-size:0.8em;
}

/*------------------------------------------- BUTTONS ----------------------------------------------*/

#ContactSubmit, .register_here, .create, .job_alert, .apply_changes, #submit_application, .details, .update, .change, .next, .register, .above, .send, .login, #show, .create, .upload, .purchase, .clear, .cheque, .search{
	cursor:pointer;
	_cursor:hand;
	height:22px;
	border:none;
}

#ContactSubmit{
	width:93px;
	background:url(/images/contact.jpg) no-repeat;

}

#temporaryjobslink {
	position:absolute;
	right:15px;
	top:150px;
	height:22px;
	background:url(images/tempjpobs.gif) no-repeat;
	width:103px;
}
#temporaryjobslink span{
	text-indent:-999em;
}


.register_here{
	background:url(/images/register.jpg) no-repeat;
	width:98px;
}

.login{
	background:url(/images/login.jpg) no-repeat;
	width:46px;
}

.send{
	background:url(/images/send.jpg) no-repeat;
	width:46px;
}

.above{
	background:url(/images/above-dets.jpg) no-repeat;
	width:118px;
}


.register{
	background:url(/images/reg.jpg) no-repeat;
	width:70px;
}

.next{
	background:url(/images/next.jpg) no-repeat;
	width:54px;
}

.change{
	background:url(/images/change_pass.jpg) no-repeat;
	width:118px;
}

.update{
	background:url(/images/update.jpg) no-repeat;
	width:101px;
}

.details{
	background:url(/images/details.jpg) no-repeat;
	width:54px;
}

#submit_application{
	background:url(/images/submit_application.jpg) no-repeat;
	width:140px;
}

.apply_changes{
	background:url(/images/apply_changes.jpg) no-repeat;
	width:101px;
}

.job_alert{
	background:url(/images/job_alert.jpg) no-repeat;
	width:124px;
}

.create{
	background:url(/images/create.jpg) no-repeat;
	width:57px;
}

#show{
	background:url(/images/show.jpg) no-repeat;
	width:46px;

}

.upload{
	background:url(/images/upload.jpg) no-repeat;
	width:54px;
}

.purchase{
	background:url(/images/purchase.jpg) no-repeat;
	width:101px;

}

.clear{
	background:url(/images/clear.jpg) no-repeat;
	width:57px;
}

.cheque{
	background:url(/images/cheque.jpg) no-repeat;
	width:178px;
}

.search{
	background:url(/images/search.jpg) no-repeat;
	width:54px;

}

/*---------------------------------------- CONTACT FORM -------------------------------------------*/

#contact_form{
	font-size:0.9em;
	font-weight:bold;
}


/*-------------------------------------- MAIN -------------------------------------------------------*/

.main_content{
	margin:0 14px;
}


/*---------------------------------------------- SEARCH  ----------------------------------------------*/ 

#search{
	width:152px;
	float:right;
	position:absolute;
	top:0;
	right:8px;
	padding-left:2px;
	background:#C5C6FE;
}
#search p{
	padding:0;
	margin:0;
}
#search select{
	position:relative;
	z-index:5;
	margin-bottom:10px;
	width:150px;
}

form#search #search_button{
	background:url(/images/search.jpg) no-repeat;
	height:22px;
	border:none;
	width:54px;
	cursor:pointer;
	_cursor:hand;
}

/*-------------------------------------------------- NEWSLETTER ----------------------------------------------*/

#subscribeform{
	width:170px;
	margin:auto;
}

#subscribe{
	background:url(/images/subscribe.jpg) no-repeat;
	height:22px;
	width:72px;
	border:none;
	cursor:pointer;
	_cursor:hand;
}

#printlogo{
	display:none;
}

#newsletter input{
	margin:0;
}

#newsletter label{
	margin:0;
	font-size:0.9em;
}

/*--------------------------------------------------- FOOTER -------------------------------------------------*/

#footer {
	font-size: 0.8em;
	clear: both;
	margin:10px 0;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

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

/* for the login and register pages */
#registerbox {
	width: 48%;
	float: left;
}
#loginbox {
	width: 48%;
	float: right;
}
/*
.loginform {
	width: 350px;
}
.loginform label {
	float: left;
	width: 175px;
}
loginform input {
	float: right;
}
.loginform p {
	clear: both;
}
*/