/*
-----------------------------------------------------------------------------------
DEFAULT SCREEN STYLESHEET FOR:
-----------------------------------------------------------------------------------
CSS Document Author: Terry Evans - Vibe9 Design
XHTML Document Author: Terry Evans - www.vibe9design.com
-----------------------------------------------------------------------------------
Color Palette
----------------------------------------------------------------------------------- 
#00A9E8 = aqua blue
#465B76 = dull blue
#9ECC41 = lime green
#585A5B = dark grey
----------------------------------------------------------------------------------- 

----------------------------------------------------------------------------------- */

/*  Globals
--------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}


body {
	text-align: center;
	font: 11px/1 Verdana, Arial, Helvetica, Sans-Serif;
	color:#666666;
	margin:0; padding:0;
	background: url(../gfx/bg_grid.gif) repeat-x 0 133px;
}
body#home background { #fff; }
hr { display: none ; }
ul { list-style:none; }
.center {
	text-align:center;
}
.clear {
	clear:both;
}

--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#container {
	margin:0 auto;
	width: 802px;
	text-align: left;
}
#navigation {
	height:25px;
	line-height:25px;
	width: 100%;
	background: url(../gfx/bg-nav.gif) repeat-x 0 0;
}
#header {
	height:160px;
	width: 100%;
}
#contentarea {
	background: url(../gfx/bg-sb.gif) repeat-y 100% 0;
}
body#home #contentarea {
 	background: url(../gfx/hds/home.jpg) no-repeat 0 0; 
}
#content {
	float: left;
	width: 594px;
	padding: 25px 0;
	background: url(../gfx/sun.gif) no-repeat 50% 10%;
}
#content div.colA {
	float: left;
	width: 49%;
}
#content div.colB {
	float:right;
	width: 49%;
	padding: 0 0 20px 0;
}
body#home #content {
	float: left;
	width: 100%;
	padding: 0 20px 25px 20px;
	background: url(../gfx/sun.gif) no-repeat 50% 80%;
}
* html body#home #content { float: none; }
#sidebar {
	float: right;
	width: 208px;
	padding: 0 0 200px 0;
	background: #9ECC41 url(../gfx/bg-sb-top.gif) no-repeat 0 0;
}
#footer {
	clear: both;
	font-size:10px;
	padding: 35px 0;
	color:#A6A8A9;
	text-align: left;
	background: url(../gfx/bg-foot.gif) repeat-x 0 0;
}

/* Headers
--------------------------------------------------------------------------------------------------- */
body#about #header { background: url(../gfx/hds/about.jpg) no-repeat 0 0; }
body#solar-technology #header, body#faqs #header { background: url(../gfx/hds/solartechnology.jpg) no-repeat 0 0; }
body#services-applications #header { background: url(../gfx/hds/servicesapplications.jpg) no-repeat 0 0; }
body#incentives-grants #header { background: url(../gfx/hds/incentivesgrants.jpg) no-repeat 0 0; }
body#links #header { background: url(../gfx/hds/links.jpg) no-repeat 0 0; }
body#contact #header { background: url(../gfx/hds/contact.jpg) no-repeat 0 0; }

body#projects #header { background: url(../gfx/hds/projects.jpg) no-repeat 0 0; }

