/*--------------- Scroll box styling ------------------*/

.Container {
  position: absolute;
  width: 316px;
  height: 265px;
}

#Scroller-1 {
	position: absolute;
	overflow: auto;
	width: 316px;
	height: 265px;
	left: 0px;
}

#Scroller-1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #008576;
	font-weight: normal;
}

#Scroller-1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	line-height: 20px;
	color: #7d6a55;
	text-align: justify;
}

#Scroller-1 p.green-text {
	color: #008576;
	text-align: left;
	line-height: 17px;
	font-size: 9px;
	padding-top: 0;
	margin-top: 0;
}

#Scroller-1 a {
	color: #7d6a55;
	text-decoration: underline;
}

#Scroller-1 a:hover {
	color: #008576;
	text-decoration: underline;
}

#Scroller-1 ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	line-height: 20px;
	color: #7d6a55;
}

.Scroller-Container {
	position: absolute;
	top: 1px;
	left: 15px;
	width: 295px; /*reduce this if a horizontal bar appears on a Mac*/
}

.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 25px; 
  right: -25px;
}


.Container {
scrollbar-base-color: #beb6a9;
scrollbar-arrow-color: #018675;
scrollbar-track-color: #FFF;
scrollbar-shadow-color: #beb6a9;
scrollbar-lightshadow-color: #beb6a9;
scrollbar-darkshadow-color: #beb6a9;
scrollbar-highlight-color: #beb6a9;
scrollbar-3dlight-color: #beb6a9;
}

/*--------------- Image styling for buttons - not used in Precision Signs site -------------------*/

.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 245px; 
  right: -25px;
}

.Scrollbar-Text {
  position: absolute;
  top: 150px; 
  right: -25px;
}

