﻿/**
         ______   ______  _____      _    __ _____ _______  ______
	| |  | \ | |     | | \ \    | |  / /  | |    | |   | |    
	| |__| | | |---- | |  | |   | |-< <   | |    | |   | |----
	|_|  \_\ |_|____ |_|_/_/    |_|  \_\ _|_|_   |_|   |_|____

	* Author: Debbie Campbell
	* Author URL: http://www.redkitecreative.com
	* Site Name: Energy Sentry
 	* Site URL: 
	* Version: 0.1
**************************************************************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 21, 2011 06:41:05 PM America/New_York */
@font-face {
    font-family: 'LuxiSansRegular';
    src: url('../fonts/luxisr-webfont.eot');
    src: url('../fonts/luxisr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisr-webfont.woff') format('woff'),
         url('../fonts/luxisr-webfont.ttf') format('truetype'),
         url('../fonts/luxisr-webfont.svg#LuxiSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuxiSansOblique';
    src: url('../fonts/luxisri-webfont.eot');
    src: url('../fonts/luxisri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisri-webfont.woff') format('woff'),
         url('../fonts/luxisri-webfont.ttf') format('truetype'),
         url('../fonts/luxisri-webfont.svg#LuxiSansOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuxiSansBold';
    src: url('../fonts/luxisb-webfont.eot');
    src: url('../fonts/luxisb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisb-webfont.woff') format('woff'),
         url('../fonts/luxisb-webfont.ttf') format('truetype'),
         url('../fonts/luxisb-webfont.svg#LuxiSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuxiSansBoldOblique';
    src: url('../fonts/luxisbi-webfont.eot');
    src: url('../fonts/luxisbi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/luxisbi-webfont.woff') format('woff'),
         url('../fonts/luxisbi-webfont.ttf') format('truetype'),
         url('../fonts/luxisbi-webfont.svg#LuxiSansBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;
}


}


/**
* HTML and Body
************************************************/

html { 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
body { 
	margin: 0; 
	font-size: 76%; 
	line-height: 1.5em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	color: #323538;
	background: #fff url(../img/header-bg.jpg) top left repeat-x;
}
html, body {
	height: 100%; /* for sticky footer */
}
body {
	margin: 0;
	padding: 0; /* for sticky footer */ 
}
/* Opera fix for sticky footer */
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#wrapper { /* for sticky footer */
	width: 100%;       
	min-height: 100%;       
	height: auto !important;       
	height: 100%;       
	margin: 0px 0px 0 0px; }
#content_wrapper {
       width: 100%;
       padding: 0px 0px 250px 0px;
	   min-width: 942px;
 }
#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/**
* Elements
************************************************/

a, a:link, a:visited {
	color: #aeac82;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #d6d09e;
	text-decoration: none;
}
a:focus { outline: thin dotted; }
a:focus, a:hover, a:active {
	outline: none;
}

h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	padding: 0;	
	font-weight: normal;
	font-family: LuxiSansBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h1 {
	font-size: 23px;
	line-height: 26px;
}
h2 {
	margin-top: 1em;
	font-size: 20px;
	line-height: 23px;
}
h3 {
	margin-top: 1.1em;
	font-size: 18px;
	line-height: 21px;
}
h4 {
	margin-top: 1.2em;
	font-size: 16px;
	line-height: 18px;
}

ul, ol { 
	margin: 1em 0; 
	padding: 0 0 0 40px;
}
li {
	margin-bottom: 1em;
}
dd { margin: 0 0 0 40px; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0; 
}
ins { 
	background: #ff9; 
	color: #000; 
	text-decoration: none; 
}
mark { 
	background: #ff0; 
	color: #000; 
	font-style: italic; 
	font-weight: bold; 
}
pre, code, kbd, samp { 
	font-family: monospace, monospace; 
	_font-family: 'courier new', monospace; 
	font-size: 1em;
}
pre { 
	white-space: pre; 
	white-space: pre-wrap; 
	word-wrap: break-word; 
}
q { quotes: none; }
q:before, q:after { 
	content: ""; 
	content: none; 
}
small { font-size: 85%; }
sub, sup { 
	font-size: 75%; 
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }



img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	text-align: center;
}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

/*::-moz-selection { 
	background: #ccc; 
	color: #323538; 
	text-shadow: none; 
}
::selection { 
	background: #ccc; 
	color: #323538; 
	text-shadow: none; 
}*/

div#cc {
	display: none;
}

