@charset "utf-8";
body  {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	
}
p a:link, p a:visited, h3 a:link, h3 a:visited{color:#690; text-decoration:underline;}
p a:hover, h3 a:hover{color:#690; text-decoration:underline;}


.twoColFixLtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat:repeat;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1004px;
	margin:0 auto;
	}



.edilogo {
	border:0px;
	padding-right:400px;
	border:0px;
	padding-left: 20px;
}

.ediwrds {
	border:0px;	
}

/* Home Page Menu */
#verticalmenu{
	width:200px;
	font-size:16px;
	}
	
#verticalmenu ul {
	margin:0px; padding:0px; background-color:#666;
	}

#navigation ul li{
	height:35px;
	line-height:35px;
	list-style:none;
	padding-left:10px;
	color:#fff;
	border-top:#fff solid;
	border-bottom:#fff solid;
	border-width:1px;
	cursor:pointer;
	}





		.menu {	
				font-family:  Arial, Helvetica, sans-serif; 
				width:1004px; 
				height:60px;
				font-size:11px; 
				background-image:url(/edi/images/navback2.png);
				background-repeat:no-repeat;
				position:relative; 
				
				}
        .menu ul li {
				list-style-type: none;
				float:right;
				}
        .menu ul li a, .menu ul li a:visited {
				display:block; 
				text-decoration:none;
				height:35px; 
				color:#999;
				margin-top:2px;
				padding-top:6px;
				font-weight:575;
				}
        .menu ul li a, .menu ul li a:visited {
				display:block; 
				text-decoration:none;
				height:35px; 
				color:#999;
				margin-top:2px;
				padding-top:6px;
				font-weight:575;
				}
		.menuopen{
				background-image:url(/edi/images/hover.jpg);
				background-repeat:repeat-x;
				height:35px;
				display:block;
			}
        .menu ul li:hover a, .menu ul li a:hover{
				background-image:url(/edi/images/hover.jpg);
				background-repeat:repeat-x;
				height:35px;
				display:block;
				margin-top:0px;
				padding-top:8px;
				font-weight:575;
		}
        .menu ul li ul {
				visibility:hidden; 
				position:absolute;
				right:2px;
				background-color:#fff;
				height:20px;
				}
        .menu ul li ul.open{
				background-color:#FFF;
				visibility:visible; 
				position:absolute;
				right:2px;
				}

        .menu ul li ul.closed{
				background-color:#FFF;
				visibility:hidden; 
				position:absolute;
				right:2px;
				}
		.menu ul li ul li {
				float:left;
				margin-top:-10px;
				padding-left:5px;
				padding-right:5px;
				}
		.sub ul li {
				float:left;
				padding-left:5px;
				padding-right:5px;
				vertical-align:top;
				line-height:10px;
				}
        .menu ul li:hover ul, .menu ul li a:hover ul {
				visibility:visible; 
				background-color:#fff;
				color:#fff;
				height:20px;}
				
        .menu ul li ul.open:hover{
				background-color:#FFF;
				visibility:visible; 
				position:absolute;
				right:2px;
				}
				
        .menu ul li ul.closed:hover{
				background-color:#FFF;
				visibility:visible; 
				position:absolute;
				right:2px;
				}
				
        .menu ul li:hover ul.right_side li, .menu ul li a:hover ul.right_side li {
				float:right; 
				color:#690;}
        .menu ul li:hover ul li a.sub,
        .menu ul li a:hover ul li a.sub {
				color:#690; background-color:#FFF;}
        .menu ul li:hover ul li ul,
        .menu ul li a:hover ul li a ul {
				visibility:hidden; 
				position:absolute; 
				left:0; }
        .menu ul li:hover ul li a,
        .menu ul li a:hover ul li a {
				display:block; 
				background:transparent; 
				color:#999;}
        .menu ul li:hover ul li a:hover,
        .menu ul li a:hover ul li a:hover {
				color:#690;}
        .menu ul li:hover ul li:hover ul,
        .menu ul li a:hover ul li a:hover ul {
				visibility:visible; 
				color:#690; 
				background:transparent;}
        .menu ul li:hover ul.right li {
			float:right;}
        .menu ul li:hover ul li:hover ul li a,
        .menu ul li a:hover ul li a:hover ul li a {
			color:#690;}
        .menu ul li:hover ul li:hover ul li a:hover,
        .menu ul li a:hover ul li a:hover ul li a:hover {
				background: transparent; 
				color:#f00;}


		.submenu {	
				font-family:  Arial, Helvetica, sans-serif; 
				width:1004px; 
				height:60px;
				margin-top:-17px;
				font-size:11px; 
				position:relative; 
				
				}
        .submenu ul li {
				list-style-type: none;
				float:right;
				}
        .submenu ul li a, .submenu ul li a:visited {
				display:block; 
				text-decoration:none;
				height:35px; 
				color:#999;
				margin-top:2px;
				padding-top:6px;
				font-weight:575;
				}
        .submenu ul li a, .submenu ul li a:visited {
				display:block; 
				text-decoration:none;
				height:35px; 
				color:#999;
				margin-top:2px;
				padding-top:6px;
				font-weight:575;
				}
		.submenuopen{
				background-image:url(/edi/images/hover.jpg);
				background-repeat:repeat-x;
				height:35px;
				display:block;
			}
        .submenu ul li:hover a, .submenu ul li a:hover{
				background-image:url(/edi/images/hover.jpg);
				background-repeat:repeat-x;
				height:35px;
				display:block;
				margin-top:0px;
				padding-top:8px;
				font-weight:575;
		}
        .submenu ul li ul {
				visibility:hidden; 
				position:absolute;
				right:2px;
				background-color:#fff;
				height:20px;
				}
        .submenu ul li ul.open{
				background-color:#FFF;
				visibility:visible; 
				position:absolute;
				right:2px;
				}

        .submenu ul li ul.closed{
				background-color:#FFF;
				visibility:hidden; 
				position:absolute;
				right:2px;
				}
		.submenu ul li ul li {
				float:left;
				margin-top:-10px;
				padding-left:5px;
				padding-right:5px;
				}
		.sub ul li {
				float:left;
				padding-left:5px;
				padding-right:5px;
				vertical-align:top;
				line-height:10px;
				}
        .submenu ul li:hover ul, .submenu ul li a:hover ul {
				visibility:visible; 
				background-color:#fff;
				color:#fff;
				height:20px;}
				
        .submenu ul li ul.open:hover{
				background-color:#FFF;
				visibility:visible; 
				position:absolute;
				right:2px;
				}
				
        .submenu ul li ul.closed:hover{
				background-color:#FFF;
				visibility:visible; 
				position:absolute;
				right:2px;
				}
				
        .submenu ul li:hover ul.right_side li, .submenu ul li a:hover ul.right_side li {
				float:right; 
				color:#690;}
        .submenu ul li:hover ul li a.sub,
        .submenu ul li a:hover ul li a.sub {
				color:#690; background-color:#FFF;}
        .submenu ul li:hover ul li ul,
        .submenu ul li a:hover ul li a ul {
				visibility:hidden; 
				position:absolute; 
				left:0; }
        .submenu ul li:hover ul li a,
        .submenu ul li a:hover ul li a {
				display:block; 
				background:transparent; 
				color:#999;}
        .submenu ul li:hover ul li a:hover,
        .submenu ul li a:hover ul li a:hover {
				color:#690;}
        .submenu ul li:hover ul li:hover ul,
        .submenu ul li a:hover ul li a:hover ul {
				visibility:visible; 
				color:#690; 
				background:transparent;}
        .submenu ul li:hover ul.right li {
			float:right;}
        .submenu ul li:hover ul li:hover ul li a,
        .submenu ul li a:hover ul li a:hover ul li a {
			color:#690;}
        .submenu ul li:hover ul li:hover ul li a:hover,
        .submenu ul li a:hover ul li a:hover ul li a:hover {
				background: transparent; 
				color:#f00;}


/*  START Main Image Navigation */

#menuimage {width:1004px; height:202px; background-position:0 0px; background-image:url(/edi/images/Main-Nav-Image.jpg); overflow:hidden; z-index:50;}
#menuimage ul {margin:0; padding:0;}
#menuimage li {list-style-type:none; display:inline;}
#menuimage a#item1 {display:block; float:left; width:197px; height:97px; overflow:hidden; color:#000; text-decoration:none; margin-top:1px; margin-left:1px;}
#menuimage a#item2 {display:block; float:left; width:97px; height:197px; overflow:hidden; color:#000; text-decoration:none; margin-top:1px; margin-left:105px; }
#menuimage a#item3 {display:block; float:left; width:197px; height:97px; overflow:hidden; color:#000; text-decoration:none; margin-top:1px; margin-left:4px; }
#menuimage a#item4 {display:block; float:left; width:97px; height:197px; overflow:hidden; color:#000; text-decoration:none; margin-top:1px; margin-left:105px; }
#menuimage a#item5 {display:block; float:left; width:97px; height:197px; overflow:hidden; color:#000; text-decoration:none; margin-top:1px; margin-left:102px; }
#menuimage a#item6 {display:block; float:left; width:197px; height:97px; overflow:hidden; color:#000; text-decoration:none; margin-top:-96px; margin-left:102px;}
#menuimage a#item7 {display:block; float:left; width:197px; height:97px; overflow:hidden; color:#000; text-decoration:none; margin-top:-96px; margin-left:205px;}

* html #menuimage a  {height:100px; height:0;}

#menuimage a#item1:hover {z-index:50; width:197px; height:97px; background-image:url(/edi/images/hovers/security-hover-hrt.jpg); display:block; margin-top:1px; margin-left:1px}
#menuimage a#item2:hover {z-index:50; width:97px; height:197px; background-image:url(/edi/images/hovers/sustainable-hover-vrt.jpg); margin-top:1px; margin-left:104px; display:block;}
#menuimage a#item3:hover {z-index:50; width:197px; height:97px; background-image:url(/edi/images/hovers/mechanical-hover-hrt.jpg); margin-top:1px; margin-left:4px; display:block;}
#menuimage a#item4:hover {z-index:50; width:97px; height:197px; background-image:url(/edi/images/hovers/lighting-hover.jpg); margin-top:1px; margin-left:104px; display:block;}
#menuimage a#item5:hover {z-index:50; width:97px; height:197px; background-image:url(/edi/images/hovers/commission-hover-vrt.jpg);margin-top:1px; margin-left:102px; display:block;}
#menuimage a#item6:hover {z-index:50; width:197px; height:97px; background-image:url(/edi/images/hovers/electrical-hover-hrt.jpg); display:block; margin-top:-96px; margin-left:102px}
#menuimage a#item7:hover {z-index:50; width:197px; height:97px; background-image:url(/edi/images/hovers/communications-hover-hrt.jpg); display:block; margin-top:-96px; margin-left:205px}

/*  END Main Image Navigation */


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.botmenu {
	background-color:#fff;
	width: 1024px;
	height:22px;
	background-image:url(/edi/images/GridBackgroundsm.png);
	background-repeat:repeat;
}

.botmenuul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	color:#ffffff;
}

.botmenuli{
	list-style-type:none;
	float:right;
}

.botmenutitle {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	width:1024px;
	text-indent:3px;
	text-decoration: none;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	color:#666;
}
/* Navigation Ends */




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFFFFF;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 10px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 30px 20px 20px 290px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #featurecol1{
	float:left;
	width:476px;
	height:auto;
	margin-top:20px;
	margin-right:12px;
	padding:10px;
	}

.twoColFixLtHdr #featurecol2{
	float:left;
	width:496px;
	height:420px;
	margin-top:20px;
	}
	
#cell_link a	{
	float:left;
	width:220px;
	height:350px;
	margin-top:10px;
	display: block;
	color: #666;
	background-image:url(/edi/images/portfoliofeatures/Porfolio-Feature-Bckgrnd.jpg);
	background-color:#e5e5e5;
	border:1px #CCC solid;
	text-decoration: none;
	padding:10px;
	font-size:11px;
	margin-bottom:10px;
	}



#cell_link a:hover	{
	display: 220px;
	height:350px;
	color: #FFFFFF;
	background-image:url(/edi/images/portfoliofeatures/Porfolio-Feature-Bckgrnd-ovr.jpg);
	border:1px #CCC solid;
	text-decoration: none;
}

#overflow{
	overflow:auto;
	height:185px;
	cursor:hand;
	}

#overflow a:hover{
	text-decoration:none;
	cursor:hand;
	}


#overflowfeature4{
	overflow:auto;
	height:350px;
	width:240px;
	margin-left:-20px;
	padding:0px;
	}
	
#cell_linkfeature4 {
	float:left;
	width:220px;
	height:350px;
	margin-top:10px;
	display: block;
	color: #666;
	background-color:#e5e5e5;
	border:1px #CCC solid;
	text-decoration: none;
	padding:10px;
	font-size:11px;
	margin-bottom:10px;
	}



#cell_linkfeature4 a:hover	{
	display: 220px;
	height:350px;
	color: #FFFFFF;
	border:1px #CCC solid;
	text-decoration: none;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#andrea a:link, #andrea a:visited { text-decoration:none; border-bottom:1px dotted #666666;}
#andrea a:hover { text-decoration:none; border-bottom:1px dotted #666666; background-color:#e5e5e5;}

