/*

TITLE: QUARRY CAREERS
DESCRIPTION: FULL SITE STYLES
URL: www.quarrycareers.com.au

AUTHOR: SITESUITE AUSTRALASIA (ST)
AUTHOR URL: http://sitesuite.com.au

*/

/*------------------------------------------------
 GLOBALS
------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	}
	
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	}	

	

/*------------------------------------------------
 SITE LAYOUT
------------------------------------------------*/

#banner {
	background: #fff;
	height: 120px;
	text-align: left;
	font-size: 0;
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #EAEAEA;	
	}


#navbar {
	display: none;
	}

	/*------------------------------------------------
	 NAVIGATION
	------------------------------------------------*/

	#navbarinner {
		display: none;
		}
	
		.navul {
			display: none;
			}
			
			
			
	/*------------------------------------------------
	 SUB - NAVIGATION
	------------------------------------------------*/
	
			#subnav {
				display: none;
				}
				
				#subnav_menu {
					width: 0;
					display: none;
					}
				

#homepage_banner {
	display: none;
	}

#mainpage_bar {
	display: none;
	}

#content {
	width: auto;
	margin: 0;
	padding: 25px 0 0 0;
	}
	
	#sponsors {
		padding: 20px 10px 10px 20px;
		float: right;
		text-align: left;
		margin: 0 0 0 30px;
		}
		
		#sponsors p {
			margin: 5px 10px 10px 0;
			padding: 8px;
			border: 1px solid #EAEAEA;
			background-color: #FFFFFF;
			}
		
	#contentmain {
		padding: 0;
		margin: 0;
		}
	
#footer {
	display: none;
	}

#stats {
	display: none;
	}	

	

/*------------------------------------------------
 TEXT
------------------------------------------------*/

p, td, li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	}
	
p {
	margin-bottom: 15px;
	}	
	
hr {
	color: #e8e8e8;
	margin-bottom: 15px;
	border: none;
	border-top: 1px solid #727272;
	}

/*------------------------------------------------
 HEADINGS
------------------------------------------------*/

h1, h2 {
	color: #0d3d94;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	}

h1 {
	font-size: 18px;
	margin-bottom: 20px;
	}

h2 {
	font-size: 12px;
	}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #999999;
	}

/*------------------------------------------------
 LINKS
------------------------------------------------*/

a:link, a:visited, a:active {
	color: #0d3d94;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

/*------------------------------------------------
 JOB LISTING STYLES
------------------------------------------------*/

#jobCats {
	display: none;
	}
	
	#jobs_menu {
		display: none;
		}
			
	
	
#jobList {		
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding: 0;
	}
	
.results_table {
	border: 1px solid #C6C6C6;
	margin-bottom: 10px;
	}
	

#shortDesc {
	margin: 20px 0 30px 0;
	padding: 15px 0;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	width: 550px;
	}	
	
#applyJob {
	margin: 30px 0;
	padding: 15px;
	border: 1px solid #C6C6C6;
	width: 520px;
	background: #F4F4F4;
	}
	

/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

form {
  	margin: 0;
	padding: 0;
	}

.feedback_table {

	}
	
.feedback_table td {
	padding: 5px;
	height:auto;
	}
	
.feedback_table p {
	margin-bottom: 8px;
	}

.feedback_input, .feedback_input2, .searchInput { 
	font: 12px Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	text-decoration: none;
	border: 1px solid #999999;
	}
 
select { 
	font: 12px Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	text-decoration: none;
	border: 1px solid #999999;
 	}
 
checkbox {
	border: none;
	}

.feedback_button { 
	display: none;
	}

label.error {
	display: none;
	}


/*------------------------------------------------
 CONTENT STYLES
------------------------------------------------*/

.imgGreyBorder {
	border: 2px solid #CFCFCF;
	}

.imgGreyBorderRight {
	border: 2px solid #CFCFCF;
	float: right;
	margin: 0 0 10px 15px;
	}
	
.imgGreyBorderLeft {
	border: 2px solid #CFCFCF;
	float: right;
	margin: 0 15px 10px 0;
	}

a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	}

a.linkopacity:hover img {
	filter:alpha(opacity=50);   
	-moz-opacity: 0.50;   
	opacity: 0.50;
	}