/**
* Header
************************************************/

#header {
	position: relative;
	margin: 0;
	width: 960px;
	height: 136px;
	background: transparent url(../img/header-graphic.jpg) center 17px no-repeat;
}
#logo {
	position: relative;
	top: 28px;
	
}
#menu {
	display: none;
}


/**
* Main content area
************************************************/
#main {
	margin: 0 auto;
	width: 960px;
	overflow: auto;
}
#main-right {
	float: right;
	width: 710px;
	margin: 0;
	padding: 0 0 20px 26px;
	background: url(../img/divider.png) left top no-repeat;
}
#main-left {
	float: left;
	width: 710px;
	margin: 0;
	padding: 0 26px 20px 0;
	background: url(../img/divider.png) right top no-repeat;
}
#main-wide {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px 0;
}
/*#main:after, #main-right:after, #main-left:after, #main-wide:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}*/

#fun {
	width: 200px;
	margin: 20px 0 0 10px;
	float: left;
	padding: 0 0 20px 0;
}
#fun table{
	width: 200px;
}


/* start Jquery tabs */

.tabs {
	display: none; 
	}
.print {
	display: block;
}
	


/* end Jquery tabs */

/* start table with row highlighting */
table { 
	border-collapse: collapse; 
	width: 95%; 
}
table tr {
	background: #fff;
	color: #797979
}
/**
table tr:hover {
   background-color: #ebebeb;
   color:#0c1e29;
}**/
table th {
	border: 1px solid #d6d09e;
	padding: 10px;
	background: #d6d09e;
	color: #000;
}
table td {
	border: 1px solid #c8ccce;
	padding: 10px;
}
table .slim { width: 88px; }

/* end table with Jquery highlighting */

#pages {
	display: none;
}
#previous {
	display: none;
}
/**
* Sidebars
************************************************/

#sidebar-right {
	float: right;
	width: 212px;
	margin: 20px 0 0 5px;
	padding: 0;
}
#sidebar-left {
	float: left;
	width: 212px;
	margin: 20px 5px 0 0;
	padding: 0;
}

.sidebar-module {
	display: none;
}

/**
* Footer
************************************************/

footer {
	position: relative;
	margin: -225px 0 0; /* for the sticky footer */
	height: 250px;
	width: 100%;
	background: transparent url(../img/footer-bg.jpg) repeat-x bottom left;
	clear: both;
	min-width: 960px;
}
#footer {
	position: relative;
	margin: -250px 0 0; /* for the sticky footer */
	height: 250px;
	width: 100%;
	background: transparent url(../img/footer-bg.jpg) repeat-x bottom left;
	clear: both;
}
#footer-box {
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0;
	width: 960px;
}
.footer-widget {
	float: left;
	margin-right: 25px;
	padding: 5px 0 25px;
	width: 45%;
}
.footer-widget.last {
	margin-right: 0;
	display: none;
}
.footer-widget h3 {
	margin-top: 0;
	padding-bottom: 5px;
	color: white;
	font-weight: normal;
	font: 17px/20px  LuxiSansBold, Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-bottom: 1px solid #5d5d5d;
}
.footer-widget p {
	color: white;
}
#footer-box a, #footer-box a:link, #footer-box a:visited {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#footer-box a:hover, #footer-box a:active {
	color: #d6d09e;
	text-decoration: none;
}

#copyright {
	clear: both;
	width: 960px;
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	color: #bababa;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
}
.ie7 #copyright {
	bottom: 22px;
}




/**
* Non-semantic Helper Classes
************************************************/

/* Image alignment */
.alignleft {
	clear: both;
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	clear: both;
	float: right;
	margin: 5px 0 10px 15px;
}

.ir { 
	display: block;
	border: 0; 
	text-indent: -999em; 
	overflow: hidden; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	text-align: left; 
	direction: ltr; 
}
.ir br { display: none; }
.hidden {
	display: none !important; 
	visibility: hidden; 
}
.visuallyhidden {
	border: 0; 
	clip: rect(0 0 0 0);
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible;
	position: static; 
	width: auto; 
}
.invisible { visibility: hidden; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {	display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clearfix { zoom: 1; }


/**
* Media queries
************************************************/

@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 768px) {)

/**
* Print styles
************************************************/

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



	 


