
/***   HOME PAGE   ***/

#AboutBox 
{
	width: 254px;
	height: 166px;
	overflow: hidden;
	float: left;
}
	#AboutBox img
	{
		border: 0;
	}

#IntroBox 
{
	background: #D4F099;
	padding: 10px;
	width: 226px;				/* 246 */
	height: 146px;				/* 166 */
	overflow: hidden;
	float: right;
}

.FeaturedArticlePreview
{
	width: 234px;			/* 250 */
	padding: 8px;
	float: left;
}
	.FeaturedArticlePreview a
	{
		text-decoration: none;
	}
		.FeaturedArticlePreview a .title
		{
			color: #02652F;
			font-weight: bold;
			font-size: 1.1em;
		}
.FeaturedArticleExternalLinks
{
	width: 234px;			/* 250 */
	padding: 8px;
	float: left;
}
	.FeaturedArticleExternalLinks .title
	{
		color: #02652F;
		font-weight: bold;
	}
	.FeaturedArticleExternalLinks a
	{
		font-size: 0.9em;
		text-decoration: none;
	}
	.FeaturedArticleExternalLinks a:hover
	{
		font-size: 0.9em;
		text-decoration: underline;
	}
		
#InitiativesBox 
{
	background: #D4F099;
	padding: 10px;
	width: 241px;				/* 261 */
	height: 146px;				/* 166 */
	line-height: 1.6em;
	overflow: hidden;
}
	#Title
	{
		font-weight: bold;
		font-size: 1.1em;
		width: 150px;
		margin-bottom: 5px;
		float: left;
	}
	#ViewAllInitiatives
	{
		width: 90px;
		text-align: right;
		float: right;
	}
	#InitiativesBox a
	{
		text-decoration: none;
	}
	#InitiativesBox a:hover
	{
		text-decoration: underline;
	}	
	#InitiativesBox a.suggestnew
	{
		color: #3A8C4E;
		font-weight: bold;
	}

#RightImage
{
	margin-top: 6px;	
}

#AnnouncementArea
{
	width: 261px;
	height: 430px;
	overflow: hidden;
}

#AnnouncementBox 
{
	background: #FFFFFF;
	width: 261px;				/* 261 */
	height: 120px;				/* 120 */
	position: relative;
	top: -120px;
	opacity: .6;
	filter: alpha(opacity=60);
}

#AnnouncementText 
{
	padding: 7px 30px 7px 10px;
	position: relative;
	top: -240px;			/* 120 x 2 */
}




/***   ARTICLE DETAIL PAGE   ***/

.ArticleImage 
{
	/*float: left;*/
	margin: 0 10px 8px 0;
}


.ArticleComment 
{
	width: 100%;
}

.ArticleCommentInfo
{
	width: 100%;
	text-align: right;
	font-size: 0.9em;
}


.ArticleContacts , .ArticleAuthors , .ArticleExternalLinks , .ArticleRelatedArticles
{
	margin: 10px 0;
}

.ArticleContacts ul , .ArticleAuthors ul , .ArticleExternalLinks ul , .ArticleRelatedArticles ul
{
	margin: 5px 0px 0 0px;
	list-style: none;
}

.ArticleContacts li , .ArticleAuthors li , .ArticleExternalLinks li , .ArticleRelatedArticles li
{
	margin: 0;
	padding: 0;
}

.ArticleContacts
{

}

.ArticleAuthors
{
	
}

.ArticleExternalLinks
{
	
}

.ArticleRelatedArticles
{
	
}




/***   INITIATIVE DETAIL PAGE   ***/

.InitiativeContacts , .InitiativeExternalLinks
{
	margin: 10px 0;
}

.InitiativeContacts ul , .InitiativeExternalLinks ul
{
	margin: 5px 0px 0 0px;
	list-style: none;
}

.InitiativeContacts li , .InitiativeExternalLinks li
{
	margin: 0;
	padding: 0;
}

.InitiativeContacts
{

}

.InitiativeExternalLinks
{
	
}




/***   MEMBERS   ***/

.MemberListItem
{
	padding-bottom: 8px;	
}


		
		
	
/***   SEARCH   ***/	
		
.searchresultitem
{
	margin-bottom: 5px;	
}




/***   FORUM   ***/

#Content_Forum
{
	padding: 10px 0;	
}
	.Content_Forum_Text
	{
		padding-left: 18px;	
	}

.ForumHeader, .ForumFooter
{
	width: 100%;
	height: 19px;		/* 25 */
	background: #D5F19A;
	padding: 3px 0;
}
	.ForumBreadCrumbs
	{
		width: 450px;
		padding-left: 6px;
		float: left;
	}
		.ForumBreadCrumbs a
		{
			font-weight: bold;
			text-decoration: none;
		}
		.ForumBreadCrumbs a:hover
		{
			font-weight: bold;
			text-decoration: underline;
		}
	.ForumPager
	{
		width: 250px;
		text-align: right;
		padding-right: 14px;
		float: right;
	}
	
.ForumTable_Topics, .ForumTable_Threads, .ForumTable_Posts
{
	width: 100%;
	clear: both;	
}

	.ForumTable_Topics th, .ForumTable_Threads th, .ForumTable_Posts th
	{
		border-right: 1px solid #FFFFFF;
		background: #02652F;
		color: #FFFFFF;
		padding: 3px 6px;
		text-align: left;
		vertical-align: top;
	}
		
	.ForumTable_Topics td, .ForumTable_Threads td, .ForumTable_Posts td
	{
		border-bottom: 1px solid #02652F;
		padding: 6px;
		text-align: left;
		vertical-align: top;
	}
		
		.ForumTable_Topics td a, .ForumTable_Threads td a
		{
			display: block;
			text-decoration: none;
		}

.ForumButtons
{
	padding: 10px 0;
}

.AddPost
{
	padding: 0 0 20px 0;
	Width: 500px;	
}
	.AddPost_Buttons
	{
		width: 100%; 
		text-align: right;
	}
	
	