/*************************************************************************
  @zones	
*************************************************************************/
	div#zoneHeader
	{
		background-color: #E8E8DB;
		padding-bottom: 10px;
		position: relative;
	}
	
	div#zoneMain
	{
		background: none;
		padding-top: 0;
		border-top: 1px solid #fff;
	}
	
	div#zone1
	{
		margin-top: -20px;
	}
	
	div#zone2
	{
		background: none;
		padding: 10px 10px 10px 0;
		width: 680px;
	}
	
	
	
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	/*********************/
	/*** @homeFeatured ***/
	/*********************/
		div#homeFeatured
		{
			background-color: #558899;
			padding: 10px 0 20px 0;
			color: #fff;
			font-size: 1.07em;
			line-height: 1.34em;
			display: table;
			width: 910px;
		}
				
		div#homeFeatured a
		{
			color: #ddeebb;
		}
		
		div#homeFeatured a.persist strong
		{
			background: transparent url(../img/arrow_02.gif) right .4em no-repeat;
			padding-right: 10px;
		}
		
		div#homeFeatured div
		{
			padding-right: 20px;
			float: left;
			width: 414px;
		}
		
		div#homeFeatured div.noPhoto
		{
			padding: 0 20px 20px 20px;
			float: left;
			width: auto;
		}
		
		div#homeFeatured h2
		{
			margin-top: 0;
			color: #E8E8DB;
			font-weight: normal;
			font-size: 1.2em;
			line-height: 1.39em;
		}
		
		div#homeFeatured h3
		{
			margin-top: 0;
			margin-bottom: 1em;
			color: #ddeebb;
			font-weight: normal;
			font-size: 1.86em;
			line-height: 1.08;
		}
		
		div#homeFeatured h3 a:hover
		{
			text-decoration: none;
		}

		div#homeFeatured div.imgContainer
		{
			display: table;
			width: 439px;
			float: left;
			padding: 0 20px 10px 10px;
		}

		div#homeFeatured img
		{
			border: 1px solid #fff;
		}

		
/*************************************************************************
	@zone2
*************************************************************************/

	/*****************************/
	/*** @containerFundDetails ***/
	/*****************************/
		div.containerFundDetails
		{
			margin-right: 10px;
			float: left;
			width: 240px;
		}
		
		p.mission
		{
			background: transparent url(../img/border_03.gif) left top no-repeat;
			padding: 20px 10px 1em 20px;
			color: #558899;
			font-size: .93em;
			line-height: 1.38;
		}
		
		/*** @areaExplorePlace ***/
			div.areaExplorePlace
			{
				background: transparent url(../img/border_02.gif) left top no-repeat;
				padding: 20px 10px 0 20px;
				margin-bottom: 10px;
				min-height: 254px;
				font-size: .78em;
				line-height: 1.46;
			}
			
			div.areaExplorePlace a,
			div.areaExplorePlace a:visited
			{
				color: #AA2233;
				text-decoration: underline;
			}
			
			div.areaExplorePlace h4
			{
				margin-top: 0;
				margin-bottom: .8em;
				font-family: georgia, "times new roman", times, serif;
				font-size: 1em;
				font-weight: normal;
				text-transform: uppercase;
			}
			
			div.areaExplorePlace img, div.areaExplorePlace object
			{
				margin-bottom: .8em;
			}
			
			div.areaExplorePlace div.containerMap
			{
				background-color: #000;
				margin-bottom: .5em;
				padding: 10px 20px;
			}
			
			div.areaExplorePlace object
			{
				height: 160px;
				width: 160px;
			}
			
			div.areaExplorePlace p
			{
				margin-bottom: 0;
			}

	/*************************/
	/*** @containerNewsAnn ***/
	/*************************/
		div.containerNewsAnn
		{
			background: transparent url(../img/border_01.gif) left top no-repeat;
			padding: 20px 20px 1em 20px;
			font-size: .78em;
			line-height: 1.46;
			float: left;
			width: 390px
		}
		
		div.containerNewsAnn h2
		{
			margin-top: 0;
			font-family: georgia, "times new roman", times, serif;
			font-size: 1em;
			font-weight: normal;
			text-transform: uppercase;
		}
		
		div.containerNewsAnn h3
		{
			font-size: 1.46em;
			font-weight: normal;
		}
		
		div.containerNewsAnn div.containerDoc
		{
			display: table;
			width: 100%;
		}