/* Clean Engergy Consulting Inc. */
/* Author: ro dolman ~ www.allegrodesign.ca */
/* Created: Aug 5, 2009 */
/*==========================================*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html { 
  overflow-y: scroll; 
  background: #fff;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

/* main site styles */

body {
  margin:0;
  padding: 0;
  text-align: center;   /* you need this to center your page in IE6 */
  color: #000; background: transparent url(../images/bg_body.gif) repeat-x;
  font-family: verdana, arial, geneva, sans-serif;
  font-size: 80%;
}  

img {
  border: 1px solid #819591;
  padding: 4px;
}  

/* general link formatting */
a:link {
  color: #688d96; background: #fff;
}

a:visited {
  color: #688d96; background: #fff;
}

a:hover {
  color: #069; background: #fff;
}

a:active {
  color: #5E635C; background: #fff;
}

#page {
  color: #000; background: url(../images/bg_page.gif) no-repeat center top;
  width: 100%;
  display: table;
}

#wrapper {
  width: 990px;
  margin: 0 auto; /* this will center your page in all other browsers ie)firefox & IE7 */
  text-align: left;
  background: transparent;
}

#header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 204px; width: 988px;
}

#header img {
  position: absolute;
  top: 55px; left: 70px;
  border: none;
}  

#header h1 {
  text-indent: -9999px;
}  

#wrap-inner {
  margin-top: 90px;
  margin-left: 1px;
  color: #000; background: transparent url(../images/bg_wrapper.gif) repeat-y;
  width: 988px; 
  float: left;
}   

#sidebar {
  margin: 0 0 0 1px;
  width: 267px;
  float: left;
  color: #000; background: transparent  url(../images/bg_sidebar.jpg) repeat-y top left */; 
}

#sidebar p {
  padding: 15px;
}

/* Side Navigation */

#navcontainer {
  width: 266px;
  margin: 0 0 0 8px;
  padding: 14px 0 0px 0;
}  

#navcontainer ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
}

#navcontainer ul li {  
  width: 254px;
  margin: 0 0 0 0;
  padding: 0;
  background: #819591;
  border-top: 1px solid #819591;
  border-bottom: 1px solid #fff;
}

#navcontainer ul li a {
  display: block;
  color: #fff; background: #849494;
  padding:12px 0 10px 40px;
  font-size: 130%;
  text-decoration: none;
  height: 1%; /* IE6 list gap fix */
}

#navcontainer li.current a {
  color:#fff;
  background:#6a7694;
}

#navcontainer li.current a:hover {
  color:#fff;
  background: none; 
}

#content {
  width: 680px;
  float: right; 
}

#content img.right {
  float: right;
  margin: 20px 50px 10px 10px;
}

#content img.left {
  float: left;
  margin: 10px 20px 20px 20px;
}    

#content h2.home {
  font-size: 220%;
  color: #403d4a;
  font-weight: normal;
  font-family: verdana;
  padding-bottom: 10px;
  text-shadow: 2px 2px 4px  #849494;
} 

#content h2 {
  font-size: 140%;
  color: #403d4a;
  font-weight: normal;
  font-family: verdana;
  padding-bottom: 10px;
  text-shadow: 2px 2px 4px  #849494;
} 

#content p {
  padding: 10px 80px 0 20px;
  line-height: 140%;  
} 

#content ol {
  padding: 14px 20px 20px 60px;
}

#content ol li {
  line-height: 200%;
  }

#content img.horiz {
  margin-left: 60px;
}       

#footer {
  clear: both;
  padding: 0;
  margin:0 auto;
  color: #000; 
  background: transparent url(../images/bg_bottom.gif) no-repeat bottom center;
  height: 140px;
  width: 100%;
} 

#footer p {
  margin: 0;
  padding-top: 80px;
  line-height: 200%;
  text-align: center;
  color: #fff; background: transparent;
}  
