﻿/*
CSS for EF Electric Site
*/

a {
	font-weight: nomal;
	text-transform: uppercase;
	color: #CCCCCC;
  }

a:link, a:visited, a:active {
	color: none;
  }

#logo {
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;

  }

header {
	display: block; /* Only for IE8 or less */
	width: 889px;
	height: 75px;
	margin-top: -8px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/vertfade.png);
	background-repeat: repeat-x;
  }

body {
	background-color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
  }

.redtext {
	color: red;
	font-weight: bold;
	
  }

h1 {
	color: #3399FF;
	text-align: right;
	margin-top: -40px;
	padding-right: 180px;
	text-shadow: 5px 5px 2px white; 
  }

h1 {
	text-shadow: 5px 5px 2px white;
  }

li {
	list-style-type: none;
  }

/*
This section deals with the position of the items on the page.
*/

.featurehead {
	height: 75px;
	float: right;
	margin-top: -120px;
	padding-top: 20px;
	padding-bottom: 18px;
	border-left: 1px solid #CCCCCC;
	background: url(images/horizfaderight.png);
	background-repeat: repeat-y;
  }

.nudged {
	margin-top: -7px;
  }

nav {
	display: block; /* Only for IE8 or less */
	margin-top: -13px;
	margin-left: -37px;
  }

nav ul {
	margin: 0px;
  }

#mainpic {
	width: 889px;
	height: 390px;
	background: white;
	margin-top: 70px;
	border-top: 1px solid black;
	margin-left: auto;
	margin-right: auto;
  }

.featureimg {
	float: right;
	margin-top: -14px;
	padding-right: 2px;
  }

#maincontent {
	width: 889px;
	background: white;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top: 1px solid white;
	line-height: 125%;
  }

#tagline p {
	margin-top: 22px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 16;
	font-style: italic;
	color: #003399;
	background-color: #CCCCCC;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;

  }

#tagline a {
	font-weight: bold;
	text-transform: uppercase;
	color: #003300;
  }

#maincontent p {
	color: #003399;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
  }

th {
	color: red;
	background: #CCCCCC;
	border: 1px solid #999999;
  }

td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	text-align: left;
	color: black;
	padding-left: 25px;
	padding-right: 15px;
  }

#contactform {
	color: #333333;
	width: 889px;
	margin-left: auto;
	margin-right: auto;
  }


form.contact fieldset {
	border: 2px solid #333333;
	padding: 10px;
  }

form.contact legend {
	font-weight: bold;
	font-size: large;
	color: red;
	padding: 5px;
  }

form.contact {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	line-height: 100%;
  }

form.contact label {
	font-weight: bold;
	font-size: small;
	color: #666666;
  }

form.contact label.fixedwidth {
	display: block;
	width: 240px;
	float: left;
  }

form.contact .buttonarea input {
	background: #3399FF;
	color: white;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #003399;
  }

form.contact .buttonarea {
	text-align: center;
	padding: 4px;
	background-color: #CCCCCC;
  }

footer {
	width: 889px;
	color: white;
	text-align: center;
	background-color: #666666;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
  }

footer a {
	color: #3399FF;
  }