/* ----------------------------------------------- 
	Enbridge 2007 AR Stylesheet
	Author: Justin Luk & Milan Mitranic
	Company: Karo Group
	Updated on: February 29 2008
	
	SECTIONS (Find using '='):
	=GLOBAL RESET
	=BASIC ELEMENTS
	=WRAPPER
	=HEADER
	=TOP-NAV
	=NAV
	=MAIN
	=CONTENT-WRAPPER
	=SIDEBAR
	=FOOTER
	=CLASSES	
	
-------------------------------------------------- */

/* ----------------------------------------------- 
	=GLOBAL RESET 
   ----------------------------------------------- */
* { margin: 0; padding: 0; }

/* ----------------------------------------------- 
	=BASIC ELEMENTS
   ----------------------------------------------- */
body {
	background-color: #f0f0dc;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
p {	margin-top: 14px; }
a {
	text-decoration: underline;
	color: #333;
}
a:hover {	color: #de8a24; }
blockquote {
	font-size: 13px;
	line-height: 16px;
	color: #776441;
	margin-top: 14px;
	font-style: italic;
}
h1 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #375ba8;
	text-transform: uppercase;
}
h2 {
	margin-top: 14px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	color: #776441;
	text-transform: uppercase;
}
h3 {
	margin-top: 14px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	color: #776441;
	text-transform: uppercase;
}
h4 {
	margin-top: 14px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	color: #776441;
}
img { border: 0; }
strong {
	color: #776441;
	font-weight: 700;
}
table {
	width: 100%;
	margin-top: 14px;
}
tr {
	
}
th {
	text-align: left;
	padding-bottom: 2px;
	font-weight: 400;
}
td {
	padding: 3px 0;
	vertical-align: top;
}
table p {	margin: 0px; }
table strong { 
	font-weight: 700;
	color: #333; 
}
tr.line td,
tr.line th {
	border-bottom: 1px solid #c0b49f;
	vertical-align: bottom;
}

/* ----------------------------------------------- 
	=WRAPPER
   ----------------------------------------------- */
#wrapper {
	width: 740px;
	padding: 10px 10px 0 10px;
	margin: 0 auto;
	background-color: #FFF;
}

/* ----------------------------------------------- 
	=HEADER
   ----------------------------------------------- */
#header #logo {	margin-left: 10px; }

/* ----------------------------------------------- 
	=TOP-NAV
   ----------------------------------------------- */
#top-nav {
	list-style: none;
	float: right; 
	color: #808080;
	font-size: 9px;
	margin-right: 10px;
}
#top-nav li { 
	float: left;
	margin-right: 3px; 
}
#top-nav a {
	color: #808080;
	text-decoration: none;
}
#top-nav a:hover {
	color: #333;
}

/* ----------------------------------------------- 
	=NAV
   ----------------------------------------------- */
#nav {
	width: 100%;
	margin: 20px 0 0px 0;
	padding-bottom: 4px;
	height: 32px;
	font-size: 12px;
}
#nav a:link,
#nav a:visited {
	color: #776441;
	text-decoration: none;
}
#nav ul {	list-style: none; }
	#nav ul li {
		float: left;
		background: #f4ce64;
		border-right: 1px solid #fff;
		color: #fff;
		overflow: hidden;
		
		padding-top: 1px;
	}
		#nav ul li.first {}
		#nav ul li.last { border: none; }
		#nav ul li a,
		#nav ul li.current a,
		#nav ul li a:hover {
				display: block;
				padding: 1px 10px 0px 15px;
				height: 30px;
			}
		#nav ul li.current a,
		#nav ul li a:hover {
			background: #f6AA1e; 
			color: #fff;
		}
	#nav ul li ul {
		display: none; /* Hide second level nav for now */
	}
#nav #nav-letter-to-unitholders { width: 122px; }
#nav #nav-operations-review { width: 100px; }
#nav #nav-managements-discussion-analysis { width: 155px; }
#nav #nav-financial-statements-notes { width: 142px; }
#nav #nav-corporate-governance { width: 105px; }
#nav #nav-unitholder-investor-info { width: 110px; }

#nav #nav-letter-to-unitholders.current a,
#nav #nav-operations-review.current a,
#nav #nav-managements-discussion-analysis.current a,
#nav #nav-financial-reports-notes.current a,
#nav #nav-corporate-governance.current a,
#nav #nav-unitholder-investor-info.current a { color: #fff; }

/* -- Dropdown menu styles ---------- */
#listMenuRoot {
	
}
#listMenuRoot ul {
	position: absolute;
	z-index: 10;
	display: block;
	margin-left: -10px;
	background: none;
	list-style-type: none;
}
#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;
}
#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%;
}
#listMenuRoot li.current ul li a {
	color: #4F4026;
}
#listMenuRoot li.current ul li a:hover,
#listMenuRoot li.current ul li.current a { 
	color: #375BA8;
}

/* ----------------------------------------------- 
	=MAIN
   ----------------------------------------------- */
#main {
	position: relative;
	width: 100%;
	margin-top: 20px;
	background: #FFF url(../img/main-bg.gif) repeat-y;
	padding-bottom: 8px;
}
#main ol {
	margin-top: 14px;
	padding-left: 2.5em;
}
#main ul {
	list-style-type: none;
	margin-top: 14px;
}
#main li { margin-bottom: 7px; }
#main ol li {
	
}
#main ul li {
	padding-left: 1.5em;
	background: url(../img/bullet.gif) 2px 6px 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 {
	width: 528px;
	float: right;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 2em;
}
#home #main { background: none; }
#home #content-wrapper { /* -- Homepage style -- */
	width: 738px;
	margin-top: 0;
	margin-left: 1px;
	float: none;
	padding: 0;
}
/* ----------------------------------------------- 
	=SIDEBAR
   ----------------------------------------------- */
