/* CSS Document */

/*  RESET   ====================================================  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html>body {
font-size: 16px; /* IE can’t read this - resets all browsers to 16px */
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.0;
	color: #000000;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	}


/* Layout        #################################################### */

#map {
	width: 800px;
	height: 600px;
}

#container {
	margin: 10px auto;
	width: 960px;
	background-color:#FFFFFF;
}

#banner {
}

#printBanner {
	display:none;
}

#menu {
	width:150px;
	float:left;
	margin: 0;
	margin-top:18px;
}

#content {
	width:800px;
	float:right;
	background-color:#FFFFFF;
	margin: 10px 0 0 0;
}

.clearer {
	clear:both;
	height:0;
}


#footer {
	background-color:#0068A4;
	color:#FFFFFF;
	text-align:center;
	margin-top:10px;
}

#footer p {
	padding: 5px 0;
	font-size: 81%;
}

#footer a {
	color:#FFFFFF;
}

/* Menu ############################################################ */

#menu h2 {
	margin: 20px 0 0 0;
	padding:4px;
	border:1px solid #333333;
	border-bottom:none;
	background-color:#666666;
	color:#FFFFFF;
	font-size: 81%;
	font-weight:bold;
}

#menu ul {
	margin: 0;
	padding:0;
	border:1px solid #CCCCCC;
	border-bottom:none;
}

#menu li {
	padding:0;
	border-bottom:1px solid #CCCCCC;
	background-position:1px 4px;
	background-repeat:no-repeat;
	background-color:#EDEDED;
	font-size: 81%;
	line-height:1.2;
}

/* 
   these apply mainly to the menu:
   #menu li 
   but are also used in the clusterBox display
*/

#menu span {
	display:block;
	background-position:1px 4px;
	background-repeat:no-repeat;
	padding: 4px 4px 4px 16px;
}
  
.all {background-image:url(../icons/pin-all.png);}
.ashp {background-image:url(../icons/pin-ashp.png);}
.bio {background-image:url(../icons/pin-bio.png);}
.biomass {background-image:url(../icons/pin-biomass.png);}
.chp {background-image:url(../icons/pin-chp.png);}
.efw {background-image:url(../icons/pin-efw.png);}
.gshp {background-image:url(../icons/pin-gshp.png);}
.lfg {background-image:url(../icons/pin-lfg.png);}
.onshore-wind {background-image:url(../icons/pin-onshore-wind.png);}
.sewage-gas {background-image:url(../icons/pin-sewage-gas.png);}
.small-hydro {background-image:url(../icons/pin-small-hydro.png);}
.solar-pv {background-image:url(../icons/pin-solar-pv.png);}
.solar-thermal {background-image:url(../icons/pin-solar-thermal.png);}
.wshp {background-image:url(../icons/pin-wshp.png);}

#menu li#current-tech, #menu li#current-type {
	padding: 0;
	background-color:#FDE64B;
}

#menu li a {
	display:block;
	text-decoration:none;
	padding: 0;
	color:#000000;
}

#menu li a:hover {
	background-color:#FFFFFF;
}


/* tabs ############################################################ */

#tabs {
}

#tabs li {
	float:left;
	border:1px solid #CCCCCC;
	border-bottom:none;
	margin-right: 10px;
	font-weight:bold;
	font-size: 100%;
	line-height:1.2;
}

#tabs li#current-disp {
	padding:4px 20px;
	background-color:#FDE64B;
	border-color: #FDE64B;
}

#tabs li a {
	display: block;
	text-decoration:none;
	padding: 4px 20px;
	background-color:#EDEDED;
	color:#000000;
}


p.message {
	font-weight:bold;
	padding: 4px 20px;
	background-color:#FDE64B;
}

	
/* map bubbles #################################################### */


.bubbleBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;
	color: #000066;
	padding-left:71px;
	margin: 0 0 8px 0;
	background-repeat:no-repeat;
	line-height:1.2;
}

.clusterBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81%;
	line-height:1.2;
}

.clusterBox ul {
	padding: 0;
	margin:0;
}

.clusterBox li {
	background-repeat:no-repeat;
	padding: 2px 0px 2px 16px;
	margin:0;
}




	
/* Accessibility #################################################### */
em {font-style: italic;}
strong {font-weight: bold;}


/* Print styles #################################################### */
@media print {

body {
	padding: 0; 
	margin: 10px; 
	color: #000000;
	background-color:#FFFFFF; 
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#content {
	width:auto;
	float:none;
	margin: 0;
}
	
#footer, #footer p, #footer a {
	color: #000000;
	background-color:#FFFFFF; 
	}
	
#map {
	width:600px;
	height:600px;
}

p.message {
	font-weight:bold;
	padding: 10px 0px;
	background-color:#FFFFFF;
}
	
#container {
	margin: 0;
	width: auto;
	background-color:#FFFFFF;
}

#menu, #tabs, #banner, #banner img {
	display:none;
	height:0;
	width:0;
	line-height:0;
	overflow:hidden;
	}
	
#printBanner {
	display:block;
}


}
