/* BANNER REGION */
#banner{
	width: 932px;
	height: 220px;
	padding: 0px;
	margin: 5px;
	border-top: 4px solid #8EB4E3;
	border-right: 4px solid #8EB4E3;
	border-left: 4px solid #8EB4E3;
	position: relative;
}

#bannerTopLeftCurve{
	position: absolute;
	left: -4px;
	top: -4px;	
	z-index: 2;
}

#bannerTopRightCurve{
	position: absolute;
	right: -4px;
	top: -4px;	
	z-index: 1;
}

#bannerText{
	position: relative;
	margin: 0px;
	margin-top: 50px;
	margin-left: 75px;
	padding: 0px;
	z-index: 3;
	width: 550px;
}

#bannerText .darkGreyFont{
	line-height: 30px;	
}

#bannerImage{
	width: 470px;
	height: 220px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;	
}

/* BOX REGION */
.box{
	width: 283px;
	height: 150px;
	float: left;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 10px;
	padding: 0px;
	border-top: 4px solid #8EB4E3;
	border-left: 4px solid #FFFFFF;	
	border-right: 4px solid #FFFFFF;	
	border-bottom: 4px solid #FFFFFF;	
	text-align: center;
	color: #000000;
	font-size: 14px;
}

#box1{
	margin-left: 18px;
	background-image: url(../images/home/boxCustomServices.png);
}

#box2{
	background-image: url(../images/home/boxWebSolutions.png);
}

#box3{
	background-image: url(../images/home/boxTechnicalVentures.png);
}

.boxText{

	margin: 0px;
	margin-top: 7px;
	padding: 0px;
}

.boxText a{
	color: #8EB4E3;
	font-weight: bold;
}

.boxImage{
	margin: 0px;
	margin-top: 46px;	
	padding: 0px;
}

.box:hover{
	border: 4px solid #8EB4E3;	
}

/* CONTENT REGION */

#contentRegion{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
	clear: both; 
	clear: all;
}

/* LEFT CONTENT REGION */

#contentLeft{
	float: left;
	width: 415px;
	margin: 0px;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 25px;
	padding-bottom: 15px;
}

/* RIGHT CONTENT REGION */

#contentRight{
	float: left;
	width: 419px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	border-left: 1px solid #D9D9D9;
	position: relative;
}

.readMore{
	position: absolute;
	bottom: 30px;
	left: 200px;
	border-left: 1px solid #8EB4E3;
	border-right: 1px solid #8EB4E3;
	width: 100px;
	text-align : center;
}

.readMore a{
	color: #FF8040;
}
