@charset "utf-8";
/* CSS Document */

body {
	margin: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #6a737b;*/
	color: #000000;
}

h1 {
	margin: 0;
	line-height: normal;
}

h2 {
	margin: 10px 0 0 0;
	padding: 4px 0 7px 14px;
	font-size: 14px;
	color: #5a481c;
	line-height: normal;
}

	h2.header-240 {background: url(../../graphics/bg-header-240.gif) no-repeat;}
	h2.header-326 {background: url(../../graphics/bg-header-326.gif) no-repeat;}
	h2.header-452 {background: url(../../graphics/bg-header-452.gif) no-repeat;}
	h2.header-525 {background: url(../../graphics/bg-header-525.gif) no-repeat;}
	h2.header-700 {background: url(../../graphics/bg-header-700.gif) no-repeat;}
	
h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 20px;
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #5a481c;
}

h4 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 20px;
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #5a481c;
}
	
p {margin-top: 14px; margin-bottom: 0;}

/* ORIGINAL LINK STYLES */
a {color: #8a1f03; text-decoration: underline;}
a:visited {color: #7e5a50; text-decoration: underline;}
a:hover {color: #6d8d24; text-decoration: underline;}

/* IMPORTED MN CHAMBER LINK STYLES */
/*a {color: #0000FF; text-decoration: underline;}*/
a {color: #000099; text-decoration: underline;}
a:visited {color: #000099; text-decoration: underline;}
a:active {color: #FF0000; text-decoration: underline;}
a:hover {color: #0000FF; text-decoration: none;}

.link-box, .link-box:visited {
	width: auto;
	padding: 6px;
	display: block;
	border: 2px solid #ffde89;
	background-color: #fff8e5;
	text-decoration: none;
	color: #5a481c;
}

.link-box:hover {
	color: #5a481c;
	text-decoration: none;
	background-color: #fffdf8;
}

.link-rose, .link-rose:visited {color: #b83226; text-decoration: none;}
.link-rose:hover {color: #b83226; text-decoration: underline;}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: auto;
	height: 106px;
}

	#logo {
		width: 187px;
		height: 106px;
		float: left;
	}
	
		#logo a {
			width: 187px;
			height: 106px;
			display: block;
			background: url(../../graphics/energy-smart-logo.jpg) no-repeat;
		}
	
	#top-nav {
		width: 520px;
		padding: 22px 0 0 30px;
		font-weight: bold;
		font-size: 11px;
		float: left;
	}
	
	#top-nav ul {
			margin: 0;
			padding: 0;
		}
		
			#top-nav ul li {
				margin: 0;
				padding: 0;
				list-style: none;
				float: left;
			}
	
/****** PLAIN TEXT TOP NAV ******/
/*
			
				#top-nav ul li a, #top-nav ul li a:visited {
					padding: 10px 21px 10px 19px;
					border-bottom: 10px solid #6d8d24;
					background: url(../../graphics/nav-border.gif) no-repeat right bottom;
					text-decoration: none;
					color: #5a481c;
					display: block;
					float: left;
				}
				
				#top-nav ul li a:hover, #top-nav ul li a.on, #top-nav ul li a.on:visited, #top-nav ul li a.on:hover{
					border-bottom: 10px solid #efb111;
					text-decoration: none;
					color: #5a481c;
				}
*/

/****** GRAPHIC TEXT TOP NAV ******/
			
				#top-nav ul li a, #top-nav ul li a:visited {
					height: 40px;
					display: block;
					float: left;
				}
				
				.nav-home {width: 61px; background: url(../../graphics/nav/home.gif) no-repeat;}
				.nav-about {width: 63px; background: url(../../graphics/nav/about.gif) no-repeat;}
				.nav-services {width: 73px; background: url(../../graphics/nav/services.gif) no-repeat;}
				.nav-resources {width: 100px; background: url(../../graphics/nav/resources.gif) no-repeat;}
				.nav-toolbox {width: 80px; background: url(../../graphics/nav/toolbox.gif) no-repeat;}
				.nav-learn {width: 72px; background: url(../../graphics/nav/learn.gif) no-repeat;}
				.nav-library {width: 68px; background: url(../../graphics/nav/library.gif) no-repeat;}
				.nav-leaders {width: 72px; background: url(../../graphics/nav/leaders.gif) no-repeat;}
				.nav-news-room {width: 94px; background: url(../../graphics/nav/news-room.gif) no-repeat;}
				.nav-contact {width: 80px; background: url(../../graphics/nav/contact.gif) no-repeat;}
				
				#top-nav ul li a:hover, #top-nav ul li a.on, #top-nav ul li a.on:visited, #top-nav ul li a.on:hover{
					background-position: 0 -40px;
					background-repeat: no-repeat;
				}
	
	#start-now {
		width: 195px;
		height: 42px;
		padding-top: 20px;
		float: right;
	}
	
		#start-now a {
			width: 195px;
			height: 42px;
			background: url(../../graphics/start-now2.gif) no-repeat;
			display: block;
		}
		
		#start-now a:hover {background: url(../../graphics/start-now2.gif) 0 0 no-repeat;}
		
	#read-our-newsletter {
		width: 185px;
		height: 42px;
		padding-top: 20px;
		float: right;
	}
	
		#read-our-newsletter a {
			width: 185px;
			height: 42px;
			background: url(../../graphics/read-our-newsletter.png) no-repeat;
			display: block;
		}
		
		
