@charset "utf-8";

/*RESET*/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}strong,b{font-weight:bold;}em,i{font-style:italic;}h1,h2,h3,h4,h5,h6{font-weight:normal;};
/*CLEAR FIX*/.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}
/* Hides from IE-mac \*/* html .clearfix { height: 1%;} .clearfix {display: block;}

body {
	font: normal 75% Arial, Helvetica, sans-serif;
	text-align: center;
	background: #4e5c52 url(../images/bg-body.png) repeat-x;
}
.leftTxt {
	text-align: left;
}
.rightTxt {
	text-align: right;
}
.centerTxt {
	text-align: center;
}
.leftFlt {
	float: left;
}
.rightFlt {
	float: right;
}
#wrapper {
	background: url(../images/bg-container-footercontent.png) no-repeat center -1019px;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg-container-footercontent.png) no-repeat center -1019px;
}
#header {
	position: relative;
	height: 145px;
}
#header h2 {
	position: absolute;
	top: 50px;
	width: 360px;
	height: 95px;
}
#header ul {
	position: absolute;
	top: 102px;
	left: 478px;
	width: 290px;
	height: 45px;
}
#header ul li {
	float: left;
}
#header ul a {
	float: left;
	height: 45px;
	line-height: 42px;
	padding: 0 0 0 32px;
	text-decoration: none;
	color: #babfbc;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#header ul li.homeLink a {
	width: 45px;
}
#header ul li.blogLink a {
	width: 41px;
}
#header ul li.contactLink a {
	width: 94px;
}
#header ul a:hover {
	color: #fff;
}
#search {
	position: absolute;
	top: 114px;
	left: 783px;
	width: 188px;
	height: 31px;
}
#search input.inputTxt {
	position: absolute;
	width: 130px;
	height: 12px;
	margin: 0;
	padding: 1px 0 0;
	background: transparent;
	border: 0;
	font-size: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
#search input.inputImg {
	position: absolute;
	top: 0;
	right: 13px;
}

/* Drop-down menu */
#menu {
	position: relative;
	z-index: 900;
	left: 17px;
	width: 973px;
	height: 32px;
}
#menu,
#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#menu li { /* all list items */
	float: left;
	position: relative;
	margin-right: 2px;
	text-align: center;
	background-position: 0 -28px;

}
#menu li.first {
	padding-left: 15px;
}
#menu li.aboutLink {
	width: 81px;
	background-image: url(../images/menu-about.png);
}
#menu li.aboutLink ul {
	width: 123px;
}
#menu li.ratesLink {
	width: 59px;
	background-image: url(../images/menu-rates.png);
}
#menu li.ratesLink ul {
	width: 71px;
}
#menu li.billingLink {
	width: 120px;
	background-image: url(../images/menu-billing.png);
}
#menu li.billingLink ul {
	width: 142px;
}
#menu li.communityLink {
	width: 158px;
	background-image: url(../images/menu-community.png);
}
#menu li.communityLink ul {
	width: 170px;
}
#menu li.energyLink {
	width: 123px;
	background-image: url(../images/menu-energy.png);
}
#menu li.energyLink ul {
	width: 145px;
}
#menu li.productsLink {
	width: 85px;
	background-image: url(../images/menu-products.png);
}
#menu li.productsLink ul {
	width: 117px;
}
#menu li.servicesLink {
	width: 78px;
	background-image: url(../images/menu-services.png);
}
#menu li.servicesLink ul {
	width: 110px;
}
#menu li.commercialLink {
	width: 98px;
	background-image: url(../images/menu-commercial.png);
}
#menu li.commercialLink ul {
	width: 190px;
}
#menu li.mediaLink {
	width: 107px;
	padding-right: 15px;
	background-image: url(../images/menu-media.png);
}

#menu a {
	display: block;
	color: #b8ccab;
	text-decoration: none;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 95%;
	letter-spacing: .05em;
	overflow: hidden;
	text-indent: -9999em;
}
#menu a:hover {
	color: #fff;
}

