BODY {
  color: black;
  background: mediumseagreen;
  font: 9pt Verdana, Geneva, Arial, Helvetica;
  background-image: url(/templates/default/images/turbines upclose.jpg);
  background-repeat: repeat-x;
}
TD {
	color: black;
	background: darkseagreen; /*this is the area where the buttons
                are a the top of the edit screen and the area below any edit box*/
	font: 9pt Verdana, Geneva, Arial, Helvetica;
}
H1, H2, H3 {
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 6px;
	background: white;
}
H4 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 6px;
	background: white;
}
p { background: white;} /* this is the area between bars of text. */
table {border-color: silver;}
.mainarea {
  color: black; 
  background-color: white;
}
.action { 
  font-weight: bold;
  font-size: 8pt;
  background: limegreen; /*this is for the left side labeled Action Items*/
  padding: 5px 0px 5px 10px; /* top right bottom left */
}
.menu { /* left side details */
  font-weight: bold;
  font-size: 8pt;
  background: white; /*changed this from white to yellow - no change*/
  padding: 5px 0px 5px 10px; /* top right bottom left */
}
/* navigation sidebar */
ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, 
ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.search {
  padding: 10px;
  margin: 0;  /*labels and tabs on upper left*/
  background: greenyellow;
}
.sitename {
  font-weight: normal;
  font-size: 30pt;
  color: white; /*header*/
  background-color: forestgreen;
  background-image: url(/templates/default/images/top.jpg);
  background-image: url(/templates/default/images/forest3894_small.jpg);
}
.searchbox {
  background-color: green; /*save and refresh to see changes*/
}
.searchbox .text, .searchbox .submit {
	border: 5px solid firebrick; /*around the search box*/
	background: yellow;
}
form {
	margin: 0;
}
IMG {
	border: 0;
}
li {   /* detail lines of a numbered list */
	line-height: 1.5;
	background: white;
}
.doc {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=doc) no-repeat;
}
.docs {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=docs) no-repeat;
}
.sdoc {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=sdoc) no-repeat;
}
.sdocs {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=sdocs) no-repeat;
}
a {
	text-decoration: none;
	font-weight: bold;
/* background-color: aquamarine; */
}
a:link {
	color: blue;
}
a:visited {
	color: red;
}
a:active, a:hover {
	color: orange;
}
.menulevel1 { /* navigation sidebar farthest left column */
	font-size: 10pt;
}
.menulevel1 a {
	font-weight: normal;
	color: black;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: black;
}
.menulevel1 a:active, .menulevel1 a:hover {
	color: black;
}
.menulevel2 { /* navigation sidebar second column in */
	font-size: 8pt;
}
.menulevel2 a {
	font-weight: normal;
	color:yellow;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: black;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: black;
}
.menulevel3 {
	font-size: 8pt;
	color: mediumblue;
}
.menulevel3 a {
	font-weight: normal;
	color: black;
}
.menulevel3 a:link, .menulevel3 a:visited {
	color: black;
}
.menulevel3 a:active, .menulevel3 a:hover {
	color: black;
}
.sitemaplevel1, .sitemaplevel2, .sitemaplevel3 {
	font-size: 9pt;
}
.sitemaplevel1 a, .sitemaplevel2 a, .sitemaplevel3 a {
	font-weight: normal;
	color: black;
}
.sitemaplevel1 a:link, .sitemaplevel2 a:link, .sitemaplevel3 a:link, .sitemaplevel1 a:visited, .sitemaplevel2 a:visited, .sitemaplevel3 a:visited {
	color: black;
}
.sitemaplevel1 a:active, .sitemaplevel2 a:active, .sitemaplevel3 a:active, .sitemaplevel1 a:hover, .sitemaplevel2 a:hover, .sitemaplevel3 a:hover {
	color: black;
}
.submenu { /* repeat menu of navigation sidebar in main area */
	font-size: 9pt;
	background: aquamarine;
}
.submenu a {
	font-weight: normal;
	color: black;
}
.submenu a:link, .submenu a:visited {
	color: black;
}
.submenu a:active, .submenu a:hover {
	color: black;
}
ul.submenu { 
	padding: 10px;
	margin: 0;  
	background: aquamarine;
}
.search a {
	font-weight: normal;
	color: black;
}
.search a:link, .search a:visited {
	color: black;
}
.search a:active, .search a:hover {
	color: black;
}
.locator { /* breadcrumbs */
	font-size: 9pt;
	color: black; background: white;
}
.locator a {
	font-weight: normal;
	text-decoration: none;
        color: black;
}
.menu a { /* sitemap print version mailform cmsimple legal notices */
	text-decoration: underline;
	color: black;
/*  background-color: aquamarine; */
}
.menu a:link, .menu a:visited {
	color: darkgray;
}
.menu a:active, .menu a:hover {
	color: orange;
}
.login {
	font-weight: bold;
	font-size: 8pt;
	color: darkgrey;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: darkgray;
}
.navigator {
	font-weight: bold;
	font-size: 10pt;
	color: white;
}
.navigator a:link, .navigator a:visited {
	color: white;
}
.navigator a:active, .navigator a:hover {
	color: white;
}
.edit {
  font-size: 12pt;
  background: white;
}
.edit a:link, .edit a:visited, .edit a:active {
  color: black;
  background: white;
}
.edit a:hover {
  color: white; background: pink;
}
input, select {
	font-size: 8pt;
}
textarea { /* operations area */
	width: 78%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}

