/*	-----------------------------------------------------------------------------
	##### 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; }
	
	p { margin: 0 0 20px 0; }
	
	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; }
	
	ul { list-style: disc; }
	ul ul { list-style: circle; }
	ul ul ul { list-style: square; }
	ol { list-style: lower-alpha; }
	ol ol { list-style: decimal; }
	ol ol ol { list-style: lower-roman; }
	
	
/* Hide the following
--------------------------------------------------------------------------------- */
	
	#NavWrap,
	#footer,
	#search,
	#sidebar,
	.access,
	#bottom-sidebar,
	.breadcrumb { display: none; }


