/*	---------------------------------------------------------
	##### Copyright Company Name Here
	##### URL here
	##### Author: Sumo Group - Perth Digital Agency - www.sumo.com.au	
	--------------------------------------------------------- */

/* Styling
--------------------------------------------------------- */
	body { font: 13px/150% Arial, Tahoma, Helvetica, sans-serif; color: #000; }
	
	#printlogo { margin: 0 0 20px; }
	
	a { color: #0ebcee; text-decoration: none; }
	a:hover { color: #f15b40; }
	a img { border: none; }
	
	h1, h2, h3, h4, h5 { line-height: normal; }
	
	h2 { font-size: 180%; color: #000; margin: 30px 0 15px 0; }
	h3 { font-size: 160%; color: #000; margin: 25px 0 10px 0; }
	h4 { font-size: 130%; color: #000; margin: 20px 0 10px 0; }
	h5 { font-size: 110%; color: #000; margin: 20px 0 10px 0; }
	h6 { font-size: 100%; color: #000; margin: 20px 0 5px 0; }
	
	.inline-list { margin: 0; padding: 0; list-style: none; }
	ul.inline-list li { float: left; }
	ol.inline-list li { display: inline; }
	
	ul { list-style: disc; }
	ul ul { list-style: circle; }
	ul ul ul { list-style: square; }
	ol { list-style: decimal; }
	ol ol { list-style: lower-alpha; }
	ol ol ol { list-style: lower-roman; }
	
	
	/* What to do next */
	.what-to-do-next-iframe {width:430px;height:330px;}
	ol.what-to-do-next {margin-top:15px;}
	ol.what-to-do-next li {}
	ol.what-to-do-next .img-cover {display:none;}
	ol.what-to-do-next .wn-content { display:block; padding:7px 0 0 10px;}
	ol.what-to-do-next img {display:none;}
	ol.what-to-do-next .number {display:none;}

	
	
	/* Table Styles */
	.table-style1 {border:solid 1px #e5e5e5;border-right:none;border-bottom:none; margin-bottom:20px;}
	.table-style1.no-b-marg {margin-bottom:0;}
	.table-style1 th, .table-style1 td {border:solid 1px #e5e5e5;border-top:none;border-left:none;text-align:left;padding:3px 7px;}
	.table-style1 th {color:#8e8e8e;width:139px;}
	.table-style1 td {}
	
	
/* Hide the following
--------------------------------------------------------- */
	.steps, .logged-in, .footer, .header  {display: none;}
	
	
	


