/* Universal & Body Styles */

body {background-color: #000070; font-family: helvetica; font-size: 95%; background-image: url(http://www.windenergy.org/css/images/stripe.png);}
a {text-decoration: none; font-weight: bold;}
a:hover, a:visited {color: #993399;}

/* Main DIVs - On All Sites */

#header {
  padding: 5px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  height: 177px;
  background-image: url(http://www.windenergy.org/css/images/header.png);
}
#navigation {
  background-color: #fff;
  width: 950px;
  padding: 5px;
  overflow: hidden;
  font-size: 14px;
}
#container {
  padding: 5px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-position: left bottom;
  background-color: #00004f;
}
#contents {
  padding: 5px;
  width: 950px;
  background-color: #ffffff;
  overflow: hidden;
  font-size: 85%;
}

/* Site Index DIVs */

#images {padding: 5px; float: left; width: 300px; text-align: center;}
#about {padding: 5px; float: left; width: 620px; font-size: 120%;}
#projects {padding: 5px; background-color: white; width: 950px; text-align: center;}
#bottomcontainer {
  padding: 5px;
  width: 950px;
  overflow: hidden;
  font-size: 85%;
  font-weight: inherit;
  color: black;
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
}
#bottomcontainer2 {
  padding: 5px;
  background-repeat: repeat-x;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  font-size: 85%;
  background-image: url(http://www.windenergy.org/css/images/gradient.png);
  background-position: left top;
  background-color: #dfebf4;
  margin-top: -2px;
}
#donations {padding: 5px;float: left;width: 50%;font-weight: inherit;color: #000000;}
#donations a {color: #eef5f8;text-decoration: none;}
#donations a:hover, div#donations a:visited {color: #e9def4;}
#sponsors {padding: 5px;width: 29%;float: left;color: #f6de07;}
#affiliates {padding: 5px;float: left;width: 15%;text-align: left;}

/* Footer */

#footer {
  padding: 15px;
  background-color: #dfebf4;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  width: 930px;
}
#footer a {text-decoration: none;}
#footer a:hover {color: black;}
#footer a:visited {color: #118def;}
.footer-contact {padding: 5px; float: left; width: 35%;}
.footer-networking {padding: 5px; float: left; width: 30%;}
.footer-networking a {border-bottom: 1px dashed #a4adb3; padding: 5px; display: block; color: #000099; text-decoration: none;}
.footer-networking a:hover {background-color: #ffcc00; color: black; border-bottom-color: black;}
.footer-search {padding: 5px; float: left; width: 30%;}
.footer ul {list-style-type: none; display: inline;}
.footer li {padding: 5px;}
.footer-aeilinks {
  padding: 15px;
  color: black;
  width: 930px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000099;
  background-image: url(http://www.windenergy.org/css/images/foot-gradient.png);
  background-repeat: repeat-x;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  overflow: hidden;
}
.footer-aeilinks h4 {border-right: 2px solid #000066; float: left; color: #dfebf4;}
.footer-aeilinks ul {padding: 5px; list-style-type: none; display: block;}
.footer-aeilinks li {padding: 25px 5px 5px; display: inline;}
.footer-aeilinks a {padding-left: 5px; text-decoration: none; color: #ffcc00; display: inline;}
.footer-aeilinks a:hover {color: #ccffff;}
.footer-wtamulinks {
  padding: 15px;
  background-color: #000099;
  background-image: url(http://www.windenergy.org/css/images/foot-line.png);
  background-repeat: no-repeat;
  background-position: center top; 
  width: 930px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-family: Helvetica,Arial,sans-serif;
  overflow: hidden;
}
.footer-wtamulinks h4 {border-right: 2px solid #000066; float: left; color: #dfebf4;}
.footer-wtamulinks li {padding: 25px 5px 5px; float: left;}
.footer-wtamulinks ul {padding: 5px; list-style-type: none; display: inline;}
.footer-wtamulinks a {padding: 5px; color: #ffcc00; float: left; text-decoration: none;}
.footer-wtamulinks a:hover {color: #ccffff;}
.listing {padding: 5px; color: #dfebf4; font-family: Trebuchet MS; font-size: 16px; font-weight: bold;}


/* Section Index DIVs (for Two Columns) */

#sectionleft {padding: 5px; text-align: center; width: 49%; float: left;}
#sectionleft a {text-decoration: none;}
#sectionright {padding: 5px; float: left; width: 48%;}
#sectionright a {text-decoration: none;}

/* Headings */

h1 {
	font-family: Trebuchet MS;
	font-size: 130%;
	text-transform: capitalize;
	background-color:#dfebf4;
	color: #1186e6;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left: 10px;
	-webkit-border-bottom-right: 10px;
	padding: 5px;
	}

h2 {padding: 5px; font-family: trebuchet ms; font-size: 140%; color: #118def;}
h3 {padding: 5px; font-family: trebuchet ms; font-size: 110%; color: #000; border-bottom: 2px solid #118def;}
h4 {padding: 5px; font-family: trebuchet ms; font-size: 14px; color: #118def; border-bottom: 2px solid #000;}