/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 05 April 2016 05:23:11
*/


/*TABLE OF CONTENTS for screen.css
--------------------------------------------
- import reset default-typography-styling conent
- container
- header
- main navigation
- information bar
- content
- footer
*/
/****************************** import reset.css default-typography-styling.css conent.css */
@import url("https://www.police.nsw.gov.au/__data/assets/text_file/0009/169029/reset.css");
			@import url(https://www.police.nsw.gov.au/_designs/nsw_police_online_uat/css/default-typography-and-styling.css);
					    /* Typography */
			@import url(https://www.police.nsw.gov.au/_designs/nsw_police_online_uat/css/content.css);
					    /* Content */
/****************************** container */
div#container {
	width: 931px;
	margin: 0 auto;
}
/****************************** header */
div#header {
	height: 94px;
	width: 931px;	
}
/****************************** main navigation */
div#main-navigation {
	width: 931px;		
	float: left;
}
/****************************** information bar */
div#information-bar {
	width: 931px;	
}
/****************************** content */
div#content {
	width: 931px;		
	margin: 25px 0 0;
}
/****************************** footer */
div#footer {
	height: 160px;
	width: 931px;
	margin: 25px 0 0;
}


