


/*   general         --------------------------------------------------------------------------------------------------------*/

*{
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 11pt;
	line-height: 20pt;
	text-indent: 0;
	text-align: justify;
}


h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
}

h1{
	font-size: 16pt;
	margin: 20pt 0;
}

ul{
	margin: 0 0 15pt 15pt;	
}

ul li{
	list-style-type: disc;	
	margin-bottom: 8pt;
}

table{
	width: 100%;
	margin: 15pt 0;
	border-bottom-width: 0;
	border-collapse: collapse;
	
}

table *{
	line-height: 13pt;
	font-size: 10pt !important;	
}



table td, table th{
	padding: 5pt!important;
	border: 1px solid black !important;
	
}

table tr{
		
}

table th{
	text-align: left;
}

a:after{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

a[href^="/"]:after {
   content: " (http://macdrill.com.au" attr(href) ") ";
}

.not-print{
	display: none;	
}


form{
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}

form p{
	display: block;
	float: none;
	margin: 0 0 10pt 0;
	padding: 0;
	width: auto;
}

/*   wrapper         --------------------------------------------------------------------------------------------------------*/



.inner-wrapper{
	width: 97%;
	margin: 0 auto;
}


/*   header         --------------------------------------------------------------------------------------------------------*/

.header{
	height: 70px;
	border-bottom: 1px solid black;
	padding-bottom: 20pt;
	margin-bottom: 15pt;
}

.header a.logo{
	display: none;
}

.header .logo-print{
	display: block;
	float: left;
}

.header .phone{
	float: right;
	font-size: 16pt;
	margin: 0;
}

.header #search{
	display: none;
}




/*   main-nav         ------------------------------------------------------------------------------*/

#cat_796749_divs{
	display: none;
}


/*   content        --------------------------------------------------------------------------------------------------------*/

.content,
.content-two-cols{
	height: auto;
	width: auto;
}



.content-two-cols .left-col{
	float: none;
	width: auto;
}

.content-two-cols .right-col{
	float: none;
	width: auto;
}



/*   .body        -------------------------------------------------------------------------------------*/


.with-nav .left-col{
	display: none;
}



/*   right col       -------------------------------------------------------------------------------------*/


.sidebar{
	display: none;	
}

/*   sponsors        --------------------------------------------------------------------------------------------------------*/

.sponsors{
	display: none;
}



/*   footer        --------------------------------------------------------------------------------------------------------*/

.footer{
	margin-top: 30pt;
	border-top: 1px solid black;
}

.footer *{
	display: none;	
}

a.bc-site{
	display: block;
	margin: 20pt 0;
	font-size: 9pt;
}



