/* dark-green:  #00522a  */
/* light-green: #557800; */

a:link    {text-decoration: none; color: #557800;}
a:visited {text-decoration: none; color: #557800; }
a:active  {text-decoration: none; color: #557800; }
a:hover   {text-decoration: none; color: #557800; }

a img { border: none; }

body {
	padding: 0; margin: 10px 0 10px 0; border: 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	background-color: white;
	color: #00522a;
	font-weight: bold;
}

/* -------------------------------------------------------------------------- */
#page-container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 600px;
}

/* -------------------------------------------------------------------------- */
#page-header {
	position: absolute;
	left: 0; top: 0; width: 960px; height: 50px;
	font-size: 8pt;
}

#page-header ul {
	margin: 0; padding: 0;
	display: block;
	height: 16px;
	overflow: hidden;
	background-image: url("images/header.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

#page-header li {
	position: absolute;
	display: block;
	list-style: none;
	text-align: center;
	top: 0px;
	height: 1.4em;
	background-image: url("images/navigation-divider.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#page-header li[id="home"] {
	left: 320px; width: 65px;
}

#page-header li[id="consulting"] {
	left: 385px; width: 90px;
}

#page-header li[id="technology"] {
	left: 475px; width: 90px;
}

#page-header li[id="contact"] {
	left: 555px; width: 90px;
	background-image: none;
}

#page-header ul li a {
	display: block;
	padding-bottom: 30px;
	color: #00522a;
}

#page-header ul li a[class="active"] {
	background-image: url("images/small-branch.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* -------------------------------------------------------------------------- */
#page-content {
	position: absolute;
	left: 0px; top: 50px; width: 960px; height: 530px;
}

/* -------------------------------------------------------------------------- */
#page-footer {
	position: absolute;
	overflow: hidden;
	bottom: 0; width: 960px;
	text-align: center;
	font-size: 7pt;
}

/* -------------------------------------------------------------------------- */
#home-logo {
	position: absolute;
	left: 361px;
	top: 160px;
}

#home-sustainable-you {
	position: absolute;
	left: 0;
	top: 330px;
	width: 960px;
	text-align: center;
	line-height: 2em;
}

/* -------------------------------------------------------------------------- */
#distribution-logo {
	position: absolute;
	left: 25px;
	top: 25px;
}

#distribution-contact {
	position: absolute;
	left: 80px;
	top: 220px;
	width: 200px;
}

#distribution-contact em {
	color: #557800;
	font-weight: bold;
	font-style: normal;
}

p#distribution-content-1 {
	position: absolute;
	left: 330px;
	top: 75px;
	width: 525px;
}

p#distribution-content-1 em {
	color: #557800;
	font-style: normal;
}

p#distribution-content-2 {
	position: absolute;
	left: 300px; top: 167px; width: 660px;
}

p#distribution-content-3 {
	position: absolute;
	left: 310px; top: 200px; width: 480px;
}

p#distribution-content-4 {
	position: absolute;
	left: 310px; top: 263px; width: 640px;
}

p#distribution-content-5 {
	position: absolute;
	left: 365px; top: 310px;
}

/* -------------------------------------------------------------------------- */
#contact-logo {
	position: absolute;
	left: 25px;
	top: 25px;
}

#contact-contact {
	position: absolute;
	left: 80px;
	top: 220px;
	width: 200px;
}

#contact-contact em {
	color: #557800;
	font-weight: bold;
	font-style: normal;
}

#contact-news-and-events {
	position: absolute;
	border: solid 1px black;
	left: 80px;
	top: 430px;
	padding: 10px;
	text-align: center;
	background-color: #e3ebda;
	color: #557800;
}

p#contact-content-1 {
	position: absolute;
	left: 330px;
	top: 75px;
	width: 525px;
}

p#contact-content-1 em {
	color: #557800;
	font-style: normal;
}

#contact-content-2 {
	position: relative;
	left: 330px; top: 155px; width: 500px; height: 360px;
}

#contact-content-2a {
	position: absolute;
	left: 0px; top: 0px; width: 230px; height: 110px;
}

#contact-content-2b {
	position: absolute;
	left: 240px; top: 0px; width: 230px; height: 110px;
}

#contact-content-2c {
	position: absolute;
	left: 0px; top: 110px; width: 500px; height: 235px;
}

p#contact-signup {
	text-align: right;
}

p.contact-send {
	text-align: right;
}

input.contact-send {
	border: 1px solid black;
	left: 340px; top: 330px;
	text-align: center;
	font-weight: bold;
	background-color: #e3ebda;
	color: #557800;
	padding: 5px 30px 5px 30px;
	cursor: hand;
	cursor: pointer;
}

#contact-flair {
	position: absolute;
	left: 800px;
	top: 200px;
	width: 127px;
	height: 275px;
	background-image: url("images/branch.png");
	background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */
#technology-grid {
	position: absolute;
	left: 105px;
	top: -10px;
}

p#technology-quote {
	position: absolute;
	left: 320px; top: 120px; width: 90px;
	font-style: italic;
	text-align: center;
}

#technology-logo {
	position: absolute;
	left: 300px; top: 210px;
}

