﻿.RequiresApproval
{
	color:Orange;
	font-size:0.9em;
	margin-top:10px;
	font-weight:bold;
	display:block;
}

.PendingApproval
{
	color:#999;
	font-size:0.9em;
	margin-top:10px;
	font-weight:bold;
	display:block;
}

@media screen
{
	*:first-child+html #Main
	{
		position:relative;
	}
	
	* html #Main
	{
		position:relative;
	}
	
	#IntroContent
	{
		margin-bottom:20px;
	}
	
	#MapHolder
	{
		float:right;
		border:1px solid #eee;
		background-color:#eee;
		-moz-border-radius:7px;
		-webkit-border-radius:7px;
		padding:5px;
		margin:0px 0px 10px 20px;
		width:350px;
		height:250px;
	}
	
	#MapCanvas
	{
		width:350px;
		height:250px;
	}
	
	*:first-child+html #MapCanvas
	{
		position:absolute;
		top:280px;
		right:43px;
	}
	
	* html #MapCanvas
	{
		position:absolute;
		top:280px;
		right:43px;
	}
	
	#IntroContent img.HomeFeatureImage
	{
		float:right;
		margin:0px 0px 10px 20px;
	}
	
	.Panels
	{
		background-image:url(../Images/BgGroupHomePanels.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
		padding-bottom:8px;
	}
	
	.Panel1
	{
		background-position:-478px bottom;
	}
	
	.Panel2
	{
		background-position:-239px bottom;
	}
	
	.Panel
	{
		width:219px;
		float:left;
		margin-right:20px;
	}
	
	.Panel .PanelLink
	{
		margin:5px 0px 0px 10px;
	}
	
	#BlogPanel
	{
		margin-right:0px;
	}
	
	.Panel h3
	{
		height:44px;
		margin:0px;
		background-repeat:no-repeat;
	}
	
	#NewsPanel h3
	{
		background-image:url(../Images/HdrGroupHomeNews.gif);
	}

	#EventsPanel h3
	{
		background-image:url(../Images/HdrGroupHomeEvents.gif);
	}
	
	#BlogPanel h3
	{
		background-image:url(../Images/HdrGroupHomeBlog.gif);
	}
	
	.PanelContent
	{
		width:205px;
		margin:0px 0px 6px 7px;
		padding-top:3px;
		background-image:url(../Images/BgGroupHomePanelTop.gif);
		background-repeat:no-repeat;
	}

	.PanelContentInner
	{
		background-image:url(../Images/BgGroupHomePanelBottom.gif);
		background-repeat:no-repeat;
		background-position:left bottom;
		background-color:#fff;
		padding:8px 10px 13px 10px;
	}
	
	.PanelContent h4
	{
		margin:0px 0px 4px 0px;
	}
	
	.PanelContent .Date
	{
		font-size:0.8em;
		text-transform:uppercase;
		color:#949594;
		margin:0px 0px 2px 0px;
	}
	
	.SocialBookmarkLinks
	{
		float: right;
	}
}

@media print
{
}

