/* ----------------------------------------------- 
	Enbridge 2008 AR Stylesheet
	Author: Justin Luk & Milan Mitranic
	Company: Karo Group
	Updated on: March 24 2009
	
	SECTIONS (Find using '='):
	=GLOBAL RESET
	=BASIC ELEMENTS
	=WRAPPER
	=CONTAINER
	=HEADER
	=UTILITY
	=NAV
	=MAIN
	=CONTENT-WRAPPER
	=SIDEBAR
	=FOOTER
	=CLASSES	
	
-------------------------------------------------- */

/* ----------------------------------------------- 
	=GLOBAL RESET 
   ----------------------------------------------- */
* { margin: 0; padding: 0; }
a { outline: 0; }
/* ----------------------------------------------- 
	=BASIC ELEMENTS
   ----------------------------------------------- */
.to-do {
	font-size: 16px;
	color: red;
	background: pink;
	padding: 20px;
}
body {
	background: #86888b url(../img/body-bg.gif) repeat 3px 6px;
	color: #4d4d4d;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
p {	margin-bottom: 14px; }
a {
	text-decoration: underline;
	color: #4d4d4d;
}
a:hover {	color: #375BA8; }
h1 {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 18px;
	color: #73AFB6;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	color: #73AFB6;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #73AFB6;
}
h4 {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #73AFB6;
}
img { border: 0; }
strong {
	/* color: #939091; */
	font-weight: bolder;
}
table {
	width: 100%;
	margin-bottom: 14px;
	border-collapse: collapse;
	border-bottom: 2px solid #b2b2b2;
}
tr {
	
}
th {
	text-align: left;
	padding-bottom: 2px;
	font-weight: 400;
	padding: 3px 5px;
}
td {
	padding: 3px 5px;
	vertical-align: top;
}
.indent1,
td.indent1 { padding-left: 16px; }
.indent2,
td.indent2 { padding-left: 32px; }
tr.separator td { border-top: 1px solid #b2b2b2; }
tr.separator-thick td { border-top: 2px solid #b2b2b2; }
table p {	margin: 0px; }
table strong { 
	font-weight: 700; 
}
tr.line td,
tr.line th {
	border-bottom: 1px solid #b2b2b2;
}
tr.thick-line td,
tr.thick-line th {
	border-bottom: 2px solid #b2b2b2;
}

sub,
sup {
	font-size: 9px;
	line-height: 0.85em;
}

sub {
	vertical-align: text-bottom;
	top: 0.2em;
}

sup {
	vertical-align: text-top;
	bottom: 0.2em;
}


/* ----------------------------------------------- 
	=WRAPPER
   ----------------------------------------------- */
#wrapper {
	background: transparent url(../img/wrapper-bg.jpg) repeat-x 0px 0;
	padding-bottom: 50px;
	min-height:689px;
}
/* ----------------------------------------------- 
	=CONTAINER
   ----------------------------------------------- */
#container {
	width: 738px;
	padding-right: 34px;
	margin: 0 auto;
	background: #C1CC23;
	border-right: 1px solid #abb1b9;
	position: relative;
}
#container #logo { 
	position: absolute; 
	right: 0;
}
#container #logo h1 a {
	background: #C1CC23 url(../img/enb-logo.gif) no-repeat;
	text-indent: -50000px;
	display: block;
	width: 34px;
	height: 315px;
}
/* ----------------------------------------------- 
	=HEADER
   ----------------------------------------------- */
#header { 
	height: 102px;
	background: transparent url(../img/header-bg.gif) repeat-x;
	border-left: 1px solid #797777;
}



/* ----------------------------------------------- 
	=UTILITY
   ----------------------------------------------- */
#utility {
	background: #767474;
	color: #0B0204;
	height: 19px;
	border-right: 1px solid #625f5f;
	position: relative;
	overflow: hidden;
}
#utility a { outline: 0; }
#utility-front-sections,
#utility-nav {
	list-style: none;
	font-size: 9px;
}
#utility-front-sections { float: left; }
#utility-nav { float: right; }

#utility-front-sections li,
#utility-nav li { 
	float: left;
	list-style: none;
}
#utility-front-sections li.last,
#utility-nav li.last { margin-right: 0; }

