/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* NORMALIZING styles
-------------------------------------------*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
table{
	border: 0px;
}


/* MAIN styles
-------------------------------------------*/
body{
	background-color: #dfded2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #484848;
}

h1{
	font-size: 21px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	margin:0px 0px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	margin:10px 0px 0px;
}

h3{
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #969473;
	margin:0;
}

h3.faq-question{
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #969473;
	margin:10px 0px 0px;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #155b76;}
a:visited{color: #155b76;}
a:hover{color: #981712;}
a:active{color: #981712;}

dt{
	font-weight: bold;
}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after {/*http://positioniseverything.net/easyclearing.html*/
	content:".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {height: 1%; display:block;}
/* End hide from IE Mac */






/* CONTAINER styles
-------------------------------------------*/
#container-header{
	background: #551408 url(/assets/images/bg_header.gif) 0 0 repeat;
}
#container-main{
	background: #f4f3ee url(/assets/images/bg_main.gif) 0 0 repeat-x;
}
#container-content{
	width: 764px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -382px;
	background: #fff;
}
#container-footer{
	padding-bottom: 20px;
}




/* HEADER styles
-------------------------------------------*/
#header{
	width: 764px;
	height: 79px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -382px;
}
	#header h1 {
		margin: 0px;
		position: absolute;
		top: 15px;
		left: 15px;
	}
		#header h1 a {
		background: transparent url(/assets/images/logo.gif) 0 0 no-repeat;
		display: block;
		height: 47px;
		width: 154px;
		color: #ECE5D5;
		padding: 47px 0px 0px 0px; 
		height: 0px !important;
		height /**/:47px;
		overflow:hidden;
		font-size: 1px;
		}

	#header-nav{
		margin: 0px;
		padding: 0px;
		list-style: none;
		text-align: left;
		position: absolute;
		top: 24px;
		right: 0px;
		width: 284px;
		height: 55px;
		color: #72A6CB;
		z-index: 200;
	}
	#header-nav li{
		margin: 0px; 
		padding: 0px; 
		list-style: none;
		position: absolute; top: 0;
		display: block;
	}
		#header-nav li a, #header-nav li a:link, #header-nav li a:visited{
			height: 30px; display:block;
			padding: 30px 0px 0px 0px; 
			margin: 25px 0px 0px 0px; 
			height: 0px !important;
			height /**/:30px;
			overflow:hidden;
			font-size: 1px;
			text-decoration: none;
		}


	#header-nav #nav-hsi{left: 0px; width: 45px;}
	#header-nav #nav-hli{left: 45px; width: 46px;}
	#header-nav #nav-hcti{left: 91px; width: 48px;}
	#header-nav #nav-hcsi{left: 139px; width: 48px;}
	
	#header-nav #nav-hsi a:link, #header-nav #nav-hsi a{background: transparent url(/assets/images/bg_nav.png) 0px 0 no-repeat}
	#header-nav #nav-hli a:link, #header-nav #nav-hli a{background: transparent url(/assets/images/bg_nav.png) -45px 0 no-repeat}
	#header-nav #nav-hcti a:link, #header-nav #nav-hcti a{background: transparent url(/assets/images/bg_nav.png) -91px 0 no-repeat}
	#header-nav #nav-hcsi a:link,#header-nav #nav-hcsi a{background: transparent url(/assets/images/bg_nav.png) -139px 0 no-repeat}
	
	#header-nav #nav-hsi a:hover{background: transparent url(/assets/images/bg_nav.png) 0px -50px no-repeat;}
	#header-nav #nav-hli a:hover{background: transparent url(/assets/images/bg_nav.png) -45px -50px no-repeat;}
	#header-nav #nav-hcti a:hover{background: transparent url(/assets/images/bg_nav.png) -91px -50px no-repeat;}
	#header-nav #nav-hcsi a:hover{background: transparent url(/assets/images/bg_nav.png) -139px -50px no-repeat;}
	
	#header-nav li a:hover span{
		display: block; 
		position: absolute; 
		top: 5px; 
		left: 0px; 
		font-size: 12px; 
		color: #fff;
		width: 220px;
	}
	#header-nav #nav-hsi a:hover span{}
	#header-nav #nav-hli a:hover span{}
	#header-nav #nav-hcti a:hover span{margin-left: -20px;}



	#header-nav-sup{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#header-nav-sup li{
		display: inline;
		padding: 5px 0px 0px 5px;
	}

	#header-nav-sup{
		margin: 0px;
		padding: 5px 0px 0px 0px;
		float: right;
	}
		#header-nav-sup li{
			list-style: none;
			display: inline;
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
			/*border-right: 1px dotted #6a3127;*/
			background: transparent url(/assets/images/dot_line_vert.gif) right top repeat-y;
		}
			#header-nav-sup li.last{
				border-right: none;
				margin: 0px;
				padding: 0px;
			}
		#header-nav-sup li a{
			color: #fff;
			text-decoration: none;
		}
		#header-nav-sup li a:hover{
			text-decoration: underline;
		}




