/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  24 January 2010
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

body {
	padding-top: 18px;
	background: #9aaac1 url(../assets/md5images/93805080d3d3401655e58e9ddef00a7c.gif) top left repeat-x; }

/* Header */

#hlp #header,
#hlp #pagetitle,
#hlp #header h1,
#hlp #header h1 a {
	display: block;
	height: 130px;
	margin: 0;
	padding: 0; }

#hlp #header #logo {
	float: right; }

#hlp #pagetitle,
#hlp #header h1,
#hlp #header h1 a {
	float: left;
	width: 480px; }

#hlp #header h1 a {
	text-indent: -9999px;
	background: #374f7b url(../assets/md5images/8263d138e3eae58ee8c7734ec5023126.gif) top left no-repeat; }

/* Navigation */

#hlp #navigation {
	height: 35px;
	border-bottom: 2px solid #eab212; }

#hlp #navigation #tabs {
	font-size: 13px; }

#hlp #navigation #tabs li {
	margin: 0; }

#hlp #navigation #tabs a {
	float: left;
	border: 0;
	border-right: 1px solid #4d6fac;
	line-height: 35px;
	height: 35px;
	font-weight: normal;
	margin: 0;
	padding: 0 9px; }

#hlp #navigation #tabs a:link,
#hlp #navigation #tabs a:visited {
	color: #fff;
	background-color: #273651; }

#hlp #navigation #tabs a:active,
#hlp #navigation #tabs a:hover {
	color: #ffd04f;
	background-color: #132340; }

/* Sidebar */

#hlp #sidebar {
	background: #374f7b url(../assets/md5images/9708e34b8f346794308c68d54372c9da.gif) top left repeat-x; }

#hlp #sidebar a:link,
#hlp #sidebar a:visited {
	color: #ffd04f;
	text-decoration: none; }

#hlp #sidebar a:active,
#hlp #sidebar a:hover {
	color: #fff;
	text-decoration: underline; }

#hlp #sidebar ul#navlist {
	border-top: 1px solid #fff; }

#hlp #sidebar ul#navlist li a {
	border-bottom: 1px solid #fff; }

#hlp #sidebar ul#navlist li a:link,
#hlp #sidebar ul#navlist li a:visited {
	color: #ffd04f;
	background-color: #273651;
	text-decoration: none; }

#hlp #sidebar ul#navlist li a:active,
#hlp #sidebar ul#navlist li a:hover {
	color: #fff;
	background-color: #132340;
	text-decoration: underline; }

#hlp #sidebar input#email_address, 
#hlp #sidebar input#search,
#hlp #sidebar select,
#hlp .form-table select,
#hlp .form-table input#author {	
	border: 1px solid #273651;
	border-left: 5px solid #273651; }

/* Footer */

#hlp #footer {
	background-color: #374f7b;
	border-top: 2px solid #eab212; }

#hlp #footer p {
	font-size: 12px;
	padding-top: 0;
	height: 20px;
	line-height: 75px; }

#hlp #footer p,
#hlp #footer p a:link,
#hlp #footer p a:visited {
	color: #fff;
	text-decoration: none; }

#hlp #footer p a:active,
#hlp #footer p a:hover {
	color: #fff;
	text-decoration: underline; }

/* Main content area */

#hlp #main.text a:link,
#hlp #main.text a:visited {
	color: #374f7b;
	text-decoration: underline; }

#hlp #main.text a:active,
#hlp #main.text a:hover {
	color: #8f6c00;
	text-decoration: underline; }

#hlp #main.text h2 {
	font-size: 21px; }

#hlp #main.text .article-list h1 {
	font-size: 26px; }

#hlp #main.text .article-list h2 {
	width: 420px;
	background-color: transparent;
	padding-bottom: 0;
	border-bottom: 2px solid #eab212; }

#hlp #main.text .articleInfo a,
#hlp #main.text .article-list a:link,
#hlp #main.text .article-list a:visited {
	text-decoration: none; }

#hlp #main.text .article-list a:active,
#hlp #main.text .article-list a:hover {
	text-decoration: underline; }
	
/* Adding focus indicator to nav tabs mf 05/19/2021 */
#hlp #navigation #tabs a:hover,
#hlp #navigation #tabs a:active,
#hlp #navigation #tabs a:focus {
    text-decoration: underline; }