#body {
	width: auto;
	padding: 20px 0 0 0;
	line-height: 19px;
}

	#content-left {
		width: 240px;
		float: left;
	}
	
		.sub-nav {
			margin: 0;
			padding: 0;
		}
		
			.sub-nav li {
				margin: 10px 0 0 0;
				padding: 2px 0 6px 30px;
				list-style: none;
				background: url(../../graphics/arrow-yellow.gif) no-repeat 9px 0;
			}
			
			.sub-nav li.on {
				margin: 10px 0 0 0;
				padding: 2px 0 6px 30px;
				background: url(../../graphics/arrow-yellow-down.gif) no-repeat 0 5px;
			}
			
				.sub-nav li a, .sub-nav li a:visited {
					color: #5a481c;
					text-decoration: none;
				}
				
				.sub-nav li a:hover, .sub-nav li.on a, .sub-nav li.on a:visited, .sub-nav li.on a:hover {
					color: #efb111;
					text-decoration: none;
				}
				
				.sub-nav li ul.subsubnav {
					margin: 0;
					padding: 0;
				}
				
					.sub-nav li ul.subsubnav li {
						margin: 10px 0 0 12px;
						padding: 0;
						list-style: none;
						font-size: 11px;
						background: none;
					}
					
					.sub-nav li ul.subsubnav li.on {
						margin: 10px 0 0 12px;
						padding: 0;
						background: none;
					}
					
						.sub-nav li ul.subsubnav li a, .sub-nav li ul.subsubnav li a:visited {
							color: #bcb48f;
							text-decoration: underline;
						}
						
						.sub-nav li ul.subsubnav li a:hover, .sub-nav li ul.subsubnav li.on a, .sub-nav li ul.subsubnav li.on a:visited, .sub-nav li ul.subsubnav li.on a:hover {
							color: #6d8d24;
							text-decoration: underline;
						}
	
	#content-right {
		width: 700px;
		float: right;
	}
	
		.content-326 {
			width: 326px;
			padding-left: 20px;
			float: left;
		}
		
		.content-374 {
			width: 374px;
			float: left;
		}
		
		.content-525 {
			width: 525px;
			padding-top: 12px;
			float: right;
		}
		
		.content-586 {
			width: 566px;
			padding-right: 20px;
			float: left;
		}
		
		.content-598 {
			width: 598px;
			padding-top: 46px;
			float: right;
		}		
		

