@charset "utf-8";
/* CSS Document */

.body, table, td, tr, p {
 font-family:Arial, Helvetica, sans-serif; 
 font-size:16px; 
 text-align:justify;
}
.dropDown {
 position:absolute; 
 left:0px; 
 width:265px; 
 height:auto; 
 z-index:4000;
}
#container {
 position:absolute; 
 width:800px; 
 margin-left:-400px; 
 left:50%; 
 height:604px; 
 top:0px; 
 z-index:1000; 
 background:#efefef;
}
#topBanner {
 position:absolute; 
 top:0px; width:100%; 
 height:125px; 
 z-index:2000; 
 background:#FFF;
}
#topNav {
 position:absolute; 
 top:125px; 
 width:100%; 
 height:25px; 
 background:#FFF; 
 z-index:2000;
}
#button1 {
 position: absolute; 
 left:0px; 
 top:0px; 
 width:266px; 
 height:25px; 
 background:url(Menus/overview_btn.jpg) center no-repeat; 
 cursor:pointer;
}
#button2 {
 position: absolute; 
 left:267px; 
 top:0px; 
 width:266px; 
 height:25px; 
 background:url(Menus/services_btn.jpg) center no-repeat; 
 cursor:pointer;
}
#button3 {
 position: absolute; 
 left:534px; 
 top:0px; 
 width:266px; 
 height:25px; 
 background:url(Menus/equipment_btn.jpg) center no-repeat; 
 cursor:pointer;
}	
#dd2 {
 top:25px; 
 left:259px; 
 width:280px; 
 background:url(Menus/menu_center_bg.png) no-repeat;
 background-position:left bottom;
}
#dd3 {
 top:25px; 
 left:525px; 
 width:275px; 
 background:url(Menus/menu_edge_bg.png) no-repeat; 
 background-position:left bottom;
}	
#bottomNav {
 position:absolute; 
 bottom:0px; 
 height:25px; 
 background:#FFF;
}
#button4 {
 position: absolute; 
 left:0px; 
 top:0px; 
 width:200px; 
 height:25px; 
 background:url(Menus/engineering_btn.jpg) left no-repeat; 
 cursor:pointer;
}
#button5 {
 position: absolute; 
 left:200px; 
 top:0px; 
 width:200px; 
 height:25px; 
 background:url(Menus/projects_btn.jpg) left no-repeat; 
 cursor:pointer;
}
#button6 {
 position: absolute; 
 left:400px; 
 top:0px; 
 width:200px; 
 height:25px; 
 background:url(Menus/news_btn.jpg) left no-repeat;
 cursor:pointer;
}
#button7 {
 position: absolute; 
 left:600px; 
 top:0px; 
 width:200px; 
 height:25px; 
 background:url(Menus/contact_btn.jpg) left no-repeat; 
 cursor:pointer;
}
#content {
 position:absolute; 
 top:152px; 
 left:0px; 
 right:0px; 
 height:425px; 
 overflow:auto;
}
.project_highlight {
 position:absolute; 
 width:10px; 
 height:10px; 
 cursor:pointer; 
 z-index:2000;
}
.project_name {
 position:absolute; 
 text-align:left; 
 font-family:Arial, Helvetica, sans-serif; 
 font-size:14px; 
 font-weight:bold; 
 background:#333; 
 min-width:142px; 
 text-align:center; 
 color:#FFF; 
 height:20px; 
 cursor:pointer; 
 z-index:2000;
}
.project_pic {
 position:absolute; 
 height:100px; 
 width:140px; 
 cursor:pointer; 
 z-index:2000; 
 border:solid 1px #000;
}
#projectDetailsContainer {
 position:absolute; 
 width:590px; 
 left:50%; 
 margin-left:-295px; 
 right:90px; 
 height:350px; 
 top:50%; 
 margin-top:-175px; 
 background:url(project_details_bg.png) no-repeat; 
 vertical-align:top;
}
#close {
 position:absolute; 
 top:7px; 
 right:11px; 
 height:30px; 
 width:30px; 
 background:url(close_button.jpg) no-repeat; 
 cursor:pointer;
}