#menu li ul { /* second-level lists */
	position: absolute;
	background: #cfd6d1;
	padding-bottom: 12px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#menu li.first ul { /* second-level lists */
	padding-left: 15px;
}
#menu li ul li {
	clear: left;
	width: 100%;
	text-align: left;
}
#menu li ul a {
	margin: 0 10px;
	line-height: 24px;
	text-transform: none;
	border-bottom: 1px solid #a0a9a2;
	letter-spacing: 0;
	text-indent: 0;
}
#menu li:hover,
#menu li.sfHover {
	background-position: 0 0;
}
#menu li:hover li,
#menu li.sfHover li {
	background: none;
}
#menu li:hover a,
#menu li.sfHover a {
	color: #fff;
}
#menu li:hover ul a,
#menu li.sfHover ul a {
	color: #3f4942;
}
#menu li:hover ul a:hover,
#menu li.sfHover ul a:hover {
	color: #50803d;
}
#menu li:hover ul,
#menu li.sfHover ul { /* lists nested under hovered list items */
	left: 0;
}

#main {
	background: url(../images/bg-main.png) repeat-y -990px 0;
}
#mainBg {
	background: url(../images/bg-main.png) no-repeat 0 -70px;
}

/********************************************************************
	Inside pages content */
#innerContent {
	float: left;
	width: 688px;
	margin: 10px 7px 0 16px;
}
#innerContent h1.pageHead {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 658px;
	height: 130px;
	padding-left: 30px;
	color: #fefefe;
	text-transform: uppercase;
	font-size: 195%;
	line-height: 95%;
	background: url(../images/bg-page-headers.jpg);
}
#innerContent h1#ratesHead {
	background-position: 0 -130px;
}
#innerContent h1#billingHead {
	background-position: 0 -260px;
}
#innerContent h1#communityHead {
	background-position: 0 -390px;
}
#innerContent h1#energyHead {
	background-position: 0 -520px;
}
#innerContent h1#productsHead {
	background-position: 0 -650px;
}
#innerContent h1#servicesHead {
	background-position: 0 -780px;
}
#innerContent h1#commercialHead {
	background-position: 0 -910px;
}
#innerContent h1#mediaHead {
	background-position: 0 -1040px;
}
#innerContentCopy {
	margin-top: 2em;
	padding: 0 30px;
	color: #4a5053;
	line-height: 160%;
}
#innerContentCopy h1 {
	margin: 1em 0 .5em;
	line-height: 140%;
	font-weight: bold;
	font-size: 410%;
}
#innerContentCopy h2 {
	margin: 1em 0 .5em;
	line-height: 140%;
	font-weight: bold;
	font-size: 250%;
}
#innerContentCopy h3 {
	margin: 1em 0 .5em;
	line-height: 140%;
	font-weight: bold;
	font-size: 170%;
}
#innerContentCopy h4 {
	margin: 1em 0 .5em;
	line-height: 140%;
	font-weight: bold;
	font-size: 130%;
}
#innerContentCopy h5 {
	margin: 1em 0 .5em;
	line-height: 140%;
	font-weight: bold;
	font-size: 110%;
}
#innerContentCopy h6 {
	margin: 1em 0 .5em;
	line-height: 140%;
	font-weight: bold;
}
#innerContentCopy p {
	margin: 1em 0 2em;
}
#innerContentCopy blockquote {
	margin: 2em 0 2em;
}
#innerContentCopy ul {
	margin: 1em 0 2em 1.5em;
	list-style-type: disc;
}
#innerContentCopy ol {
	margin: 1em 0 2em 1.5em;
	list-style-type: decimal;
}
#innerContentCopy em {
	font-weight: bold;
}
#innerContentCopy a {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	color: #78a168;
	text-decoration: none;
}
#innerContentCopy a:hover {
	text-decoration: underline;
}
#innerContentCopy img.left {
	float: left;
	margin: 0 10px 5px 0;
	border: 4px solid #e0e0e0;
}
#innerContentCopy img.right {
	float: right;
	margin: 0 0 5px 10px;
	border: 4px solid #e0e0e0;
}
#innerContentCopy a.buttonLink {
	float: left;
	clear: both;
	padding-right: 20px;
	background: url(../images/btn.png) no-repeat right -258px;
}
#innerContentCopy a.buttonLink:hover {
	background-position: right -50px;
}
#innerContentCopy fieldset {
	display: block;
	clear: both;
	padding: 0 27px 27px;
	background: #eff0ee;
}
#innerContentCopy legend {
	display: none;
}
#innerContentCopy fieldset .formBlock {
	float: left;
	clear: both;
	margin: .5em 0;
	padding: 0;
}
#innerContentCopy fieldset .formItem {
	float: left;
	clear: both;
	position: relative;
}
#innerContentCopy label {
	display: block;
	padding: .4em 0 .1em;
}
#innerContentCopy .required {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #e9370e;
}
#innerContentCopy .error {
	position: absolute;
	top: 9px;
	right: 0;
	padding-right: 1px;
	font: normal 95% Arial, Helvetica, sans-serif;
}
#innerContentCopy fieldset .inputTxt {
	width: 197px;
	height: 20px;
	margin: 0;
	padding: 5px 6px 0 6px;
	border: 1px solid #e1e2e0;
	background: #fff;
	color: #636f65;
	font-size: 100%;
}
#innerContentCopy fieldset .inputTxtLong {
	width: 273px;
}
#innerContentCopy fieldset .inputTxtShort {
	width: 125px;
}
#innerContentCopy fieldset .inputTxtArea {
	width: 273px;
	margin: 0;
	padding: 5px 6px 5px 6px;
	border: 1px solid #e1e2e0;
	background: #fff;
	color: #636f65;
	font: normal 100% Arial, Helvetica, sans-serif;
}
#innerContentCopy fieldset .inputDdl {
	width: 211px;
	height: 27px;
	margin: 0;
	padding: 3px 0 0 6px;
	border: 1px solid #e1e2e0;
	background: #fff;
	color: #636f65;
	font-size: 100%;
}
#innerContentCopy fieldset .inputDdlAuto {
	width: auto;
}
#innerContentCopy fieldset .inputDdl option {
	height: 20px;
	padding: 5px 6px 0 6px;
	background: #fff;
	color: #636f65;
	font-size: 100%;
}
#innerContentCopy fieldset h3 {
	font-size: 105%;
	margin-bottom: 0;
}
#innerContentCopy fieldset p {
	margin-top: 0;
}
#innerContentCopy p.confirmation {
	clear: both;
	font-size: 115%;
	text-transform: uppercase;
	color: #647267;
}

