﻿/* ELEMENTS */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	background: rgb(204, 204, 49) url(../img/body-background.png) repeat top;
	margin: 0;
	padding: 0;
	color: rgb(0, 0, 0);
}

div, form {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

a {
	color: inherit;
}

a:link,a:visited {
	text-decoration: underline;
}

a:hover,a:active,a:focus {
	text-decoration: none;
}

acronym {
	text-decoration: none;
}

dt,dd {
	margin-top: .5em;
	margin-bottom: .5em;
}

dt {
	/*font-style: italic;*/
	font-weight: bold;
}

dd {
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	line-height: normal;
}

h2,h3,h4,h5,h6 {
	margin: .75em 0 .75em 0;
}

h1 {
	color: rgb(102, 102, 102);
	font-size: 22px;
	font-style: italic;
	padding: 15px 0 15px 0;
}

h1.member-title, h2 {
	border-color: rgb(221, 221, 221);
	border-style: double none double none;
	font-size: 18px;
	padding: 15px 0 15px 0;
}

h1.member-title {
	font-size: 22px;
}

h2 {
	margin: 0 0 1.5em 0;
}

h3 {
	font-size: 16px;
}

h3.alt {
	border-color: rgb(221, 221, 221);
	border-style: double none double none;
	font-size: 14px;
	padding: 2px 0 2px 0;
}

h3.alt span {
	font-weight: normal;
}

noscript p {
	font-weight: bold;
	text-align: center;
}

p {
	margin-top: 0;
}

table.form-table tbody td, table.form-table tbody th {
	vertical-align: top;	
}
table.form-table tbody th {
	text-align: left;	
}

/* IDS */ /* Main Layout */
#main-outer {
	background: rgb(255, 255, 255) url(../img/main-outer-background.png)
		repeat-x top;
	margin: 0 auto 0 auto;
	max-width: 1010px;
	min-width: 970px;
	padding: 0;
}

#main-inner {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 970px;
}

#header {
	clear: both;
	height: 167px;
}

#header-logo {
	float: left;
	width: 243px;
}

#header-menu {
	float: right;
	width: 720px;
}

#header-menu-top {
	height: 24px;
}

#header-menu-top table {
	float: right;
	width: 376px;
}

#header-menu-tagline {
	height: 101px;
	text-align: right;
}

#content {
	padding: 15px 5px 5px 5px;
}

#content-left {
	width: 200px;
}

#content-right {
	margin-right: 90px;
}

#content-right-full {
	
}

/* Menu - Header */
#header-menu-bottom {
	height: 41px;
}

.ddsmoothmenu {
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	width: 668px;
}

.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	display: inline;
	float: left;
	margin: 0;
	position: relative;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	color: rgb(102, 102, 102);
	display: block;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited {
	text-decoration: none;
}

.ddsmoothmenu ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.ddsmoothmenu ul li a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	border: 1px solid rgb(204, 204, 204);
	border-bottom-width: 0;
	display: none; /*collapse all sub menus to begin with*/
	left: 0;
	position: absolute;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	background: rgb(255, 255, 255) url(../img/header-menu-bottom-background.png) repeat-y right;
	border-bottom: 1px solid rgb(204, 204, 204);
	display: list-item;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	color: rgb(102, 102, 102);
	margin: 0;
	padding: 5px;
	width: 140px; /*width of sub menus (excluding A padding)*/
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%; /*Holly Hack for IE7 and below*/
}


/* Menu - Side */

#content-left {
	margin: 37px 40px 0 0;
	width: 175px; /*width of side bar menu*/
}

#side-menu-title {
	border-bottom: 1px solid rgb(221, 221, 221);
	color: rgb(204, 102, 0);
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.ddsmoothmenu-v ul{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 175px; /* Main Menu Item widths */
	list-style-type: none;
}

