@charset "UTF-8";
/* CSS Document */

#left_service{
	float: left;
	height: 105px;
	width: 467px;
}

#right_service{
	float: right;
	height: 105px;
	width: 467px;	
		}

#left_txt{
	float: left;
	height: 200px;
	width: 467px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#right_txt{
	float: right;
	height: 200px;
	width: 467px;
	margin-bottom: 30px;
	margin-top: 30px;
}

#intro{
	float: left;
	width: 960px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.blue_headline{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857;
	font-size: 36px;
	color: #09F;
	}

#whyais_banner{
	float: left;
	height: 244px;
	width: 960px;
	margin-top: 55px;
	background-image: url(../images/stairs.jpg);
	}
	
.round_cornersandshadow{
-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.45);
-moz-box-shadow:    0px 4px 8px rgba(0, 0, 0, 0.45);
box-shadow:         0px 4px 8px rgba(0, 0, 0, 0.45);



	}
	
