/********************/
/* Sevices - Design */
/********************/

#servOpsLeftTextBox{
    /* box-in-box */
	text-align: left;
    position: absolute;
    top: 160px;
    left: 240px;
    background-color: #f0f0f0;
    color: #000000;
    height: 465px;
    width: 784px;
/*	border:				dotted; */
}

#servOpslongSpacer{
	position:			absolute;
	top:				285px;
	left:				0px;
	width:				200px;	
	height: 			340px;
	border-top: 		1px solid #ffffff;	
	border-bottom: 		#d8d7d7 1px solid;
	background-color: 	#e0e0e0;
	/*border:				dotted;*/
}

#servOpsfooter{
	position:			absolute;
	top:				635px;
	left:				430px;
	text-align:			center;
	color:				#3D6088;
	/*border:				dotted; */
}