.ddsmoothmenu-v ul li{
	position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	color: rgb(153, 153, 153);
	padding: 5px 0;
	border-bottom: 1px solid rgb(221, 221, 221);
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
	text-decoration: none;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.ddsmoothmenu-v ul li a:hover{
	color: rgb(0, 0, 0);
	text-decoration: none;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	border: 1px solid rgb(204, 204, 204);
	border-bottom-width: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 175px; /*Sub Menu Items width */
}
.ddsmoothmenu-v ul li ul li {
	background: rgb(255, 255, 255) url(../img/header-menu-bottom-background.png) repeat-y right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.ddsmoothmenu-v ul li ul li a {
	background: transparent;
	border-bottom: 1px solid rgb(204, 204, 204);
	color: rgb(102, 102, 102);
	margin: 0;
	padding: 5px;
	text-decoration: none;
}

.ddsmoothmenu-v ul li ul li ul li {
	font-size: 10px;
	line-height: normal;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }

/* ADD'L SELECTORS */

p.callout {
	color: rgb(102,51,0);
	font-weight: bold;
}

ul.certified-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.certified-list li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: .5em 0 .5em 0;
}

ul.certified-list li ul {
	margin-left: 2em;
}

.form-comment, .document-description {
	color: rgb(102, 102, 102);
	font-size: 10px;
	line-height: normal;
}

#form-contact-us, #form-become-a-member {
	display: block;
	font-size: 11px;
	line-height: normal;
}
#form-become-a-member {
	float: right;	
	margin: 0;
	padding: 0 0 10px 10px;
	width: 300px;
}


#home-copyright {
	clear: both;
	font-size: 11px;
	line-height: normal;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	text-align: center;
	width: 640px;
}

#home-left {
	float: left;
	width: 411px;
}

#home-left #home-quick-links {
	height: 327px;
	position: relative;
}

#home-left #home-quick-links #home-value-of-seal {
	position:absolute;
	top:0;
	left:0;
}

#home-left #home-quick-links #home-eco-central {
	position:absolute;
	top:0;
	left:200px;
}

#home-left #home-quick-links #home-diy-resources {
	position:absolute;
	top:155px;
	left:0;
}

#home-left #home-quick-links #home-partner-resources {
	position:absolute;
	top:155px;
	left:200px;
}

#home-left #home-headlines {
	width: 400px;
}

#home-left #home-headlines h2 {
	border-color: rgb(221, 221, 221);
	color: rgb(102, 102, 102);
	border-style: double none double none;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 0;
}

#home-left #home-headlines .article {
	border-bottom: 1px solid rgb(221,221,221);
	margin: 19px 0 0 0;
	padding: 0;
}

#home-left #home-headlines .article-title {
	color: rgb(102, 102, 0);
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#home-left #home-headlines .article-text,
#home-left #home-headlines .article-link {
	color: rgb(102, 102, 102);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin: 0 0 15px 0;
}
#home-left #home-headlines .article-link {
	font-weight: bold;
	text-align: right;
	margin: 0 0 4px 0;
}
#home-left #home-headlines .article-link a {
	text-decoration: underline;
}
#home-left #home-headlines .article-link a:hover {
	color: rgb(0, 0, 0);
}

#home-right {
	float: right;
	width: 539px;
}
#home-right #home-splash {
}

#home-right #home-members {
	margin-top: 13px;
}

#home-right #home-members a {
	display: none;	/* jQuery code will decide which link to show */
}

#member-addr {
	color: rgb(102, 102, 102);
	font-size: 15px;
	line-height: 22px;
	padding: 15px 5px;
}
#member-addr a {
	font-weight: bold;
}
#member-addr span {
	color: rgb(0, 0, 0);
	font-weight: bold;
}

#member-gallery {}

#member-logo {
	height: 180px; 
	text-align: center;
}

#member-text {
	line-height: 22px;
}

.message-bad, .message-good {
	color: rgb(255,0,0);
	font-weight: bold;
}

.message-good {
	color: rgb(0,0,255);
}
