#headerImage {
	margin: 0.75em;
	margin-top: 0.125em;
	margin-left: 0.125em;
  margin-bottom: 0.0em;
	height: 5.625em;
  max-width: 60%;
}
#navbar {
	height: 6.25em;
}
.primarynavitem {
	width: 33.33%;
	height: 6.25em;
	display:inline-block;
	background-color: #bbbbbb;
	margin-left: 0.0em;
	margin-bottom: 0.0em;
	margin-top: 0.5em;
	margin-right: 0.0em;
  padding-bottom: 0.25em;
	overflow: hidden;
	vertical-align: bottom;
	text-align: center;
	cursor:pointer;
}
.admin .primarynavitem {
	width: 25%;
}
.primarynavitem:hover {
  height:6.25em;
  background-color:#b8cbdb;
	margin-left: 0.0em;
	margin-bottom: 0.0em;
	margin-top: 0.5em;
	margin-right: 0.0em;
}
.primarynavitem.active {
  height:6.25em;
	margin-left: 0.0em;
	margin-bottom: 0.0em;
	margin-top: 0.5em;
	margin-right: 0.0em;
  background-color:#ffffff;
}
#logoff {
	padding: 0.625em;
	top: 1.25em;
	right: 1.0625em;
	border-radius:0.3125em;
}
#logoff:hover {
	padding-top: 0.625em;
}
#navbar {
	padding:0.0em;
}
.onlyphone {
	display: inherit;
}
.onlycomputer {
	display: none;
}
