/* CSS for Cornwall Power */

body {
	color:#000000;
	background-color:#ECECEC;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:87.5%;
	margin-top:20px;
	}


#page {  /* Extended in home template to add bg image */
	margin: 0 auto 0 auto;
	width:760px;
	background-color: #FFFFFF;
	border:1px solid #4E4E4E;
	text-align:left;
	position:relative;
	}

#content {
	margin: 0 30px 20px 0;	
	}
	
#banner {
	border-bottom: 5px solid #0146ae;
	margin-bottom: 25px;
	}
	
/* MENU STYLES ###### */
	
#menu {
	width:190px;
	float: left;
	margin-top:48px;
	}
	
#menu ul {
	list-style-type:none;
	margin: 0 0 20px 0;
	padding:0;
	}
	
#menu li {
	margin:0;
	padding:0;
	border-bottom: 1px solid #D3D3D3;
	}
	
#menu li a {
	color:#000000;
	background-color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding: 4px 20px 4px 10px;
	font-size:1.1em;
	}

#menu li.current a {
	background-image:url(../i/bg-menu-arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
	
#menu li.menudepth0 a { font-weight:bold;}
#menu li.menudepth1 a { padding-left:20px;}

#menu li a:hover {
	color:#000000;
	background-color:#EDEDED;
	}
	
#menu p {
	color:#666666;
	background-color:#FFFFFF;
	font-size:0.9em;
	margin: 5px 10px;
	}
	
/* END MENU ###### */

#homelink {
	position:absolute;
	top: 103px;
	left:0px;
}

#homelink a {
	color:#666666;
	background-color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding: 4px 20px 4px 10px;
	font-size:1.1em;
	font-weight:bold;
}
	
#text { /* Extended in home template to add top padding */
	width:510px;
	float:right;
	}
	
#text p {
	line-height: 150%;
	margin: 1em 0 1em 0;
	}
	
#text ul {
	margin: 0 0 0 1.1em;
	padding: 0;
	}
	
#text ul li {
	line-height: 150%;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	}
	
#clearer {
	clear:both;
	margin:0;
	padding:0;
	height:0;	
	}
	
#footer {
	margin:0;
	padding:0;
	}
	
#footer p {
	font-size: 0.9em;
	margin-top: 10px;
	color:#4D4D4D;
	background-color:#E9e9e9;
	}
		
h1, h2 {
	color: #0146ae;
	background-color:#FFFFFF;
	}
	
h1 {
	font-size:1.6em;
	margin: 0 0 1em 0;
	}
	
h2 {
	font-size:1.2em;
	margin: 2em 0 1em 0;
	}
	
h3 {
	font-size:1.1em;
	margin: 1em 0 0 0;
	}
	
img.right {
	float:right;
	padding: 5px 0 5px 10px;
	}
	
/* Sitemap styling */

#text #sitemap ul li {
	line-height: 120%;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	}

#text #sitemap {
	margin-top: 30px;
	margin-left: 0px;
	}

#text #sitemap ul {
	list-style-type:none;
	}

#text #sitemap a:link, #sitemap a:visited, #sitemap a:active {
	text-decoration: none;
	}

#text #sitemap a:hover {
	text-decoration: underline;
	}

#text #sitemap ul li {
	font-weight: bold;
	margin-top: 0px;
	margin-left:2em;
	}

#text #sitemap ul ul li {
	font-weight: normal;
	margin-top: 0px;
	}

#text #sitemap ul ul ul li {
	font-weight: normal;
	margin-top: 0px;
	}
	
/* small for disclaimers */
	
address {
	font-size: 0.85em;
	color:#333333;
	font-weight: normal;
	font-style:normal;
	margin-bottom:10px;
	}
	
		
/* PHOTO CAPTIONS WITH ADDRESS TAG ===== */

addressOLD {
	font-weight: normal;
	font-style:normal;
	font-size: 0.9em;
	color:#666666;
	margin-top:-10px;
	margin-right:0px;
	padding:0px 120px 4px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
