/*
HTML 4.01 / XHTML 1.0
Reset CSS v1.0
------------------------------
Site-Level:     public
Media:          all
Modified:       2008-02-12
Author:         Eric Meyer
Author URL:     meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------------------------- */


/* RESET
-------------------------------------------------------------------------------- */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------- END RESET | START CUSTOM ---------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
---------------------------------------------------------------------------- */
body {
	color: #333333; /* old browsers */
	color: rgb(51,51,51); /* K80 */
	background-color: #B2B2B2; /* old browsers */
	background-color: rgb(178,178,178); /* K30 */
	font-family: arial, helvetica, sans-serif;
	font-size: 100%; /* Set 1em = 16px  */
}

.nav-skip:hover,
.nav-skip:focus,
.nav-skip:active {
	background-color: #FFFFFF;
	border-bottom: 0.125em solid #423C2F;
	box-shadow: 0 0.0625em 1em 0 #4C5A52;
	color: #D95204;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	position: absolute;
	text-decoration: underline;
	width: 100%;
	z-index: 1000;
}

/* GLOBAL: Fonts
---------------------------------------------------------------------------- */
h1 {
	font-family: "Salvo Serif", "Rockwell", Arial, Helvetica, serif;
	font-style: normal;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}

p, li, dt, dd {font-family: Arial, Helvetica, sans-serif;}


/* GLOBAl: Page
---------------------------------------------------------------------------- */
.l-wrapper {
	border: 0;
	margin: 0 auto 0  auto;
	width: 963px;
}

.l-header {
	background-color: #FFFFFF; /*sad browsers*/
	background-color: rgb(255,255,255); /* WHITE */
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 18px;
}

.l-main {
	background-color: #FFFFFF; /*sad browsers*/
	background-color: rgb(255,255,255); /* WHITE */
	padding-bottom: 18px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 0;
}

.l-footer {
	color: #666666; /* old browsers */
	color: rgb(102,102,102); /* K60 */
	background-color: #B2B2B2; /* old browsers */
	background-color: rgb(178,178,178); /* K30 */
	width: 100%;
	padding-bottom: 18px;
}


/* GLOBAl: Page Header
---------------------------------------------------------------------------- */
#branding {
	padding-left: 24px; /* Optically aligned. True align to nav item is 27px */
}

#logo a {
	background-color: transparent;
	background-image: url(../images/logo-esg-ne-national-grid.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	float: left;
	width: 485px;
	height: 64px;
}

/* GLOBAL: Page Header: Navigation: Primary
---------------------------------------------------------------------------- */
.nav_primary {
	background-color: #A9B300; /* old browsers */
	background-color: rgb(169,179,0); /* ESG-Green@100 */
	border-bottom: 6px solid;
	border-color: #423C2F; /* old browsers */
	border-color: rgb(66,60,47); /* ESG-Brown@100 */
	margin-top: 18px;
	padding: 0 45px 0 45px;
}