#innerContentCopy .formSection .sectionHead {
	margin: 2em 0 .5em;
	padding: 0 0 2px 0;
	line-height: 100%;
	border-bottom: 1px solid #dedddd;
	text-transform: uppercase;
	font-size: 155%;
	font-weight: normal;
	color: #74b1c6;
}
#innerContentCopy .landingSection {
	font-size: 135%;
	color: #616161;
}
#innerContentCopy .landingSection .sectionHead {
	margin: 2em 0 0;
	padding: 0 0 2px 0;
	line-height: 100%;
	border-bottom: 1px solid #dedddd;
	text-transform: uppercase;
	font-size: 125%;
	font-weight: normal;
	color: #74b1c6;
}
#innerContentCopy .landingSection p {
	margin: .5em 160px 1em 0;
}
#innerContentCopy p.learnMore {
	float: right;
	margin: .5em 0 0 0;
	font-size: 70%;
}
#innerContentCopy p.learnMore a {
	padding-right: 20px;
	background: url(../images/btn.png) no-repeat right -260px;
}
#innerContentCopy p.learnMore a:hover {
	background-position: right -52px;
}
#innerContentCopy .plateSection {
	clear: both;
	margin: 2em 0;
	font-size: 135%;
	line-height: 140%;
	color: #616161;
}
#innerContentCopy .plateSection .sectionHead {
	float: left;
	position: relative;
	width: 230px;
	margin: 0 10px 0 0;
	padding: 17px 30px;
	line-height: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 110%;
	text-transform: uppercase;
	color: #042938;
	background: url(../images/bg-platesection.png) no-repeat top;
}
#innerContentCopy .plateSection .sectionHead span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 230px;
	height: 12px;
	background: url(../images/bg-platesection.png) no-repeat bottom;
}
#innerContentCopy .plateSection p {
	margin: 0;
	padding-left: 300px;
}

#innerContentCopy .plateSection p.link {
	background: none;
}
#innerContentCopy .plateSection p.link a {
	font-size: 75%;
	padding-right: 20px;
	background: url(../images/btn.png) no-repeat right -260px;
}
#innerContentCopy .plateSection p.link a:hover {
	background-position: right -52px;
}

