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

/*   
Theme Name: energywatch
Theme URI: http://energywatch-inc.com/
Description: A custom theme exclusively developed for EnergyWatch Inc
Author: Matt Lembo
Author URI: http://mattlembo.com
Version: 1.0
.
This theme is not to be used by any individual, company or other entity under any circumstances other than EnergyWatch Inc, New York, NY.
.
*/

body {
	margin:0 0 20px 0;
	padding:0;
	color:#333;
	width:1004px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a {
	text-decoration:none;
	outline:none;
	color:#666;
	}

.article a {
	color:#1d8dd9;
	cursor:pointer;
	}
	
a.dark {
	color:#333;
	}
	
a:hover {
	color:#1d8dd9;
	}
	
.article a:hover {
	color:#666;
	}
	
img {
	border:none;
	}
	
.left {
	float:left;display:inline;
	}
	
.right {
	float:right;display:inline;
	}
	
.alignleft {
	text-align:left;
	}
	
.alignright {
	text-align:right;
	}
	
.clear {
	clear:both;
	}
	
.hide {
	display:none;
	}
	
.small {
	font-size:11px;
	}
	
	





	
	
/* - Header Layout - */
	
#header {
	margin:0;
	padding:0;
	height:155px;
	}
	
#logo {
	margin:0 0 0 10px;
	}
	
#nav {
	float:right;
	margin:120px 0 0 0;
	}
	
	





	

/* -- Dropdown Menu -- */

#menu .top {
	font-size:10px;
	font-family:"Gotham Book", Gotham-Book, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:300;
	text-transform:uppercase;
	padding:0 0 3px 0;
	margin:0 25px 0 0;
	color:#666;
	}	
	
#menu a.top:hover {
	border-bottom:4px solid #01a0e4;
	color:#000;
	}
	
#menu .item {
	color:#666;
	margin:0 50px 0 0;
	padding:0 0 0 10px;
	}
	
#menu .last {
	padding:0 0 10px 10px;
	}
	
#menu .first {
	padding:25px 0 0 10px;
	}
		
#menu a.item:hover {
	color:#1d8dd9;
	}

#menu, #menu ul {
	padding:0;
	margin:0;
	list-style:none;
	line-height:normal;
	}
	
#menu a {
	display:block;
	}
	
#menu li {
	float:left;
	white-space:nowrap;
	}
  
#menu li ul {
	position:absolute; 
	left:-1500px;
	top:135px;
	background:url(_img/_layout/drop_down_arrow.gif) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1d8dd9;
	line-height:22px;
	cursor:pointer;
	}
	
#menu #services, #menu #sustainability {
	width:220px;
	}
	
#menu #about, #menu #partnerships {
	width:150px;
	}

#menu li:hover ul {
	left:auto;
	/* filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity:0.90; */
	opacity:0.90;
	}
	
#menu li:hover ul, #menu li.sfhover ul {
	left:auto;
	}
	
#menu li:hover, #menu li.sfhover {
	position:static;
	}
	
	
	
	
	
	



/* -- Interior Layout -- */

#color_bar {
	background:url(_img/_layout/color_bar.jpg) top left no-repeat;
	height:20px;
	}
	
#breadcrumbs {
	font-size:11px;
	margin:20px 25px 30px 80px;
	}
	
#breadcrumbs, #breadcrumbs a {
	color:#999;
	}
	
#breadcrumbs a:hover {
	color:#333;
	}
		
h1 {
	color:#01a0e4;
	font-size:28px;
	letter-spacing:1px;
	font-family:Gotham-Light, "Gotham Light", Arial, Helvetica, sans-serif;
	font-weight:100;
	margin:40px 0 10px 0;
	padding:0;
	}
	
h2 {
	font-size:20px;
	letter-spacing:1px;
	font-family:Gotham-Light, "Gotham Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:100;
	margin:20px 0 10px 0;
	padding:0;
	}

h3 {
	font-size:16px;
	letter-spacing:1px;
	font-family:AGaramondPro-Regular, "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:100;
	margin:20px 0 0 0;
	padding:0;
	}
	
h4 /* Report Types */ {
	font-size:14px;
	letter-spacing:1px;
	font-family:AGaramondPro-Regular, "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:100;
	margin:40px 0 0 0;
	padding:0;
	}
	
h5 {
	font-size:14px;
	letter-spacing:1px;
	font-weight:100;
	margin:2px 0 0 0;
	padding:0;
	}
	
h6 /* Reporting Clientnames */ {
	font-size:16px;
	letter-spacing:1px;
	font-family:AGaramondPro-Regular, "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:100;
	margin:40px 0 0 0;
	padding:0;
	}
	
