
	
	#nexthorizonsitead {
		width: 1200px;
		height: 250px;
		display: block;
		margin: 0;
		padding: 0;
		background: url('../images/PreviewSiteDivDrop.jpg') no-repeat top center;
		text-indent: -5000px;
	}
	
	#btnClickHere {
		position: absolute;
		width: 260px;
		height: 45px;
		margin: 110px 0 0 420px;
		padding: 0;
	}
	
	#btnClickHere a {
		width: 260px;
		height: 45px;
		margin: 0;
		padding: 0;
		display: block;
		text-indent: -9999px;
	}
	
	#nexthorizonsiteadh1#h1stylediv {
		position: absolute;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #000;
	}
	
	#dhtmlgoodies_leftPanel{	/* Styling the help panel */
		
		background-image: url('../images/divdrop2bg.gif') repeat-x;	/* Image background color */
		color:#FFF;	/* White text color */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Which font to use */
		
		/* You shouldn't change these 5 options unless you need to */		
		display: block;
		height:100%;	
		left:0px;
		z-index:10;
		position:absolute;
		display:none;
		overflow:hidden;
	}
	
	#dhtmlgoodies_leftPanel #leftPanelContent{
		padding:0px;
		background: url('../images/divdrop1bg.gif') repeat-x;	/* Image background color */
	}
	#dhtmlgoodies_leftPanel .closeLink{ /* Layout of close link */
		padding: 3px;
		background-color:#fff;
		position: absolute;
		z-index: 1000;
		margin-top: 1px;
		margin-left: 5px;
		color:#34526c;
		font-size:0.8em;				
		text-decoration: none;
	}
	#dhtmlgoodies_leftPanel .closeLink:hover{	/* Close link text  - mouseover effect*/
		color:#000;
		background-color:#fff;
	}	
	
		#dhtmlgoodies_leftPanel .closeLinkBottom{ /* Layout of close link */
		padding: 3px;
		position: absolute;
		z-index: 1000;
		margin-top: -23px;
		margin-left: 5px;
		color:#ddd;
		font-size:0.8em;				
		text-decoration: none;
	}
	#dhtmlgoodies_leftPanel .closeLinkBottom:hover{	/* Close link text  - mouseover effect*/
		color:#fff;
	}	