/* 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%;
	background-image: url(../images/bg_block5.jpg);
	color:#EEF1F8;
	font-family: Trebuchet MS;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 10px;
}
a { color:#BBBAB7; text-decoration: none; font-weight: bold; }
a:hover { color:#787C7A; }
.hr { height:1px; border-top: 1px solid #00ADEE; width:280px;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.header { width:960px; height:30px; margin:40px auto 0px auto; background-image: url('../images/new_header.png'); padding-left:70px; background-repeat: no-repeat; }
.wrapper { width:960px; margin:0px auto 50px auto; background-image: url('../images/new_bg.png'); padding-left:70px; background-repeat: repeat-y; }
#right_content { width:236px; }
p { margin-bottom: 10px; margin-top: 10px;}

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 {
	float: left;
	margin: 0px 10px 0px 10px;
}

.holder2 {
	float: left;
	margin:0px 0px 0px 15px;
}

.holder3 {
	float: left;
	margin:0px 0px 0px 10px;
}

.holder3 .box1 {
	padding-top:60px;
	padding-left: 10px;
	padding-right: 20px;
}

.holder3 .box2 {
	height:170px;
	border-top: 1px solid #F0F8FF;
	border-bottom: 1px solid #F0F8FF;
	padding-left: 10px;
	padding-right: 10px;
}

.holder3 .box2 h3 {
	font-family: Trebuchet MS;
	color: #8BC53F;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 2em;
	margin-top:10px;
}

.holder3 .box2 .social { margin-top: 10px; }
.holder3 .box2 img { margin-right: 10px;}

.scroll-pane {
	width: 300px;
	height: 600px;
	overflow: auto;
	background-color: transparent;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	height: 600px;
}
#pane2 {
	height: 600px;
}
#pane3 {
	height: 600px;
}
#pane4 {
	height: 190px;
}