.nav_primary ul {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.0625em;
	list-style-type: none;
	margin-top: 1em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav_primary a {text-decoration: none;}

.nav_primary li {
	float: left;
	margin:0;
	padding: 0;

}
.nav_primary li:first-child {border: none;}

.nav_primary li a {
	display:block;
	padding: 6px 9px;
	border-right: 1px solid;
	text-decoration: none;
}
.nav_primary li:first-child a {margin-left: -9px;}
.nav_primary li.last a {border: none;}

.nav_primary ul li a:link,
.nav_primary ul li a:visited {
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* White */
	background-color: #A9B300; /* old browsers */
	background-color: rgb(169,179,0); /* ESG-Green@100 */
	border-right-color: #FFFFFF; /* old browsers */
	border-right-color: rgb(255,255,255); /* WHITE */
}
.nav_primary ul li a:hover,
.nav_primary ul li a:focus {
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* White */
	background-color: #423C2F; /* old browsers */
	background-color: rgb(66,60,47); /* ESG-Brown@100 */
}
.nav_primary ul li a:active {
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* White */
	background-color: #D95204; /* old browsers */
	background-color: rgb(217,82,4); /* ESG-Orange@100 */
}

.nav_primary ul li.current a {
	background-color: #423C2F; /* old browsers */
	background-color: rgb(66,60,47); /* ESG-Brown@100 */
}

/* GLOBAL: Page Header: Navigation: Tertiary
---------------------------------------------------------------------------- */
.nav_tertiary {
	margin-top: 9px;
	margin-bottom: 9px;
	padding: 0 18px 4px 0;
}
.nav_tertiary ul {
	float:right;
	font-size: 10px;
	line-height: 1em;
	list-style-type: none;
}
.nav_tertiary a {
	letter-spacing: 0.05em;
}
	.nav_tertiary a:link,
	.nav_tertiary a:visited {
		text-decoration: none;
	}
	.nav_tertiary a:hover,
	.nav_tertiary a:focus,
	.nav_tertiary a:active {
		text-decoration: underline;
	}

.nav_tertiary li {
	border-color: #D95204; /* old browsers */
	border-color: rgb(217,82,4); /* ESG-Orange@100 */
	float: left;
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid;
}
.nav_tertiary li a {
	display:block;
}
.nav_tertiary li:first-child {
	border: none;
}
.nav_tertiary a:link,
.nav_tertiary a:visited {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
}
.nav_tertiary a:hover,
.nav_tertiary a:focus {
	color: #423C2F; /* old browsers */
	color: rgb(66,60,47); /* ESG-Brown@100 */
}
.nav_tertiary a:active {
	color: #423C2F; /* old browsers */
	color: rgb(66,60,47); /* ESG-Brown@100 */
}

/* GLOBAL: Page Footer
---------------------------------------------------------------------------- */
.contact {
	background-color: #423C2F; /* old browsers */
	background-color: rgb(66,60,47); /* ESG-Brown@100 */
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* WHITE */
	font-size: 0.625em;
	line-height: 1.2em;
	margin-bottom: 9px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 18px;
	padding-left: 4.675%;
	padding-right: 4.675%;
	padding-top: 18px;
	text-align: left;
	width: 90.65421%;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	margin-bottom: 9px;
	margin-top: 9px;
	text-align: center;
}

.copyright-link:link,
.copyright-link:visited {
	color: #666666; /* old browsers */
	color: rgb(102,102,102); /* K60 */
}
.copyright-link:hover,
.copyright-link:focus,
.copyright-link:active {
	color: #000000; /* old browsers */
	color: rgb(0,0,0); /* BLACK */
}

#logo-peci {
	width: 80px;
	margin:9px auto 0 auto;
}
#logo-peci a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 39px;
}
#logo-peci a:link,
#logo-peci a:visited {
	background-image: url('../images/logo-peci-small-link.png');
}
#logo-peci a:hover,
#logo-peci a:focus,
#logo-peci a:active {
	background-image: url('../images/logo-peci-small-hover.png');
}

/* GLOBAL: Main Content
---------------------------------------------------------------------------- */
/* GLBOAL: Main Content: Links
---------------------------------------------------------------------------- */
a:link,
a:visited {
	color: rgb(0,0,0); /* Black */
	text-decoration: underline;
}
a:hover,
a:focus {
	color: rgb(217,82,4); /* Orange */
	text-decoration: none;
}
a:active {
	color: rgb(0,0,0); /* BLACK */
	text-decoration: none;
}


/* GLOBAL: Main Content: Article
---------------------------------------------------------------------------- */
.article a:link,
.article a:visited {
	color: rgb(0,0,0); /* Black */
	font-weight: bold;
	text-decoration: underline;
}
.article a:hover,
.article a:focus {
	color: rgb(217,82,4); /* Orange */
	text-decoration: none;
}
.article a:active {
	color: rgb(0,0,0); /* BLACK */
	text-decoration: none;
}