p#technology-contact-us {
	position: absolute;
	left: 320px; top: 320px; width: 90px;
	text-align: center;
}

p#technology-afterthought {
	position: absolute;
	left: 640px; top: 445px; width: 110px;
	text-align: right;
}

/* -------------------------------------------------------------------------- */
#consulting-logo {
	position: absolute;
	left: 710px; top: -30px;
}

#consulting-heading {
	position: absolute;
	left: 0px; top: -10px; width: 960px;
}

p#consulting-heading-1 {
	position: absolute;
	left: 40px;
	top: 15px;
	color: #557800;
}

p#consulting-heading-2 {
	position: absolute;
	left: 100px;
	top: 35px;
}

p#consulting-heading-3 {
	position: absolute;
	left: 50px;
	top: 65px;
	width: 620px;
}

p#consulting-heading-3 q {
	color: #557800;
}

p#consulting-heading-3 em {
	color: #00522a;
	font-style: normal;
}

p#consulting-heading-4 {
	position: absolute;
	left: 0px; top: 120px; width: 960px;
	text-transform: uppercase;
	text-align: center;
}

#consulting-navigation {
	 position: absolute;
	 left: 0px; top: 130px; width: 960px;
}

#consulting-navigation a {
	display: block;
	width: 175px;
	text-align: center;
	background-color: #e3ebda;
	border: 1px solid black;
	padding: 5px 0 5px 0;
	color: #00522a;
}

#consulting-navigation-1 {
	position: absolute;
	left: 26px; top: 0px;
}

#consulting-navigation-2 {
	position: absolute;
	left: 206px; top: 0px;
}

#consulting-navigation-3 {
	position: absolute;
	left: 386px; top: 0px;
}

#consulting-navigation-4 {
	position: absolute;
	left: 566px; top: 0px;
}

#consulting-navigation-5 {
	position: absolute;
	left: 746px; top: 0px;
}

#consulting-topic {
	position: relative;
	left: 26px; top: 175px; width: 900px; height: 333px;
}

#consulting-topic-1-left {
	position: absolute;
	left: 28px; top: 20px; width: 160px; height: 291px;
	background-image: url("../images/branch.png");
	background-repeat: no-repeat;
}

#consulting-topic-1-right {
	position: absolute;
	left: 192px; top: 0px; width: 560px;
}

#consulting-topic-1-right q {
	margin: 0 20px 0 20px;
	font-style: italic;
}

#consulting-topic-1-right p[class="indent"] {
	margin: 0 40px 0 40px;
}

#consulting-topic-1-right a[class="boxed"] {
	background-color: #e3ebda;
	border: 1px solid black;
	padding: 5px;
	color: #557800;
}

#consulting-topic-2-left {
	position: absolute;
	left: 0; top: 100px; width: 200px;
}

#consulting-topic-2-left span[class="light-green"] {
	color: #557800;
}

#consulting-topic-2-center {
	position: absolute;
	left: 206px; top: 20px; width: 160px; height: 291px;
	background-image: url("../images/branch.png");
	background-repeat: no-repeat;
}

#consulting-topic-2-right {
	position: absolute;
	left: 360px; top: 35px; width: 530px;
}

#consulting-topic-2-right-assessment {
	position: absolute;
	left: 225px; top: 235px;
}

#consulting-topic-2-right-assessment a[class="boxed"] {
	background-color: #e3ebda;
	border: 1px solid black;
	padding: 5px;
	color: #557800;
}

#consulting-topic-3-left {
	position: absolute;
	left: 0; top: 20px; width: 340px;
}

#consulting-topic-3-left q {
	color: #557800;
}

#consulting-topic-3-center {
	position: absolute;
	left: 376px; top: 20px; width: 160px; height: 291px;
	background-image: url("../images/branch.png");
	background-repeat: no-repeat;
}

#consulting-topic-3-right {
	position: absolute;
	left: 540px; top: 40px; width: 360px;
}

#consulting-topic-4-left {
	position: absolute;
	left: 0; top: 0px; width: 540px;
}

#consulting-topic-4-left span[class="light-green"] {
	color: #557800;
}

#consulting-topic-4-center {
	position: absolute;
	left: 566px; top: 20px; width: 160px; height: 291px;
	background-image: url("../images/branch.png");
	background-repeat: no-repeat;
}

#consulting-topic-4-right {
	position: absolute;
	left: 720px; top: 25px; width: 178px;
}

#consulting-topic-4-right q {
	display: block;
	margin: 0 10px 0 10px;
	color:  #557800;
}

#consulting-topic-5-left {
	position: absolute;
	left: 200px; top: 40px; width: 530px;
}

#consulting-topic-5-left p[class="light-green"] {
	color: #557800;
}

#consulting-topic-5-right {
	position: absolute;
	left: 735px; top: 20px; width: 160px; height: 291px;
	background-image: url("../images/branch.png");
	background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------- */
#glossary-list {
}

#glossary-list ul {
	display: block;
	margin: 0 0 0 10px;
	padding: 0;
}

#glossary-list li {
	float: left;
	color: #a0a0a0;
	display: block;
	font-size: 7pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
}

#glossary-list a {
	color: #00522a;
}

