/* Guernsey Electricity Main Template Stylesheet */


/* ------------------- Body and Font Definitions ------------------------- */

html { margin: 0; padding: 0; }

body {
	margin: 0; 
	padding: 0; 
	width: 100%;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;  
}

a { text-decoration: none; }
a img {	border: 0;}			/* removes the border and normal link effects applied to an image */
p, h2, pre { margin: 0px; padding: 0; }		/* If vertical margin is applied here, browsers may vary. */

pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

#mainnav {
	display: none;
}

.leftmenu {
	display: none;
}

/* not used for now */
.third-col { 
	display: none;
}

#icons {
	display: none;
}

.crumb {
	color: #666666;
	text-transform: capitalize;
}

#footer {
	text-transform: capitalize;
	color: #6C6C6C;
	border-top: 1px dashed #6C6C6C;
}

.legal { float: right; margin-right: .8em; }
.copyright { float: left; }
.legal a { text-decoration: none; color: #666666; }
.legal a:hover { text-decoration: underline; color: #666666; }


