/******************************
* Scrolling CSS
* ****************************/
div.hold {
	position:relative;
	/*overflow:hidden;*/
  	z-index:100; 
}
div.wn {
	position:absolute; 
	left:0; top:0px; 
	overflow:hidden;	
	z-index:1;
	
}
div#lyr1{ 
	position:absolute;
	/*visibility:hidden;*/
	left:0px; top:0px; 
	z-index:1;
	color:#6F4545;
}

div#lyr1 h2{ 
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #b8d1d2;
	text-transform: uppercase;
	font-family: Capitals, "Times New Roman", Times, serif;
}

div#homeBlog div#lyr1 h2{ 
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #b8d1d2;
	text-transform: uppercase;
	font-family: Capitals, "Times New Roman", Times, serif;
}



div#lyr1 h3{
	padding: 0;
	margin: 0;
	font-size: 12px;
	/*color: #4d5d60;*/
	color:#b8d1d2;
	text-transform:capitalize;
	font-family: Capitals, "Times New Roman", Times, serif;
}




div#lyr1 h2 a, h3 a{
	padding: 0;
	margin: 0;
	/*
	font-size: 12px;
	color: #4d5d60;*/
	font-size: 18px;
	color: #b8d1d2;
	text-decoration: none;
	text-transform:uppercase;
}

#subContainer div#lyr1 h3 a{
	color:#b8d1d2;
	font-size:14px;
}

#subContainer div#lyr1 h3{
	padding-top:16px;
}

div#lyr1 h2 a:hover, h3 a:hover{
	padding: 0;
	margin: 0;	
	font-size: 18px;
	color: #b8d1d2;
	text-decoration: underline;
	text-transform:uppercase;
}


/* div#lyr1 a{
	padding: 0;
	margin: 0;
	color: #4d5d60;
	font-weight: bold;
	text-decoration: none;
}

div#lyr1 a:hover{
	padding: 0;
	margin: 0;
	color: #4d5d60;
	font-weight: bold;
	text-decoration: underline;
}*/



div#hold1 { 
	float:left;	
	width:395px;
	height:158px;
	left:0px;
	top:0px;
}
div#wn1 { 
	width:395px;
	height:158px;	
}

div.scrollbar {
	width:9px;
	font-size:1px; z-index:1;/* Set small font-size or size/position of div's will be off in some browsers  */
	
}
div.track{
	position:absolute; /*left:323px; top:365px;*/
	width:8px;
	height:158px;
	background: url(images/bioScrollBg.jpg) no-repeat;	
	z-index:1
}
div.dragBar {
	/*margin: 10px 0px 10px 0px;*/
	width: 8px;
	height: 48px;
	z-index: 1;	
	_display:inline;
	background: url(images/scrollImg.jpg) no-repeat;
}
div#scrollbar1 { 
	/*background: url(images/scrollBg.jpg) no-repeat;*/
	position:relative; 
	/*left:17px;
	top:80px;*/	/* to be changed acording to the design */
	height:158px;
	float:left;
	width:8px;
}

div#track1 { 
	height:158px;/*390px;*/
	margin-left:10px;
	_display:inline;	
}

*html div#track1{
	margin-left:-5px;	
}

*:first-child+html #track1{
	margin-left:-5px;
	_display:inline;
}

div#dragBar1 {
	position:absolute; 
	/*left:1px; top:1px;*/
}

/****** end of scroll ******/