@charset "UTF-8";
/* CSS Document */

/* topNavigation.css */
/* ! exists over top.css */

/* '''''''''''''''''''''''''''''''''  TOP and HEAD  ''''''''''''''''''''''''''''''''''' */
		/* -> top css */
																								
/* '''''''''''''''''''''''''''''''''  NAVIGATION  ''''''''''''''''''''''''''''''''''' */
/* 	DYNAMIC */

/* Responsive, reduced width menu, < 480px */
/* menu */
/* controls for display nav on/off */
#navctrls {
	background-color: silver;
	width: 98%;
	height: auto;
	float: left;
	padding: 8px 0px;
	padding-left: 4px;
}

/* ! added to prevent the grey div showing on page load -- 13.12.16 */
#navctrls {
	display: none;
}


#navctrls img {
	border: 0px;
}
#navctrls img:hover {
	background-color: white;
}
#navctrls a {
	text-decoration: none;
}
/* nav buttons on & off */
#navOn {
	display: none;
}
#navOff {
	display: none;	
}
/* controls on-off state, register, (to check against) */
/* on the page readouts, adjust js code when needed */
#widthstates {
	display: none;
}
#navOnOffMsg {}
#LW {}
#RW {}
