﻿/*Styles for Office DWT */

#officeNav {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#officeNav a {
	color: #606060;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 0 3px 10px;
	display: block;
	background-color: #FFFFFF;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

#officeNav a:hover {
	font-weight: bold;
	background-color: #dfdfdf;
	color: #606060;
}

/* this is for a you are here effect, to add links edit the "includes" folder office file, then in each html make the empty div tag enclosing the includes script id unique. Then add the item to this list */
#assessor #assessorLink,
#centraldispatch #centraldispatchLink,
#circuitclerk #circuitclerkLink,
#collector #collectorLink,
#coroner #coronerLink,
#countyclerk #countyclerkLink,
#commissioners #commissionersLink,
#emergencymgmt #emergencymgmtLink,
#prosecattorney #prosecattorneyLink,
#publicadmin #publicadminLink,
#recorder #recorderLink,
#sheriff #sheriffLink,
#surveyor #surveyorLink,
#treasurer #treasurerLink,
#victimadvocate #victimadvocateLink {
	color: #FFFFFF;
	background-color: #5eb0e0;
	font-weight: bold;
}