.article h1 {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
	font-size: 18px; /*sad browsers*/
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.1111; /* 18/20 */
	margin-bottom: 0.5em;
}

.article h2 {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
	font-size: 14px; /*sad browsers*/
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.2857; /* 14/18 */
	margin-top: 0.6429em; /* 9 */
	margin-bottom: 0.2143em; /* 3 */
}

.article h3 {
	font-size: 12px; /*sad browsers*/
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.5em; /* 12/18 */
	margin-top: 1em;
}

.article h4 {
	font-size: 12px; /*sad browsers*/
	font-size: 0.75rem;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em; /* 12/18 */
	margin-top: 1em;
}
.article h4 strong {text-transform: uppercase;}

.article p,
.article li {
	font-size: 12px; /*sad browsers*/
	font-size: 0.75rem;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}

.article blockquote p {
	font-size: 12px; /*sad browsers*/
	font-size: 0.75rem;
	line-height: 1.5em;
	margin-bottom: 0.75em;
}

/* GLOBAL: Page Aside
---------------------------------------------------------------------------- */
#contact {
	background-color: #423C2F; /* old browsers */
	background-color: rgb(66,60,47); /* ESG-Brown@100 */
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* WHITE */
	width: 100%;
	margin: 0 -45px -18px -45px;
	padding: 18px 45px;
}
#contact .section {
	float: left;
	margin-left: 9px;
}
#contact .section a {
	display: block;
	padding: 9px;
	text-decoration: none;
}
#contact .section p {
	font-size: 0.625em; line-height: 1.2em;
	padding: 0;
}

#contact #disclaimer {
	float: right;
}


/* -------------------------------------------------------------------------
---------------------------------------------------------------------------- */






/* -------------------------------------------------------------------------
   HOME
---------------------------------------------------------------------------- */

.home .l-main {
	padding-top: 18px;
}

/* HOME: Page Header
---------------------------------------------------------------------------- */
.home #branding {
	margin-bottom: 0;
}

/* HOME: Main Content
---------------------------------------------------------------------------- */

/* HOME: Main Content: Coda Slider
------------------------------------- */
.coda-slider-wrapper {
	background-color: transparent;
	position: relative; /* context for nav-slideshow */
	width: 883px; height: 243px;
	margin-bottom: 36px;
}
.coda-slider {position: relative; /* context for nav-slideshow */}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {height: 243px;}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 883px;}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider,
.coda-slider-wrapper.arrows .coda-slider .panel { width: 883px; }
.coda-slider-wrapper.arrows .coda-slider { margin: 0;}


/* Panel padding */
.coda-slider .panel-wrapper {
	position: relative;
	height: 243px;
}

/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}

/* Miscellaneous */
.coda-slider {float: left; overflow: hidden; position: relative;}
.coda-slider .panel {display: block; float: left;}
.coda-slider .panel-container {position: relative;}


/* HOME: Main Content: Slide
------------------------------------- */
.panel-link_wrapper {
	display: block;
	text-decoration: none;
}

.panel-details {
	float: left;
	width: 45%;
	padding-top: 36px;
}

.panel-details h1 {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
	font-size: 1.6875em; line-height: 1em;
	font-weight: bold;
/*	height: 27px;  hold up for image replacement */
	padding-bottom: 0.3333em;
	text-transform: uppercase;
}

.panel-details p {
	color: #000000; /* old browsers */
	color: rgb(0,0,0); /* BLACK */
	font-size: 0.75em; line-height: 1.5em;
	padding-bottom: 1em;
}

.panel-details p strong {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
	text-transform: uppercase;
}

.panel-image {
	position: relative; /* Provides context for figcaption. */
	float: right;
	width: 50%;
	overflow: hidden;
}

.panel-image img {
	position: relative;
	top:0px;
	left: 0px;
	z-index: 100;
}