/********************************************************************
	Homepage content */
#homeContent {
	float: left;
	width: 688px;
	margin: 10px 7px 0 16px;
	background: url(../images/bg-homecontent.png) no-repeat 0 -38px;
}
#banner-tabs {
	position: relative;
	width: 679px;
	height: 295px;
	margin: 4px 0 0 5px;
}
#banner-tabs .jsBanner {
	position: absolute;
	width: 679px;
	height: 249px;
}
#banner-tabs .jsBanner img {
	display: block;
	position: absolute;
}
#banner-tabs .jsBanner .callout {
	position: absolute;
	color: #eef1f3;
	font-size: 105%;
	line-height: 155%;
}
#banner-tabs .jsBanner .callout img {
	display: block;
	position: static;
}
#banner-tabs .jsBanner .callout a {
	float: left;
	clear: both;
	padding-right: 20px;
	color: #ccc;
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/btn.png) no-repeat right 2px;
}
#banner-tabs .jsBanner .callout a:hover {
	text-decoration: underline;
	background-position: right -50px;
}
#banner-tabs #welcome .callout {
	position: absolute;
	top: 35px;
	left: 17px;
	width: 175px;
	font-size: 1em;
}
#banner-tabs #welcome .callout2 {
	left: 247px;
}
#banner-tabs #welcome .callout h2 {
	font-size: 150%;
	font-weight: bold;
}
#banner-tabs #welcome .callout p {
	margin: .7em 0;
}
#banner-tabs #welcome a {
	color: #fff;
}
#banner-tabs #our-energy .callout {
	position: absolute;
	top: 44px;
	right: 0;
	width: 256px;
	height: 149px;
	padding: 16px 0 0 24px;
}
#banner-tabs #our-energy .callout p {
	margin: 10px 0 0 46px;
}
#banner-tabs #co-op-connection .callout {
	position: absolute;
	top: 35px;
	right: 0;
	width: 270px;
	height: 178px;
	padding: 7px 0 0 10px;
}
#banner-tabs #co-op-connection .callout a {
	margin: 3px 0 0 2px;
}
#banner-tabs #kids-korner .callout {
	position: absolute;
	top: 25px;
	left: 17px;
	width: 410px;
}
#banner-tabs #kids-korner .callout p {
	margin-bottom: 13px;
}
#banner-tabs #kids-korner .callout a {
	color: #fff;
}

