html, * {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: center;
	word-wrap: break-word;
}

:focus { -moz-outline-style: none; }

h1, h2, h3, h4, h5, h6, p, ul, dl {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#header {
	margin: 0 auto;
	width: 740px;
	height: 70px;
	background: transparent;
	clear: both;
	border-bottom: 1px solid #ccc;
}

#header h1 a {
	float: left;
	margin: 20px 0 0 10px;
	width: 160px;
	height: 30px;
	display: block;
	background: transparent url(../images/hbt_logo_web.gif) no-repeat;
	text-indent: -5000px;
	color: #000;
}

#header p {
	float: right;
	margin: 30px 10px 0 0;
	font-size: 11px;
	color: #ccc;
}

#header p a:link, #header p a:visited {
	color: #666;
	text-decoration: none;
}

#header p a:hover {
	color: #c00;
	text-decoration: none;
}

#mainpic {
	margin: 0 auto;
	clear: both;
	width: 772px;
	height: 236px;
	background: transparent url(../images/mainpic_bg.jpg) no-repeat left top;
}

#mainpic img {
	float: right;
	margin: 18px 18px 0 0;
}

#mainpic h2 {
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	margin: 0 529px 0 42px;
	padding: 36px 0 10px;
}

#mainpic h2 a {
	text-decoration: none;
	color: #fff;
}	

#mainpic h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	margin: 0 529px 0 42px;
	padding: 10px 0 5px;
}

#mainpic h3 a {
	text-decoration: none;
	color: #fff;
}	

#nav {
	margin: 0 auto;
	padding-bottom: 5px;
	width: 740px;
	text-align: left;
	background: #fff url(../images/subnav_bg.jpg) repeat-x top left;
}

#nav dl {
	float: left;
	margin: 0 27px 0 27px;
	_margin: 0 26px 0 18px;
	list-style: none;
}

#nav dt {
	line-height: 30px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#nav dt a:link, #nav dt a:visited {
	padding-top: 5px;
	color: #c00;
	text-decoration: none;
}

#nav dt a:hover {
	color: #000;
	text-decoration: none;
}

#nav dd {
	font-size: 11px;
	color: #666;
	padding: 5px 0 0;
}

#nav dd a:link, #nav dd a:visited {
	color: #666;
	text-decoration: none;
}

#nav dd a:hover {
	color: #c00;
	text-decoration: none;
	background: #fff;
}

/*------------- NAVIGATION POINTER STYLES ---------------------*/

#ourproduct dt#prod a {color: #000; text-decoration: none; background: url(../images/nav_arrow.gif) no-repeat center top;}
#aboutus dt#about a {color: #000; text-decoration: none; background: url(../images/nav_arrow.gif) no-repeat center top;}
#investor dt#ir a {color: #000; text-decoration: none; background: url(../images/nav_arrow.gif) no-repeat center top;}
#newslink dt#news a {color: #000; text-decoration: none; background: url(../images/nav_arrow.gif) no-repeat center top;}
#freqents dt#faq a {color: #000; text-decoration: none; background: url(../images/nav_arrow.gif) no-repeat center top;}

#maininfo {
	margin: 10px auto 0;
	padding: 15px 0 0;
	width: 740px;
	border-top: 5px solid #000;
	background: transparent url(../images/map_bg.jpg) no-repeat bottom center;
}

#maininfo h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#maininfo h4 a:link, #maininfo h4 a:visited {
	color: #666;
	text-decoration: none;
}

#maininfo h4 a:hover {
	color: #c00;
	text-decoration: none;
}

#maininfo p {
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
}

#maininfo p a:link, #maininfo p a:visited {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

#maininfo p a:hover {
	color: #000;
	text-decoration: none;
}

#answer {
	float: left;
	width: 246px;
	height: 346px;
	border-right: 1px solid #ccc;
	background: transparent;
}

#answer h4 {
	padding: 0 15px 5px 0;
}
#answer p {
	padding: 10px 15px 5px 0;
}

#press {
	float: left;
	width: 246px;
	border-right: 1px solid #ccc;
}

#press h4 {
	padding: 0 20px 5px;
}
#press p {
	padding: 10px 20px 5px;
}

#press div {
	padding: 10px 10px 5px;
}

#hemo 
{
	float: left;
	width: 246px;
	background: transparent;
}

#hemo h4 {
	padding: 0 0 5px 20px;
}
#hemo p {
	padding: 10px 0 5px 20px;
}

#search {
	margin: 15px 0 0;
	clear: both;
}

#search form {
	width: 245px;
	padding: 15px 0 0;
	_margin-top: -15px;
	float: right;
}


#search input {
	width: 242px;
	background: #efefef;
	border: 1px solid #999;
	padding: 2px;
}

#search img {
	margin: 8px 0 0 170px;
	_margin-top: -12px;
}