#footer {
	width: 958px;
	margin:0 auto;
	background: url(../../graphics/bg-footer.gif) repeat-x;
	/*position: relative;*/
}

	#feed-callout {
		width: 195px;
		height: 75px;
		left: 0;
		top: -63px;
		background: #efefef;
		z-index: 1000;
		position: absolute;
	}

	#footer-text {
		width: 615px;
		padding: 22px 0 20px 50px;
		font-size: 12px;
		float: left;
	}
	
	#footer-copy {
		width: 830px;
		padding: 22px 0 20px 0;
		font-size: 12px;
		float: left;
	}
	
		#footer-text ul {
			margin: 8px 0 0 0;
			padding: 0;
			float: left;
		}
			
			#footer-text ul li {
				margin: 0;
				padding: 0 8px;
				border-right: 1px solid #6d8d24;
				list-style: none;
				float: left;
			}
			
				#footer-text ul li a, #footer-text ul li a:visited {
					color: #6d8d24;
					text-decoration: none;
				}
				
				#footer-text ul li a:hover {
					color: #efb111;
					text-decoration: underline;
				}
				
		#search {
			width: 280px;
			float: right;
		}
	
	#footer-logo {
		width: 127px;
		height: 57px;
		float: right;
	}
	
		#footer-logo h2 {margin: 0; padding: 0;}
	
		#footer-logo a {
			width: 127px;
			height: 57px;
			background: url(../../graphics/mn-chamber-logo.gif) no-repeat;
			display: block;
		}
		
	#footer-logo2 {
		width: 155px;
		height: 57px;
		float: left;
	}
	
		#footer-logo2 h2 {margin: 0; padding: 0;}
		
		#footer-logo2 a {
			width: 155px;
			height: 57px;
			background: url(../../graphics/mn-waste-wise-logo.gif) no-repeat;
			display: block;
		}
	
.hide {display: none;}

.orange-container {
	width: auto;
	margin: 0;
	padding: 12px;
	border: 1px solid #ffde89;
	background: #fff8e5;
}

.green-container, .utility-container {
	width: auto;
	margin: 0;
	padding: 12px;
	border: 1px solid #d1e89c;
	background: #faffef;
}

.connect {
	width: auto;
	margin: 0;
	padding: 12px;
	border: 0px solid #d1e89c;
	background: #fff;
}

.utility-container {
	margin: 14px 0 0 0;
	padding: 0 12px 12px 12px;
}

	.utility-container p {margin-top: 8px;}
	
.mini {padding: 6px;}

.content-10 {font-size: 10px; line-height: 15px;}
.content-11 {font-size: 11px; line-height: 16px;}
.content-13 {font-size: 13px;}

.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-40 {padding-bottom: 40px;}
.padding-bottom-100 {padding-bottom: 100px;}

.margin-top-8 {margin-top: 8px;}
.margin-top-14 {margin-top: 14px;}
.margin-top-30 {margin-top: 30px;}

