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

#home_topbar_white {
	margin: 0;
	padding-top: 12px;
	padding-left: 128px;
	padding-bottom: 25px;
	background-color: #f7f7f7;
	background-image: url(../images/home_logo_white_small.png);
	background-repeat: no-repeat;
	background-position: 20px 8px;
	background-attachment: fixed;
	display: block;
	height: auto;
}

.header_on_white {
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #069;
	text-transform: uppercase;
	font-size: large;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

.header_for_candid {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
 	padding: 0px;
	float: left;
	width: 58px;
	background-color: #f7f7f7;
}

.topnav {
	background-color: #000;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	padding: 14px 24px;
	text-decoration: none;
}

.topnav a.active_orange {
  background-color: #cd4b2d;
  color: white;
}

.topnav a.active_gray {
  background-color: #444;
  color: white;
}

.topnav a.active_ltblue {
  background-color: #c1ddeb;
}

.topnav .icon {
  display: none;
}

/* Add a med blue to dropdown headers and buttons on hover */
.topnav a:hover, .dropdown:hover .header_dropbtn {
  background-color: #0185c7;
  color: black;
}

/* Add a color lt blue to dropdwn rollovers on hover */
.dropdown-content a:hover {
  background-color: #c1ddeb;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.header_dropbtn {
  border: none;
  outline: none;
  color: #f2f2f2;
  padding: 14px 24px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: small;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f2f2f2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 24px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.show {
	display: block;
}

/* classes for type */
.allcaps {
	text-transform: uppercase;
	font-weight: 600;
	}
	
.smaller_nofloat {
	font-size: smaller;
	padding-left: 3%;
	float: none;
}

.lowercase {
	text-transform: none;
}

.brightblue {
	color: #0185c7;
}
	
