/* CSS Document */

/* Global Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background: #FF0000;
}

h1
{
	color: #ff0000;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	text-transform: none;
}

h2
{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

h1
{
color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 15px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 15px 0px;}

img {border: 0;}
	
/* ID's & Classes */

#page
{
	width: 1000px;
	margin: 0 auto;
	background: url(images/powerPolesBG.jpg) no-repeat top center;
}

#contentBG {background: url(images/contentBG.png) repeat-y center;}

#content
{
	background: url(images/contentBG-Top_02.png) no-repeat top;
	padding: 0 50px 20px 50px;
}

#content img
{
float:right;
}
#nav a
{
	color: #000;
	font-size: 20px;
	
}

.hidden {display: none;}
.showing {display: inline;}

.bigBold
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.imgLeft
{
	padding: 0 15px 10px 0;
	float: left;
}

.imgRight
{
	padding: 0 0px 10px 15px;
	float: right;
}

.efficiencyChart
{
	padding: 0 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
}

#footer
{
	text-align: center;
	font-size: 10px;
	padding: 10px 30px;
}

.copyright
{
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: center;
}
#sent_form
{
width:300px;
height:200px;
border:2px solid black;
background-color:#FFF;
padding:25px;
margin-left:auto;
margin-right:auto;
}
#sent_form h1
{
margin-top:1px;
}
.dropDown {width:68px;} 
img, div { behavior: url(iepngfix.htc) }
.bigbullets {
	font-size:18px;
	font-weight:bold;
}
.bigbullets li {
	margin:0;
	padding:0;
}