body {
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #222;
}

.hide {
	display: none;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

#topnav {
	text-align: right;
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
	_padding-top: 0;
	z-index: 1000;
	_height: 30px;
}

	#topnav ul {
		text-align: left;
		margin: 0;
		padding: 0;
		font-size: 70%;
		list-style-type: none;
		position: absolute;
		bottom: 0;
		right: 0;
	}

		#topnav ul li {
			margin: 0;
			display: block;
			position: relative;
			padding: 0 10px 0 0;
			float: left;
			line-height: 1.6em;
		}
		
			#topnav ul li.textsize {
				margin-right: 0;
				padding-right: 0;
				text-indent: -10000px;
				height: 22px;
			}
		
				#topnav ul li.textsize a {
					display: block;
					width: 15px;
					height: 18px;
					background-position: center 3px;
					background-repeat: no-repeat;
					margin-right: 0;
					padding-right: 0;
					line-height: 0.8em;
					cursor: pointer;
				}
				
					#topnav ul li.text-n a {
						background-image: url('images/text-high-n.png');
						width: 10px;
					}
		
					#topnav ul li.text-l a {
						background-image: url('images/text-high-l.png');
					}
					
					#topnav ul li.text-xl a {
						background-image: url('images/text-high-xl.png');
						margin-right: 10px;
					}
					
	
			#topnav ul li a {
				display: block;
				padding: 5px 10px;
				color: #00ffff;
			}

				#topnav ul li a:hover {
					color: #00ff00;
				}

			#topnav ul li a.drop {
				background-image: url("images/sitewide/accessibility_arrow.gif");
				background-position: 90% center;
				background-repeat: no-repeat;
				padding-right: 25px;
			}

			#topnav ul li a.drop:hover, #topnav ul li a.hover {
				background-color: #000;
				color: #00ff00;
				text-decoration: none;
			}

			#topnav ul li:hover ul {
				display: block;
			}

			#topnav ul li ul {
				bottom: auto;
				left: 0;
				top: 22px;
				_top: 22px;
				right: auto;
				position: absolute;
				display: none;
				z-index: 10000;
				background-color: #000;
				border: 2px solid #eeee00;
			}

				#topnav ul li ul li {
					text-align: left;
					padding: 0;
				}


					#topnav ul li ul li a {
						display: block;
						font-size: 140%;
						padding-top: 5px;
						padding-bottom: 5px;
						text-align: left;
						width: 90px;
						color: #00ffff;
					}

						#topnav ul li ul li a:hover, #topnav ul li ul li a.here {
							color: #00ff00;
						}

						#topnav ul li ul li a.here {
							font-weight: bold;
						}

	#topnav form {
		display: block;
		position: absolute;
		top: 95px;
		right: 20px;
		padding: 0;
		margin: 0;
	}

		#topnav form label {
			display: none;
		}

		#topnav form input#q {
			margin: 0;
			width: 185px;
			height: 21px;
			background-image: url("images/sitewide/search_back.png") !important;
			background-position: center top !important;
			background-repeat: no-repeat !important;
			border: none !important;
			padding: 5px 0 0 10px !important;
			background-color: transparent !important;
			font-size: 90% !important;
			background-color: #fff;
			outline: none;
		}

			#topnav form input#q:focus, #topnav form input#q.focus {
				background-position: center bottom !important;
			}

		#topnav form input.submit {
			margin: 0 0 0 0;
			padding: 0;
			font-size: 60%;
			height: 26px;
			_height: 28px;
			border: none;
			width: 66px;
			font-size: 80%;
			font-family: Verdana, Arial, Tahoma, sans-serif;
			background-color: #00ffff;
			color: #000;
			-webkit-appearance: push-button;
			cursor: pointer;
		}

#container {
	width: 939px;
	padding: 0;
	margin: 0 auto;
	border: 10px solid #eeee00;
	background-color: #000;
	background-image: url("images/sitewide/back_highcontrast.gif") !important;
	background-repeat: repeat-y !important;
}