p {
	font-size:13px;
	line-height:22px;
	}
	
table {
	font-size:13px;
	line-height:18px;
	width:100%;
	margin:10px 0 10px 0;
	text-align:center;
	}
	
td, table, tr, th {	
	border:1px solid #a8c42f;
	}
	
.address {
	font-size:13px;
	line-height:18px;
	}
	
ul, ol, .related_post {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	line-height:22px;
	margin:0 0 0 15px;
	padding:0;
	}
	
.green_body li {
	line-height:15px;
	padding-bottom:6px;
	}
	
.commentlist li {
	margin-bottom:30px;
	}
	
.green_body ul {
	list-style:url(_img/_layout/bullet.gif);
	}
	
.one_column {
	width:300px;
	}	
	
.two_column {
	width:600px;
	}
	
.three_column {
	width:920px;
	}
	
.primary {
	margin:0 0 40px 80px;
	padding:0;
	}
	

	
	
	
	
	

/* - Callout Layouts - */

.stack {
	margin:40px 0 0 0;
	}

.primary_callout {
	margin:0 0 40px 85px;
	}
	
.secondary_callout {
	margin:0 0 40px 10px;
	}

.green_header, .green_bg {
	width:259px;
	}
	
.green_header {
	background:url(_img/_layout/green_header.gif) no-repeat top left;
	height:75px;
	color:#fff;
	padding:35px 0 0 20px;
	font-family:AGaramondPro-Regular, "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:.6px;
	}
	
.green_body {
	color:#003366;
	font-size:15px;
	line-height:35px;
	border-left:1px solid #a8c42f;
	border-right:1px solid #a8c42f;
	width:237px;
	padding:0 0 0 20px;
	}

.green_bg {
	background:url(_img/_layout/green_bg.gif) no-repeat bottom left;
	color:#003366;
	font-size:15px;
	line-height:35px;
	height:20px;
	}
	
.green_bg img, .callout_bg img {
	vertical-align:middle;
	margin:0 5px 0 0;
	}
	
.green_body ul {
	width:200px;
	}
	
.green_sub {
	color:#003366;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:none;
	margin:30px 0 0 0;
	letter-spacing:0;
	}
	
.blue_header, .aqua_header {
	height:40px;
	color:#fff;
	font-family:AGaramondPro-Regular, "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	padding:17px 0 0 25px;
	text-transform:uppercase;
	letter-spacing:.6px;
	}
	
.blue_header, .blue_bg, .aqua_header, .aqua_bg {
	width:275px;
	}
	
.blue_header {
	background:url(_img/_layout/blue_callout_header.gif) no-repeat top left;
	}
	
.aqua_header {
	background:url(_img/_layout/aqua_callout_header.gif) no-repeat top left;
	}
	
.callout_bg {
	background:url(_img/_layout/callout_bg.gif) no-repeat bottom left;
	padding:0 0 30px 20px;
	font-size:15px;
	color:#666;
	}
	
.callout_bg a:hover, .green_bg a:hover, .green_header a:hover {
	color:#1d8dd9;
	}
	
img.callout_rule {
	margin:5px 0 7px 0;
	}







/* - Buttons - */

.green_button {
	margin:10px 0 0 120px;
	display:block;
	}
	
#start_now {
	width:107px;
	height:29px;
	background-image:url(_img/_buttons/start_now.gif);
	}
	
#start_now:hover {
	background-image:url(_img/_buttons/start_now-over.gif);
	}
	
#logout {
	width:107px;
	height:29px;
	background-image:url(_img/_buttons/logout.gif);
	}







/*  --  Img Frame & Corners  --  */

img.tc {
	margin:0 auto 0 auto;
	padding:0;
    }
	
img.bl {
	margin:0;
	padding:0;
	}

.img_bg_top {
	text-align:center;
	border-right:solid 1px #a8c42f;
	background:url(_img/_layout/img_bg_tl.gif) #fff no-repeat top left;
	margin:0;
	padding:0;
	}
	
.img_bg_bottom {
	background:url(_img/_layout/img_bg_br.gif) #fff no-repeat top right;
	margin:0;
	padding:0;
	}
	
.img_bg {
	border-left:solid 1px #a8c42f;
	border-right:solid 1px #a8c42f;
	padding:0 15px 0 15px;
	margin:0;
	}
	
.img_block {
	margin:10px 20px 20px 20px;
	}






#footer {
	border-top:2px #bfbfbf solid;
	margin:50px 0 20px 0;
	padding:10px 14px 0 0;
	text-align:right;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#666;
	width:990px;
	}
	
	
	
	
	
.red {
	color:red;
	}