/* CONTENT styles
-------------------------------------------*/
#content{
	padding: 0px 10px 30px 18px;
	background: #fff;
	width: 452px;
	float: left;
	display: inline;
}
	
	body.home #content{
		padding: 0px 10px 3px 18px;
	}
	
	#content h1{
		background: #981712 url(/assets/images/corner_heading.gif) 0 0 no-repeat;
		margin: 0px -10px 20px -18px;
		height: 35px;
		padding: 90px 0px 0px 20px;
		color: #fff;
	}
	body.home #content h1{
		background: #981712 url(/assets/images/corner_heading.gif) 0 0 no-repeat;
		margin: 0px -10px 0px -18px;
		height: 35px;
		padding: 90px 0px 0px 20px;
		line-height:1.1em;
		color: #fff;
	}

		ul.linklist{
			margin: 0px 0px 0px 10px;
			padding: 0px;
			list-style: none;
		}


		ul.linklist li{
			margin-bottom: 3px;
		}
	
	h2.pdf-list-top{
		padding-left: 25px;
		padding-top:12px;
		background: transparent url(/assets/images/icon_pdf.gif) 0 12px no-repeat;
		line-height: 18px;
		margin-bottom: 5px;
	}

	h2.pdf-list{
		padding-left: 25px;
		padding-top:12px;
		background: transparent url(/assets/images/icon_pdf.gif) 0 12px no-repeat;
		line-height: 18px;
		margin-bottom: 5px;
		margin-top: 15px;
		border-top:1px solid #ECECE0;
	}
	
	p.more-link{
		text-align: right;
	}
	
	#ad-main{
		background: #f1f1f1 url(/assets/images/bg_ad-main.jpg) 35px 0 no-repeat;
		margin: 3px -10px 3px -15px;
		padding: 10px;
		width: 457px;
		height: 154px;
		position: relative;
		overflow: hidden;
	}
	#flash{
		padding: 0px 10px;
			}
		#ad-main p{
			width: 60%;
			color: #616161;
			margin: 0px;
		}
		#ad-main p.dyncontent{
			width: 50%;
			color: #981712;
		}
		#ad-main h2 span{
			color: #991a14;
		}
	
	#ad-blocks{
/*		background: #f3f3e9 url(/assets/images/bg_home_blocks.gif) 0 0 repeat-y;*/	
		margin: 0 -10px 0 -15px;
		width: 477px;
		position: relative;
	}

		#ad-blocks div.aha{
			margin-bottom: 0;
			padding: 15px;
		}
		#ad-blocks div{
			background: #f3f3e9;
			clear: both;
			margin-bottom: 3px;
			padding: 10px;
		}
				#ad-main h2{
					height: 20px;
					width: 126px;
					text-decoration: none;
					padding: 20px 0px 0px 0px; 
					height: 0px !important;
					height /**/:20px;
					overflow:hidden;
					font-size: 1px;
				}
				#ad-blocks div.hli h2, #ad-blocks div.hcti h2, #ad-blocks div.hcsi h2{
					height: 16px;
					width: 336px;
					text-decoration: none;
					letter-spacing: -1em;
					text-indent: -999em;
				}
				#ad-blocks div p{
					float: right;
				}