.text-right {text-align: right;}
.text-green {color: #6d8d24;}
.text-orange {color: #f4c858;}
.text-red {color: #8a1f03;}
.text-brown {color: #7b481d;}
.text-blue {color: #00316e;}
.text-yellow {color: #a6a419;}

.text-courier {font-family: "Courier New", Courier, monospace;}
.text-georgia {font-family: Georgia, "Times New Roman", Times, serif;}

.list-icons {
	margin: 10px 0 0 10px;
	padding: 0;
}

.list-icons li ul {
	margin: 0;
	padding: 0;
}

	.list-icons li, .list-icons li ul li {
		margin: 6px 0;
		padding: 0 0 0 22px;
		list-style: none;
	}
	
	.icon-gold-medal {background: url(../../graphics/icons/gold_medal.gif) no-repeat;}
	.icon-layout {background: url(../../graphics/icons/layout.gif) no-repeat;}
	.icon-page-code {background: url(../../graphics/icons/page_code.gif) no-repeat;}
	.icon-question {background: url(../../graphics/icons/question.gif) no-repeat;}
	.icon-bullet-green {background: url(../../graphics/icons/bullet_green.gif) 4px 2px no-repeat;}
	.icon-bullet-black {background: url(../../graphics/icons/bullet_black.gif) 4px 2px no-repeat;}
	.icon-cfl {background: url(../../graphics/icons/cfl.gif) 0 2px no-repeat;}
	.icon-image {background: url(../../graphics/icons/image.gif) no-repeat;}
	.icon-arrow-down {background: url(../../graphics/icons/arrow_down.gif) no-repeat;}
	.icon-arrow-left {background: url(../../graphics/icons/arrow_left.gif) no-repeat;}
	.icon-podcast {background: url(../../graphics/icons/podcast.gif) no-repeat;}
	.icon-rss {background: url(../../graphics/icons/rss.gif) no-repeat;}
	
.list-inline {
	margin: 10px 0 0 0;
	padding: 0;
}

	.list-inline li {
		margin: 4px 3px;
		padding: 0;
		list-style: none;
		display: inline;
	}

.list-alpha {
	margin: 11px 0 0 20px;
	padding: 0 0 0 15px;
}

	.list-alpha li {
		margin: 4px 0;
		padding: 0;
		list-style: lower-alpha;
	}

.list-sitemap, .list-sitemap ul {
	margin: 4px 0 0 0;
	padding: 0;
}

	.list-sitemap li {
		margin: 4px 0;
		padding: 0 0 0 22px;
		list-style: none;
		background: url(../../graphics/icons/bullet_black.gif) 4px 2px no-repeat;
	}
	
	.list-sitemap li.no-bullet {
		margin: 16px 0;
		padding: 0;
		background: none;
	}
	
	.list-sitemap h4 {
		margin: 0;
		padding: 5px 12px;
		border: 1px solid #ffde89;
		background: #fff8e5;
	}

ol {
	margin: 10px 0 0 15px;
	padding: 0 0 0 20px;
}

	ol li {
		margin: 10px 0;
		padding: 0;
	}

.float-left {float: left;}
.float-right {float: right;}

/****** CLEAR PROPERTIES ******/

.clear-both {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {height: 1%;}


/******** FORM STYLES ***********/

form {margin: 0;}

.search-box {
	width: 173px;
	height: 18px;
	margin: 0;
	padding: 6px 6px 0 6px;
	border: none;
	background: url(../../graphics/bg-search-box.gif) no-repeat;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #6a737b;
}

.input-text {
	width: 220px;
	border: 1px solid #b9b9b9;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.input-text-small {
	width: 140px;
	border: 1px solid #b9b9b9;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.textarea {
	width: 220px;
	height: 92px;
	border: 1px solid #b9b9b9;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.submit-contact {
	width: 140px;
	height: 42px;
	background: url(../../graphics/contact-us.gif) no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
}

.submit-submit {
	width: 102px;
	height: 42px;
	background: url(../../graphics/submit.gif) no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
}

.submit-subscribe {
	width: 140px;
	height: 42px;
	background: url(../../graphics/subscribe.gif) no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
}

.submit-subscribe-200 {
	width: 200px;
	height: 42px;
	background: url(../../graphics/subscribe-now-200.gif) no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
}

.orange-form {
	border: 1px solid #F4C858;
}

.util-text {
	width: 175px;
	border: 1px solid #f1c041;
	padding: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.magnify-button {
	width: 20px;
	height: 20px;
	background: url(../../graphics/icons/magnifier.gif) 2px no-repeat;
	border: none;
	padding: 0;
	margin: 0;
}

.contact-table {
	border-collapse: separate;
}

	.contact-table td {padding: 4px 5px; font-size: 11px;}
	
	.contact-table td.left-cell {
		/*border-bottom: 1px solid #cfcfcf;
		border-right: 1px dotted #cfcfcf;
		background-color: #f0f0f0;*/
		border-right: 1px dotted #c2c2c2;
		border-bottom: 1px solid #c2c2c2;
		background: #f8f8f8;
	}
	
	.contact-table td.right-cell {
		/*border-bottom: 1px solid #cfcfcf;
		background-color: #f0f0f0;*/
		border-bottom: 1px solid #c2c2c2;
		background: #f8f8f8;
	}
	
	.contact-table td.cell-color {
		/*background-color: #f0f0f0;*/
		background: #f8f8f8;
	}

.table-data {
	border-collapse: separate;
	border-left: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
}

	.table-data th, .table-data td {
		padding: 3px 8px;
		border-right: 1px solid #c2c2c2;
		border-bottom: 1px solid #c2c2c2;
		vertical-align: top;
	}
	
	.table-data th {background-color: #dfdfdf; color: #00316e;}
	.table-data td {background: #f8f8f8; font-size: 11px;}

.TabbedPanelsContent table, .table-listing {
	border-collapse: separate;
	margin-top: 14px;
}

	.TabbedPanelsContent table td.listing, .table-listing td.listing {
		width: 203px;
		padding: 5px 10px;
		background: #f8f8f8;
		border: 1px solid #dfdfdf;
		font-size: 11px;
		line-height: 15px;
		vertical-align: top;
	}
	
	.TabbedPanelsContent table td.spacer, .table-listing td.spacer {width: 12px;}

/*//////////////// CALENDAR LIST VIEW STYLES////////////////////////////////


#calendar h1, #calendar h2, #calendar h3, #calendar p, #calendar li {margin:0 0 5px 0;}
#calendar a {text-decoration:underline;}



#calendar .prev, #calendar .next, #calendar .month {height:40px; text-align:center;}
#calendar .prev p a, #calendar .next p a {color:#9a9a9a; text-decoration:none;}
#calendar .prev p a:hover, #calendar .next p a:hover {color:#3a3a3a; text-decoration:none;}
#calendar .month p {font-weight:bold; font-size:14px;}
#calendar .dayNames {padding:5px; background:#bddde2;}
#calendar .dayNames p {font-weight:bold;}

#calendar .date {font-size:14px; height:15px;}

#calendar .day, #calendar .currentDay {padding:5px; }
#calendar .day a , #calendar .currentDay a  {}
#calendar .day a:visited , #calendar .currentDay a:visited  {}

#calendar .day {background:#f7f7f7; border:1px solid #aeaeae;}
#calendar .day .date {color:#000;}

#calendar .currentDay {background:#bddde2; border:1px solid #67999a;}
#calendar .currentDay .date {color:#67999a;}

#calendar .eventLink a {text-decoration:underline;}
*/


/*/////////////////////// CALENDAR VIEW STYLES //////////////////////////*/

#calendar h1, #calendar h2, #calendar h3, #calendar p, #calendar li {margin:0 0 5px 0;}
#calendar {margin-top: 20px; border-collapse: collapse;}

#calendar h3 {font-weight: bold;}


.prev, .next, .month {height:40px; font-size: 12px; line-height: 15px; font-weight: bold;}
.prev {text-align: left;}
.next {text-align: right;}
.month {text-align:center;}

.dayNames {padding:5px; background:#f4c858; font-weight: bold; font-size: 11px; color: #5a481c;}

.date {font-size:12px; height:13px;}

.day, .currentDay {padding:5px; width:100px; height:100px; font-size: 11px; line-height: 15px;}

.day {background:#f7f7f7; border:1px solid #aeaeae;}


.currentDay {background:#ffedbe; border:1px solid #a37f24;}
.currentDay .date {color:#000; font-weight: bold;}

.eventLink a {text-decoration:underline;}

h3.event-title {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 4px 6px 12px;
	background: #d1e89c;
}

	h3.event-title a, h3.event-title a:visited {color: #5a481c; text-decoration: none;}
	h3.event-title a:hover {color: #5a1c1c; text-decoration: none;}

.event-container {
	width: auto;
	margin: 0;
	padding: 12px;
	border: 1px solid #d1e89c;
	background: #faffef;
}

	.event-container p {margin-top: 8px;}
	
	.release-link, .event-container p.release-link {margin: 0; float: right;}
	
.event-info {border-collapse: separate;}

	.event-info td {padding: 3px 4px;}
	
.video-container-320 {
	width: 320px;
	margin: 14px auto 0 auto;
}

.video-container-300 {
	width: 300px;
	margin: 14px auto 0 auto;
	text-align: center;
}