#footer {
	clear: both;
	margin: 10px auto 0;
	width: 740px;
	padding: 20px 0;
	background: #666 url(../images/footer_bg.gif) repeat;
	text-align: center;
}

#footer p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1.8em;
}

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

#footer p a:hover {
	color: #ccc;
	text-decoration: none;
}


/* ----------------- ADMIN PAGE STYLES ---------------*/

#admin	{
	margin: 0 auto;
	padding: 0 0 15px;
	width: 740px;
	text-align: left;
}

#admin h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
}

#admin p {
    font-size: 12px;
	color: #333;
	margin: 0 240px 0 0;
	padding: 10px 0 5px 20px;
	line-height: 1.5em;
}

#admin span {
	color: #999;
}

#admin a:link, #admin a:visited {
	color: #c00;
	text-decoration:none;
}

#admin a:hover {
	color: #000;
}

.adminl {
	float:left;
}

.adminr {
	float: right;
}
	
/* --------------- INTERIOR PAGE STYLES --------------*/

#redstrip {
	clear: both;
	margin: 6px auto 0;
	width: 740px;
	border-top: 40px solid #c00;
	_margin-bottom: -20px;
}

#titlesearch {
	margin: 6px auto 0;
	width: 740px;
	border-top: 5px solid #000;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

#titlesearch h2 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 70px;
}

#titlesearch span {
	color: #999;
}

#insearch {
	float: right;
	width: 220px;
	border-left: 1px solid #ccc;
}

#insearch form {
	margin: 0;
	padding: 15px 0 0;
}

#insearch input {
	width: 190px;
	background: #efefef;
	border: 1px solid #999;
	padding: 2px;
	margin-left: 25px;
}

#insearch img {
	margin: 8px 0 0 145px;
	_margin-top: -10px;
}

#inbody {
	margin: 0 auto;
	padding: 0 0 15px;
	width: 740px;
	text-align: left;
}

#inbody h3 {
	font-size: 15px;
	font-weight: bold;
	color: #c00;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
}

#inbody h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
}

#inbody h5 { /*------------- USED FOR RIGHT-SIDE TEASER LINKS -----------*/
		font-size: 14px;
		font-weight: bold;
		float: right;
		clear: right;
		width: 220px;
		border-left: 1px solid #ccc;
		margin: 5px 0 0;
		padding: 5px 0 5px 10px;
}

#inbody h5 a:link, #inbody h5 a:visited {
	color: #c00;
	text-decoration: none;
}

#inbody h5 a:hover {
	color: #000;
	text-decoration: none;
}

#inbody h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
}

#inbody h6 a:link, #inbody h6 a:visited {
	color: #c00;
	text-decoration: none;
}

#inbody h6 a:hover {
	color: #000;
	text-decoration: none;
}

#inbody p {
	font-size: 12px;
	color: #333;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
	line-height: 1.5em;
}

#inbody p a:link, #inbody p a:visited {
	color: #c00;
	text-decoration: none;
}

#inbody p a:hover {
	color: #000;
	text-decoration: none;
}

#inbody dl {
	font-size: 12px;
	color: #333;
	margin: 10px 240px 0 10px;
	padding: 10px 0 5px;
}

#inbody dt {
	font-weight: bold;
}

#inbody dt a:link, #inbody dt a:visited {
	color: #c00;
	text-decoration: none;
}

#inbody dt a:hover {
	color: #000;
	text-decoration: none;
}

#inbody dd {
	margin: 5px 0 10px 15px;
}

#inbody dd a:link, #inbody dd a:visited {
	color: #c00;
	text-decoration: none;
}

#inbody dd a:hover {
	color: #000;
	text-decoration: none;
}

#inbody ul {
	font-size: 12px;
	color: #333;
	margin: 10px 240px 0 10px;
	padding: 0 0 5px;
	list-style: square;
}

#inbody li {
	margin: 5px 0 2px 15px;
}

#inbody li a:link, #inbody li a:visited {
	color: #c00;
	text-decoration: none;
}

#inbody li a:hover {
	color: #000;
	text-decoration: none;
}

#inbody blockquote p {
	color: #000;
	margin: 10px 240px 0 0;
	padding: 20px;
	background: #f7f7f7;
}


#mapbody {
	margin: 0 auto;
	padding: 0 0 15px;
	width: 740px;
	text-align: left;
}

#mapbody h3 a:link, #mapbody h3 a:visited {
	font-size: 15px;
	font-weight: bold;
	color: #c00;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
	text-decoration:none;
}

#mapbody h3 a:hover {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
	text-decoration:none;
}

#mapbody h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
}

#mapbody h5 { /*------------- USED FOR RIGHT-SIDE TEASER LINKS -----------*/
		font-size: 14px;
		font-weight: bold;
		float: right;
		clear: right;
		width: 220px;
		border-left: 1px solid #ccc;
		margin: 5px 0 0;
		padding: 5px 0 5px 10px;
}