.panel-image .figcaption {
	background: transparent;
	background-image: url('../images/bg-slide-figcaption-bottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1em;
	margin: -0.5625em 0 0 0;
	padding: 1.1625em 0 0.5625em 0;
	position: absolute; top:36px; left: 0%; z-index: 200;
}
.panel-image .figcaption span {
	background: transparent;
	background-image: url('../images/bg-slide-figcaption-top.png');
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 0 0 0;
	padding: 0.5625em 1.125em 0 1.125em;
}


/* HOME: Content: Slide: 1st
------------------------------------- */

.coda-slider .first .figcaption {
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* WHITE */
	background: transparent;
	background-image: url('../images/bg-slide-first-figcaption-bottom.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.coda-slider .first .figcaption span {background: transparent url('../images/bg-slide-first-figcaption-top.png') no-repeat right top;}

.coda-slider .first .nav_audience {
	padding: 0;
}
.coda-slider .first .nav_audience ul {
	list-style-type: none;
	margin-top: 9px;
}
.coda-slider .first .nav_audience-menuitem {
	float: left;
	width: 28.71536%; /* BUG: IE doesn't like this at 25% */
	margin-bottom: 0;
	margin-left: 2.267%;
	margin-right: 2.267%;
	margin-top: 0;
	padding: 0;
}
.coda-slider .first .nav_audience-link {
	display:block;
	font-size: 0.625em; line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-bottom: 0.8em;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.8em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.coda-slider .first .nav_audience-link:link,
.coda-slider .first .nav_audience-link:visited {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
}
.coda-slider .first .nav_audience-link:hover,
.coda-slider .first .nav_audience-link:focus {
	color: #423C2F; /* old browsers */
	color: rgb(66,60,47); /* ESG-Brown@100 */
	text-decoration: none;
}
.coda-slider .first .nav_audience-link:active {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
}


/* HOME: Navigation: : Slideshow (based on Coda Slider v2.0)
----------------------------------------------------------------------------- */
#nav-slideshow {
	float: right;
	margin-top: 9px;
}

#nav-slideshow ul {
	list-style-type: none;
	padding: 0;
}
#nav-slideshow ul li {
	float: right;
	margin: 0;
	padding: 0;
}
#nav-slideshow ul li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav-slideshow ul li ul li {
	background-color: transparent;
	float: left;
	margin: 0; margin-left: 3px;
	padding: 0;
}
#nav-slideshow ul li ul li a {
	border: 1px solid;
	display: block;
	font-size: 0.75em;
	line-height: 1em;
	padding: 3px 6px;
	text-decoration: none;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;

	/* BEGIN CSS3 PIE Polyfill */
	behavior: url('http://www.energysmartgrocer.org/_/polyfill/PIE.htc'); /* Load CSS3 PIE HTML Component (HTC) */
	/* END CSS3 PIE Polyfill */
}
#nav-slideshow ul li ul li a:link,
#nav-slideshow ul li ul li a:visited {
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* WHITE */
	border-color: #B2B2B2; /* old browsers */
	border-color: rgb(178,178,178); /* K30 */
}
#nav-slideshow ul li ul li a:hover,
#nav-slideshow ul li ul li a:focus,
#nav-slideshow ul li ul li a:active {
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* WHITE */
	background-color: #423C2F; /* old browsers */
	background-color: rgb(66,60,47); /* ESG-Brown@100 */
	border-color: #423C2F; /* old browsers */
	border-color: rgb(66,60,47); /* ESG-Brown@100 */
}

/* HOME: Content: Aside
------------------------------------- */
.home .l-main .aside {
	padding: 18px 0;
}

.home .l-main .aside .section {
	float: left;
	width: auto;
	margin: 0 50px 0 30px;
	padding: 0;
}
.home .l-main .aside .section.last {margin-right: 0;}

.home .l-main .aside .section a {
	display: block;
	text-decoration: none;
}

