@charset "utf-8";
/* CSS Document */

body{
	background: #e3e4e8 url(../img/background.jpg) repeat-x;
	text-align:center;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
.mainBox {
	text-align:left;
	position: relative;
	margin: 0px auto auto auto;
	width:784px;
}
.loginbtn{
	position:absolute;
	left:644px;
	top:69px;
}
h1{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:0;
	padding-bottom:1.5em;
}
blockquote{
	font-size:13px;
	font-style:italic;
	padding:20px 100px 100px;
}
.contactInfo{
	font-size:10px;
	padding:6px 0 20px;
}
p{
	padding-bottom:1.5em;
	line-height:1.3em;
}
.clear{
	clear:both;
}
.contentBox{
	text-align:left;
	margin: 10px 20px 5px;
}
.contentBox ul{
	list-style:disc;
	padding:0 15px 15px;
}
.contentBox ul li{
	padding-bottom:.8em;
}
.contentBox table tr td{
	padding:1em;
	vertical-align:top;
}
.img{
	text-align:center;
	float:right;
	padding:0 20px 10px;
}
.table tr td{
	padding:5px;
}
strong{
	font-weight:bold;
}
.italic{
	font-style:italic;
	}
.copyright{
	margin-top:10px;
	font-size:10px;
	text-align:center;
}
.contentBox .doubleRow{
	width:300px;
	padding:0 15px;
}
.contentBox .doubleRow li{
	float:left;
	width:150px;
	padding-bottom:1.5em;
}
.contentBox .tripleRow{
	width:600px;
	padding:0 15px;
}
.contentBox .tripleRow li{
	float:left;
	width:200px;
	padding-bottom:1.5em;
}
/*Styling with backgound imges*/
.header{
	background:url(../img/header.png) left top no-repeat;
	height:167px;
	position:relative;
}
#logo{
	position:absolute;
	top:42px;
	left:27px;
}
.body_L{
	background:url(../img/l_shadow.png) left repeat-y;
	padding-left:10px;
}
.body_R{
	background:url(../img/r_shadow.png) right repeat-y;
	height:100%;
	padding-right:10px;
	
}
.content{
	background:#FFF;
}
.footer{
	background:url(../img/bottom.png) bottom left no-repeat;
	height:22px;
	width:784px;
}
/*Rounded Corner Box*/
.contentBoxL{
background: #FFF url(../img/contentBoxL.gif) repeat-y left;
width:723px;
margin-left:25px;
}
.contentBoxR{
	background:url(../img/contentBoxR.gif) repeat-y right;
}
.contentBoxTop{
background:url(../img/contentBoxT.gif) no-repeat top left;
height:14px;
width:723px;
}
.contentBoxBottom{
background:url(../img/contentBoxB.gif) no-repeat bottom left;
height:19px;
width:723px;
}

/*Navigation Stuff*/
.nav{
	width:764px;
	height:39px;
	background: #ededed url(../img/under_menu.gif) bottom repeat-x;
}
#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Arial, Helvetica, sans-serif;
		font-weight:bold}

	#jsddm li a
	{	display: block;
		background: #ededed;
		padding: 5px 18px;
		text-decoration: none;
		color: #000;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #c5c5c5}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid black}
		
		#jsddm li ul li
		{	float: none;
			font-weight:normal;
			font-size:13px;
			border-right: 1px solid black;
			border-bottom:1px solid black;
			border-left: 1px solid black}
		
		#jsddm li ul li a
		{	width: auto;
			background: #ededed}
		
		#jsddm li ul li a:hover
		{	background: #c5c5c5}
		
		
		
		
		
		/*test stuff*/
		
		
		textarea {
			border:1px solid #000;
			background-color:#fff;
		}

		.validation-failed { /* for textboxes, textareas, passwords */
			border:1px dashed #F33;
			background-color:#FCC;
		}

		.validation-failed-cr { /* for checkboxes and radios */

		}

		.validation-failed-sel { /* for selects */

		}

		.validation-passed { /* for textboxes, textareas, passwords */
			border:1px solid #6C6;
			background-color:#CFF;
		}

		.validation-passed-cr { /* for checkboxes and radios */

		}

		.validation-passed-sel { /* for selects */

		}

		.button {
			border:1px solid #0B5C8B;
			background-color:#0B80CD;
			color:#fff;
		}
/*popup*/
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  left:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  display:none;
  z-index:9999;
  padding:20px;
}

ul.caseStudy{
	padding:20px 0 0;
	margin:0;
	list-style:none;
}
ul.caseStudy li{
	padding:0 0 20px;
	margin:0;
	list-style:none;
}
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px; 
  background:#FFF;
  text-align:left;
}

/*admin stuff*/
h2{ font-size:13px; font-weight:bold; padding:0 0 1em;}
h3{ font-size:1.3em; font-weight:bold;}
#subNav{margin: 0;padding: 0 0 20px 0;}
#subNav li{	float: left;list-style: none;font: 12px Arial, Helvetica, sans-serif;font-weight:bold;padding-bottom:0px;}
#subNav li a{display: block;background: #aaa;padding: 5px 22px;text-decoration: none;color: #000;white-space: nowrap;}
#subNav li a:hover{	background: #ddd;}
#subNav li a.active{background:#ddd;}
table.usersAdmin{ margin:20px;}
table.usersAdmin th{ font-weight:bold;}
table.usersAdmin tr td{padding:5px; margin:0; border:solid 1px #666;}
/*user stuff*/
.leftBox{ padding:10px; width:470px;}
.leftBox ul{list-style:none; text-align:right;}
.leftBox ul li{ border-bottom:solid #666 1px; padding:5px 0; margin:0;}
.leftBox ul li a{display:inline-block; padding:0 10px 0 0; float:left;}
.rightBox{float:right; margin:20px; padding:10px; width:125px; border:solid 1px #000; background:#FFF; text-align:center;}
.utilityBillsTable table{
	width:100%;
}
.utilityBillsTable table tr{
	border:#CCC solid 2px;
}
.utilityBillsTable table tr th{
	font-weight:bold;
	border:none;
	text-align:center;
}
.utilityBillsTable table tr td{
	border:#CCC solid 1px;
}
#deregulatedEnergyMarkets{
	text-align:center;
}
#deregulatedEnergyMarkets table{
	margin:0 auto;
}
#deregulatedEnergyMarkets td{
	border:solid #000 1px;
	padding:2px 1em;
	background:#d9d9d9;
}
#deregulatedEnergyMarkets th{
	text-align:center;
	font-weight:bold;
	padding: 2px 1em;
	background:#058142;
	border:solid #000 1px;
	color: #FFFFFF;
}
#deregulatedEnergyMarkets tr.disabled td{
	color:#a8a8a8;
	background:#fff;
}
hr{
	border:0;
	border-top: 1px solid #058142;
	margin-bottom:18px;
}