/************************ Main Page format ***************************/

/*
 * Within the topic of the mainContentContainer, further column layout is
 * defined for three columns. This is the container for these three columns
 * i.e. leftColumn, rightColumn and mainColumn.  
 * mainContentContainer.width = layoutContainer.width
 * layoutContainer.width = leftColumnMain.width + middleColumnMain.width +
 * rightColumnMain.width
 */

/************************ aboutUs format ***************************/
#leftNavContainer{
	clear: left;
	float: left;
	width: 60px;
}

#mainContentContainer{
	float: left;
	width: 676px;
}
#rightNavContainer{
	float: left;
	width: 60px;
}

#detailsImage{
	height: 12px;
	width: 19px;
	border:none;
}
/*
 * Images
 */
#ductImage{
	height: 120px;
	width: 210px;
	border:none;
}
#slvImage{
	width: 120px;
	width: 210px;
	border:none;
}
#busbarImage{
	width: 120px;
	width: 210px;
	border:none;
}
#trunkImage{
	height: 120px;
	width: 210px;
	border:none;
}
#pipeImage{
	height: 120px;
	width: 210px;
	border:none;
}
.imageRow {
	clear: left;
	float: left;
	width: 640px;
	display: block;
}
.column{
	width: 210px;
	float: left;
	overflow:hidden;
}

#box {
  	width: 600px;
  	margin: 20px 0 15px 40px;
	color: #3C6799;
	text-align: left;
/*	border: 1px solid black;*/
	height: 76px;
  }

#boxContent {
  font-size: 90%;
	background-color: #F4F7F9;
	padding: 10px;
	border: 2px solid #D9E0E2;
}
