@charset "utf-8";
#servicescroll {
	float: left;
	height: 405px;
	width: 800px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	scrollbar-base-color: #041b20;
	scrollbar-arrow-color: #5d747a;
	scrollbar-3dlight-color: #5d747a;
	scrollbar-darkshadow-color: #5d747a;
	scrollbar-face-color: #041b20;
	scrollbar-highlight-color: #041b20;
	scrollbar-shadow-color: #041b20;
	scrollbar-track-color: #000000;
}
#servicebox {
	float: left;
	height: 200px;
	width: 595px;
	background-image: url(images/askbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-right: 5px;
}
#servicebox2 {
	float: left;
	height: 200px;
	width: 595px;
	background-image: url(images/askbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
#stextbox {
	margin: 20px;
	height: 160px;
	width: 490px;
}
#stext {
	float: left;
	height: 160px;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#serviceimage {
	float: right;
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
}
.service1 {
	background-image: url(images/service1.png);
}
.service2 {
	background-image: url(images/service2.png);
}
.service3 {
	background-image: url(images/service3.png);
}