#utility-front-sections a,
#utility-nav a {
	display: block;
	color: #B7B5B5;
	text-decoration: none;
	text-indent: -50000px;
	padding: 0;
	overflow: hidden;
}
#utility-front-sections li#stable-businesses a {
	background: transparent url(../img/stable-businesses.gif) no-repeat;
	width: 125px;
	height: 19px;
}
#utility-front-sections li#reliable-results a {
	background: transparent url(../img/reliable-results.gif) no-repeat;
	width: 118px;
	height: 19px;
}
#utility-front-sections li#green-power a {
	background: transparent url(../img/green-power.gif) no-repeat;
	width: 93px;
	height: 19px;
}
#utility-nav li#ar-home a {
	background: transparent url(../img/ar-home.gif) no-repeat;
	width: 132px;
	height: 19px;
}
#utility-nav li#downloads a {
	background: transparent url(../img/downloads.gif) no-repeat;
	width: 79px;
	height: 19px;
}
#utility-nav li#contact a {
	background: transparent url(../img/contact.gif) no-repeat;
	width: 64px;
	height: 19px;
}
#utility-nav li#ar-home a:hover,
#utility-nav li#downloads a:hover,
#utility-nav li#contact a:hover,
#utility-front-sections li#stable-businesses a:hover,
#utility-front-sections li#reliable-results a:hover,
#utility-front-sections li#green-power a:hover,
#utility-nav li#ar-home.selected a,
#utility-nav li#downloads.selected a,
#utility-nav li#contact.selected a,
#utility-front-sections li#stable-businesses.selected a,
#utility-front-sections li#reliable-results.selected a,
#utility-front-sections li#green-power.selected a { background-position: 0 -19px; }

#utility-front-sections a:hover,
#utility-nav a:hover { color: #fff; }

/* ----------------------------------------------- 
	=NAV
   ----------------------------------------------- */
#nav {
	height: 50px;
	padding-left: 28px;
	font-size: 11px;
	background: #454242;
	padding-top: 33px;
	background: transparent url(../img/header-corner.gif) no-repeat right top;
}
#nav a:link,
#nav a:visited {
	color: #C3C2C2;
	text-decoration: none;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
	border-left: 1px solid #C3C2C2;
	padding: 0 10px 0px 15px;
	width: 80px;
}
#nav ul li.first {
	border: none;
	padding-left: 10px;
}
#nav ul li.last {	padding-right: 0px; }
#nav ul li a {
	display: block;
	height: 30px;
}
#nav li a:hover,
#nav #listMenuRoot .current a {	color: #C1CC23; }

#nav ul li ul {
	display: none; /* Hide second level nav for now */
}

#nav #nav-letter-to-shareholders { width: 76px; }
#nav #nav-operations-assets { width: 55px; }
#nav #nav-csr-corporate-governance { width: 93px; }
#nav #nav-managements-discussion-analysis { width: 123px; }
#nav #nav-financial-statements-notes { width: 110px; }
#nav #nav-supplementary-investor-information { width: 110px; }

#nav #nav-letter-to-shareholders.current a,
#nav #nav-operations-assets.current a,
#nav #nav-csr-corporate-governance.current a,
#nav #nav-managements-discussion-analysis.current a,
#nav #nav-financial-statements-notes.current a,
#nav #nav-supplementary-investor-information.current a { color: #C1CC23; }


/* -- Dropdown menu styles ---------- */
#flash-content {
} 
#listMenuRoot {
	position: absolute;
	z-index: 100;
}
#listMenuRoot ul {
	position: absolute;
	display: block;
	margin-left: -10px;
	background: none;
	list-style-type: none;
	width: 170px;
}
#nav #listMenuRoot li.first {
	padding-left: 0;
}
#listMenuRoot li.last ul {
	margin-left: -42px;
}
#listMenuRoot ul li {
	float: left;
	clear: left;
	display: block;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	border: 0px;
	border-bottom: 1px solid #B1B0B0;
	background: #F1EEE8;
	overflow: hidden;
}
#listMenuRoot ul li.first {
	margin-top: 6px;
	padding-left: auto;
	border-bottom: 1px solid #B1B0B0;
}
#listMenuRoot ul li.last {
	padding-right: auto;
	border-bottom: 0px;
}
#listMenuRoot ul li a {
	height: 1%;
}
#nav #listMenuRoot li.current ul li a {
	color: #4F4026;
}
#nav #listMenuRoot li.current ul li a:hover,
#nav #listMenuRoot li.current ul li.current a { 
	color: #375BA8;
}

/* ----------------------------------------------- 
	=MAIN
   ----------------------------------------------- */
