@charset "utf-8";
/* CSS Document */

/* GENERAL FORMATTING */

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  background: #666666
}

blockquote{border-color: #B5CA91;}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  background: transparent;  
  letter-spacing: .1em;
  color: #7C9D49;
  border-color: #B5CA91;
  font-weight:bold;  
}

h2
{ margin: 0px;
  padding: 0px 0px 2px 0px;
  font-size: 110%;
}

img{border: 0px;}

#content
{ width: 720px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

a:link,
a:visited {
	text-decoration: none;
	color: #164677;
	font-weight: bolder;
}

a:hover {
	color: #164677;
	font-weight: bolder;
	border-bottom: #164677 1px dashed;
}

/** END GENERAL FORMATTING*/



/** HEADER*/

.pageWrapper {
	margin: 0 auto;
	width: 720px;
	min-width: 620px;
}

div#bodyWrap {
	background: url('images/back.jpg') repeat-x;
}

div#bodyWrap {
	width: auto;
	min-width: 720px;
	height: 173px;
}

#header {
	height: 146px;
	margin-right: 0px;
}

#header #logo {
	width: 300px;
	float: left;
	background: url('images/EVI_web.jpg') no-repeat #FFFBF0;
	margin: 15px;
	height: 103px;
	position: absolute;
	z-index: 100;
}

#header #logo h1 {
	display: none;
}

#heading .head {
	height: 98px;
	background: url('images/windfarm.jpg') no-repeat right top #FFFBF0;
	position: relative;
	margin-right: 0px;
}

#heading .top, 
#heading .sub {
	color: #FFFBF0;
	margin: 10px 10px 0 0;
	float: right;
	width: 720px;
	text-align: right;
	height: 22px;
}

#heading a:link,
#heading a:visited {
	color: #FFFBF0;
	margin-left: 32px;
}

#heading a:hover {
	color: #FFFBF0;
	border-bottom: #FFFBF0 1px solid;
}

#heading .sub {
	clear: right;
}

/** END HEADER*/



/**BODY CONTAINER*/

.oneColFixCtr #container {
	width: 720px;  
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-left: auto; 
  	margin-right: auto;	
	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. */

}

.oneColFixCtr #container a:link,
.oneColFixCtr #container a:visited {
	color:   #164677;
	font-weight: bolder;	
	border-bottom: #164677 1px;
}

.oneColFixCtr #container a:hover {
	font-weight: bolder;
	border-bottom: #164677 1px dashed;
}

/** END BODY CONTAINER*/



/* FOOTER */

.oneColFixCtr #footer {
	width: 720px;  
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 30px;
	background: #5f7992;
	margin-top: 5px;
	margin-left: auto; 
  	margin-right: auto;
	padding-top: 10px;
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	color: #FFFBF0;
	text-align: center; 
	/* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #footer a:link,
.oneColFixCtr #footer a:visited {
	color: #FFFBF0;
	border-bottom: #FFFBF0 0px solid;	
}

.oneColFixCtr #footer a:hover {
	color: #164677;
	border-bottom: #164677 1px solid;
}

/** END FOOTER*/





/* COLUMN #1 - Sidebar */

#column1
{ width: 200px;
  height: auto;
  float: right;
  padding: 16px 0px 15px 0px;
  background:  #164677;
}


.sidebaritem
{
	text-align: left;
	width: 180px;
	float: left;
	margin: 0px 0px 25px 0px;
	color: #FFFBF0;
}


.sbihead { 
	height: 14px;
	width: 180px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
	background: url(images/greenside.png);
	color: #67705A;  	
}

.sbihead h1 { 
	padding: 0px; 
	margin: 0px; 
  	font-weight: bold;
  	font-size: 112%;
  	color: #67705A;  
}

.sbicontent {
	padding: 8px 0px 0px 12px;	
}

.sbicontent a:link, .sbicontent a:visited, a:hover {
	color: #FFFBF0;
	border-bottom: #FFFBF0 1px dashed;	
}

.oneColFixCtr #sidelink a:link,
.oneColFixCtr #sidelink a:visited {
	color: #FFFBF0;
	border-bottom: #FFFBF0 1px dashed;	
}


/** END COLUMN #1*/



/* COLUMN #2 - Page content */
#column2
{ text-align: justify;
  width: 480px;
  float: left;
  padding: 12px 3px 15px 19px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: bold;
}

/** END COLUMN #2*/

