/****************************************************************************
HEADER
****************************************************************************/
/*** handled by global.css ***/

/****************************************************************************
LARGE IMAGE
****************************************************************************/
#largeimage {
	position:absolute;
	left:50%;
	margin-left:-400px;
	padding-top:53px;
}

/****************************************************************************
CONTENT
****************************************************************************/
#contentbox {
	position:absolute;
	left:50%;
	margin:53px 0 0 -20px;
	height:408px;
	width:418px;
	background-color: #cccccc;
}

#title {
	padding:7px;
}

#content-left-single {
	position:absolute;
	width:90%;
	margin:1px 1px 1px 14px;
	font: 12px arial;	
}

#content-left-single td {
	font: 12px arial;	
}

#content-left {
	position:absolute;
	width:44%;
	margin:1px 1px 1px 14px;
	font: 12px arial;	
}

#content-right {
	position:absolute;
	left:50%;
	width:44%;
	padding:1px 14px 1px 1px;
	font: 12px arial;	
}

#contentnav a{
	font: bold 13px  sans-serif;
	text-decoration:none;
	color: #000000;
	top:325px;
	position:absolute;
}

#back {
	left:5%;
}

#more {
	float:right;
	padding-right:60px;
}
/****************************************************************************
HOME BUTTON
****************************************************************************/
#home a{
	position:absolute;
	left:50%;
	display:block;
	width:380px;
	margin:418px 0 0 -400px;
	padding:42px 0 0 0;
	text-decoration:none;
	background: url(../images/home.gif) top left no-repeat;
}

#home a:hover  {
	background-position: 0 -43px;
}

/****************************************************************************
BOTTOM NAVIGATION
****************************************************************************/
#bottomnav a {
	position:absolute;
	left:50%;
	display:block;
	width:155px;
	margin-top:468px;
	padding:83px 0 0 0;
	text-decoration:none;
}
/*** construction ***/
#construction-secondary a {
	background: url(../images/construction.jpg) top left no-repeat;
	margin-left:-400px;
}
#construction-secondary a:hover, #construction-secondary a.selected{
	background-position: 0 -84px;
}
/*** linebuilder ***/
#linebuilder-secondary a {
	background: url(../images/linebuilder.jpg) top left no-repeat;
	margin-left:-237px;
}
#linebuilder-secondary a:hover, #construction-secondary a.selected{
	background-position: 0 -84px;
}
/*** service ***/
#service-secondary a {
	background: url(../images/service.jpg) top left no-repeat;
	margin-left:-74px;
}
#service-secondary a:hover, #construction-secondary a.selected{
	background-position: 0 -84px;
}
/*** datacom ***/
#datacom-secondary a {
	background: url(../images/datacom.jpg) top left no-repeat;
	margin-left:89px;
	padding:89px 0 0 0;
}
#datacom-secondary a:hover, #datacom-secondary a.selected{
	background-position: 0 -91px;
}
/*** engineering ***/
#engineering-secondary a {
	background: url(../images/engineering.jpg) top left no-repeat;
	margin-left:248px;
	padding:92px 0 0 0;
}
#engineering-secondary a:hover, #engineering-secondary a.selected{
	background-position: 0 -94px;
}

/****************************************************************************
FOOTER
****************************************************************************/
#footer-secondary {
	position:absolute;
	left:50%;
	margin-left:-400px;
	margin-top:566px;
}