#main {
		/*position: relative;*/
	/*	width: 736px;*/
		min-height: 471px;
		/*padding-bottom: 20px;*/
		background: #fff;
		border-left: 1px solid #494646;
		border-right: 1px solid #797777;
		border-bottom: 6px solid #565454;
		padding: 0 0 30px 0;
		line-height: 14px;
		overflow: hidden;
}
#home #main,
#front-book #main { padding-bottom: 0; }
#front-book #main { 
	height: 491px; 
	position: relative; 
	overflow: hidden; 
}
#front-book #main a { color: #fff; }
.front-book-content {
	color: #363333;	
	position: absolute;
	top: 0;
	right: 10px;
	width: 355px;
}
.front-book-content p.note {
	padding: 0pt 49px 0pt 49px; 
	margin-top: 25px; 
	font-size: 10px; 
	/*text-align: center;*/
}
#front-book .stable-businesses-section { background: #C1CC23; }
#front-book .reliable-results-section { background: #9093b5; }
#front-book .green-power-section { background: #72afb6; }
#front-book .stable-businesses-section #toggle-stable-businesses {
	display: block;
	position: absolute; 
	background: transparent url(../img/view-fwd-looking-info.gif);
	top: 420px;
	right: 73px;
	width: 200px;
	height: 6px;
	overflow: hidden;
	text-indent: -50000px;
}
#front-book .reliable-results-section #toggle-reliable-results {
	display: block;
	position: absolute; 
	background: transparent url(../img/reliable-results-view-chart.gif);
	top: 460px;
	right: 140px;
	width: 73px;
	height: 8px;
	overflow: hidden;
	text-indent: -50000px;
}
#front-book .green-power-section #toggle-green-power {
	display: block;
	position: absolute; 
	background: transparent url(../img/green-power-view-chart.gif);
	top: 460px;
	right: 140px;
	width: 73px;
	height: 8px;
	overflow: hidden;
	text-indent: -50000px;
}
#main ol {
	margin-bottom: 14px;
	padding-left: 2.5em;
}
#main ul {
	list-style-type: none;
	margin-bottom: 14px;
}
#main li { margin-bottom: 7px; }
#main ol li {
	
}
#main ul li {
	padding-left: 1.5em;
	background: url(../img/bullet.gif) 2px 5px no-repeat;
}
#main ul ul {
	margin-top: 7px;
	margin-bottom: 7px;
}
#main ul ul li {
	padding-left: 1.5em;
	background: url(../img/bulletLevel2.gif) 2px 7px no-repeat;
}
#main ul.no-bullet li {
	padding-left: 0px;
	background: none;
}

/* ----------------------------------------------- 
	=CONTENT-WRAPPER
   ----------------------------------------------- */
#content-wrapper {
	float: right;
	padding-top: 26px;
	margin-right: 20px;
	padding-left: 10px;
	width: 539px;
	padding-right: 0;
	padding-bottom: 20px;
	overflow: hidden;
}
#home #content-wrapper { /* -- Homepage style -- */
	width: 738px;
	margin-top: 0;
	padding: 0 0 20px 0;
	float: none;
}
#home #content-wrapper #highlights {
	padding: 25px 30px 0 24px;
	margin-right: 1px;
	position: relative;
}
#home #home-hero { border-bottom: 1px solid #686565; }

#home #content-wrapper #highlights h1,
#home #content-wrapper #highlights h2 { color: #696969; }
#home #content-wrapper #highlights h1 {	border-bottom: 1px solid #b8b8b8; }
#home #content-wrapper #operating-highlights { border-top: 1px solid #b8b8b8; }
#home #content-wrapper #operating-highlights .callout {
	width: 193px;
	float: right;
	padding: 18px 0 0 0;
	font-weight: 700;
	font-size: 15px;
	color: #7a7a7a;
	line-height: 19px;
}
#home #content-wrapper #operating-highlights-table {
	width: 453px;
	float: left;
	padding: 16px 16px 0 0;
	border-right: 1px solid #b8b8b8;
}

/* ----------------------------------------------- 
	=SIDEBAR
   ----------------------------------------------- */
#sidebar { 
	width: 158px;
/*	padding: 0 17px 0 17px; */
	float: left;
	font-size: 10px;
}
#sidebar a { text-decoration: none; }
#sidebar a:hover,
#sidebar li.current a,
#sidebar li.current a:hover,
#sidebar li.current li.current a,
#sidebar li.current li.current a:hover,
#sidebar li.current li.current li.current a,
#sidebar li.current li.current li.current a:hover {
	background: url(../img/sidenav-arrow.gif) 0 5px no-repeat;
	color: #C1CC23;
}
#sidebar li.current li a,
#sidebar li.current li.current li a {
	background: none;
	color: #939091;
}
#sidebar ul { 
	margin: 20px 0 0 17px;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d3d2d2;
	background: none;
}
	#sidebar ul li.first { border-top: none; }
	
	#sidebar ul li a {
		display: block;
		margin: 6px 0 6px 0;
		padding: 0 0 0 10px;
	}
