@charset "utf-8";
/* CSS Document */
html {
  text-align: center;
  background: #ffffff;
}
body {
  margin: 20px auto;
  padding: 0;
  width: 785px;
  text-align: left;
  color: #023F6C;
  border: 5px solid #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  line-height: 1.5em;
}
h1 {
  color: #023F6C;
  font-size: 160%;
  font-weight: normal;
}
img {
  border: 0;
}
#header {
  background: url(../images/rounded.jpg) no-repeat bottom right;
  width: 785px;
  padding-top: 10px;
  text-align: center;
  float: left;
}
#energy-heats #header {
  background: url(../images/rounded-heats.jpg) no-repeat bottom left;
}
#save-energy #header {
  background: url(../images/rounded-save.jpg) no-repeat bottom left;
}
#energy-lights #header {
  background: url(../images/rounded-lights.jpg) no-repeat bottom left;
}
#energy-powers #header {
  background: url(../images/rounded-powers.jpg) no-repeat bottom left;
}
#about #header {
  background: url(../images/rounded-about.jpg) no-repeat bottom left;
}
#topNav {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 90%;
  font-weight: bold;
}
#topNav li {
  float: left;
  margin: 0;
  padding: 0;
}
#topNav li a {
  text-decoration: none;
  color: #0068b5;
  margin: 0 9px 10px 9px;
  display: block;
}
#content-wrap {
  background: url(../images/bkgrd.jpg) repeat-x top left;
  width: 785px;
  float: left;
}
#energy-heats #content-wrap {
  background: url(../images/heats-gradient.jpg) repeat-x top left;
}
#save-energy #content-wrap {
  background: url(../images/save-gradient.jpg) repeat-x top left;
}
#energy-lights #content-wrap {
  background: url(../images/lights-gradient.jpg) repeat-x top left;
}
#energy-powers #content-wrap {
  background: url(../images/powers-gradient.jpg) repeat-x top left;
}
#about #content-wrap {
  background: url(../images/about-gradient.jpg) repeat-x top left;
}
#sidebar {
  float: left;
  width: 220px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 40px;
}
#sidebar ul a {
  text-decoration: none;
  color: #0068b5;
  font-size: 110%;
  font-weight: bold;
  padding: 10px 0;
  display: block;
}
#sidebar ul ul a, #sidebar ul ul ul a {
  padding: 3px 0;
  line-height: 1em;
  font-size: 100%;
} 
#sidebar #icon-nav {
  margin-left: 40px;
  text-align: center;
  margin-top: -20px;
  float: right;
}
#sidebar #icon-nav a {
  padding: 0;
  color: #6d6e5c;
  font-weight: normal;
}
#sidebar #icon-nav span.overview {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 7px;
  display: block;
}
#sidebar ul a.current, #sidebar ul a:hover, #topNav li a.current, #topNav li a.currentParent, #topNav li a:hover, #sidebar #icon-nav a:hover  {
  color: #d3242a;
}
#search-bar {
  margin: 20px 0 10px 40px;
}
#search-text {
  width: 110px;
}
#search {
  padding: 0;
  margin: 0;
}
#content-main {
  float: right;
  width: 440px;
 padding-right: 80px;
} 
#footer {
  clear: both;
  text-align: center;
  padding-top: 60px;
}
#footer img {
 margin: 15px;
}
.clear {
  clear: both;
}