/*  eco Lass - This CSS is strictly for the main page components - header, left menu, body and footer  */

.maindiv {
background: #fff url('/images/ecomodel.jpg') top left no-repeat;
overflow: visible;
height: auto;
width: 1024px;
clear: both;
}

.leftmenu {
 position:absolute;
 top:150px;
 left:0;
background: #fff;
 margin-left: 150px;
 width:175px;
 z-index:3;
}

.pageheader {
 height:140px; 
 width:100%; 
padding-left: 150px;
 color: #333333; 
 margin:0;
}

.contentarea {
 margin-top:150px;
 width:100%;
 color: #333333;
 height:80%;
}

.central { 
 margin:0px 10px 0 325px;
 background:#ffffff;
 color: #333333;
 z-index: 5;
}

.d1245 {
 width: 75%;
 float: left;
}

.d36 {
 width: 20%;
 float: left;
}

.d789 {
 margin-top: 5px;
 border-top: 0px solid #dfdfdf;
 padding-top: 5px;
 clear: both;
 width: 100%;
}

.supplemental {
 position:absolute;
 top: 180px;
 right:0;
 width:130px;
 z-index:100;
}

.supplemental ul li {
padding: 2px;
}

.footer { width: 600px;
 background: #fff;
 color: #333333;
 margin:0;
 margin-left: 330px;
 padding: 10px;
 border: 1px solid #ccc;
}

#jump {
position: absolute;
top: 165px;
left: 780px;
z-index: 1000;
}