/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #E4D2A3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}
.vscrollerbar {
width: 10px;
height: 35px !important;
}

.home .vscrollerbar {
background-color: #c86e1c;
}
.about-us .vscrollerbar {
background-color: #B8920F;
}
.services .vscrollerbar {
background-color: #0066B3;
}
.safety .vscrollerbar {
background-color: #6a8a22;
}
.projects .vscrollerbar {
background-color: #794500;
}
.careers .vscrollerbar {
background-color: #5f92b6;
}
.contact-us .vscrollerbar {
background-color: #a93422;
}



.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 10px 5px 0px 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	margin-right: auto;
	margin-left: auto;
	height:360px;
}

#mycustomscroll p {
	padding-right: 15px;
}


