body {
  background: #FFFFFF url('/images/body-bg-2011.jpg') repeat-x top left;
  margin: 0px;
  padding: 0px;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  color: #222222;
  text-align: center;
}

p {
  padding: 10px 0;
  line-height: 20px;
}

h1 {
  margin: 0px;
  padding: 5px;
  font-size: 20px;
  color: #004C9D;
}

h2 {
  margin: 0 5px;
  padding: 5px 0;
  font-size: 14px;
  color: #336699;
  border-bottom: 2px solid #336699;
}

a {
  color: #004C9D;
  outline: none;
}

#wrapper {
  text-align: center;
}

#container {
  width: 1006px;
  margin: 0px auto;
  text-align: left;
  background: url('/images/content-bg.jpg') left top repeat-y;
}

#inner {
  padding: 0px 23px;
  text-align: left;
  background: url('/images/container-top.jpg') left top no-repeat;
}

#header {
  height: 115px;
  margin: 0px auto;
  padding: 0px;
}

#header-left {
  float: left;
  width: 191px;
  height: 115px;
}

a#link-home {
  display: block;
  float: left;
  width: 191px;
  height: 87px;
  margin: 14px 0px 0px 0px;
}

#header-right {
  float: right;
  width: 750px;
  height: 115px;
}

#header-right-inner {
}

#top-logos {
  float: left;
  width: 300px;
  padding: 33px 0px;
}

#top-logos a {
  display: block;
  float: left;
  margin: 0px 0px 0px 20px;
}

#header-right-side {
  float: right;
  width: 430px;
  height: 115px;
}

#top-buttons {
  padding: 15px 0px 10px 0px;
}

#top-buttons a {
  display: block;
  float: right;
  height: 36px;
  margin: 0px 0px 0px 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#top-buttons a span {
  display: block;
  line-height: 36px;
  text-align: right;
}

a#button-sustainer {
  width: 185px;
  height: 40px;
  color: #15599C;
  background: url('/images/button-recycle.jpg') left top no-repeat;
}

a#button-sustainer span {
  padding: 0px 36px 0px 0px;
}

a#button-contribute {
  width: 175px;
  height: 40px;
  color: #FFFFFF;
  font-size: 16px;
  background: url('/images/button-red.jpg') left top no-repeat;
}

a#button-contribute span {
  padding: 0px 40px 0px 0px;
}

#newsletter-form  {
  padding: 0px 25px 0px 0px;
}

#newsletter-form form {
  margin: 0px;
  padding: 8px 0px;
  text-align: right;
}

#newsletter-form form input {
  vertical-align: middle;
}

#newsletter-form form input.txtinput {
  width: 170px;
  padding: 2px 4px 3px 4px;
  border: 1px solid #C1C1C1;
  color: #858585;
}

#main-navigation {
  height: 61px;
  padding: 0px 15px;
}

#main-navigation-left {
  float: left;
  height: 61px;
}

#main-navigation-right {
  float: right;
  height: 61px;
}

#site-search {
  padding: 18px 0px 20px 0px;
}

#site-search form {
  margin: 0px;
  padding: 0px 10px;
  text-align: right;
}

#site-search form input {
  vertical-align: middle;
}

#site-search form input.txtinput {
  padding: 3px 4px 4px 4px;
  color: #858585;
  background-color: #ECF0F4;
  border: 0px;
}

#sub-navigation {
  height: 40px;
  margin: 0px 0px 15px 0px;
}

#sub-navigation-links {
  float: right;
  height: 40px;
  padding: 0px 15px;
}

#sub-navigation-links a {
  display: block;
  float: left;
  height: 40px;
  margin: 0px 8px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

#sub-navigation-links a span {
  display: block;
  padding: 0px 8px;
}

#sub-navigation-links span.navigation-line {
  display: block;
  float: left;
  width: 2px;
  height: 40px;
  background: url('/images/sub-navigation-line.jpg') left top no-repeat;
}

#sub-navigation-links a.button-blue {
  height: 25px;
  margin: 8px 8px 0px 8px;
  padding: 0px 0px 0px 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  background: url('/images/button-blue-left.png') left top no-repeat;
}

#sub-navigation-links a.button-blue span {
  display: block;
  padding: 0px 10px 0px 0px;
  background: url('/images/button-blue-right.png') right top no-repeat;
}

#sub-navigation-links a.button-shop span {
  padding: 0px 35px 0px 0px;
  background: url('/images/button-blue-right-shop.png') right top no-repeat;
}

#content {
  height: auto;
  min-height: 650px;
  padding: 0px 15px;
  text-align: left;
}

* html #content {
  height: 650px;
}

/* Interior Page Styles */

#leftside {
  float: left;
  width: 180px;
  margin: 0px;
  padding: 0px;
  /*border-bottom: 1px solid #D7D7D7;*/
  border-bottom: 1px solid #CCCCCC;
}

#leftside h2 {
  margin: 0px;
  padding: 5px;
  color: #4270AE;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 0px;
}