#jsMenu {
	position: absolute;
	top: 249px;
	width: 679px;
	height: 38px;
	background: url(../images/bg-jsmenu.png);
}
#jsMenu a {
	display: block;
	float: left;
	width: 167px;
	height: 38px;
	border-right: 1px solid #a3a5a5;
	font-size: 11px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color: #707672;
	text-transform: uppercase;
	background: url(../images/bg-homecontent.png) no-repeat 0 38px;
}
#jsMenu a:hover {
	color: #4d5051;
}
#jsMenu a.activeSlide {
	background-position: 0 0;
	color: #fff;
	font-weight: bold;
}
#jsMenu a.link0 {
	width: 157px;
}
#jsMenu a.link1 {
	width: 163px;
}
#jsMenu a.link2 {
	width: 177px;
}
#jsMenu a.link3 {
	width: 179px;
	border: 0;
}
#homeContent .jsContent {
	padding: 20px 80px 0 62px;
	line-height: 145%;
	color: #323d36;
}
#homeContent #innerContentCopy {
	padding-left: 0;
}
#homeContent #innerContentCopy p {
	margin-bottom: 10px;
}
#homeContent .jsContent .contentHead {
	position: relative;
	left: -56px;
	padding: 0 0 5px 53px;
	background: url(../images/bg-contenthead.png) no-repeat;
	font-size: 285%;
	letter-spacing: .01em;
	color: #9fa1a0;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 85%;
}
#homeContent .jsContent .post {
	margin: 22px 0;
}
#homeContent .jsContent h3.date {
	font-size: 105%;
	color: #d6a923;
	font-weight: normal;
	margin: 1em 0 0;
}
#homeContent .jsContent h2.sectionHead {
	font-size: 115%;
	margin: 0;
	font-weight: bold;
}
#homeContent .jsContent .post p {
	margin: .2em 0;
}
#homeContent .jsContent a.goto {
	float: left;
	clear: both;
	padding-right: 18px;
	color: #7b877f;
	font-size: 95%;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/btn.png) no-repeat right -103px;
}
#homeContent .jsContent a.goto:hover {
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 279px;
	padding: 15px 0 0;
}
#sidebar h3.reportOutage a {
	display: block;
	width: 263px;
	height: 90px;
	background: url(../images/report-outage.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
#sidebar h3.reportOutage a:hover {
	background-position: 0 -89px;
}
#sidebar h3.reportOutageSmall a {
	display: block;
	width: 263px;
	height: 67px;
	background: url(../images/report-outage.png) no-repeat 0 -180px;
	text-indent: -999em;
	overflow: hidden;
}
#sidebar h3.reportOutageSmall a:hover {
	background-position: 0 -247px;
}
#sidebar h3.payOnline a {
	display: block;
	width: 263px;
	height: 83px;
	background: url(../images/ebill-pay-online.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
#sidebar h3.payOnline a:hover {
	background-position: 0 -83px;
}
#sidebar h3.payOnlineSmall a {
	display: block;
	width: 263px;
	height: 67px;
	background: url(../images/ebill-pay-online.png) no-repeat 0 -166px;
	text-indent: -999em;
	overflow: hidden;
}
#sidebar h3.payOnlineSmall a:hover {
	background-position: 0 -233px;
}
#sidebar .sidebarMenu {
	width: 263px;
	padding-bottom: 22px;
	background: url(../images/bg-sidebar-menu.png) no-repeat bottom;
}
#sidebar .sidebarMenu h3 {
	height: 24px;
	padding: 16px 0 0 40px;
	margin-bottom: 4px;
	font-size: 115%;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #83c7df;
	background: url(../images/bg-sidebar-menu.png) no-repeat;
}
#sidebar .sidebarMenu h3.headerTall {
	height: 40px;
	margin-bottom: 4px;
	background: url(../images/bg-sidebar-menu.png) no-repeat 0px -40px;
}
#sidebar .sidebarMenu ul {
	padding: 0 0 0 40px;
}
#sidebar .sidebarMenu li a {
	display: block;
	padding: 0 25px 0 33px;
	line-height: 25px;
	font-size: 105%;
	color: #d6e2d9;
	text-decoration: none;
	background: url(../images/btn.png) no-repeat 0 -149px;
}
#sidebar .sidebarMenu li a:hover {
	color: #fff;
	background-position: 0 -201px;
}
#sidebar .sidebarBox {
	width: 263px;
	padding-bottom: 22px;
	background: url(../images/bg-sidebar-sections.png) no-repeat bottom;
}
#sidebar .sidebarBox h3 {
	height: 47px;
	margin-bottom: 4px;
	background: url(../images/bg-sidebar-sections.png) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}
#sidebar .conservation h3 {
	background-position: 0 -47px;
}
#sidebar .contact {
	padding-bottom: 0;
	background: none;
}
#sidebar .contact h3 {
	background-position: 0 -94px;
}
#sidebar .sidebarBox ul {
	padding: 0 0 0 31px;
}
#sidebar .sidebarBox li a {
	display: block;
	padding: 0 25px 0 41px;
	line-height: 25px;
	font-size: 105%;
	color: #d6e2d9;
	text-decoration: none;
	background: url(../images/icons.png) no-repeat;
}
#sidebar li.transferLink a {
	background-position: 0px -50px;
}
#sidebar li.stopLink a {
	background-position: 0px -100px;
}
#sidebar li.confLink a {
	background-position: 0px -250px;
}
#sidebar li.lowerLink a {
	background-position: 0px -150px;
}
#sidebar li.energyLink a {
	background-position: 0px -200px;
}
#sidebar .sidebarBox li a:hover {
	color: #fff;
}
#sidebar li.startLink a:hover {
	background-position: 0px -25px;
}
#sidebar li.transferLink a:hover {
	background-position: 0px -75px;
}
#sidebar li.stopLink a:hover {
	background-position: 0px -125px;
}
#sidebar li.confLink a:hover {
	background-position: 0px -275px;
}
#sidebar li.lowerLink a:hover {
	background-position: 0px -175px;
}
#sidebar li.energyLink a:hover {
	background-position: 0px -225px;
}
#sidebar .sidebarBox h4 {
	margin-top: 10px;
	padding: 0 25px 0 72px;
	font-size: 105%;
	font-weight: bold;
	color: #5b6c60;
	text-transform: uppercase;
	letter-spacing: .05em;
}
#sidebar .sidebarBox p {
	margin-bottom: 10px;
	padding: 0 25px 0 72px;
	font-size: 105%;
	color: #d7e3da;
}
#sidebar .sidebarBox a {
	color: #d7e3da;
	text-decoration: none;
}
#sidebar .sidebarBox a:hover {
	color: #fff;
}