#mapbody h5 a:link, #mapbody h5 a:visited {
	color: #c00;
	text-decoration: none;
}

#mapbody h5 a:hover {
	color: #000;
	text-decoration: none;
}

#mapbody h6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
}

#mapbody h6 a:link, #inbody h6 a:visited {
	color: #c00;
	text-decoration: none;
}

#mapbody h6 a:hover {
	color: #000;
	text-decoration: none;
}

#mapbody p {
	font-size: 12px;
	color: #333;
	margin: 0 240px 0 0;
	padding: 10px 0 5px;
	line-height: 1.5em;
}

#mapbody p a:link, #inbody p a:visited {
	color: #c00;
	text-decoration: none;
}

#mapbody p a:hover {
	color: #000;
	text-decoration: none;
}

#mapbody dl {
	font-size: 12px;
	color: #333;
	margin: 10px 240px 0 10px;
	padding: 10px 0 5px;
}

#mapbody dt {
	font-weight: bold;
}

#mapbody dt a:link, #mapbody dt a:visited {
	color: #c00;
	text-decoration: none;
}

#mapbody dt a:hover {
	color: #000;
	text-decoration: none;
}

#mapbody dd {
	margin: 5px 0 10px 15px;
}

#mapbody dd a:link, #inbody dd a:visited {
	color: #c00;
	text-decoration: none;
}

#mapbody dd a:hover {
	color: #000;
	text-decoration: none;
}

#mapbody ul {
	font-size: 12px;
	color: #333;
	margin: 10px 240px 0 10px;
	padding: 0 0 5px;
	list-style: square;
}

#mapbody li {
	margin: 5px 0 2px 15px;
}

#mapbody li a:link, #mapbody li a:visited {
	color: #c00;
	text-decoration: none;
}

#mapbody li a:hover {
	color: #000;
	text-decoration: none;
}

#mapbody blockquote p {
	color: #000;
	margin: 10px 240px 0 0;
	padding: 20px;
	background: #f7f7f7;
}








.rightimg {
	float: right;
	margin: 15px 0 15px 15px;
}

.intextimg {
	float: right;
	margin: 15px 240px 15px 15px;
}

.leftimg {
	float: left;
	padding: 15px 25px 15px 15px;
}

.floatleft {
	float: left;
	clear: right;
}

.rightj {
	text-align: justify;
}

#sidecontact {
	float: right;
	width: 220px;
	background: #f3f3f3;
	text-align: left;
	position: relative;
}

#sidecontact h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 15px 10px 10px;
}

#sidecontact p {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 10px;
}

#sidecontact input, #sidecontact textarea {
	width: 194px;
	background: #fff;
	border: 1px solid #999;
	padding: 2px;
}

#sidecontact img {
	margin-top: -10px;
}

ul#imgquote {
	display: inline;
	list-style: none;
	clear: both;
	text-align: left;
	margin: 0;
	padding: 20px 0 0;
}

#imgquote li {
	float: left;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 250px;
}

#inset {
	width: 400px;
	float: right;
	margin: 15px 0 15px 15px;
	border-left: 1px solid #ccc;
}

#inset p {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0 0 15px 20px;
	line-height: 1.5em;
}

#inset img {
	padding: 0 20px;
	float: left;
}

/* ------------------ SUBSCRIPTION FORM STYLES ---------------------- */

#subscribe fieldset{
	background-color: #f3f3f3;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0px 20px 0px;
	width: 350px;
	position: relative;
	display: block;
	padding: 0px 10px 10px 10px;
}

#subscribe fieldset legend{	
	background-color:#fff;
	border-width:1px solid #000;
	color:#000;
	font-weight:bold;
	font-variant:small-caps;
	font-size:110%;
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
}

#subscribe input.namefield {
	width: 250px;
	background: #fff;
	border: 1px solid #999;
	padding: 2px;
}

#subscribe p {
	line-height: 1em;
	margin: 0;
	padding: 5px 15px 5px 10px;
}

#subscribe select {
	width: 150px;
}

#subscribe ul {
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

#tablebox {
	width: 740px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

/* --------------- FIX FOR DIVS WITH FLOATED CONTENT --------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#careers_date {
	margin: 0px 0px 0px 25px;
	float: left;
	display:inline;
	width: 125px;
}

#careers_desc {
	display: inline;
	float: right;
	width: 589px;
}

.careers_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 10px 0 5px;
	line-height: 1.5em;
}

.careers_text a:link, a:visited {
	color: #c00;
	text-decoration: none;
}

a:visited {
	color: #c00;
	text-decoration: none;
}

.careers_text a:hover {
	color: #000;
	text-decoration: none;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */