	/*
	Green Growth Technology CSS Styles
	Copyright 2005
	*/
	
	
	/******************
		   INDEX 
	******************/
	
	#index-globe-container {
		background-image: url('/images/globe.jpg');
		background-repeat: no-repeat;
		width: 434px;
		height: 238px;
	}
	
	SPAN.index-link-col {
		float: left;
		margin-left: 20px;
	}
	
	
	/* LATEST NEWS */
	
	#index-news {
		padding: 5px 5px 0px 10px;
		width: 380px;
	}
	
	#index-news-heading {
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
		padding-bottom: 5px;
	}
	
	.index-latest-news-listing {
		margin-bottom: 8px;
	}
	
	.index-latest-news-listing a:hover {
		text-decoration: none;
		color: black;
	}
	
	.index-latest-news-listing a:hover span.index-latest-news-listing-title {
		text-decoration: underline;
	}
	
	.index-latest-news-listing-title {
		font-weight: bold;
	}
	
	.index-latest-news-listing-time {
		float: right;
	}
	
	
	
	/* PRESS RELEASES */
	
	#index-press {
		padding: 5px 5px 0px 10px;
		width: 220px;
	}
	
	#index-press-heading {
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
		padding-bottom: 5px;
	}
	
	.index-press-listing {
		margin-bottom: 8px;
	}
	
	.index-press-listing a:hover {
		text-decoration: none;
		color: black;
	}
	
	.index-press-listing a:hover span.index-press-listing-title {
		text-decoration: underline;
	}
	
	.index-press-listing-title {
		font-weight: bold;
	}
	
	.index-press-listing-time {
		float: right;
		padding-left: 2px;
		font-weight: lighter;
	}
	
		
	/******************
		 CONTACT 
	******************/
	
	#contact-form-box {
		padding: 20px;
		float: left;
	}
	
	#contact-form-box INPUT.input-text {
		width: 200px;
	}
	
	#contact-form-box SELECT.input-select { width: 206px; }
	
	#contact-message-sent {
		text-align: center;
		font-weight: bold;
	}
	
	.contact-address {
		padding: 6px;
	}
	
	.contact-address-container-left
	{
		float: left;
		width: 220px;
		margin-left: 5px;
		padding-bottom: 20px;
	}
	
	.contact-address-container-right
	{
		float: left;
		width: 270px;
		padding-bottom: 20px;
	}
	
	.contact-address-heading
	{
		font-weight: bold;
		font-size: 13px;
		margin-left: 6px;
		padding-bottom: 20px;
	}
	
	.contact-address-title
	{
		font-weight: bold;
	}
	
	
	
	/******************
	 	 COMPANIES 
	******************/
	
	#companies-links {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 20px;
		width: 196px;
	}
	
	A.companies-link {
		margin-bottom: 6px;
		display: block;
	}
	
	DIV.companies-content-company-heading {
		font-size: 14pt;
		font-weight: bold;
	}
	
	DIV.companies-content-company-desc {
		margin-top: 10px;
	}
	
	
	/******************
		   ABOUT 
	******************/
	
	#about-links {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
		width: 196px;
	}

	SPAN.about-content-heading { font-weight: bold; }
	
	DIV.about-content-member-heading {
		font-size: 14pt;
		font-weight: bold;
	}
	
	IMG.about-content-member-image { float: right; }
	
	
	
	/******************
		   NEWS 
	******************/
	
	#news-min-height {
		float: right;
		width: 0px;
		height: 384px;
	}
	#news-container {
		width: 630px;
		float: left;
		background-position: top right;
		background-repeat: repeat-y;
	}
	
	#news-box {
		padding: 5px 140px 5px 10px;
		width: 480px;
		background-position: bottom right;
		background-repeat: no-repeat;
	}
	
	#news-heading {
		font-weight: bold;
		font-size: 18px;
		text-decoration: underline;
		padding-bottom: 5px;
	}
	
	.news-listing {
		margin-bottom: 24px;
	}
	
	.news-listing a:hover {
		text-decoration: none;
		color: black;
	}
	
	.news-listing a:hover span.news-listing-title {
		text-decoration: underline;
	}
	
	.news-listing-title {
		font-weight: bold;
	}
	
	.news-listing-time {
		float: right;
	}
	
	#news-full-heading {
		font-weight: bold;
		font-size: 16px;
		text-decoration: underline;
		padding-bottom: 3px;
	}
	
	#news-full-time {
		padding-bottom: 3px;
	}
	
	#news-full-source {
		padding-bottom: 3px;
	}
	
	
	#news-full-content {
		text-align: justify;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
			
		
	/******************
		 	MISC 
	******************/
	
	.clearer { clear: both; }
	
	IMG { border: 0px; }
	
	FORM { margin: 0px; }