.sidebar {
	float: left;
	margin-bottom: 0;
	margin-left: 3.43642%;
	margin-right: 5.72737%;
	margin-top: 0;
	width: 24.05498%;
}
.sidebar-link {
	border: 1px solid;
	border-color: #B2B2B2; /* old browsers */
	border-color: rgb(178,178,178); /* K30 */
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	display: block;
	padding-bottom: 1.25em !important;
	padding-left: 1.25em !important;
	padding-right: 1.25em !important;
	padding-top: 1.25em !important;

	/* BEGIN CSS3 PIE Polyfill */
	behavior: url('http://www.energysmartgrocer.org/_/polyfill/PIE.htc'); /* Load CSS3 PIE HTML Component (HTC) */
	/* END CSS3 PIE Polyfill */
}
.sidebar-link:link,
.sidebar-link:visited {
	cursor: pointer;
	text-decoration: none;
}
.sidebar-link:hover,
.sidebar-link:focus,
.sidebar-link:active {
	border-color: #4C5A52; /* old browsers */
	border-color: rgb(76,90,82); /* ESG-Grey@100 */
}
.sidebar-header {
	border-bottom: 3px solid;
	border-color: #D95204; /* old browsers */
	border-color: rgb(217,82,4); /* ESG-Orange@100 */
	padding-bottom: 0.5em;
}
.sidebar-heading {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
	font-family: "Salvo Serif", "Rockwell", Arial, Helvetica, serif;
	font-size: 14px; /*sad browsers*/
	font-size: 0.875rem;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.125em;
	line-height: 1.1428571;
	text-transform: uppercase;
}

.sidebar-body {
	color: #4C5A52; /* old browsers */
	color: rgb(76,90,82); /* ESG-Grey@100 */
	font-family: "Salvo Serif", "Rockwell", Arial, Helvetica, serif;
	font-size: 11px; /*sad browsers*/
	font-size: 0.6875rem;
	font-weight: bold;
	letter-spacing: -0.02125em;
	line-height: 1.4545;
	max-height: 5em;
	min-height: 5em;
	overflow: hidden;
	padding-bottom: 0.7272em;
	padding-top: 0.7272em;

}


.sidebar-link:link .sidebar-call_to_action_link,
.sidebar-link:visited .sidebar-call_to_action_link {
	color: #4C5A52; /* old browsers */
	color: rgb(76,90,82); /* ESG-Grey@100 */
	font-family: "Rockwell", Arial, Helvetica, serif;
	font-size: 12px; /*sad browsers*/
	font-size: 0.75em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.375;
}
.sidebar-link:hover .sidebar-call_to_action_link,
.sidebar-link:focus .sidebar-call_to_action_link,
.sidebar-link:active .sidebar-call_to_action_link {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
	color: #000000; /* old browsers */
	color: rgb(0,0,0); /* K100 */
}

.sidebar-call_to_action_link::after {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
	content: '\2009\00BB';
	font-family: Arial, Helvetica, serif;
	font-size: 16px; /*sad browsers*/
	font-size: 1.25em;
	font-style: italic;
	font-weight: normal;
	line-height: ;
}

/* -------------------------------------------------------------------------
---------------------------------------------------------------------------- */






/* -------------------------------------------------------------------------
   SUB
---------------------------------------------------------------------------- */

/* SUB: Navigation: Secondary
---------------------------------------------------------------------------- */
.sub #nav-secondary {
	float: left;
	width: 189px;
	margin: 0 9px 0 0;
}

.sub #nav-secondary ul {
	list-style-type: none;
}
.sub #nav-secondary li {
	font-size: 0.625em; line-height: 1em;
	font-weight: bold;
}
.sub #nav-secondary li.first {text-transform: uppercase;}

.sub #nav-secondary ul ul li {font-size: 1em;}

.sub #nav-secondary a,
.sub #nav-secondary span {
	display: block;
	padding: 1em;
	padding-left: 4.5em;
	text-decoration: none;
}

