#wrapper {
text-align:left;
width:850px;
margin: 0 auto;
background: #fff url(img/back_white.jpg) repeat-y 50% 0;
}



#botnav {
width:460px;
clear:both;
font-size:.97em;
padding:20px 20px 30px 230px;
}

.red{
	color:red;}
	
	.maroon {
		color:#600;}
		
		img.logo_rebates{
			float:right;
			margin-top:10px;}
			
				img.windmap{
			float:right;
			margin:10px;}
	
#footer {
width:850px;
clear:both;
padding:0px;
margin:0px;
background:#fff url(img/footer_grass.jpg) repeat-y 50% 0;}

#content {
	clear: both;
        width: 850px;
        color: #003333;
        background: #fff url(img/back_turbine.jpg) repeat-y 50% 0;
}

#left{
background:#fff url(img/back_turbine.jpg) repeat-y 50% 0;
width:195px;
float:left;
padding-right:50px;}

#right{
	float:right;
	width:166px;
	padding-right:40px;
	padding-top:10px;
	}
	
	
.boxtop{
	padding-top:40px;
	padding-bottom:5px;
	padding:40px 5px 5px 0px;}
	
	.boxmiddle{
	padding-bottom:5px;}
	
	.boxlogo{
		padding-top:25px;}
	

#copy{
	width:360px;
	line-height:1.4em;
	float:left;
	margin-right:20px;
	padding-top:35px;
	}

img.gallery{
	margin-right:2px;
	margin-top:10px;
	border: 1px solid #000;}

	
	
.homecontact{
	padding-left:120px;}


body{
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size: 78%;
color:#000;
background-color: #fcdf69;
	margin-top: 0px;
}




ul {
	margin-left:5px;
	margin-top:0px;
	list-style-position:inside;
	padding:0px;
}


	
	#wide{
width:550px;
	line-height:1.4em;
	float:left;
	margin-right:20px;
		padding-top:10px;
	}
	
	
	h1{

font-size:1.4em;
font-weight:bold;
margin-top:-4px;
}

h1.wide{

font-size:1.4em;
font-weight:bold;
margin-top:-4px;
padding:0px;

}

h2{
font-size:1.2em;
font-weight:bold;
margin-bottom:-8px;
}

h2.ul {
	margin-bottom:1px;}
	
/* NAVIGATION */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

* html .menu ul li a {display:inline-block;}

.menu ul li li {height:auto;} /* solid blue background on drop downs */

#wrapper .menu ul li li a { /* uniform width of drop down buttons */
        width: 114px;
        padding: 0;
		text-indent:.5e;
		
}



.menu {background: #005480;
        float: left;
        display: inline; /* IE6 fix */
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 0.93em;
        font-weight: bold;
        margin-left: 10px;
        padding: 4px 0;
        position: relative;
        width: 833px;
        z-index: 100;}

.menu ul li a,
.menu ul li a:visited {
        display: block;
        text-decoration: none;
        color: #000;
        height: 20px;
        text-align: left;
        color: #fff;
        background: #005480;
        line-height: 20px;
        overflow: hidden;
        padding: 0 14px;
}

* html .menu ul li a {
        display:inline-block;
}

.menu ul li li a {
        width: 104px;
        padding: 0;
		
}


.menu ul {	padding: 0px 0px 7px 0px;	 margin:0; list-style: none;}
.menu ul li {float:left; position:relative; height:22px;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#eec41b;/*gold*/}/*main level mouseover*/
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a {display:block; background:#b4d2dd; /*light blue*/color:#000;font-weight:normal;}/*drop downs*/
.menu ul li:hover ul li a:hover {background:#eec41b; color:#000;}
