/*
CSS for Eco Electrics site
*/

body {
   font-family: Veranda, Helvetica, Areial, sans-serif;
   background-color: #fdfefd;
   line-height: 125%;
   width: 300px;
   padding: 0;
   margin: 0;   
}



h1, h2, h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: #fdfefd;
  color: #029951;
  padding-top: 0.5em;
  padding-bottom: .4em;
  padding-left: 0;
  margin: 0;
}

h2 {
  color: #029951; 
  background-color: #fdfefd;
  font-size: 97%;
  font-weight: bold;
  padding-top: 0.5em;
  font-style: oblique;
}

li {
  font-size: 80%;
  list-style-type: none;
  color: navy;
}

p {
  font-size: 90%;
  color: navy;
}



#ecologohead {
 width: 200px;
 height: 95px;
 background-image: url(images/ecoelectricslogo3.gif);
 background-position: left top;
 background-repeat: no-repeat;

}


#contactbanner {
 font-size: 80%;
 font-weight: bold;
 color: #029951;
 background-color: #fdfefd;
 width: 300px;
 }

#tagline p {
   font-style: italic;
   font-weight: bold;
   font-family: Georgia, Times, serif;
   background-color: #fdfefd;
   border-top: 3px solid #01845c;
   border-bottom: 3px solid #01845c;
   padding-top: .2em;
   padding-bottom: .2em;
   padding-left: .8em;
   margin: 0;
}

/*
#header, #sitebranding, #navigation, #bodycontent, #tagline, #contactbanner, #pagefooter {
  border: 1px solid red;
  padding: 2px;
  margin-bottom: 2px; 
}
*/

#bodycontent {
  width: 600px;
  margin-bottom: 500px;
  height: 400px;
  overflow: auto;
}


.internal:link {color: navy;
                text-decoration: none;
                font-weight: normal;
                border-bottom: dotted 1px navy;
}
.internal:visited {color: navy;
                   text-decoration: none;
                   font-weight: normal;
                   border-bottom: dotted 1px red
}
.internal:hover {color: blue;}
.internal:active {color: navy;}

.external:link {color: navy;
                text-decoration: none;
                font-weight: normal;
                border-bottom: solid 1px navy;
}
.external:visited {color: navy;
                   text-decoration: none;
                   font-weight: normal;
                   border-bottom: solid 1px blue;
}
.external:hover {color: blue;
                 border-bottom: blue;
}
.external:active {color: navy;}




/* em {
  text-transform: uppercase;
} */

em {
  font-weight: bold;
}

a {
  font-weight: bold;
  color: #029951;
}

a:visited {
  color: #0d087c;
}

a:hover {
  text-decoration: none;
  color: #04dc91;
  background-color: transparent;
}

a:active {
  color: #02e984;
  background-color: transparent;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

.attentiongrab {
  width: 50%;
  font-weight: bold;
}

#navigation {
  width: 180px;
  background-color: #fdfefd;
  padding-top: 0.5em;
}

#header {
  border-top: 3px solid #7da5a8;
}

.copyright {
  font-weight: normal;
  font-size: 60%;
  color: gray;
}

.bodyhighlight {
  font-weight: bold;
  font-size: 105%;
  width: 102%;
}

.anchorlink {
 color: navy
}

#pagefooter {
 font-size: 65%;
 color: black;
 width: 250px;
 text-align: center;
}

.simpleblackborder {
  border-width: 5px;
  border-style: solid;
  border-color: black;
}

.insetborder {
  border-width: 10px;
  border-style: inset;
  border-color: #999999;
}

.coloredridgeborder {
  border-width: 10px;
  border-style: ridge;
  border-color: red;
}

.bolddottedborder {
  border-width: 10px;
  border-style: dotted;
  border-color: purple;
}

.bolddashedborder {
  border-width: 10px;
  border-style: dashed;
  border-color: purple;
}

.simplegrayborder {
  border: 2px solid gray;
}

.simplegrayborder2 {
  border: 2px solid silver;
}

.dottedredborder {
  border: 1px dashed gray;
}

.dashedgrayborder {
  border: 1px dashed gray;
}

.doubleborder {
  border: 5px double silver;
}

.multiborder {
  border-top: 1px solid red;
  border-bottom: 3px dotted blue;
  border-left: 5px dashed yellow;
  border-right: 7px double fuchsia;
}

  

/* This section deals with the position of items on the screen. It uses absolute positioning - fixed x, and fixed y co-ordinates from the top left of the screen of the browsers content display area. */ 

#navigation, #bodycontent, #header, #sitebranding, #tagline, #contactbanner, #w3clogo, #w3ccsslogo, #pagefooter, #trustmarklogo, #napitlogo {
  position: absolute;
}

/* #pagefooter {
  position: fixed;
  margin-top: 10px;
  bottom: 0;
  left: 350px;
} */

#navigation, #bodycontent {
  top: 7.2em;
}

#contactbanner {
  left: 350px;
  
}

#pageheader {
  left: 200px;
  width: 100%;
}

#tagline {
  width: 100%;
  top: 5em;
}

#bodycontent {
  left: 200px;
  
}

#sitebranding {
  left: 200px;
}

#w3clogo {
  top: 560px;
  left: 30px;
}

#w3ccsslogo {
  top: 600px;
  left: 30px;
}

#napitlogo {
  top: 330px;
  left: 35px;
  height: 100px;
  width: 61px;
  background: url(images/napitlogo.gif); 
  background-repeat: no-repeat;
}

#trustmarklogo {
  top: 440px;
  left: 35px;
  height: 90px;
  width: 90px;
  background-image: url(images/trustmarklogo.gif);
  background-repeat: no-repeat;
}

 #pagefooter {
   top: 550px; 
  left: 350px;
}