/*				#ad-blocks div.hli h2{
					background: transparent url(/assets/images/hdr_hli_home.gif) 0 0 no-repeat;
				}
				#ad-blocks div.hcti h2{
					background: transparent url(/assets/images/hdr_hcti_home.gif) 0 0 no-repeat;
				}
*/				
				#ad-blocks div.hli h2{
					background: transparent url(/assets/images/hdr-home-hli.gif) 0 0 no-repeat;
				}
				#ad-blocks div.hcti h2{
					background: transparent url(/assets/images/hdr-home-hcti.gif) 0 0 no-repeat;
				}
				#ad-blocks div.hcsi h2{
					background: transparent url(/assets/images/hdr-home-hcsi.png) 0 0 no-repeat;
				}

				#ad-blocks div.aha h2{
					width: 88px;
					height: 80px;
					text-decoration: none;
					background: transparent url(/assets/images/logo-home-aha.gif) 0 0 no-repeat;
					letter-spacing: -1em;
					text-indent: -999em;
					margin: 0;
				}
				#ad-blocks div.block3 h2{
					background: transparent url(/assets/images/hdr_oat_home.gif) 0 0 no-repeat;
					height: 32px;
					padding: 32px 0px 0px 0px; 
					height: 0px !important;
					height /**/:32px;
				}
				#ad-main h2{
					background: transparent url(/assets/images/hdr_hsi_home.gif) 0 0 no-repeat;
					width: 252px;
				}
			#ad-blocks div h2{
				color: #991a14;
				font-weight: bold;
				float: left;
			}


				#ad-main a {
					background: url(/assets/images/btn-learn-more.gif) no-repeat scroll top left;
					width: 85px;
					height: 18px;
					display: block;
					letter-spacing: -1em;
					text-indent: -1000em;
					
				}
/*				#ad-main a:hover{
					background: transparent url(/assets/images/hsi_learn_rollover.jpg) 0 -20px no-repeat;
				}*/


	span.backlink{
		font-size: .7em;
	}

	#content img.float-left{
		float: left;
		margin: 0 10px 10px 0;
	}
	
	#content div.dl-sample {
		float:left;
		position:relative;
		width: 180px;
		height:225px;
		margin: 0px 20px 10px 10px;
	}
	
	#content div.dl-sample a {
		display:block;
		height: 30px;
		width: 180px;
		position:absolute;
		left: 0px;
		bottom: 0px;
		background: transparent url(/assets/images/btn_dlsample.gif) 0 0 no-repeat;
		text-decoration: none;
		padding: 30px 0px 0px 0px; 
		height: 0px !important;
		height /**/:30px;
		overflow:hidden;
		font-size: 1px;
	}
	
	#content div.dl-sample a:hover{
		background: transparent url(/assets/images/btn_dlsample.gif) 0 -30px no-repeat;
	}
	#content ul.hsi-index {
		margin-left:190px;
		_margin-left:250px;
	}

.download-icon{
	float: right; 
	margin: 0 0 10px 10px; 
	text-align: center;
}

		.download-icon a{
			text-transform: uppercase;
			text-decoration: none;
			color: #be0a28;
		}
		.download-icon a:hover{
			text-decoration: underline;
		}

div.form-container{
	
}
	div.form-container input{
		background: #f8f8f5;
		border: 1px solid #dadada;
		border-top: 1px solid #ababab;
	}
	div.form-container label.required{
		font-weight: bold;
	}

dl#sitemap{

}
	dl#sitemap dt{
		font-size: 14px;
	}
		dl#sitemap dl dt{
			font-size: 12px;
		}
	dl#sitemap dd a{
		text-decoration: none;
	}
	dl#sitemap dt a{
		text-decoration: none;
	}

		
/* SIDEBAR styles
-------------------------------------------*/
#sidebar{
	padding: 10px;
	background: #fff;
	width: 264px;
	float: right;
	display: inline;
	color: #969473;
}
	#sidebar-ad{
		background: #edece0;
		margin: -10px -10px 10px -10px;
		padding: 10px;
		height: 105px;
		position:relative;
	}
		#sidebar-ad h2{
			margin: 0;
		}
		#sidebar-ad p{
			margin: 0;
			line-height: 1.3em;
		}
		#sidebar-ad img{
			float: right;
			margin: 0 0 10px 10px;
		}

	div.quote{
		background: #fff url(/assets/images/quote_topleft.gif) left top no-repeat;
		padding: 10px 5px 0px 5px;
		margin: 0 0 10px 0;
	}
		div.quote p{
			background: transparent url(/assets/images/quote_botright.gif) right bottom no-repeat;
			color: #8b8a76;
			padding: 0px;
			min-height: 25px;
		}
		/* for IE */
		* html div.quote p {
			height: 25px;
		}
		div.quote cite{
			font-style: normal;
			color: #484848;
		}
		
	table#login-table td{
		padding: 4px;
		vertical-align: middle;
	}
	table#login-table td input.text-field{
		width: 150px;
	}
	
/*	div#news{
		margin-top: 20px;
	}*/
	div#news ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
		div#news ul li{