body#about.french #header { background: url(../gfx/hds/about_fr.jpg) no-repeat 0 0; }
body#solar-technology.french #header, body#faqs.french #header { background: url(../gfx/hds/solartechnology_fr.jpg) no-repeat 0 0; }
body#services-applications.french #header { background: url(../gfx/hds/servicesapplications_fr.jpg) no-repeat 0 0; }
body#incentives-grants.french #header { background: url(../gfx/hds/incentivesgrants_fr.jpg) no-repeat 0 0; }
body#links.french #header { background: url(../gfx/hds/links_fr.jpg) no-repeat 0 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-Serif;
	margin:0 25px 0 0; 
	padding:0;
	color:#465B76;
	line-height:1.2em;
}
body#home h1#logo { margin: 0; padding: 0; }
h1 { font-size: 22px; margin: 0 25px 20px 0;}
h2 { font-size: 18px; margin: 0 25px 12px 0;}
h3 { font-size: 14px; margin: 0 25px 10px 0;}
h4 { font-size: 12px; margin: 0 25px 10px 0;}
h5 { font-size: 11px; margin: 0 25px 10px 0;}
h6 { font-size: 11px; margin: 0 25px 5px 0;}
#header h2 {
	/* padding: 136px 0 0 10px;
	margin:0;
	color:#9ECC41;
	font-size:26px;
	text-transform: lowercase;
	text-indent:-9999px; */
	display:none;
}
#sidebar h3 {
	margin:20px 20px 10px 20px;
	font-size: 18px;
	font-weight:bold;
	color:#fff;
}
/* Paragraphs
--------------------------------------------------------------------------------------------------- */
#content p {
	margin:0 25px 18px 0;
	line-height:1.6em;
}
#content p.more {
	text-align: right;
	margin-top:-10px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
#content p.top {
	text-align: center;
}
body#home #content dl dd p {
	margin: 0 10px 15px 0;
}
body#home #content dl dd p.more {
	margin: 0;
	padding: 0;
	text-align:left;
	border: none;
}
/* Lists
--------------------------------------------------------------------------------------------------- */
#content ol {
	margin:0 25px 18px 24px;
}
#content ol li {
	margin: 0 0 8px 0;
	line-height: 1.5em;
}
#content ul {
	margin:0 25px 18px 20px;
	line-height: 1.5em;
	list-style: disc;
}
#content ul li {
	margin: 0 0 5px 0;
	line-height: 1.5em;
}
body#home #content div {
	float: left;
	width: 33%;
}
body#home #content div.who {
	margin:195px 0 0 0;
	background: url(../gfx/hds/home/line-blue.gif) repeat-y 20px 0;
}
body#home #content div.who dl {
	background: url(../gfx/hds/home/dandy.jpg) no-repeat 0 0;
}
body#home #content div.effort {
	margin:165px 0 0 0;
	background: url(../gfx/hds/home/line-green.gif) repeat-y 20px 0;
}
body#home #content div.effort dl {
	background: url(../gfx/hds/home/leaf.jpg) no-repeat 0 0;
}
body#home #content div.solar {
	margin: 145px 0 0 0;
	background: url(../gfx/hds/home/line-dblue.gif) repeat-y 20px 0;
}
body#home #content div.solar dl {
	background: url(../gfx/hds/home/roof.jpg) no-repeat 0 0;
}
body#home #content dl dt {
	font-weight: bold;
	text-transform: uppercase;
	padding: 43px 0 8px 43px;
}
body#home #content div.who dl a {
	color:#00A9E8;
}
body#home #content div.who dl a:hover {
	color:#999;
}
body#home #content div.effort dl a {
	color:#9ECC41;
}
body#home #content div.effort dl a:hover {
	color:#999;
}
body#home #content div.solar dl a {
	color:#465B76;
}
body#home #content div.solar dl a:hover {
	color:#999;
}
body#home #content dl dd {
	margin: 0 0 0 43px;
	padding: 0;
}
/* Links
--------------------------------------------------------------------------------------------------- */
a img {
	border:none;
}
a {
	color:#00A9E8;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#9ECC41;
	text-decoration:underline;
}
#content p a {
	color:#00A9E8;
	text-decoration:underline;
}
#content p a:hover {
	color:#9ECC41;
	text-decoration:underline;
}
#sidebar a {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	color:#465B76;
	text-decoration: none;
}
body#about #sidebar li.about a,
body#solar-technology #sidebar li.solar-tech a,
body#faqs #sidebar li.faqs a,
body#contact #sidebar li.contact a {
	color:#465B76;
}
#footer a {
	color:#585A5B;
	text-decoration: underline;
}
#footer a:hover {
	color:#999999;
}
/* Forms
--------------------------------------------------------------------------------------------------- */
#content #provinceChooser {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 15px;
}
#content form {
	padding: 0 14px 15px 22px;
	margin:0;
}
#content p.mess {
	margin: 0 0 15px 0;
}
#content form input,
#content form select,
#content form label {
	display: block;
	width: 60%;
	float: right;
	margin-bottom: 10px;
}
#content form label {
	text-align: right;
	width: 35%;
	float:left; padding-right: 5px;
	color:#465B76;
}
#content #provinceChooser form select,
#content #provinceChooser form label {
	float: none;
}
#content #provinceChooser form  {
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}
#content form label.message {
	text-align: left;
}
#content form textarea {
	width: 253px;
	margin: 0 0 15px 0;
	float: right;
	background:#eee;
	border: 1px solid #666;
}
#content form br {
	clear: both;
}
#content form p.submit {
	display:block;
}
#content form p.submit input {
	width: 150px;
	clear: right;
}
#content form #zemSubmit {
	clear: both;
	width:110px;
}
#content form fieldset {
	border: none;
}
#content #zemContactForm legend {
	display: none;
}
#content #zemContactForm label.zemRequirederrorElement {
	color:red;
}
#content form label.zemRequired {
	font-style: italic;
}
#content ul.zemError,
#content p.thanks {
	list-style: none;
	padding: 5px 10px;
	margin:0 0 15px 0;
	color:#666;
	background: #eee;
	border: 2px solid #9ECC41;
}
#content ul.zemError li strong,
#content p.thanks {
	color:#465B76;
}

