html, body	{
	height: 100%;
	}
	
	
/* end hack 
----------------------------------------------- */

html,body {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 750px; /* stop mozilla sliding off the edge */
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url(images/bgtop3.jpg) repeat-x top center;
	}
	
.container {
	margin: 0 auto;
	position: relative;
	width: 750px;
	text-align: left;
	min-height: 100%;
	margin-bottom: -40px;
	height: auto;
	}

* html .container {height: 100%;} /* for ie to resize */



/* header
----------------------------------------------- */	


.header {
	width: 100%;
	height: 310px;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	}
	

#home a {
	position: absolute;
	width: 750px;
	height: 279px;
	top: 0; 
	text-decoration: none;
	}

#home a i { 
	visibility: hidden;
	}


	
/* content
----------------------------------------------- */
	
	
#cmahlman {
	width: 142px;
	height: 181px;
	background-image: url(images/cmahlman.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 5px 10px 0 0;
	}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

	
#leftcol {
	width: 550px;
	float: left;
	padding-left: 0;
	}
	
.column1 {
	width: 500px;
	height: 100%;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0 30px 30px 30px;
	}
	
.column1 h1 {
	font-size: 16px;
	color: #039;
	font-weight: bold;
	margin: 40px 0 10px 0;
	}
	
.column1 h2 {
	font-size: 14px;
	color: #039;
	font-weight: bold;
	margin: 40px 0 10px 0;
	}
	
h1.title {
	font-size: 21px;
	color: #039;
	font-weight: bold;
	margin: 40px 0 10px 0;
	}
	
.column1 p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-weight: normal;
	margin: 0 0 10px 0;
	}
	
.column1 li {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-weight: normal;
	margin: 0;
	}
	
.column1 .paraBold {
	font-weight: bold;
	}

.earthDayTable {
	border-top:gray 1px solid;
	border-left:gray 1px solid;
}
.earthDayTable td {
	border-right:gray 1px solid;
	border-bottom:gray 1px solid;
}
	
.londondrugs {
	width: 100%;
	height: 50px;
	background-image: url(images/londondrugs.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 10px 0;
	}
	
#ld a {
	position: relative;
	width: 120px;
	height: 50px;
	top: 0; 
	text-decoration: none;
	}

#ld a i { 
	visibility: hidden;
	}
	
.powersmart {
	width: 100%;
	height: 50px;
	background-image: url(images/powersmart.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 10px 0;
	}
	
#ps a {
	position: relative;
	width: 120px;
	height: 50px;
	top: 0; 
	text-decoration: none;
	}

#ps a i { 
	visibility: hidden;
	}
	
	
/* right column
----------------------------------------------- */

#rightcol {
	width: 190px;
	float: left;
	padding-left: 0;
	padding-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	}



.column2 {
	width: 190px;
	height: 100%;
	text-align: left;
	background: #a1cb39;
	margin: 0 0 10px 0;
	padding: 20px 0 200px 0;
	}
	
.column2 p {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	margin: 20px 10px 10px 6px;
}
	

/* menu
----------------------------------------------- */

.buttonscontainer {
	width: 190px;
	margin-bottom:30px;
	}

.buttons a {
	color: #fff;
	background-color: #a1cb39;
	padding: 4px;
	padding-left: 6px;
	display: block;
	border-bottom: 1px solid #fff;
	font: 14px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

.buttons a:hover {
	background-color: #fff;
	color: #039;
	text-decoration: none;
	}

.label {
	width: 190px;
	height: 139px;
	background-image: url(images/greendeal_label.gif);
	background-repeat: no-repeat;
	}
	
.trailerTrashed {
	width:150px;
	height:115px;
	margin:20px auto;
}
	
	
/* footer
----------------------------------------------- */

.footer {
	margin: 0 auto;
	position: relative;
	border-top: 10px solid #fff;
	width: 100%;
	clear: both;
	height: 40px;
	color: #fff;
	background: #a1cb39;
	text-align: center;
	}
	
.footer p {
	margin: 10px;
	}



.clearfooter {
	clear: both;
	height: 40px;
	}




/* accordian
----------------------------------------------- */
#accordionApp {
	width: 485px;
	border: 0px solid #333;
	border-top: none;
	margin: 0;
	padding: 0;
}
	
.accordion {
	width: 485px;
	/* font:12px Verdana,Arial; color:#333*/
	}
	
.accordion dt {
	width: 485px;
	padding: 4px 6px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background-color: #a1cb39;
	background-position: right center; 
	background-repeat: no-repeat; 
	color: #fff;
	border-top: 1px solid #fff;
	}
	
.accordion dt:hover {
	background-color: #ddd;
	cursor: pointer;
	color: #039;
	}
	
.accordion .open {
	background-color: #039;
	}
	
.accordion dd {
	overflow: hidden;
	background:#fff;
	}
	
.accordion div {
	display:block;
	width: 485px;
	border-top: none;
	margin-top: 10px;
	padding: 1px;
	margin-bottom: 20px;
	}

.accordion h4 {
	font-size: 15px;
	color: #039;
	font-weight: bold;
	margin: 5px 0 10px 0;
	}
	
	dl#slider a {
		text-decoration:none;
	}
	
	dl#slider a:hover h4 {
		text-decoration: underline;
		color: #777;
	}

	