@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #383838;
}

a:link, a:visited, a:active {
	color: #f60;
}

a:hover {
	text-decoration: none;
}


a.greylinks:link, a.greylinks:visited, a.greylinks:active {
	color: #383838;
	text-decoration: none;
}

a.greylinks:hover {
	color: #f60;
	text-decoration: underline;
}


/* LAYOUT & FONTS */

.masthead {
	background: #fdf4e1 url(/hecorp/uploadedimages/_system/dotted.gif) repeat-x bottom left;
	border-top: 2px solid #d20605;
	height: 74px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

.masthead a:link, .masthead a:visited, .masthead a:active {
	color: #383838;
	font-weight: bold;
}

.masthead a:hover {
	color: #c10004;
	text-decoration: none;
}

.topNav {
	height: 21px;
	background-color: #ff7200;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #d30509;
}

.topNav a:link, .topNav a:visited, .topNav a:active {
	color: #FFF;
}

.topNav a:hover {
	color: #c10004;
}

.footer {
	background-color: #ff7200;
	border-top: 4px solid #eaeaea;
	color: #383838;
	height: 22px;
	padding: 0 5px 0 5px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #383838;
}

.updateText {
	font-size: 80%;
	padding: 0 5px 0 5px;
}

.footnote{
	font-size: 80%;
	font-style: italic;
}

/* HOMEPAGE */

#highlights {
	padding: 10px 20px 10px 10px;
}

#highlights h1 {
	font-size: 100%;
	background: transparent url(/hecorp/uploadedimages/_system/bullet_square.gif) no-repeat 5px 5px;
	padding: 0 0 0 20px;
	margin: 0 0 13px 0;
	color: #383838;
	font-weight: bold;
}

#highlights p {
	padding: 0 0 0 20px;
	margin: 0 0 24px 0;
}

.mainHeader {
	color: #d20605;
	font-size: 18px;
	border-left: 1px solid #ff8f00;
	border-bottom: 2px solid #ff8f00;
	padding-left: 5px;
	margin-bottom: 4px;
	background: transparent url(/hecorp/uploadedimages/_system/title_end.gif) no-repeat bottom right;
}

.pageHeader{
	color: #767676;
	font-size: 18px;
	border-left: 1px solid #ff8f00;
	border-bottom: 2px solid #ff8f00;
	padding-left: 5px;
	margin-bottom: 4px;
	background: transparent url(/hecorp/uploadedimages/_system/title_end.gif) no-repeat bottom right;
}

#side div {
	margin: 0;
	padding: 0;
	background: #f4f4f4 url(/hecorp/uploadedimages/_system/side_border.gif) repeat-y top left;
	padding: 10px;
}

#side h1.pageHeader{
	font-size: 16px;

}

#side div UL {
	margin: 0 0 0 20px;
}

#side div UL LI{
	list-style-image: url(/hecorp/uploadedimages/_system/bullet_red.gif);
	padding: 0 0 5px 0;
}

#side a:link, #side a:visited, #side a:active {
	color: #383838;
}	

/* SUBPAGE LAYOUT */

.vertNav {
	width: 156px;
	background: transparent url(/hecorp/uploadedimages/_system/vertNav.gif) repeat-y top left;
	border-top: 1px solid #FFF;
}

.vertNav tr {
	padding: 5px 5px 7px 5px; 
}

.vertNav tr td {
	border-bottom: 1px solid #FFF;
}

.vertNav tr td a:link, .vertNav tr td a:visited, .vertNav tr td a:active {
	color: #383838;
	text-decoration: none;
}

.vertNav tr td a:hover {
	color: #f60;
	text-decoration: underline;
}

.vertNav tr td table tr td {
	border: none;
}

.rightCol {
	border-left: 1px solid #FFF;
	width: 604px;
	height: 100%;
}

.sectionHeader {
	vertical-align: bottom;
	background: transparent url(/hecorp/uploadedimages/_system/sectionHeader.gif) repeat-x top left;
	color: #FFF;
	font-size: 25px;
	line-height: 1.0em;

}

.sectionHeader span {
	display: block;
	padding: 0 0 11px 7px;
}

.content {
	padding: 15px;
}

.breadcrumbs {
	font-size: 80%;
	padding-bottom: 20px;
}

.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active {
	color: #383838;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/* CONTENT */

p {
	margin: 0 0 20px 20px;
}

h1 {
	font-size: 130%;
	color: #d30509;
	font-weight: normal;
}

h2 {
	font-size: 100%;
	color: #f60;
	background: transparent url(/hecorp/uploadedimages/_system/bullet_square.gif) no-repeat 5px 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 100%;
	padding-left: 20px;
}

UL LI {
	list-style-image: url(/hecorp/uploadedimages/_system/bullet_red.gif);
	padding-bottom: 5px;
}

UL LI UL {
	padding-top: 5px;

}
	
UL LI UL LI {
	list-style-image: url(/hecorp/uploadedimages/_system/bullet_dash.gif);
}

OL LI {
	padding-bottom: 5px;
}

OL LI OL {
	padding-top: 5px;

}

div.hr {
  height: 1px;
  background: #FFF url(/hecorp/uploadedimages/_system/dotted.gif) repeat-x scroll center;
  padding-bottom: 25px;
}
div.hr hr {
  display: none;
}

.topLink {
	margin: 20px 0 0 0;
	text-align: right;
}

.topLink a {
	background: transparent url(/hecorp/uploadedimages/_system/top.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 20px 0 0 0;
}

/* DATA TABLES */

.dataTable {
	border-right: 1px solid #f60;
	border-top: 1px solid #f60;
}
.dataTable th {
	border-left: 1px solid #f60;
	border-bottom: 1px solid #f60;
	background-color: #ffad00;
	color: #FFF;
	text-align: left;
	padding: 5px;
}

.dataTable tr.alt{
	background-color: #fff8ee;
}

.dataTable tr td {
	border-left: 1px solid #f60;
	border-bottom: 1px solid #f60;
	padding: 5px;
	vertical-align: top;
}

.dataTable tr td.vertical{
	background-color: #fff8ee;
}

.dataTable tr td.vertical2{
	background-color: #ffad00;
}

caption {
	caption-side: bottom;
}

.nonDataTable {
	border: 1px solid #f60;
}

.nonDataTable tr td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
	vertical-align: top;
	background-color: #f1f1f1;
}

.redtext {
	color:#f00;
	font-weight: bold;
}

input, select, TEXTAREA  {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #383838;}