/* Sub Nav
--------------------------------------------------------------------------------------------------- */
#subnav {
	margin: 0 20px;
}
#subnav li {
	margin: 0;
	padding:0;
	height: 25px;
	line-height: 25px;
}
#subnav li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 12px;
	background: url(../gfx/r-arrow.gif) no-repeat 0 50%;
}

/* Foot Arrangement
--------------------------------------------------------------------------------------------------- */
#footer ul {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
}
html>body #footer ul li.first {
	border-right: 1px solid #999;
	padding: 0 8px 0 0;
	margin: 0 4px 0 0;
}
* html #footer ul li.first {
	border-right: 1px solid #999;
	padding: 0 3px 0 0;
	margin: 0 5px 0 0;
}
#footer p {
	line-height: 1.4em;
}
#footer p.info {
	float: right;
	width: 500px;
	text-align: right;
}
#footer p.info a { margin: 0 0 0 8px; }
#footer p.copyright {
	padding:5px 0 0 0;
	margin:0;
	width:100%;
}
html>body #footer p.copyright {
	clear: right;
}

/* Projects
--------------------------------------------------------------------------------------------------- */
.projectPreview {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
}
.projectPreview .thumb {
	float: left;
	width: 140px;
}
.projectPreview .thumb a img {
	border: 3px solid #00A9E8;
}
.projectPreview .thumb a:hover img {
	border: 3px solid #9ECC41;
}
.projectPreview .description {
	float: left;
	width: 400px;
}
.projectPreview .description p {
	margin: 0 !important;
}
.projectPreview .description ul {
	margin: 0 0 5px 0 !important;
}
.projectPreview .description ul li {
	margin: 0 0 3px 0 !important;
	list-style: none !important;
}

#content .projectFullview {
	width: 580px;
	margin: 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #ccc;
}
#content .projectFullview img {
	float: right;
	border: 3px solid #9ECC41;
	margin: 0 0 10px 10px;
}
#content .projectFullview ul.details {
	width: 255px;
	margin: 0 0 15px;
}
#content .projectFullview ul.details li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #ccc;
}
#content p.moreProjects {
	border-top: 1px dashed #ccc;
	padding: 10px 0 0 0;
	margin: 10px 0;
	font-size: 11px;
	text-align: left;
	clear: both;
	width: 580px;
}