@charset "UTF-8";
/* CSS Document */

#apDiv1 {
	position:relative;
	height: 650px;
	width: 1000px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	top: -350px;
	background-image: url(images/wind-energy.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #0099FF;

}

#apDiv4 {
	position:relative;
	width:980px;
	height:auto;
	z-index:101;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #fffef6;
}

#topdiv {
	position:absolute;
	left:16px;
	top:18px;
	width:1000px;
	height:240px;
	z-index:1;
	background-image: url(images/wind-energy.jpg);



}a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
}

body {
	font-size: 10pt;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

h1 {
font-size: 21pt;
color: #a6c625;
line-height: 18pt;
}

h2 {
	font-size: 17pt;
	color: #a6c625;
	line-height: 10pt;}
	
	
	h6 {
	font-size: 12pt;
	color: #333333;
	margin-bottom: -4px;
	margin-top: 9px;
}

p {
	line-height: 175%;
	
	}
	
	li {
	
	line-height: 175%;
	
	}
	
	ul
{
list-style-position:inside;
}
	
	br {
	
	line-height: 100%;
	
	}

.rounded-corners {
	-moz-border-radius:0px 0px 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 15px #000099;
	-webkit-box-shadow: 3px 3px 15px #000099;
	box-shadow: 3px 3px 15px #000099;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
	
	}
.pic {
	margin-left: 8px;
	border: solid 1px black;	
}
.roundcorners2 {
	
	z-index:2;
	
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	
	border-left: solid #a6c625 1px;
	border-right: solid #a6c625 1px;
	border-top: solid #a6c625 1px;
	border-bottom: solid #a6c625 4px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	position: relative;
	background-position: center 40px;
	
	
	
	}
	

.twoColFixLt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid white 1px;
	border-bottom: solid black 4px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	}
	
	.twoColFixLt2 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid white 1px;
	border-bottom: solid black 4px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
	margin: 5px;
	
	}
.twoColFixLt #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 15px;
	margin: 12px;
	background-image: url(images/bg.gif);
}
.twoColFixLt #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:1px 1px 2px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}


.workshop {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#a6c625;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.workshop:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.workshop:active {
	position:relative;
	top:1px;
}

   