#leftside ul {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  list-style-type: none;
}

#leftside ul li {
}

#leftside a {
  display: block;
  color: #004C9D;
  text-decoration: none;
  outline: none;
}

#leftside ul li a {
  padding: 5px 5px 5px 20px;
  background: url('/images/left_nav_bg.gif') left 6px no-repeat;
  border-top: 1px solid #CCCCCC;
}

#leftside ul li ul li a {
  padding: 5px 5px 5px 35px;
  background: #F6F6F6 url('/images/left_nav_bg.gif') 15px 6px no-repeat;
}

#leftside ul li a:hover {
  text-decoration: underline;
}

#leftside ul li a.current {
  background-color: #DFDFDF;
}

#main {
  float: left;
  width: 475px;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

#main p {
  margin: 0px;
  line-height: 15px;
}

#main p.intro {
  border-bottom: 1px solid #D7D7D7;
}

#main a {
  color: #004C9D;
  text-decoration: underline;
}

#main a:hover {
  color: #222222;
  text-decoration: none;
}

#main ul {
  list-style-type: circle;
}

#main ol.faqlist {
  height: 200px;
  margin: 10px 5px;
  overflow: auto;
  border: 1px dotted #123E6B;
  background-color: #EEEEEE;
}

#main li {
  padding: 5px;
}

#main form {
  margin: 10px;
  padding: 10px;
  background-color: #EEEEEE;
  border-top: 1px solid #123E6B;
  border-bottom: 1px solid #123E6B;
}

#main label {
  display: block;
  float: left;
  width: 90px;
  margin-right: 10px;
  color: #336699;
  text-align: right;
  font-weight: bold;
}

#main p.thank_you {
  margin-top: 10px;
  padding: 10px;
  font-style: italic;
  background-color: #EEEEEE;
  border-top: 1px solid #123E6B;
  border-bottom: 1px solid #123E6B;
}

#rightside {
  float: right;
  width: 228px;
  margin: 0px;
  padding: 0px;
}

div.modulebox {
  width: 228px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
}

div.modulebox-title {
  margin: 0px auto 1px auto;
  padding: 5px 0px 3px 10px;
  color: #4B76A1;
  border: 1px solid #BAD4D5;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background: #EFF8FF url('/images/right_h1_bg.gif') top left repeat-x;
}

div.modulebox-content {
  padding: 5px;
  border: 1px solid #BAD4D5;
  background: url('/images/right_div_bg.gif') top left repeat-x;
}

div.modulebox-content h3 {
  margin: 0px;
  padding: 5px;
}

div.modulebox-content p {
  margin: 0px 0px 7px 0px;
  /*padding: 0px 5px;*/
  padding: 0px;
  line-height: 15px;
}

div.modulebox-content p.newsitem {
  padding: 10px 0;
  border-bottom: 1px solid #CCCCCC;
}

#articletools {
  margin-bottom: 10px;
}

#articletools fieldset {
  margin: 0px auto;
  padding: 5px 10px 10px 10px;
  border: 1px solid #CCCCCC;
}

#articletools legend {
  color: #AAAAAA;
}

#articletools a {
  display: block;
  margin-bottom: 5px;
  color: #5F5F5F;
  text-decoration: underline;
  cursor: pointer;
}

#articletools a.printicon {
  padding: 5px 5px 5px 30px;
  background: url('/images/tools_printme.gif') left center no-repeat;
}

#articletools a.decreaseicon {
  padding: 5px 5px 5px 30px;
  background: url('/images/tools_decrease_font.gif') left center no-repeat;
}

#articletools a.increaseicon {
  padding: 5px 5px 5px 30px;
  background: url('/images/tools_increase_font.gif') left center no-repeat;
}

#articletools a:hover, #articletools a.fakelink:hover {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}

#footer {
  height: 120px;
  padding: 0px 38px;
  text-align: center;
  background: url('/images/footer-bg.jpg') left bottom no-repeat;
}

#footer-inner {
  margin: 0px;
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #D7D7D7;
  font-size: 10px;
}

#footer-inner p {
	margin: 0px;
	padding: 0px;
}

#footer-inner a {
  color: #797979;
  text-decoration: none;
}

#footer-inner a:hover {
  color: #222222;
  text-decoration: underline;
}

#footer-left {
  float: left;
  width: 730px;
  text-align: left;
}

#footer-right {
  float: right;
  width: 175px;
  text-align: right;
}

#footer-right span.powered-by,
#footer-right span.powered-by a {
  color: #86C5F1;
}

p.tvbox {
  margin: 0px;
  padding: 15px 5px;
  border-bottom: 1px dotted #4270AE;
}

p.tvbox img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #B4D232;
}

p.tvbox strong {
  font-size: 14px;
  text-decoration: underline;
}

div.educationbox {
  display: none;
  margin-top: 1px;
  border: 1px solid #B4D232;
}

div.clearfloats {
  display: block;
  clear: both;
}

