@charset "utf-8";
/* CSS Document */
/*************************************************/
/********    Style for TearPages Flyouts   *******/
/*************************************************/
#popUp{
	width:281px;
	height:232px;
	border:0px;
	padding:0px;
	background:url(../flyouts/indicator.gif) center no-repeat;
	z-index:20;
	position:absolute;
	top: 0px;
	left: 0px;

}
.clearer{
	clear:both;
	}
* html body #popUp{
	width:281px;
	height:232px;
	border:0px;
	padding:0px;
	background:url(../flyouts/indicator.gif) center no-repeat;
	z-index:20;
	position:absolute;
	top: 0;
	left: 0;

}

.popImage{
	height:182px;
	width:256px;
	float:left;
	background:url(../flyouts/indicator.gif) center no-repeat #FFFFFF;
}
.popTop{
	clear:both;
}
.popLeft{
	float:left;
}
.popRight{
	float:right;
}
.popBottom{
	clear:both;
}
.hideClass{
	display:none;
}
.showClass{
	display:block;
}
.viewer{

}
/*************************************************/
.featuredClient{
	background:url(../flyouts/indicator.gif) center no-repeat;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding:15px;
	margin:0px 0px 0px 15px;
}
.featuredText{
	background-color:#FAFAFA;
	padding:5px;
	border: 1px solid #EAEAEA;
	margin: 15px 18px 0px 31px;
}
.clientList{	
	background-color:#FAFAFA;
	padding:5px;
	border: 1px solid #EAEAEA;

}
/***************************************************/
/*************/
.serviceOuter{
	margin:0px 0px 0px 19px;
	float:left;
	width:700px;
	padding:0px 0px 5px 0px;
	border: 1px solid #EAEAEA;
	}
.serviceCell{
	width:330px;
	height:100px;
	float:left;
	background-color:#FAFAFA;
	padding:0px;
	margin:10px 5px 5px 10px;
	border: 1px solid #EAEAEA;
}
.serviceImg{
	height:98px;
	width:100px;
	border: 1px solid #A4A8AB;
	float:left;
	overflow:hidden;
}
.serviceTxt{
	float:left;
	padding:5px;
	width:210px;
}
.clear{
	clear:both;
}