/* CSS Document */

 /*scrollable selections */
#divSelection{
	position: absolute;
	top: 60px;
	left: 3px;
	width: 167px;
	height: 350px;
	background: url(../images/indexB1_30.jpg);
}
.divInstruction{
	position: absolute;
	top: 80px;
	left: 6px;
	width: 164px;
	height: 200px;
	color: #446129;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
}
#divSelectionMsg, #divSelectionMsgTransparent{
	position: absolute;
	top: 0px;
	left: 0px;
}
#divSelectionMsg{
	background-color: transparent;
	height: 350px;
}
#divSelectionMsgTransparent{
	width: 100%;
	color: #446129;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: center;
	background-color: transparent;
	border-bottom: 1px solid #0f7486;
}

/*container for scrollable data, this is the part that slides up and down
the height should be the size of the viewable area
this is the window to view*/
#divScroller-1, #divADDRESSScroller-1, #divAPNScroller-1, #divSTREETScroller-1, #divTESTScroller-1{
	position: absolute;
	top: 20px;
	left: 3px;
	overflow: hidden;
	width: 100%;
	height: 350px;
}
.divScrollerContainerInner, .divADDRESSScrollerContainerInner, .divAPNScrollerContainerInner, .divSTREETScrollerContainerInner, .divTESTScrollerContainerInner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
}
.divScrollButtons{
	position: absolute;
	top: 350px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 25px;
	background-image: url(../images/bumper_bar.gif);
}

.ImgScrollUp{
	padding-left: 32px;
}

.ImgScrollDwn{
	padding-right: 2px;
}

