/* CSS Document */

body{
	background-color: #82a95e;
	margin-top: 0;
	padding: 0;
	background-image:url(images/bg-top.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#containertop{
	background-image: url(images/content-top.gif);
	background-position:center top;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 10px;
	text-align:left;
}
#containerbody{
	margin-top: 9px;
	background-image: url(images/content-center.gif);
	background-repeat:repeat-y;
	top:100px;
	background-position:center top;
	text-align:left;
	width:700px;
	overflow:auto;

}
#containerbottom{
	background-image: url(images/content-bottom.gif);
	background-position:center top;
	background-color:#82a95e;
	background-repeat: no-repeat;
	height: 20px;
	width:700px;
	float:left;
text-align: center;
}
#navigation{
	width: 155px;
	text-align: left;
	padding-left: 4px;

}
#data{
	z-index:10;
	width: 496px;
	text-align: left;	
	padding-right: 20px;
	z-index:10;
	float:right;
	overflow:auto;
}
#pagescore{
	background-image:url(images/sep-line-center.gif) ;
	background-position:left;
	background-repeat:repeat-y;
	height:100%;
	width: 7px;
}

#button{

	width: auto;
	padding-top: 4px;
	padding-left: 8px;
	height: 19px;

}


	
.list-menu {
    width: 160px;
}

.list-menu ul {
    margin: 0; 
    padding: 0;
    list-style-type: none;
} 

.list-menu li {
    margin: 0px 0 0;
} 

.list-menu a {
    display: block;
    width: 150px;
    padding: 5px 0 5px 10px;
    background-image:url(images/button-OFF.gif);
    background-repeat:no-repeat;
    text-decoration: none; 
} 

.list-menu a:hover {
    background:  url(images/button-ON.gif);
    background-repeat:no-repeat;
}

.list-menu a:active {
    background:  url(images/button-ON.gif);
    background-repeat:no-repeat;
}	


	
	
	
	
	
#footer{
	width: 692px;
	/*padding-left: 180px;*/
	padding-right:15px;
	padding-top:8px;
	text-align:left;
	background-image:url(images/footer1.gif);
	background-repeat: no-repeat;
	background-position:center;
	height:105px;	


}
#disclaimer{	

}

#smarter{
	background-image: url(images/smarterText.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 170px;
	height: 150px;
}

#webaddress{
	position:relative;
	top: 9px;
	width: 680px;
	text-align:left;
}

.news{
    padding-left: 15px;
    }
    
.news a 
   {
	height: 50px;
    }
    
    
div.EcoSmartVideo
{
    background-color:#565656;
}
    
div.EcoSmartVideoNavStrip
{
	height: 18px;
	width: 485px;
	background-color: #82a95e;
}

div.EcoSmartVideoNavStrip ul
{
	line-height: 16px;
	white-space: nowrap;
	width: 485px;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	height:18px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}

div.EcoSmartVideoNavStrip li
{
	display: inline;
	float: left;
	line-height: 16px;
	height: 14px;
	padding-top:3px;
}

div.EcoSmartVideoNavStrip li a
{
    text-decoration: none;
    padding: 0px 5px;
    line-height: 11px;
    display: inline;
    float: left;
    height: 11px;
    text-decoration: underline;
    border-right: #0099FF 1px solid;
    color: white;
    border-right-color: #000000;
}

div.EcoSmartVideoNavStrip li a:hover
{
    color:Black;
}

div.EcoSmartVideoNavStrip li a.Right 
{
	text-decoration: underline;
	border-right: none;
	padding: 0px 5px;
	line-height:11px;
}

div.EcoSmartVideoNavStrip li a.Right:hover 
{
    color:Black;
}