#header {
	width: 939px;
	background-image: url("images/sitewide/logo_highcontrast.png");
	background-repeat: no-repeat;
	background-position: 20px 20px;
	border-bottom: 1px solid #eeee00;
	_border: none;
	height: 172px;
	position: relative;
	background-color: #000;
}

	#header h1.hide {
		margin: 0;
		padding: 0;
		display: block !important;
		position: absolute;
		top: 45px;
		left: 155px;
		color: #00ffff;
		font-family: Arial, Tahoma, sans-serif;
		font-weight: normal;
		font-size: 160%;
	}

		#header h1.hide a, #header h1.hide a:hover {
			color: #00ffff;
			text-decoration: none;
		}

		#header h2.hide {
			position: absolute;
			margin: 0;
			padding: 0;
			display: block !important;
			color: #fff;
			top: 75px;
			left: 155px;
			font-size: 80%;
			font-weight: normal;
			font-family: Verdana, Arial, Tahoma, sans-serif;
			color: #eeee00;
		}

			#header h2.hide a, #header h2.hide a:hover {
				color: #eeee00;
				text-decoration: none;
			}

	#header #pagehead {
		padding: 2px 10px 2px 20px;
		margin: 0 0 0 135px;
		width: 773px;
		overflow: hidden;
		position: absolute;
		top: 115px;
		border: 1px solid #eeee00;
		border-right: none;
	}

		#header #pagehead #breadcrumb {
			float: left;
			font-size: 70%;
			color: #fff;
			padding: 3px 0;
		}

			#header #pagehead #breadcrumb a {
				color: #00ffff;
			}

				#header #pagehead #breadcrumb a:hover {
					color: #00ff00;
				}

		#header #pagehead form {
			font-size: 70%;
			margin: 0;
			float: right;
		}

			#header #pagehead form input.text {
				font-size: 100%;
			}

	#header #pagetitle {
		position: absolute;
		top: 140px;
		margin-left: 135px;
	}

		#header #pagetitle h1 {
			margin: 0;
			padding: 5px 0 6px 19px;
			font-size: 110%;
			color: #eeee00;
			width: 782px;
			border-left: 1px solid #eeee00;
		}



#navigation {
	float: left;
	width: 138px;
	padding: 0px;
	background-color: red;
}

/* Hides from IE5-mac \*/
* html #navigation {width: 123px;}
/* End hide from IE5-mac */


	#navigation ul {
		margin: 0 0 10px 0;
		padding: 0;
		list-style-type: none;
		background-color: #000;
		width: 134px;
	}

	#navigation ul li a {
		font-size: 75%;
		color: #00ffff;
		display: block;
		padding: 7px 3px 7px 8px;
		border-bottom: 1px solid #eeee00;
		width: 123px;
	}

	#navigation ul a:hover, #navigation ul a.here {
		color: #000;
		background-color: #eeee00;
		text-decoration: none;
	}

	#navigation img {
		margin: 0px 0px 4px 10px;
		height: 46px;
		width: 112px;
		border: 0;
	}