/*			padding-left: 7px;
			background: transparent url(/assets/images/arrow_newsitem.gif) left center no-repeat;
			border-bottom: 1px dashed #d0cfbf;
*/			line-height: 1.2em;
			margin-bottom: .75em;
		}
		div#news ul li a{
			text-decoration: none;
			display: block;
			overflow: hidden;
		}
		div#news ul li a span.date{
			color: #a8a798;
		}
		#news h2{margin-bottom: 5px;}
		
		#news .date {
			width: 55px;
			float: left;
			display: inline;
		}
		#news .title {
			float: right;
			width: 209px;
		}
/*body.home #aha{
	clear: both;
	border: none;
}
body.home #aha h2{
	float: left;
}
body.home #aha p{
	margin-left: 100px;
}
#aha h2{
	text-align: center;
	margin-bottom: .75em;
}
#aha{
	border-top: 1px solid #ECECE0;
	margin-top: 1.5em;
	padding: .75em;
	color: #666666;
}
#content #aha{
	border: none;
	clear: both;
}*/
#aha {
  margin: 20px 0 0;
}
#aha img {
  margin: 0 auto;
  width: 125px;
  display: block;
}
#content .aha h2{
	float: left;
}
#content .aha p{
	margin: 10px 0 0 100px;
	font-size: 11px;
	line-height: 1.2em;
	float: none;
	width: 330px;
}


/* HOMEPAGE NEWS BUBBLE
-------------------------------------------------------------- */
#facts{
  position: relative;
  height: 20px;
  overflow: hidden;
}
#quote-bubble{
	position: relative;
	color: #4c4c4b;
	font-size: 12px;
	min-height: 103px;
	margin: 30px 0 0;
}
* html #quote-bubble{
	height: 73px;
}
#quote-bubble li,
#quote-bubble ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#quote-bubble p{
	margin: 0;
	padding: 0;
}
#quote-bubble li{
	font-family: Georgia, "Times New Roman", Times, serif;
}
#quote-bubble p.cite{
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 0 35px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/assets/images/img-bubble-b.gif) no-repeat left top;
}
#quote-bubble blockquote{
	background: url(/assets/images/img-bubble-t.gif) no-repeat;
	padding: 10px 1em 5px;
	margin: 0;
	min-height: 54px;
}
#quote-bubble p.cite cite{
	font-style: normal;
}

#quote-bubble li.error {
	color: #f00;
}
#quote-bubble #quote-bubble-toggle {
	background: transparent url(/assets/images/x-sm-lt.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	text-indent: 20px;
	outline: none;
}
* html #quote-bubble ul {
	height: 1.6em;
	overflow: visible;
}
* html #quote-bubble #quote-bubble-toggle {
	right: 30px;
}

/* FOOTER styles
-------------------------------------------*/
#footer{
	clear: both;
	width: 764px;
	position:relative;
	left: 50%;
	margin: 0px 0px 0px -382px;
	background: #edece0 url(/assets/images/bg_footer.gif) left bottom no-repeat;
	border-top: 1px solid #edece0;
	color: #969473;
	text-align: center;
}
	#footer ul{
		margin: 10px 0px 10px 0px;
		padding: 0px;
	}
		#footer ul li{
			list-style: none;
			display: inline;
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
			border-right: 1px solid #969473;
		}
			#footer ul li.last{
				border-right: none;
				margin: 0px;
				padding: 0px;
			}
	#footer a{
		color: #969473;
		text-decoration: none;
	}
	#footer a:hover{
		text-decoration: underline;
	}
	#footer p{
	}
	#footer p.firstp{/* remove border from first floated p */
		border: 0px;
	}

/** ==new forms styles
************************************************************
************************************************************/
.form-container .text{
  margin-bottom: .5em;
}
.form-container .text label{
  display:block;
}
a.btn {
  background: #f3f3e9 url(/assets/images/arrow-r.png) no-repeat 96% 50%;
  padding: 8px 30px 8px 8px;
  min-width: 185px;
  color: #484848;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  clear: both;
  float: left;
  margin-bottom: 6px;
}
a.btn:hover { 
  background-color: #e6e6d9;
}
a.btn span {
  color: #981712;
}
.clear {
  clear: both;
}
.date {
  float: left;
  width: 5em;
  color: #94938D;
}
.hnav, .hnav li,
.vnav, .vnav li,
.inav, .inav li {
  list-style: none;
  margin: 0;
  padding: 0;
  background-image: none;
}
.hnav li      { float: left; display: inline; }
.hnav a,
.vnav a       { display: block; }
.inav li      { display: inline; }

.nav-clients {
  margin-bottom: 1.5em;
}
.news-list li {
  clear: both;
}
.news-list a {
  float: left;
}
.news-list {
  margin-top: .75em;
}
