

#menu {
	min-width: 970px;
	list-style:none;
	margin:30px auto 0px auto;
	height:58px;
	padding:0px 18px 0px 18px;
	z-index: 9999;
	
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	background: url(/web/20141231141608im_/http://www.hcdataworks.com/images/bg/bg-nav.png) repeat-x;
	

}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	margin: 0;
	border:none;
}

#menu li:hover {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#menu li a {

	font-size:16px; 
	color: #fff;
	display:block;
	outline:0;
	padding: 18px 44px 19px 44px;
	text-decoration:none;
	
}

.nav-divider {
	background:url(/web/20141231141608im_/http://www.hcdataworks.com/images/bg/bg-nav-divider.png) no-repeat right;
}
#menu li:hover a {
	color:#fff;
	background: #3e3e3e;
}


.dropdown_1column {
	margin:0 0 0 4px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;	
	background:#3e3e3e;

	
}

.dropdown_1column2 {
	margin:1px 0 0 -70px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	
		/* Gradient background */
	background:#3e3e3e;

	
}
.dropdown_1column3 {
	margin:0 0 0 -173.5px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	
		/* Gradient background */
	background:#3e3e3e;	
}
.dropdown_1column4 {
	margin:0 0 0 -253px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	
		/* Gradient background */
	background:#3e3e3e;	
}
.dropdown_1column5 {
	margin:0 0 0 -350px;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	
		/* Gradient background */
	background:#3e3e3e;	
}

.dropdown_1column {width: 951px;}
.dropdown_1column2 {width: 951px;}
.dropdown_1column3 {width: 951px;}
.dropdown_1column4 {width: 951px;}
.dropdown_1column5 {width: 951px;}
.dropdown_1column6 {width: 951px;}

#menu li:hover .dropdown_1column {
	left:4px;
	top:auto;
}
#menu li:hover .dropdown_1column2 {
	left:-70px;
	top:auto;
}
#menu li:hover .dropdown_1column3 {
	left:-173.5px;
	top:auto;
}
#menu li:hover .dropdown_1column4 {
	left:-253px;
	top:auto;
}
#menu li:hover .dropdown_1column5 {
	left:-350px;
	top:auto;
}

.col_1 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:951px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}



#menu p, #menu h2, #menu h3, #menu ul li {
	
	margin: 0;
	padding: 0;
	font-size:15px;
	text-align:left;
}
#menu li:hover div {
	padding: 10px 0;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}


#menu li:hover div a {
	font-size:14px;
	display: inline;
	color:#fff;
	margin: 0;
	padding: 0 15px;
}
#menu li:hover div a:hover {
	color:#3fadd5;
}



#menu li ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li ul li {
	padding:0;
	margin:0;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}



.solutions {
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

.demo {
	background: url(/web/20141231141608im_/http://www.hcdataworks.com/images/bg/demo-bg.gif) repeat-x;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
		border-radius: 0 10px 10px 0;
		margin: 0;
}

.graybtn {
	background: url(/web/20141231141608im_/http://www.hcdataworks.com/images/bg/bg-nav.png) repeat-x; 
	
		margin: 0;
}

#demo-li {
	background: none;
}

#demo-li a {
	text-align: right;
	padding-right: 14px;
}



/*   SLIDER    */
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 0;
	margin: 30px 0;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	z-index:1;

}
	.banner ul {
		list-style: none;
		width:90%;
		margin: 0 0 0 -40px;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		min-height: 615px;
		z-index:1;

		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;

		
	}

	.banner .inner {
		margin: 300px 0 0 0;
		padding: 20px 0 110px 0;
		background: #fff;
		opacity:0.9;
		filter:alpha(opacity=90);
		text-align: left;
		z-index:1;

	}

	.banner h1, .banner h2 {
		font-family: 'Source Sans Pro', sans-serif;
	color: #b91f30;
	font-size: 30px;
	margin: 30px 0 0 20px;
	font-weight: 300;
	}
	.banner p {
		margin-left: 20px;
	}

	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;

		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;

		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}

	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}

	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;

			text-indent: -999em;

			border: 2px solid #fff;
			border-radius: 6px;

			cursor: pointer;
			opacity: .4;

			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}

	.banner .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner .arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}
#banner-btn {
	float: right;
	width: 250px;
	margin: 10px 20px 20px 40px;
}
/*
     FILE ARCHIVED ON 14:16:08 Dec 31, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:21:14 Nov 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.484
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 5.917
  LoadShardBlock: 103.646 (3)
  PetaboxLoader3.datanode: 90.276 (4)
  PetaboxLoader3.resolve: 261.151 (3)
  load_resource: 282.733
*/