#sidebar ul ul {
	margin: 0px;
	padding: 0px;
}
	#sidebar ul ul li {
		display: none; /* hide all 3rd level nav items */
		margin-left: 10px;
		padding: 0px;
		background: none;
	}
	#sidebar ul ul li a {
		padding: 0 0 0 10px;
	}
	#sidebar ul li.current li { /* display 3rd level nav items for the current open section */
		display: block;
	}
	#sidebar ul li li,
	#sidebar ul li li.last {
		border: none;
		padding: 0 inherit;
	}
	
/* ----------------------------------------------- 
	=FOOTER
   ----------------------------------------------- */
#footer {
	margin: 0;
	float: right;
	width: 558px;
	clear: both;
}
#footer p {
	margin: 0px;
}
#home #footer {
	top: -20px;
}
/* ----------------------------------------------- 
	=CLASSES
   ----------------------------------------------- */
.hide{ display: none; }
.section { display: none; }
.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; visibility: hidden; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.grey {	color: #939091; }
.table-head {
	color: #b2b2b2; 
	font-weight: 700;
}
.right {
	text-align: right;
}
.table-space { 
	padding-top: 30px;
}
.indent {
	padding-left: 12px;
}
.double-indent {
	padding-left: 24px;
}
.ruled {
	border-bottom: 1px solid #776441;
}
.ruled-top {
	padding-top: 1em;
	border-top: 1px solid #9d9b9c;
}

/* -- Chart styles ---------- */
.chart-head {
	color: #73afb6; 
	font-weight: 700;
	margin: 0px;
}
.chart-description {
	font-style: italic;
	margin-top: 12px;
}

/* -- Graph Styles ----------- */
.graph {
	margin-bottom: 15px;
}
.graph-heading {
	color: #ffa123;
	font-size: 12px;
	font-weight: 700;
	margin-top: 8px;
}
.graph-heading .sub-heading {
	color: #333;
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
}
.graph-heading .mice {
	color: #333;
	font-weight: 400;
}


/* -- Callout styles ---------- */
.callout1 {
	margin: 6px 0 14px 0;
	font-size: 10px;
	padding: 12px 0 12px 0;
	border-top: 1px solid #fdc470;
	border-bottom: 1px solid #fdc470;
	text-align: right;
}
.callout1 p {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.callout1 strong { color: #000; }
.callout1 .name {
	text-transform: uppercase;
	margin-bottom: 0px;
}
.callout1 .title {
	text-transform: none;
	margin-bottom: 14px;
}
.callout1 .last { margin-bottom: 0; }

.callout2 {
	float: right;
	width: 172px;
	padding: 0 6px 12px 20px;
	border-left: 1px solid #d3d2d2;
	font-size: 11px;
	color: #939091;
	margin-left: 30px;
}
#main .callout2 li {
	background: none;
	padding-left: 0;
}
.callout3 {
	border-bottom: 1px solid #d3d2d2; 
	margin-bottom: 17px; 
	padding-bottom: 10px;
}

.callout3 .callout-heading {
	text-transform: uppercase; 
	color: #939091; 
	margin-bottom: 5px; 
	font-weight: 700;
}
.callout3 img {
	float: left; 
	margin-right: 18px;
}
.callout4wrapper {
	background: #dfedee;
	padding: 8px 9px;
	zoom: 1;
	margin-bottom: 12px;
}
p.callout4 {
	border: 1px solid #fff;
	padding: 10px 15px;
	margin-bottom: 0;
}
.callout4 .heading { color: #444548; font-weight: 700; }
.mice {
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
}
.pageTop {

}
.pageTop a {
	color: #808080;
}
.pageTop a:hover {
	color: #375BA8;
}
.copyright {
	position: absolute;
	color: #fff;
	font-size: 9px;
	right: 0;
	margin-top: 6px;
}
#home .copyright {
	margin-top: 20px;
}
/* -- Image caption styles ---------- */
.caption {
	margin: 4px 0 0 0;
	line-height: 14px;
	color: #776441;
	font-style: italic;
}
/* -- Alternating Table Rows styles ---------- */
.alternating-rows {
	
}
.alternating-rows th, 
.alternating-rows td {
	padding: 3px 5px;
	background-color: #FDEFCA;
}
.alternating-rows th {
	color: #776441;
	background-color: #FFF;
}
.alternating-rows tr.odd td {
	background-color: #FFF;
}
/* -- Image aside ------------------- */
.image-aside {
	clear: both;
	margin-bottom: 1em;
}
.image-aside .left { 
	float: left;
	padding-right: 10px; 
}
.image-aside .right {
	float: right;
	padding-left: 10px; 
}
.image-left {
	float: left;
	padding-right: 10px;
}
.image-right {
	float: right;
	padding-left: 10px;
}
.image-head {
	font-size: 9px;
	color: #73afb6;
	margin-bottom: 18px;
}
