@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#79a url("/econovascotia/imgs/79a-bg.jpg") repeat-y scroll center center;	
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
}

.Ecotrust #container { 
	background:transparent; /* url("/econovascotia/imgs/bg_container.png") repeat-y 0 0; */
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 10px 10px;
	text-align:left; /* this overrides the text-align:center on the body element. */
	width:760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.Ecotrust #container h1, 
.Ecotrust #container h2, 
.Ecotrust #container h3 {
margin:0 0 1.2em;
}

.Ecotrust #container h1 {
	font-size:1.8em;
	font-weight:normal;
}
.Ecotrust #container h2 {
	font-size:1.4em;
	font-weight:normal;
}
.Ecotrust #container h3 {
	font-size:1.2em;
}
.Ecotrust #container p, .Ecotrust #container ul {
	font-size:1.1em;
	line-height:1.4em;
}
.Ecotrust #mainContent p { 
	margin:0 0 1.8em;
	padding:0;
}

/* */ 

a {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}

.Ecotrust #header { 
background: url("/econovascotia/imgs/wavebanner3.png") no-repeat scroll 0 0 transparent;
height:94px;
margin:0;
/*display:none; */
}

.Ecotrust #header a:link, .Ecotrust #header a:visited {
color:#555;
font-size:11px;
font-weight:normal;
position:relative;
float:right;
right:0;
text-decoration:none;
top:10px;
}

.Ecotrust #header a:hover {
text-decoration:underline;
}
.Ecotrust #header a:active {}

/*
.Ecotrust #header {
	background:#79a;
	border-top:3px solid #333;
	height:50px; 
	margin:0;
	padding:0;  
	text-align:left;
}
*//* 20px left-padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */


.Ecotrust #headerGov {
	color:#eee;
	float:left;
	font:normal 0.8em/1.4em tahoma,helvetica,sans-serif;
	padding-top:30px;
	width:45%;
}
.Ecotrust #headerGov a { color:#eee; text-decoration:underline; }
.Ecotrust #headerGov a:visited { }
.Ecotrust #headerGov a:hover { text-decoration:none; }
.Ecotrust #headerGov a:active { text-decoration:underline; }

/* */

.Ecotrust #headerHome, 
.Ecotrust #headerMunicipal, 
.Ecotrust #headerETP,
.Ecotrust #headerForms,
.Ecotrust #headerNews, 
.Ecotrust #headerProjects,
.Ecotrust #headerContact {
	color:#eee;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	margin:0;
	padding-top:16px;
	text-align:right;
	width:55%;
}

/*
.Ecotrust #headerHome { color:#d17800; }
.Ecotrust #headerMunicipal { color:#00829e; }
.Ecotrust #headerETP { color:#502354; }
.Ecotrust #headerForms { color:#bb202a; }
.Ecotrust #headerNews { color:#22772c; }
.Ecotrust #headerProjects { color:#0167b1; }
.Ecotrust #headerContact { color:#2A5B62; }
*/

/* */

.Ecotrust #header2 { 
	background:#fff;
	margin:0;
	padding:0 0 10px;
	height:175px;
	/* padding:0 10px 0 20px; */ 	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}  
.Ecotrust #header h1 {
	margin:0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.Ecotrust #sidebar {
	background:transparent;
	float:left; /* since this element is floated, a width must be given */
	width:180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* padding:0px 10px 0px 20px;*/
}
.Ecotrust #sideNav1, #sideNav2, #sideNav3, #sideNav4, #sideNav5 {
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	width:180px;
}
.Ecotrust #sideNav1 { /* background:url(imgs/Ecotrust_sidenav_01.jpg) no-repeat; */ }
.Ecotrust #sideNav2 { /* background:url(imgs/Ecotrust_sidenav_02.jpg) no-repeat; */ }
.Ecotrust #sideNav3 { /* background:url(imgs/Ecotrust_sidenav_03.jpg) no-repeat; */ }
.Ecotrust #sideNav4 { /* background:url(imgs/Ecotrust_sidenav_04.jpg) no-repeat; */ }
.Ecotrust #sideNav5 { /* background:url(imgs/Ecotrust_sidenav_05.jpg) no-repeat; */ }