#mainBot {
	clear: both;
	background: url(../images/bg-main.png) no-repeat;
	height: 70px;
}

#footer {
	background: #344238 url(../images/bg-footer.png) repeat-x;
}
#footerContent {
	position: relative;
	width: 990px;
	padding-top: 29px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg-container-footercontent.png) no-repeat center -71px;
}
#footerBot {
	clear: both;
	height: 71px;
	background: url(../images/bg-container-footercontent.png) no-repeat center 0;
}
#footer ul.menuBot {
	clear: left;
	padding: 0 0 0 55px;
}
#footer div#botRow {
	clear: both;
	padding: 10px 0;
	background: url(../images/bg-footer-botrow.png) no-repeat center 31px;
}
#footer li {
	float: left;
	font-size: 95%;
	padding-right: 16px;
}
#footer li a {
	display: block;
	float: left;
	line-height: 21px;
	padding-left: 8px;
	padding-bottom: 6px;
	padding-right: 10px;
	color: #c8d3c1 ;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	background: url(../images/bg-menubot.png) no-repeat right -1px;
}
#footer li a:hover {
	color: #fff;
}
#footer li ul li {
	float: none;
	height: auto;
	margin-right: 0;
	padding-right: 0;
}
#footer li ul li a {
	float: left;
	clear: both;
	line-height: 25px;
	padding: 0 10px;
	color: #8b9e90;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0;
	border: 0;
	font-style: italic;
	background: none;
}
#footer p {
	float: right;
	padding-right: 55px;
	line-height: 21px;
	color: #829186;
	text-align: right;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .05em;
}
#footer p a {
	color: #829186;
	text-decoration: none;
}
#footer p a:hover {
	color: #fff;
}


#input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

div.main{
	margin:30px auto; 
	width:440px;
	}

#aspinput {
    display:block;
	margin-bottom:10px;
	color:#555555;
}
/*********************************************************
		Product Request Form */
		
#ProductForm label
{
	display: inline-block;
	width: 90px;
}
.radioButtons input
{
	margin-right: 50px;
}

/***********************************************
	Contest Overlay */
#contestOverlay {
	position: relative;
	height: 418px;
	background: url(../images/contest-overlay.png) no-repeat;
}
#contestOverlay a {
	display: block;
	position: absolute;
	top: 290px;
	left: 506px;
	height: 14px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: .917em;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	color: #3d4f17;
	background: url(../images/btn.png) no-repeat right -52px;
}
#contestOverlay #closeLink {
	left: 634px;
}
#contestOverlay a:hover {
	background-position: right top;
}

#innerContentCopy .reportOutage {
	margin-bottom:10px;
}
#innerContentCopy .reportOutage a {
	display: block;
	width: 230px;
	height: 76px;
	background: url(../images/live-outage.jpg) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#innerContentCopy .reportOutage a:hover {
	background-position: 0 -74px;
}

#innerContentCopy .reportOutage2 {
    margin:0;
}
#innerContentCopy .reportOutage2 a {
	display: block;
	width: 230px;
	height: 76px;
	background: url(../images/report-outage.jpg) no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#innerContentCopy .reportOutage2 a:hover {
	background-position: 0 -74px;
}

#innerContentCopy .reportOutageSection p.link {
	background: none;
}
#innerContentCopy .reportOutageSection p.link a {
	padding-right: 20px;
	background: url(../images/btn.png) no-repeat right -260px;
}
#innerContentCopy .reportOutageSection p.link a:hover {
	background-position: right -52px;
}

#outageContent h3.date {
    font-size:105%;
	color: #d6a923;
	margin: 1em 0 0;
}
#outageContent h4.title {
    font-size: 115%;
	color: #74B1C6;
	margin: 0 0 1em;
}

