/*
CSS for G&E Gutter Web Site
*/
#header {
   background: transparent url(bg-header-small2.jpg) repeat-x scroll center top;
   height: 165px;
   width: 100%;
   /*border: 1px solid red;*/
}

#tagline p {
  font-style: italic;
  font-size: small;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  color: navy;
  padding-top: 0;
  padding-bottom: .2em;
  padding-left: 12px;
  /*border: 1px solid navy;*/
}

.feature-right {
   float: right;
   border-left: 15px solid white;
   border-right: 5px solid white;
}

.feature-left {
   float: left;
   border-left: 5px solid white;
   border-right: 15px solid white;
}

.product-feature-left {
   float: left;
   border: 10px solid white;
}

/*img {
   border-left: 15px solid white;
   border-right: 15px solid white;
}*/

body {
  line-height: 125%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  /*background-color: #e2edff;*/
  padding: 0;
  margin: 0;  
}

#bodycontent {
  position: absolute;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 0px;
  top: 150px;
  /*border: 1px solid green;*/
}

.contacthighlight {
   color: brown;
   font-size: large;
   font-weight: bold;
   margin-left: 30px;
}

.emphasis {
   font-weight: bold;
   color: navy;
   font-size: medium;
   font-family: Georgia;
}

.emphasis2 {
   font-weight: bold;
   color: Brown;
   font-size: medium;
   font-family: Georgia;
}

h1, h2, h3 {
  /*border: 1px solid red;*/
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
   color:Brown;
   font-size:xx-large;
   margin:0pt;
   padding-bottom:0.2em;
   padding-left:0.4em;
   padding-top:40px;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: normal;
  list-style-type: disc;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}