.sub #nav-secondary ul li span {color: rgb(255,255,255) /* WHITE */;}

.sub #nav-secondary ul li a:link,
.sub #nav-secondary ul li a:visited {
	color: rgb(255,255,255) /* WHITE */;
}
.sub #nav-secondary ul li a:hover,
.sub #nav-secondary ul li a:active {
	color: rgb(217,82,4) /* Orange */;
	background-color: rgb(255,255,255) /* WHITE */;
}

/* 2nd level nested list-item*/
.sub #nav-secondary ul ul li a {
	padding-left: 6.5em;
}

.sub #nav-secondary ul li#sprocket a {
	background-color: transparent;
	background-image: url('../images/nav-logo-sprocket-124x45.png');
	background-repeat: no-repeat;
	background-position: 18px top;
	height: 36px;
	margin-top: 2em;
}
.sub #nav-secondary ul li#sprocket a span {display: none;}


/* LAYOUT: SUB: Content
---------------------------------------------------------------------------- */
.sub .l-main {
	background-color: #FFFFFF;
	background-image: url('../images/bg-sub-content.png');
	background-repeat: repeat-y;
	background-position: -811px top;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 18px;
	padding-left: 0;
	padding-right: 45px;
	padding-top: 36px;
}


/* SUB: Content: Article
---------------------------------------------------------------------------- */
.sub .article {
	width: 369px;
	margin: 0 0 0 234px;
	padding: 0;
}
.sub .article .header {
	margin: 0;
	padding: 0;
}

.sub .article  blockquote {
	margin: 1em;
	padding: 1em;
}

.sub .article .figure {
	background-color: #CCCCCC; /* old browsers */
	background-color: rgb(204,204,204); /* K20 */
	float: left;
	width: 49.0909%;
	margin-right: 9px;
}
.sub .article .figure .figcaption {
	font-style: italic;
}

.sub .article .figure img {
	border: 9px solid;
	border-color: #FFFFFF; /* old browsers */
	border-color: rgb(255,255,255); /* WHITE */
	margin: 9px;
}
.sub .article blockquote {
	background-color: #E5E5E5; /* old browsers */
	background-color: rgb(229,229,229); /* K10 */
}
.sub blockquote p {
	font-family: Georgia, serif;
}
.sub blockquote .drop-cap {
	color: #666666; /* old browsers */
	color: rgb(102,102,102); /* K60 */
	font-size: 200%;
	font-weight: bold;
	vertical-align: middle;
}
.sub .article blockquote .attribution {
	color: #666666; /* old browsers */
	color: rgb(102,102,102); /* K60 */
}

.sub .article li strong.step-label {
	color: #D95204; /* old browsers */
	color: rgb(217,82,4); /* ESG-Orange@100 */
}

.sub .article .aside {
	background-color: #CCCCCC; /* old browsers */
	background-color: rgb(204,204,204); /* K20 */
}
.sub .article .aside .header {
	background-color: #999999; /* old browsers */
	background-color: rgb(153,153,153); /* K40 */
}

