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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a.jScrollArrowUp {
	background-image: url(../images/basic_arrow_up1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mainwrap {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background-image: url(../images/basic_arrow_down1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -42px;
}


.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 {
	float: left;
	background-image: url(../images/aboutushead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 240px;
	width: 600px;
}

.scroll-pane {
	width: 200px;
	height: 205px;
	overflow: auto;
	float: left;
}
#profilepic   img {
	float: left;
	height: 189px;
	width: 156px;
	padding-right: 10px;
}
#profilepic {
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	margin-right: 10px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	height: 189px;
}
.aboutname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: fa0068;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: -5px;
	vertical-align: middle;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 600px;
}

.tall {
	height: 400px;
}

#pane1 {
	background-repeat: no-repeat;
	width: 600px;
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
.holder_services {
	float: left;
	background-image: url(../images/servicesmock.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	width: 600px;
}
#services_long {
	width: 531px;
	padding-left: 30px;
}
#services_long_box {
	background-color: #ffe9f1;
	width: 517px;
	border: 1px solid #999999;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 22px;
	clear: both;
	background-image: url(../images/pinkboxshade.gif);
	background-repeat: repeat-x;
}
.scroll-pane_services {
	width: 200px;
	height: 375px;
	overflow: auto;
	float: left;
}
.super-wide_services {
	width: 600px;
}
#pane1_services {
	background-repeat: no-repeat;
	width: 600px;
}
#services_left {
	background-color: #ffe9f1;
	width: 245px;
	border: 1px solid #999999;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 22px;
	float: left;
	background-image: url(../images/pinkboxshade.gif);
	background-repeat: repeat-x;
}
#services_right_spacer {
	float: right;
	height: 83px;
	width: 200px;
}
#services_right {
	background-color: #ffe9f1;
	width: 245px;
	border: 1px solid #999999;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 22px;
	float: right;
	background-image: url(../images/pinkboxshade.gif);
	background-repeat: repeat-x;
}
