/* ######### CSS for Shade Tabs. Remove if not using ######### */
#hp_tabs {
	width: 600px;
}

.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 6px;
	margin: 0; /* margin-right: 3px; */
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(/assets/images/shade.jpg) top left repeat-x;
}

.shadetabs li a:visited {
	color: #2d2b2b;
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected { /*selected main tab style */
	background-image: url(/assets/images/shadeactive.jpg);
	border-bottom-color: white;
}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}

.tabcontent {
	display:none;
	height: 552px;
	overflow-y: auto;
	overflow-x: hidden;
}
@media print {
	.tabcontent {
		display:block !important;
	}
}



.tabcontentstyle { /*style of tab content oontainer*/
	border: #94A3C4 thin solid;
	width: 100%;  /* 450px */
	margin-bottom: 1em;
	padding: 10px;
}

.tabheader {
	display: block;
	width: 580px;
	min-height: 45px;
	margin: 0;
	padding: 5px 10px;
	color: #3B5998;
	background: #ECEFF5;
	border: none;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tabheader a {
	text-decoration: none;
}
.tabheader a:hover {
	text-decoration: underline;
}
.tabheaderNote {
	margin-top: 1em;
	float: right;
	padding-right: 15px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
.tabheaderNote a {
	text-decoration: none;
	font-weight: normal;
}
.tabheaderNote a:hover {
	text-decoration: underline;
	font-weight: normal;
}
ul.headlines {
	list-style: none;
	padding-right: 15px;
}
ul.headlines li {
	background: url(/assets/images/icoNewspaper.jpg) top left no-repeat;
	padding-left: 20px;
	margin-left: -30px;
	margin-bottom: 1em;
}
ul.bloglinks {
	list-style: none;
	padding-right: 15px;
}
ul.bloglinks li {
	background: url(/assets/images/icoBlog.jpg) top left no-repeat;
	padding-left: 30px;
	margin-left: -30px;
	margin-bottom: 1em;
}
ul.bloglinks li a, .bloglinks a {
	text-decoration: none;
}
ul.bloglinks li a:hover, .bloglinks a:hover {
	text-decoration: underline;
}
ul.twitter {
	list-style: none;
	padding-right: 15px;
}
ul.twitter li {
	background: url(/assets/images/icoTwitter.jpg) top left no-repeat;
	padding: 0 20px;
	margin-left: -30px;
	margin-bottom: 1em;
}
ul.twitter li a, .twitter a {
	text-decoration: none;
}
ul.twitter li a:hover, .twitter a:hover {
	text-decoration: underline;
}
acronym {
	border: none;
	text-decoration: none;
}