#sidebar {
	width: 182px;
	float: left;
}
#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) 10px 9px no-repeat;
	color: #de8a24;
}
#sidebar li.current li a,
#sidebar li.current li.current li a {
	background: none;
	color: #4f4026;
}
#sidebar ul { 
	margin: 0;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px 16px 0px 0px;
	background: none;
}	
	#sidebar ul li a {
		display: block;
		margin: 0px;
		padding: 4px 0px 4px 20px;
		height: 1%;
	}
#sidebar ul ul {
	margin: 0px;
	padding: 0px;
}
	#sidebar ul ul li {
		display: none; /* hide all 3rd level nav items */
		margin-left: 20px;
		padding: 0px;
		background: none;
	}
	#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 {
	width: 760px;
	margin: 0 auto 15px auto;
	display: block;
	padding: 3px 0px 5px 0px;
	color: #776441;
	text-align: right;
	font-size: 9px;
	clear: both;
}
#footer p {
	margin: 0;
}
/* ----------------------------------------------- 
	=CLASSES
   ----------------------------------------------- */
.hide{ display: none; }
.section { display: none; }
.clear { clear: both; font-size: 0px; height: 0px; visibility: hidden; }
.table-head {
	color: #776441; 
	font-weight: 700;
}
.table-space { 
	padding-top: 30px;
}
.indent {
	padding-left: 12px;
}
.double-indent {
	padding-left: 24px;
}
.ruled {
	padding-top: 14px;
	border-top: 1px solid #9D9B9C;
}
.rule-bottom {
	padding-bottom: 14px;
	border-bottom: 1px solid #9D9B9C;
}

/* -- Chart styles ---------- */
.chart-head {
	color: #375BA8; 
	font-weight: 700;
	margin: 0px;
}
.chart-description {
	font-style: italic;
	margin-top: 12px;
}

/* -- Callout styles ---------- */
.callout1 {
	margin-top: 14px;
	font-size: 13px;
	line-height: 16px;
	color: #375BA8;
}
.callout1-note {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	color: #375BA8;
}
.callout2 {
	margin-top: 14px;
	font-size: 13px;
	line-height: 16px;
	color: #776441;
}
.mice {
	margin-top: 1px;
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
}
.brown {
	color: #776441;
}
.pageTop {
	display: block;
	clear: both;
	margin-left: 202px;
	line-height: 11px;
}
.pageTop a {
	color: #808080;
}
.pageTop a:hover {
	color: #375BA8;
}
/* -- Image caption styles ---------- */
.caption {
	margin: 4px 0 0 0;
	line-height: 14px;
	color: #776441;
	font-style: italic;
}
/* -- Two-column layout styles ---------- */
.two-column {
	background: url(../img/sidebar-rule-background.gif) repeat-y 356px 0px;
	height: 1%;
	clear: both;
}
.two-column:after { 
	content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}

/* -- Left column styles ---------- */
.left-column {
	width: 336px;
}

/* -- Right column styles ---------- */
.right-column {
	position: relative;
	display: inline;
	float: right;
	width: 172px;
}
* html .right-column { /* -- IE 6 Hack ------ */
	margin-right: -23px;
}
.right-column-item {
	border-bottom: 1px solid #4F4026;
	margin-bottom: 40px;
	width: 152px;
}
.right-column h2 {
	position: relative;
	/*top: -0.2em;*/
	margin: 0 0 0 0;
	font-size: 50px;
	line-height: 1em;
	font-weight: bold;
	text-transform: none;
	color: #776441;
}
.right-column h2.blue {
	color: #375BA8;
}
.right-column h2 sup {
	position: relative;
	margin: 0;
	top: 0.2em;
	vertical-align: text-top;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
}
/* -- 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;
}

/* -- Administrators and Trustees Table & photos styles ------ */
.administrator-table th { 
	background: #dce5f3; 
	color: #776441;
	padding: 5px 8px;
	border-top: 1px solid #776441;
	border-bottom: 1px solid #776441;
}
.administrator-table td {
	color: #333;
	padding: 5px 8px;
	border-bottom: 1px solid #776441;
}

.administrator-photos div {
	float: left;
	margin-left: 10px;
	width: 96px;
}
.administrator-photos .mice {
	margin: 0;
}
/* -- Image aside ------------------- */
.image-aside {
	clear: both;
	margin-top: 20px;
}
* html .image-aside { margin-bottom: 0; } /* -- IE6 Hack -- */
.image-aside img.left { 
	float: left;
	padding-right: 10px; 
}
.image-aside img.right {
	float: right;
	padding-left: 10px; 
}
.image-aside p {
	margin: 0;
}
/* -- Homepage styles ------------------- */
#home #highlights {
	position: relative;
	top: -80px;
	left: -1px;
	width: 720px;
	margin: -80px 0px 0px 0px;
	padding: 1em 10px 0px 10px;
	background: #FFF;
}
#home a.view-highlights {
	position: absolute;
	padding: 2px 4px;
	background-color: #F7BA2F;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	top: 222px;
	right: 466px;
	text-align: right;
}
#home a.view-highlights:hover {
	background-color: #F59700;
}