@charset "utf-8";
/**********************************************************************************************

	CSS on Sails
	Title: Site Name
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: June 2009

***********************************************************************************************

	1. BASE
			1.1 Reset
			1.2 Accessibility Navigation & Hide
			1.3 Clearfix
			1.4 Default Styles

	2. LAYOUT
			2.1 Structure
			2.2 Header
			2.3 Navigation
			2.4 Content
			2.5 Sidebar
			2.6 Footer

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/


/* 1.1 Reset
-----------------------------------------------------------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
a, ins, del {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
}
th {
	text-align: left;
}
/* 1.2 Accessibility Navigation & Hide
-----------------------------------------------------------------------------------------------*/

ol#accessibility-nav, .hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}
/* 1.3 Clearfix
-----------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.clearfix:after, #header:after, #navigation:after, #content #spotlight:after, #wrapper:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* 1.4 Default Styles
-----------------------------------------------------------------------------------------------*/

body {
	background: #d5d4d4;
	color: #333;
	font: 62.5% Helvetica, Arial, sans-serif;
	text-align: center;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
th {
	font-weight: normal;
}
address, cite, dfn {
	font-style: normal;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
input, textarea, select {
	font-family: "Arial", "Helvetica", sans-serif;
}
a, a:visited {
	color: #0055a5;
	text-decoration: none;
}
a:hover, a:active {
	color: #CCC;
	text-decoration: none;
}
/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/


/* 2.1 Structure
-----------------------------------------------------------------------------------------------*/

.container {
	width: 1005px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#content {
	border-bottom:3px solid #069;
	width: 740px;
	float: left;
}
/* 2.2 Header
-----------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	overflow: hidden;
}
#header #logo {
	float: left;
	padding: 0px 0 0px 30px;
}
#header .site-name, #header .site-name span {
	display: block;
	overflow: hidden;
	width: 450px;
	height: 191px;
}
#header .site-name {
	position: relative;
}
#header .site-name span {
	background: url(images/HAI_logo450x191.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-image: url(images/HAI_logo450x191.jpg);
}
#header a.site-name span {
	cursor: pointer;
}
#header p {
	float: right;
	padding: 70px 33px 0 0;
	font-weight: bold;
	font-size: 2.2em;
	color: #0055A5;
}
/* 2.3 Navigation
-----------------------------------------------------------------------------------------------*/
#navigation {
	height: 40px;
	position: relative;
	z-index: 9;
}
#navigation ul {
	float: right;
	padding-top: 11px;
	list-style: none;
}
#navigation li {
	float: left;
	padding-right: 80px;
	position: relative;
	height: 29px;
}
#navigation li.first {
	padding-right: 60px;
}
#navigation li.last {
	padding-right: 40px;
}
#navigation li a {
	color: #0055A5;
	font-size: 1.5em;
}
#navigation li a:hover, #navigation li a.current, #navigation li a.hover {
	color: #b1bd34;
}
#navigation li ul {
	display: none;
	padding: 0;
	position: absolute;
	top:28px;
	left:-18px;
	background: url(images/bg_dropdown.png) repeat 0 0;
}
#navigation li ul#nav-corporate {
	width: 149px;
}
#navigation li ul#nav-products {
	width: 176px;
}
#navigation li ul#nav-contact {
	width: 117px;
}
#navigation li ul li {
	padding: 6px 18px 6px 18px;
	height: auto;
	float: none;
}
#navigation li ul li a {
	font-size: 1.3em;
}
/* 2.4 Content
-----------------------------------------------------------------------------------------------*/
#wrapper {
	background: url(images/bg_wrapper.gif) repeat-y right top;
}
#content #spotlight {
	background: url(images/bg_spotlight.jpg) no-repeat 0 0;
	min-height: 355px;
}
#content #spotlight h2 {
	padding: 11px 24px 0 24px;
	height: 31px;
	color: #0055A5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: url(images/bg_spotlight-h.png) no-repeat right top;
	float: left;
}
#content #spotlight ul {
	clear: left;
	padding: 41px 0 0 24px;
}
#content #spotlight li {
	background: url(images/ico_arrow.png) no-repeat 0 0;
	padding-left: 28px;
	padding-bottom: 14px;
	padding-top: 3px;
}
#content #spotlight li a {
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
}
#content #spotlight li a:hover {
	color: #a2dbf5
}
#content #spotlight img {
	float: right;
	padding: 21px 25px 0 0;
}
#content #faq {
	background: url(images/faq-bar.gif) no-repeat 0 0;
	min-height: 0px;
	padding-top:75px;
}
#content #faq h2 {
	padding: 11px 24px 0 24px;
	height: 31px;
	color: #0055A5;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: url(images/bg_spotlight-h.png) no-repeat right top;
	float: left;
}
#content #faq ul {
	clear: left;
	padding: 41px 0 0 24px;
}
#content #faq li {
	background: url(images/ico_arrow.png) no-repeat 0 0;
	padding-left: 28px;
	padding-bottom: 14px;
	padding-top: 3px;
}
#content #faq li a {
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
}
#content #faq li a:hover {
	color: #a2dbf5
}
#content #faq img {
	float: right;
	padding: 21px 25px 0 0;
}
#content #contact {
	background: url(images/contact-bar.gif) no-repeat 0 0;
	min-height: 55px;
	padding-top:0px;
}
#content #contact h2 {
	padding: 11px 24px 0 24px;
	height: 31px;
	color: #0055A5;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: url(images/bg_spotlight-h.png) no-repeat right top;
	float: left;
}
#content #contact ul {
	clear: left;
	padding: 41px 0 0 24px;
}
#content #contact li {
	background: url(images/ico_arrow.png) no-repeat 0 0;
	padding-left: 28px;
	padding-bottom: 14px;
	padding-top: 3px;
}
#content #contact li a {
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
}
#content #contact li a:hover {
	color: #a2dbf5
}
#content #contact img {
	float: right;
	padding: 21px 25px 0 0;
}
#content #video {
	background: url(images/video-bar.gif) no-repeat 0 0;
	min-height: 55px;
	padding-top:0px;
}
#content #video h2 {
	padding: 11px 24px 0 24px;
	height: 31px;
	color: #0055A5;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: url(images/bg_spotlight-h.png) no-repeat right top;
	float: left;
}
#content #video ul {
	clear: left;
	padding: 41px 0 0 24px;
}
#content #video li {
	background: url(images/ico_arrow.png) no-repeat 0 0;
	padding-left: 28px;
	padding-bottom: 14px;
	padding-top: 3px;
}
#content #video li a {
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
}
#content #video li a:hover {
	color: #a2dbf5
}
#content #video img {
	float: right;
	padding: 21px 25px 0 0;
}
#content #context_title {
	background: url(images/tab-down-bar2.gif) no-repeat 0 0;
	min-height: 55px;
	padding-top:0px;
}
#content #context_title p {
	padding: 17px 0px 0px 15px;
	font-size:11px;
	font-weight:bold;
}
#content #context_title h2 {
	padding: 11px 24px 0 24px;
	height: 31px;
	color: #0055A5;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: url(images/bg_spotlight-h.png) no-repeat right top;
	float: left;
}
#content #context_title ul {
	clear: left;
	padding: 41px 0 0 24px;
}
#content #context_title li {
	background: url(images/ico_arrow.png) no-repeat 0 0;
	padding-left: 28px;
	padding-bottom: 14px;
	padding-top: 3px;
}
#content #context_title li a {
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
}
#content #context_title li a:hover {
	color: #a2dbf5
}
#content #context_title img {
	float: right;
	padding: 21px 25px 0 0;
}
#content #specs {
	background: url(images/specs-bar.gif) no-repeat 0 0;
	min-height: 55px;
	padding-top:0px;
}
#content #specs h2 {
	padding: 11px 24px 0 24px;
	height: 31px;
	color: #0055A5;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: url(images/bg_spotlight-h.png) no-repeat right top;
	float: left;
}
#content #specs ul {
	clear: left;
	padding: 41px 0 0 24px;
}
#content #specs li {
	background: url(images/ico_arrow.png) no-repeat 0 0;
	padding-left: 28px;
	padding-bottom: 14px;
	padding-top: 3px;
}
#content #specs li a {
	font-size: 1.8em;
	color: #fff;
	font-weight: bold;
}
#content #specs li a:hover {
	color: #a2dbf5
}
#content #specs img {
	float: right;
	padding: 21px 25px 0 0;
}
#content .context h1 {
	font-size: 18px;
	padding: 9px 0 5px 21px;
	color: rgb(0, 85, 165);
	letter-spacing: 2px;
	text-transform: uppercase;
}
#content .context h2 {
	background: #B1BD34;
	padding: 9px 0 5px 21px;
	font-size:14px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.context h2 a {
	font-size:14px;
	color: #FFF;
}
#content .context h3 {
	font-size: 12px;
	padding: 9px 0 0px 21px;
	color: #0055a5;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#content .context span.grey {
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	font-style: italic;
	font-weight: none;
}
#content .context span.grey a {
	font-size: 16px;
	color: #0055a5;
}
#content .context h3.blue {
	font-size: 20px;
	color: #0055a5;
	text-transform: uppercase;
	font-weight: bold;
}
#content .context h3.blue a {
	font-size: 20px;
	color: #666;
}
#content .context p {
	color: #666;
	font-size: 1.3em;
	margin: 12px 21px 14px 21px;
	line-height: 20px;
}
#content .context form label {
	float:left;
	width: 150px;
	padding-right: 10px;
	font-size:12px;
	line-height: 100%;
}
#content .context ul {
	color: #666;
	font-size: 1.3em;
	margin: 0 21px 14px 21px;
	line-height: 20px;
}
#content .context ul li {
	list-style: none;
	background: url('images/img-list-bullet.gif') no-repeat 0px 8px;
	margin-left: 17px;
	padding: 5px 0 5px 10px;
}
#content .context p a {
	color: #0055a5;
	font-weight: bold;
}
#content .context p a:hover {
	color: #666;
}
#content .context p.question {
	color: #0055A5;
	font-size: 1.5em;
	margin: 12px 10px 5px 10px;
	line-height: 20px;
	font-weight:bold;
}
#content .context p.answer {
	color: #666;
	font-size: 1.4em;
	margin: 5px 10px 20px 10px;
	line-height: 20px;
}
#content .context table {
}
#content .context p.table-head {
	color: #0055A5;
	font-size: 1.5em;
	margin: 12px 10px 5px 10px;
	line-height: 20px;
	font-weight:bold;
}
#content .context span.table-bold {
	color: #666;
	font-size: 1.0em;
	margin: 2px 2px 5px 0px;
	line-height: 15px;
	font-weight:bold;
}
#content .context p.table {
	color: #666;
	font-size: 11px;
	margin: 2px 2px 6px 15px;
	line-height: 15px;
}
#content .context ul.benefits {
	padding: 0 0 0 20px;
	font-size:16px;
	font-color:#0055a5;
	line-height:32px;
}
#content .context li.benefits {
	margin: 0 0 0 30px;
	font-size:16px;
	font-color:#666;
	line-height:32px;
	list-style-type: disc;
}
#content .context ul.quick-link {
	line-height:15px;
}
#content .context li.quick-link {
	margin: 0 0 0 30px;
	font-size:12px;
	line-height:15px;
}
#blue-link a {
	font-size:14px;
	color:#0055a5;
}
#blue-link a:hover {
	font-size:14px;
	color:#666;
}
#blue-link a:visited {
	font-size:14px;
	color:#666;
}
#blue-link a:active {
	font-size:14px;
	color:#0055a5;
}
#float-table {
	width: 480px;
	margin-right:5px;
	float: left;
}
#float-pictures {
	width: 236px;
	float: left;
}
.box-gradient {
	background: url('images/bg-table.jpg') repeat-x #ffffff top;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #dddddd;
	margin: 10px 0;
}
.box-gradient-left {
	background: url('images/bg-table.jpg') repeat-x #ffffff top;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #dddddd;
	margin: 10px 0;
	float:left;
	width: 30%;
	height: 200px;
}
/* 2.5 Sidebar
-----------------------------------------------------------------------------------------------*/
#sidebar {
	position: relative;
	float: right;
	background: #0055A5 url(images/bg_sidebar.gif) no-repeat 0 0;
	width: 265px;
	margin:0;
	padding: 0;
	color: #fff;
	text-align: right;
	font-size: 10pt;
}
#sidebar .inner .story .normalp {
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	line-height:120%;
}
#sidebar .inner .story .normalp a {
	color:#0FF;
}
#sidebar .inner {
	background: url(images/bg_sidebar-i2.gif) no-repeat bottom left;
	padding: 16px 28px 70px 24px;
	width: 213px;
	min-height: 250px;
}
#sidebar h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
#sidebar h3 a {
	color: #fff;
}
#sidebar h3 a:hover {
	color: #b1bd34;
}
#sidebar .story, #sidebar .video {
	z-index: 9;
	position: relative;
	color: #fff;
}
#sidebar .story a, #sidebar .video a {
	color: #fff;
}
#sidebar .story h3 {
	margin-bottom: 28px;
}
#sidebar .story ul {
	margin-bottom: 36px;
	list-style-type: none;
}
#sidebar .story li {
	margin-bottom: 40px;
}
#sidebar .story li.last {
	margin-bottom: 0;
}
#sidebar .story li a {
	color: #A2DBF5;
}
#sidebar .story li a:hover {
	color: #b1bd34;
}
#sidebar .story h4, #sidebar .story p {
	font-size: 12px;
	line-height: 16px;
}
#sidebar .story p {
	letter-spacing: 0px;
	line-height: 14px;
	font-family:Helvetica;
	padding-bottom: 15px;
}
#sidebar .story h4 {
	font-weight: bold;
	margin-bottom: 4px;
}
#sidebar .story h4 span {
	display: block;
}
#sidebar .video {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 16px;
}
#sidebar .video .video-widget {
	margin: 8px 0 5px 0;
}
#sidebar .video a {
	color: #ffffff;
}
#sidebar .video a:hover {
	color: #b1bd34;
}
/* 2.6 Footer
-----------------------------------------------------------------------------------------------*/
#footer {
	/* background: url(images/bg_footer.gif) repeat-x 0 0; */
	margin-top: -2px;
	padding: 29px 18px;
	color: #949495;
}
#footer p.l {
	float: left;
}
#footer .m {
	float: left;
	display: inline;
	margin: 0 0 0 119px;
	width: 200px;
	text-align: center;
}
#footer p.r {
	float: right;
	width: 200px;
	padding-right: 17px;
}
#footer p span {
	display: block;
	margin-bottom: 8px;
}
#footer p span.address em, #footer p a {
	font-style: normal;
	font-weight: bold;
	color: #B1BD34;
}
#footer p a:hover {
	color: #0055a5;
}
.floaty_box {
	float: left;
	width: 350px;
	min-height: 175px;
}
.link-pdf {
background: url('/images/icon_pdf.gif') left top no-repeat;
padding-left: 20px;
line-height: 16px;
padding-top: 1px;
display: inline-block;
}
.link-email {
background: url('/images/icon_email.gif') left top no-repeat;
padding-left: 20px;
line-height: 16px;
padding-top: 1px;
display: inline-block;
}