#content {
	width: 593px;
	float: left;
	min-height: 300px;
	padding: 0;
	margin: 0 20px 0 0;
	padding-bottom: 20px;
}

	#contentarea {
		padding: 0 0 0 10px;
	}

	#content .map img {
		border: none;
	}

	#content .mainimage img, #content .map img {
		width: 593px;
		border: none;
		margin-bottom: 1px;
		-ms-interpolation-mode:bicubic;
	}

	#content #flash {
		float: right;
		width: 200px;
		margin: 10px 5px 10px 10px;
	}

	#content .bodyimage {
		float: right;
		/*width: 158px;*/
		width: auto;
		border: 1px solid #eeee00;
		margin: 0px 10px 20px 20px;
		padding: 5px;
	}

		#content .bodyimage p {
			font-size: 70%;
			margin: 0;
			padding: 0 5px;
			width: 160px;
		}

		#content .bodyimage img {
			margin: 5px 0 5px 5px;
			clear: both;
		}

	#content p, #content hr {
		line-height: 1.4em;
		margin-left: 10px;
		margin-right: 10px;
	}

	#content h2 {
		margin-top: 12px;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 1.5em;
		font-size: 140%;
		color: #eeee00 !important;
	}

	#content h3 {
		font-size: 95%;
		margin-left: 10px;
		color: #eeee00 !important;
	}

	#right a, #content a {
		color: #00ffff !important;
	}

	#right a:hover, #content a:hover {
		color: #00ff00 !important;
	}

	#content hr {
		_margin: 0 10px;
	}

	#content p, #content ol, #content ul {
		font-size: 80%;
		line-height: 1.5em;
		color: #eeee00 !important;
	}
	
	#content table {
	    color: #eeee00;
	}

		#content ol li ol, #content ul li ul, #content ol li ul, #content ul li ol {
			font-size: 100%;
		}

		#content ul.missing li img {
			border: 1px solid #ccc;
			margin-left: 10px;
		}

		#content ul li {
			margin-bottom: 10px;
		}

			#content ul li img {
				float: right;
				margin: 0 0 0 10px;
			}

	#content ul.standard {
	}

		#content ul.standard li {
			list-style-type: square;
		}

	#content ul.portal {
		width: 578px;
		margin: 0 0 10px 10px;
		padding: 0;
	}

		#content ul.portal li {
			float: left;
			margin: 0 10px 10px 15px;
			padding: 0 0 0 0;
			list-style-type: disc;
		}

			#content ul.portal li span {
				display: block;
			}

				#content ul.portal li span a {
					color: #000;
				}

		#content ul.officers {
			margin: 0;
			padding: 0;
		}

			#content ul.officers li {
				border: 1px solid #ccc;
				background-color: #eee;
				display: block;
				margin: 5px 10px;
				padding: 10px 5px 10px 100px;
				background-repeat: no-repeat;
				background-position: 10px 8px;
				_height: 106px;
				min-height: 106px;
				list-style-type: none;
				position: relative;
			}
				#content ul.officers li img {
					float: left;
					border: 1px solid #eeee00;
					position: absolute;
					left: 0;
				}

				#content ul.officers li strong {
					display: block;
					margin-bottom: 10px;
				}

				#content ul.officers li ul.contact {
					margin: 10px 0;
					padding: 0;
				}
					#content ul.officers li ul.contact li {
						min-height: 0;
						_height: auto;
						border: none;
						background-color: transparent;
						margin: 0;
						padding: 0 0 0 20px;
						background-image: url("images/policing/officers/officer_email.gif");
						background-repeat: no-repeat;
						background-position: left center;

					}

	#content form.search {
		background-color: transparent !important;
		border-color: #eeee00 !important;
	}

		#content form.search fieldset {
		}

			#content form.search fieldset small {
				color: #eeee00 !important;;
			}

			#content form.search fieldset label {
				color: #eeee00 !important;
			}

			#content form.search fieldset input.text {
			}

			#content form.search fieldset input.clickable {
				background-color: #00ffff !important;
				color: #000;
				border: none;
			}

	#content .error {
		color: #f00;
	}

	#content #main_map, #content #map {
		border-color: #eeee00 !important;
	}

		#content #main_map h2, #content #map h2, #content #main_map p, #content #map p, #content #main_map a, #content #map a {
			color: #000 !important;
		}

	#content hr.hr {
		border-color: #eeee00 !important;
	}

	/* Home page boxes */
	#content div.panelset {
		display: block;
		padding-left: 10px;
	}

		#content div.panel {
			width: 275px;
			float: left;
			margin-top: 10px;
			margin-left: 10px;
		}

		#content div.left {
			margin-right: 1px;
		}

			#content div.panel h3 {
				margin-top: 5px;
				margin-bottom: 20px;
				font-size: 110%;
				color: #eeee00;
			}

			#content div.panel ul {
				margin: 0;
				padding: 0;
			}

			#content div.panel ul li {
				padding-left: 13px;
				background-image: url(images/bullet.gif);
				background-repeat: no-repeat;
				background-position: 0 0.4em;
				list-style-type: none;
				margin-bottom: 10px;
				color: #eeee00;
			}

			#content div.panel ul.listing {
				margin: 10px 10px 0px 20px;
				padding:0 0 0 10px;

			}
				#content div.panel ul.listing li {
					font-size: 75%;
					margin:0 0 10px 0;
					padding: 0 0 0 10px;
					background: none;
					list-style-type: square;
				}

			#content div.panel p.advice {
				margin: 0px;
				padding: 0px;
				font-size: 90%;
			}

					#content div.panel p.advice a {
						color: #00ffff;
						white-space: nowrap;
					}

					#content div.panel p.advice a:hover {
						color: #00f;
					}


			#content div.panel input {
				margin-left: 10px;
				font-size: 75%;
			}

			#content div.sitemap ul li {
				padding: 0px 0px 10px 10px;
				font-size: 12px;
			}

				#content div.sitemap ul li ul {
					margin-left: 30px;
				}

	#content form.emailafriend input, #content form.emailafriend textarea {
		width: 350px;
	}

		#content form.emailafriend textarea {
			height: 80px;
		}

		#content form.emailafriend input.button {
			width: auto;
			cursor: pointer;
		}

	#content form.contact label {
		font-weight: bold;
		display: block;
	}

	#content #area_results {
		float: right;
		width:140px;
		border: 1px solid #ccc;
		border-left: none;

	}

		#content #area_results form {
			margin: 0;
			padding: 10px;
			height: 60px;
		}

			#content #area_results form p {
				margin: 0;
				font-size:75%;
			}

		#content #area_results h3 {
		font-size: 80%;
		}

		#content #area_results ul {
			margin:0px;
			padding:10px 0 0 0;
			height:229px;
			_height:228px;
			overflow:auto;
		}

			#content #area_results ul li {
				list-style-type: none;
				margin:0 10px 10px 10px;
				font-size:70%;
			}

				#content #area_results ul li strong {
					font-size:110%;
				}

		#content ul.videolist {
			list-style-type: none;
			padding: 0;
		}

			#content ul.videolist li {
				list-style-type: none;
				height: 100px;
			}

				#content ul.videolist li img {
					float: left;
					border: none;
					margin: 0 10px 0 0;
				}

				#content ul.videolist li span {
					margin: 0;
					padding: 0;
				}


		#content #media_player {
			text-align: center;
		}

		#content #media_player_small {
			float: right;
			width: 280px;
			margin: 10px 5px 10px 10px;
			border: 1px solid #eeee00;
		}

	#container ul.beat_tabs {
		border-color: #eeee00 !important;
	}

		#container ul.beat_tabs li {
		}

			#container ul.beat_tabs li a {
				border-color: #eeee00 !important;
				border-bottom-color: #000 !important;
				background-color: transparent !important;
				color: #00ffff !important;
			}

			#container ul.beat_tabs li.here a {
				background-color: #eeee00 !important;
				color: #000 !important;
			}

	#content h2 img.cmdr {
		border-color: #eeee00 !important;
	}

	#right div.local_search form input {
		width: 100px;
	}

	#right div.local_search form input.submit {
		text-indent: 0;
		background-image: none;
		width: auto;
		height: auto;
		margin: 0;
		padding: 2px 0;
		background-color: #00ffff;
		color: #000;
	}


table.stats {
	width:400px;
	border-collapse:collapse;
	margin:5px 25px;
	font-size:10px;
}

.stats th, .stats td {
	background-color:#FFF;
	border:1px solid #333;
	padding:5px;
	text-align:left;
}

table.data {
	border-collapse: collapse;
	margin: 10px;
	font-size: 80%;
}
	table.data tr th {
		background-color: #eee;
		border-bottom: 1px solid #ccc;
		padding: 5px 10px;
		text-align: left;
		font-weight: normal;
	}

	table.data tr td {
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
	}

#right {
	float: left;
	width: 180px;
}

	#right input.text {
		font-size: 70%;
	}

	#right h3.buttons {
		display: none;
	}

	#right ul.buttons {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		#right ul.buttons li {
			margin-bottom: 1px;
		}

		#right ul.buttons a {
			border: 1px solid #eeee00;
			height: 89px;
			display: block;
			text-indent: -1000px;
			overflow: hidden;
			width: 178px;
			background-repeat: no-repeat;
			background-position: center center;
		}

			#right ul.buttons a:hover {
				background-color: #eeee00;
			}

	#right div.sidebox {
		margin: 20px 0 0 0;
	}

		#right div.sidebox h3 {
			color: #eeee00;
			margin: 0;
			padding: 0 0 5px 0;
			font-size: 90%;
		}

		#right div.sidebox ul {
			margin: 0;
			padding: 0;
		}

		#right div.sidebox ul li {
			list-style-type: disc;
			padding-left: 0;
			margin-left: 13px;
			background-position: 0 0.3em;
			_background-position: 0 0.6em;
			margin-bottom: 5px;
			color: #eeee00;
		}

			#right div.sidebox ul li small {
				font-size: 100%;
			}

		#right div.sidebox ul li, #right div.sidebox p {
			font-size: 70%;
			line-height: 1.5em;
		}

		#right div.sidebox form {
			margin: 0;
			margin: 5px 0 1em 5px;
		}

			#right div.sidebox form small {
				color: #eeee00 !important;
			}

		#right div.sidebox p {
			margin: 5px 0 1em 0;
			color: #eeee00;
		}

		#right div.sidebox .photo {
			border: 1px solid #eeee00;
			float: right;
			margin: 5px;
		}

		#right div.sidebox ul.stations {
			border-top: 1px solid #eeee00;
			margin:0;
			padding: 5px;
			height: 400px;
			overflow:auto;
		}

		#right div.sidebox table.sidetable {
			line-height: 1.1em;
			color: #eeee00;
		}

			#right div.sidebox table.sidetable tr td {
				font-size: 70% !important;
			}

		#right div.local_search {
			margin-top: 20px;
		}

#footer {
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 0;
	font-size: 70%;
}

	#footer p {
		text-align: right;
		margin: 0;
		padding: 10px 20px 0 0;
		color: #eeee00;
	}

		#footer p a {
			color: #00ffff;
		}

			#footer p a:hover {
				color: #00ff00;
			}

#rkh {
	font-size: 70%;
	padding: 0;
	margin: -10px auto 20px auto;
	width: 920px;
	text-align: right;
}

	#rkh a {
		color: #00ffff;
	}

		#rkh a:hover {
			color: #00ff00;
		}

#content #map h2 {
	font-size: 12px;
}

#nqosc .box {
	border-color: #eeee00 !important;
	background-color: transparent !important;
	
}

#nqosc span {
	color: #eeee00 !important;
}

#nqosc .mainbox {
	border-color: #eeee00 !important;
	background-color: transparent !important;
}

div#request { /* disclosure_logs_view.php */
	background: #000 !important;
	border: 1px solid #eeee00 !important;
}