.Ecotrust #sideNav1 div, #sideNav2 div, #sideNav3 div, #sideNav4 div, #sideNav5 div {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:17px;
	padding-left:25px;
}
.Ecotrust #mainContent { 
	background:transparent;
	border-top:1px solid #f0f0f0;
	margin:0 0 0 191px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* ~ */

.Ecotrust #mainContent ul {
	margin:0 0 1.6em 1.2em;
	padding:0;
}
.Ecotrust #mainContent li {
	list-style:circle;
	padding:0 0 0.5em 0.8em;
}

/* ~ unordered list with no indent, no bullet */

.Ecotrust #mainContent ul.noindent {
	list-style-type:none;
	margin:0 0 1.6em;
	padding:0;
}
.Ecotrust #mainContent ul.noindent li {
	list-style-type:none;
	padding:0 0 0.5em 0;
}

/* */ 

#category1, #category2, #category3 {
	text-decoration:none;
}

.Ecotrust #back2top {
	float:right;
	font:normal 0.9em/1.4 "Tahoma","Verdana","Helvetica",sans-serif;
	padding:1.5em;
	text-align:right;
}
.Ecotrust .top {
	float:right;
	font:normal 0.9em/1.4 "Tahoma","Verdana","Helvetica",sans-serif;
	padding:1.5em;
	text-align:right;
}

/* */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float:right;
	margin-left:8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float:left;
	margin-right:8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* Tables 
----------------------------------------------------- */

#mainContent table {
background:#fff;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-collapse:collapse;
margin:0 0 2em;
padding:0;
}

#mainContent caption {
font-weight:bold;
margin:0;
padding:0 0 1em;
text-align:left;
}

#mainContent th, td {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
margin:0;
padding:8px;
}

#mainContent th {
background:#e0e0e0;
}

#mainContent td a { font-weight:normal; }
#mainContent td a:link { color:blue; text-decoration:underline; }
#mainContent td a:visited { color:purple; }
#mainContent td a:hover { text-decoration:none; }
#mainContent td a:active { color:red; }

#mainContent td.icon {
text-align:center;
}


/* jQuery
----------------------------------------------------- */

#mainContent .show {
float:right;
width:100%;
margin:1em 0;
padding:0;
}

#mainContent .show h3 {
background:#eee url("/ecoNovaScotia/imgs/bg.h3.png") repeat-x 0 100%;
border-bottom:1px solid #D7DDDF;
cursor:pointer;
font:normal 1.2em/1.4em verdana, sans-serif;
margin:0 0 10px 0;
padding:.25em 0 .25em 10px;
}

#mainContent .show div { margin:0.5em 0; }

/* Notice 
----------------------------------------------------- */

.Ecotrust #mainContent #notice {
	background:#fff url(../imgs/bg_notice.png) no-repeat 100% 100%;
	border:1px solid #ccc;
	margin:0 0 1.8em;
	padding:1.0em 1.0em;
}
.Ecotrust #mainContent #notice h2 {
	color:#000;
	font:bold 1.1em/1.6 "Tahoma",sans-serif;
	margin:0 0 1em;
	padding:0;
}
.Ecotrust #mainContent #notice ul {
	margin:0.8em 0 0.8em 1.3em;
	padding:0;
}
.Ecotrust #mainContent #notice li {
	margin:0;
	padding:0 0 0.2em 0.5em;
}
.Ecotrust #mainContent #notice p {
	font:normal 0.9em/1.8em "Tahoma","Verdana","Helvetica",sans-serif;
	margin:0 0 1em;
	padding:0;
}
.Ecotrust #mainContent #notice a:link { color:#00f; text-decoration:underline; }
.Ecotrust #mainContent #notice a:visited { color:#606; }
.Ecotrust #mainContent #notice a:hover { text-decoration:none; }
.Ecotrust #mainContent #notice a:active { color:#f00;}


/* Footer */

.Ecotrust #footer {
	background:transparent; 
	margin:0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
} 

/*font-size: 0.1px; margin: 0pt auto; position: absolute; bottom: 0pt; left: 0pt; width: 100%; height: 50px;*/

.Ecotrust #footer p {
	margin:0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0 0 0.4em; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:normal 0.8em/1.4em "Tahoma","Verdana","Helvetica",sans-serif;
}