.sub .article .aside .section .header h1 {
	font-size: 0.75em; line-height: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* SUB: Content: Aside
---------------------------------------------------------------------------- */

.sub .l-main .aside {
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* WHITE */
	background-color: transparent; /* Overide Global */
	float: right;
	width: 243px;
	margin: 0; margin-bottom: 1em;
	padding: 0;
}
.sub .l-main .aside .section {
	margin: 0;
	margin-bottom: 1.125em;
}

/* SUB: Page Aside: ROUNDED CORNERS
---------------------------------------------------------------------------- */
.sub .box {
	border: 1px dashed;
	border-color: #423C2F; /* old browsers */
	border-color: rgb(66,60,47); /* ESG-Brown@100 */
	-webkit-border-radius: 0.5625em;
	-moz-border-radius: 0.5625em;
	border-radius: 0.5625em 0.5625em 0.5625em 0.5625em;
	margin-bottom: 9px;
	margin-top: 9px;

	/* BEGIN CSS3 PIE Polyfill */
	behavior: url('http://www.energysmartgrocer.org/_/polyfill/PIE.htc'); /* Load CSS3 PIE HTML Component (HTC) */
	/* END CSS3 PIE Polyfill */
}

.sub .box a {
	color: #FFFFFF; /* old browsers */
	color: rgb(255,255,255); /* WHITE */
	display: block;
	padding-bottom: 18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	text-decoration: none;
}
.sub .box a:hover,
.sub .box a:focus,
.sub .box a:active {
	color: #423C2F; /* old browsers */
	color: rgb(66,60,47); /* ESG-Brown@100 */
}

.sub .box-icon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 54px; /* Icon Dimensions 54x54 */
	margin: 0;
	padding-left: 61px;
}

.sub .box-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.0625em;
	line-height: 1.5em;
	text-transform: uppercase;
	padding-bottom: 1em;
}

.sub .box-text {
	font-size: 0.625em;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

.sub .box-green {
	background-color: #A9B300; /* old browsers */
	background-color: rgb(169,179,0); /* ESG-Green@100 */
}
.sub .box-orange {
	background-color: #D95204; /* old browsers */
	background-color: rgb(217,82,4); /* ESG-Orange@100 */
}

.icon-comm {
	background-image: url('../images/icon-comm-white.png');
}
.icon-email {
	background-image: url('../images/icon-email-white.png');
}
.icon-forms {
	background-image: url('../images/icon-forms-white.png');
}
.icon-info {
	background-image: url('../images/icon-info-white.png');
}
.icon-money {
	background-image: url('../images/icon-money-white.png');
}
.icon-mouse {
	background-image: url('../images/icon-mouse-white.png');
}
.icon-shop {
	background-image: url('../images/icon-shop-white.png');
}
.icon-toolbox {
	background-image: url('../images/icon-toolbox-white.png');
}
.icon-touch {
	background-image: url('../images/icon-touch-white.png');
}
.icon-world {
	background-image: url('../images/icon-world-white.png');

}

/* -------------------------------------------------------------------------
---------------------------------------------------------------------------- */






/* Paragraphs & List Items
---------------------------------------------------------------------------- */
.article ul {
	list-style-type: disc;
	padding-left: 1.5em;
}
.article ul ul {
	list-style-type: circle;
	margin-top: 1em;
}
.article ul ul ul {list-style-type: square;}

.article ol {list-style-type: decimal;}
.article ol ol {list-style-type: upper-alpha;}
.article ol ol {list-style-type: lower-roman;}

.article ol#rebate-steps {list-style-type: none;}


.article blockquote .attribution {text-align: right;}


/* Phrase Elements
---------------------------------------------------------------------------- */
em {font-style: italic;}
em span {font-style: normal;}

strong {font-weight: bold;}

sub {font-size: 0.625em; vertical-align: sub;}
sup {font-size: 0.625em; vertical-align: super;}

/* Header
---------------------------------------------------------------------------- */
.header {text-align: left;}


/* Article
---------------------------------------------------------------------------- */


/* Team Member Profile */
.profile {}
.profile-photo {
	border:1px solid;
	border-color: #423C2F; /* old browsers */
	border-color: rgb(66,60,47); /* ESG-Brown@100 */
	float:left;
	margin-bottom:0.25em;
	margin-right: 0.5em;
}

/* -------------------------------------------------------------------------
---------------------------------------------------------------------------- */


.flexbreak {
	white-space: nowrap;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/* Clear Float ("Handcrafted CSS" variant of the Clearfix method)
---------------------------------------------------------------------------- */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE6 */
* html .group {
	height: 1%;
}

/* for IE7 */
*:first-child+html .group {
	min-height: 1px;
}