#slideshow_div{
	height:400px;
}
#prev{
	position:absolute;
	left:0px;
	z-index:1000;
	top:180px;
	cursor:pointer;
}
#next{
	position:absolute;
	right:0px;
	z-index:1000;
	top:180px;
	cursor:pointer;
}
#intro_div{
	text-align:center;
	font-size:22px;
	color:#fff;
	font-weight:300;
	max-width:580px;
	margin-left:auto;
	margin-right:auto;
}
.introlarge_div{
	padding-top:20px;
	padding-bottom:20px;
	font-size:70px;
	line-height:60px;
	font-weight:700;
}
.introcall_div{
	background-image: url(../images/phoneicon.png);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:41px;
}
.introcallus{
	font-size:21px;
	line-height:25px;
	float:left;
	text-align:left;
}
.introcallus p{
	padding-bottom:0px;
}
.introphones{
	font-size:16px;
	line-height:25px;
	float:right;
	text-align:left;
}
.introphones p{
	padding-bottom:0px;
}
.introphones a{
	color:#fff;
	text-decoration:none;
}
.introemailicon{
	float:right;
	margin-top: 6px;
	margin-left: 10px;
}
.teaminner_div{
	max-width:800px;
}
.teamitem_div{
	width:25%;
	height:275px;
}
@media only screen and (max-width: 900px) {
	.listtext_div{
		width:auto;
		float:none;
	}
	.listcaro_div{
		width:auto;
		height:auto;
		float:none;
		margin-right:0px;
		margin-left:0px;
	}
	.caropixel{
		right:0px;
	}
	.servsubnav_div{
		width: 300px;
	}
}