body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #069;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height:1.4em;
}

/*p {font-size:.9em;}*/

li { font-size:.9em;}

a { text-decoration: none;}

img { border:none;}

img.sidebar2 { margin:5px;}

ul.link_list {
	list-style-type: none;
	font-size: 0.9em;
	text-align: left;
	display: block;
	width: 200px;
	margin: 10px 5px 5px 5px;
}

li.link_list {padding: 5px}

ul.link_list2 {
	list-style-type: none;
	font-size: 0.9em;
	text-align: left;
	display: block;
	width: 200px;
	margin: -10px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
}

div.last_updated {padding-bottom: 15px;}

.energywatch #container #mainContent h3 {color: #00A65B;}

.energywatch #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #069;
	background-color: #FFFFFF;
	/*background-image: url(../scew/images/sidebartwo.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: 510px;*/
} 
.energywatch #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #00A65B;
} 
.energywatch #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:0.5em;
	color: #00A65B;
}
.energywatch #container #sidebar2 h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFB539;
	font-size: .9em;
	font-weight: bold;
}
.energywatch #container #sidebar2 h3 {
	color: #FFF;
}
.energywatch #container #sidebar2 h2 {
	color: #FFC967;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.energywatch #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	/*background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 450px 0px;*/
}

.energywatch #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.energywatch #mainContent {
	margin-top: 0;
	/*margin-right: 260px;*/
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.energywatch #container .footnote {
	background-color: #007EA2;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt img, .fltlft img {
	border: 1px #069 solid;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.energywatch #container .top_nav {
	background-color: #00A65B;
	text-align: center;
	display: block;
}

div.top_nav {
	padding: .3em;
	line-height:2em}

a.top_nav_links_first {
	color:#ffffff;
	font-size:.9em;
	font-weight:bold;
	font-family: Helvetica, sans-serif;
	padding-right:.4em;}
	
a.top_nav_links {
	color:#ffffff;
	font-size: .9em;
	font-weight:bold;
	font-family: Helvetica, sans-serif;
	border-left:#ffffff 1px solid;
	padding-right:.4em;
	padding-left:.4em}
	
div.top_nav a:hover {
	color: #F2F563;}
	
.energywatch #container #mainContent a {
	color: #00A65B;
	background-color: #FFF;
}

.energywatch #container #mainContent table {
	font-size: .85em;
	color: #069;
	border-collapse: collapse;
	}

.energywatch #container #mainContent table caption {
	font-size: 1.3em;
	font-weight: bold;
	margin: .2em;
}

.energywatch #container #mainContent table th {
	background-color: #069;
	font-weight: bold;
	/*text-align: right;*/
	padding: 8px;
	margin: 0;
	color: #ffffff;
	border-top: 4px solid #039;
	border-bottom: 1px solid #fff;
}
.energywatch #container #mainContent table td {
	padding: 8px;
	margin: 0;
	border-bottom: 1px solid #069;
	border-top: 1px solid transparent;
	}

.energywatch #container #mainContent h1 {
	color: #069;
	font-size: 1.1em;
}
.energywatch #container #mainContent h2 {
	color: #00A65B;
	font-size: 1.1em;
}
.energywatch #container #mainContent h3 {
	color: #00A65B;
	font-size: 0.7em;
}

.energywatch #container #mainContent {
	padding-top: 25px;
}

.listTitle {
	color: #069;
	font-size: .9em;
	font-weight: bold;
	}

.link_list a:link {
	color: #006699;
	line-height: 1.0em;
}

.link_list a:visited {
	color: #800080;
	line-height: 1.0em;
}

.link_list a:hover {
	color: #006699;
	text-decoration: underline;
	line-height: 1.0em;
}

.link_list2 a:link {
	color: #006699;
}

.link_list2 a:visited {
	color: #800080;
}

.link_list2 a:hover {
	color: #006699;
	text-decoration: underline;
}

.energywatch #container .footer {
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
	font-size: .8em;
	text-align: center;
	display: block;
	line-height: 1.2em;
}

.energywatch #container .footer a:link {
	color: #000000;
}

.energywatch #container  .footer a:visited {
	color: #800080;
}

.energywatch #container .footer a:hover {
	color: #006699;
	text-decoration: underline;
}

.energywatch #container a:active {
	color: #006699;
	text-decoration: none;
}

abbr[title], acronym[title] {border-bottom:dashed .1em; cursor:help}

.bluefont {	color: #006699;}

.smallBold { font-size: .7em; font-weight: bold; }

.sidelinks ul li {text-decoration:none;}


#accessibleOptions {background-color: #069; color:#fff; padding-left:0.5em}
#accessibleOptions a {color:#ffffff; font-size:70%; font-weight:bold}
#accessibleOptions a:hover, #divViewOptions a:focus {color:#f2f563; text-decoration:underline}

/* new styles for contact info */
.indent2em {
	margin-left:2em}
	
dl.tableLayout {
	font-size: .9em;
	float:left; 
	overflow:visible; 
	width:85%;
	line-height:1.4em}
	
dl.tableLayout dt {
	clear:both; 
	display:block; 
	float:left; 
	font-weight:bold; 
	height:auto; 
	margin:0; 
	padding:.5em .5em .5em 0; 
	text-align:right}

dl.tableLayout dd {
	display:block; 
	float:left; 
	margin:0; 
	padding:.5em 0 .5em .5em}

dl.titlePercent10 dt, dl dt.titlePercent10 {
	min-width:4em; 
	width:10%}

dl.titlePercent10 dd, dl dd.titlePercent10 {
	width:80%}

dl.titlePercent20 dt, dl dt.titlePercent20 {
	min-width:8em; 
	width:25%}

dl.titlePercent20 dd, dl dd.titlePercent20 {
	width:66%}

.hide{display:none}

ul.getDirections{font-weight:normal; padding-left:1em; margin-left:1em;}

legend { color: #00A65B;}

.center {text-align: center;
}


/* -------------------- Video page -------------*/

 #media
            {
	margin-top: 40px;
	
            }
            #noUpdate
            {
                margin: 0 auto;
                font-family:Arial, Helvetica, sans-serif;
                font-size: x-small;
                color: #cccccc;
                text-align: left;
                width: 210px; 
                height: 200px;	
                padding: 40px;
            }
			
/*-------------------- Social Media -------------------*/
.share{display:inline-block;padding-left:1em}



.slideshow {
	background-color:#FFF;
	border: 1px solid #000000;
}
