body  { font-size: 0.9em; font-family: 'vera sans', sans-serif; background-color: #284f95; margin: 0; padding: 0 }

a:link {
	color: #900;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #f20;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}
#hfsjg-header { background-color: #fff; height: 62px }
#hfsjg-header img {
	border: 0;
	vertical-align: middle;
}
#hfsjg-header-logo    { vertical-align: middle; float: left; position: absolute; z-index: 3; top: 8px; left: 10px }
#hfsjg-header-logo img    { width: 384px; height: 48px }
#hfsjg-header-logo a    { color: #000; font-weight: bold; font-size: 1.2em; text-decoration: none; text-align: center; padding: 7pt; left: 1em }
#hfsjg-header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 26px;
	top: 15px;
	text-align: right;
	display: inline;
}
#hfsjg-header-title  { font-size: 1em; position: relative; top: 13px; left: 90px }
#hfsjg-header-items a {
	color: #000;
	text-decoration: none;
	padding: 7pt;
	font-size: 0.8em;
}
#hfsjg-header-items a:hover, #hfsjg-header-search-button:hover {
	color: #f20;
	cursor: pointer;
}
#hfsjg-header-items img  { margin-right: 1px; width: 61px; height: 40px }
#hfsjg-header-search {
	height: 25px;
}
#hfsjg-header-search-entry {
	vertical-align: top;
	margin: 0.65em 4px 0 10px;
	padding: 2px 4px;
	background-color: #f5f5f5;
	border: 1px solid #999;
	font-size: 0.8em !important;
}
#hfsjg-header-search-entry:focus {
	background-color: #fff;
	border: 1px solid #555;
}
#hfsjg-header-search-button {
	font-size: 0.8em !important;
	vertical-align: top;
	margin-top: 0.2em;
	border: 0;
	padding: 7px;
	background: #fff url('/images/header-search.png') no-repeat left;
	padding-left: 21px;
}
#hfsjg-header-items form {
	float: right;
}
#hfsjg-header-items input {
	font-size: 0.85em;
}
#hfsjg-nav     { font-size: 0; background-color: #900; margin: 0; padding: 0; border-bottom: 1px solid #f5f5f5; height: 5px }
#hfsjg-nav ul {
	margin: 0;
	padding: 0;
}
#hfsjg-nav li {
	display: inline;
	list-style: none;
	padding: 0 5pt;
}
#hfsjg-nav li + li {
	padding-left: 8pt;
	border-left: 1px solid #99a5bf;
}
#hfsjg-nav a  { color: #c5ccdb; text-decoration: none }
#hfsjg-nav a:hover {
	color: #fff;
}

#hfsjg-side-left {
	position: absolute;
	z-index: 2;
	width: 11em;
	/* Space down for the approx line height (fonts) */
	left: 12px;
}
#hfsjg-side-right {
	position: absolute;
	z-index: 1;
	width: 13em;
	right: 12px;
	padding-top: 3px;
	}
#hfsjg-side-left, #hfsjg-side-right {
	top: 2px;
	/* add to the top margin to compensate for the fixed sizes */
	margin-top: 75px;
	color: #555;
	font-size: 0.9em;
}
#hfsjg-side-right ul {
	list-style: square inside;
	padding: 0;
	margin: 0;
}

/* Left-side naviagation */
#hfsjg-side-nav-label {
	display: none;
}
#hfsjg-side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	border-top: 0;
	background-color: #22437f;
}
#hfsjg-side-nav li  { margin: 0; padding: 0; border-top: 1px solid #5976b2; border-bottom: 1px solid #22437f }
#hfsjg-side-nav a  { color: #d3daeb; text-decoration: none; margin: 0; padding: 4px 6px; display: block }
#hfsjg-side-nav a:hover {
	background-color: #34548f;
	color: #fff;
}
#hfsjg-side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#hfsjg-side-nav ul li {
	border-top: 1px solid #34548e;
	background-color: #34548e;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #34548e;
}
#hfsjg-side-nav ul li:hover {
	border-bottom: 1px solid #34548f;
}
#hfsjg-side-nav ul li a     { color: #d3daeb; padding-left: 15px }
#hfsjg-side-nav ul li a:hover {
	background-color: #46659e;
}
#hfsjg-side-nav ul ul li a {
	padding-left: 24px;
}
#hfsjg-side-nav strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #10203b;
}
#hfsjg-side-nav strong a:hover {
	background-color: #172e56 !important;
}

/* content containers */
#hfsjg-middle-one, #hfsjg-middle-two, #hfsjg-middle-three {
	font-size: 0.9em;
	/* position: relative; */ /* relative to utilize z-index */
	width: auto;
	min-width: 120px;
	margin: 10px;
	z-index: 3; /* content can overlap when the browser is narrow */
}
#hfsjg-middle-two, #hfsjg-middle-three {
	margin-left: 11em;
	padding-left: 24px;
}
#hfsjg-middle-two.pictures  { min-width: 800px }
#hfsjg-middle-three {
	margin-right: 13em;
	padding-right: 24px;
}

#hfsjg-content {
	padding: 24px;
	border: 1px solid #aaa;
	background-color: #fff;
}

#hfsjg-content > .hfsjg-corner-bottom { top: 0 }

.hfsjg-corner-tl, .hfsjg-corner-tr, .hfsjg-corner-bl, .hfsjg-corner-br {
	background-color: #d9d9d9;
	position: relative;
	width: 19px;
	height: 19px;
	/* The following line is to render PNGs with alpha transparency within IE/Win, using DirectX */
	/* Work-around for IE6/Mac borkage (Part 1) */
	display: none;
}

.content { margin: 0 1em }

#hfsjg-sidelist {
	position: relative;
	bottom: 3px;
	margin: 0;
	padding: 3px !important;
	border: 1px solid #bbb;
	background-color: #ccc;
/*	border-radius: 2.5px;*/
/*	-moz-border-radius: 2.5px;*/
}
#hfsjg-sidelist strong a {
	font-weight: normal;
	background-color: #555;
	color: #fff;
}
#hfsjg-sidelist strong a:hover {
	background-color: #333;
	color: #fff;
}
#hfsjg-sidelist li {
	list-style-position: outside;
	font-size: 0.9em;
	list-style: none;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 0;
	list-style: none;
}
#hfsjg-sidelist li a {
	text-decoration: none;
	display: block;
	padding: 6px 8px;
/*	border-radius: 2.5px;*/
/*	-moz-border-radius: 2.5px;*/
}
#hfsjg-sidelist li a:hover {
	background-color: #999;
	color: #eee;
}

#hfsjg-footer  { color: #c5ccdb; font-size: 0.75em; text-align: center; margin-bottom: 2em }

#hfsjg-footer a {
	color: #f20;
}

#hfsjg-printable {
	text-align: center;
	margin: 1em 0;
	font-size: 0.85em;
}
#hfsjg-printable a {
	text-decoration: none;
	padding: 5px 0;
	padding-left: 18px;
	background: transparent url('/images/printable.png') no-repeat left;
}
#hfsjg-printable a:hover {
	text-decoration: underline;
}

div#blinking {
	background-color: #FDCACF;
}

