/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	width: 1100px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
}

.scroll-pane {
	width: 900px;
	height: 500px;
	overflow: auto;
	float: left;
	color: #FFFFFF;
}

.wide {
	width: 900px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 500px;
	line-height: 2em;
	color: #fffee9;
	
}



.holder ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 910px;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.holder li{
	list-style-type: none;
	color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px!important;
	margin-right: 0px;
	margin-bottom: 5px!important;
	margin-left: 0px;
}

.holder li a:link, .holder li a:visited{
	list-style-type: none;
	color: #FFFFFF!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.holder dl {
	padding-bottom: 30px;
}

.holder dt {
	display: inline;
	float: left;
	position: relative;
	clear: both;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 120px;
}


.holder dd {
	display: inline;
	float: left;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	width: 400px;
}


#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}

.p1 {
	height: 500px;
	padding-top: 1px;
	padding-left: 50px;
}

.p2 {
	height: 680px;
	padding-top: 1px;
	padding-left: 50px;
	padding-bottom: 20px;
}

.p3 {
	height: 500px;
	padding-top: 1px;
	padding-left: 50px;
	clear: both;
}

.p4 {
	background-image: url(../company/images/topbg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 350px;
	padding-left: 20px;
}
