/*************************************************************************
	@imports
*************************************************************************/
	
/*************************************************************************
	@basic_tags
*************************************************************************/
	body
	{
		background: none;
		font-family: "Times New Roman", Times, serif
	}
	
	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			font-family: arial, Helvetica, sans-serif;
		}
	/**************/
	/*** @forms ***/
	/**************/

		form div input
		{
			float: none;
		}
		
		label span, form div.group span
		{
			float: none;
		}	
		

	/**************/
	/*** @links ***/
	/**************/
		
	/**************/
	/*** @lists ***/
	/**************/
				
	/**************/
	/*** @other ***/
	/**************/
		
	/***************/
	/*** @tables ***/
	/***************/

	/*******************/
	/*** @text_style ***/
	/*******************/

/*************************************************************************
	@layout_elements
*************************************************************************/
	/*** @alignLeft **/

	/*** @alignRight ***/

	/*** @alignRight ***/
		
	/*** @columns ***/

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background: #fff url(../img/bg_wrapper.gif) left top repeat-y;
		margin: 0;
		padding: 0 1.5em;
		width: auto;
		font-size: 12px;
	}
	
	div#zoneHeader
	{
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: 7px solid #59667D;
		margin-bottom: 2px;
	}
	
	div#zoneMain
	{
		background: none;
		margin-bottom: 3em;
		padding: 0;
		border: none;
		width: auto;
		color: #000;
	}
	
	div#zone1
	{
		display: none;
	}

	div#zone2
	{
		background: none;
		border-top: 4px solid #5E7AA1;
		float: none;
		width: auto;
		color: #000;
	}
	
	div#zoneFooter
	{
		background: none;
		padding: 0 22px;
		color: #666;
		text-align: left;
	}
	
/*************************************************************************
	@zoneHeader
*************************************************************************/
	
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			background: none;
		}
		
		div#zoneBranding h1 img
		{
			display: block;
			width: 1.5in;
		}
		
		div#zoneBranding strong.tagline
		{
			background: none;
			top: 70px;
			left: auto;
			right: 0;
		}
		
		div#zoneBranding strong.tagline img
		{
			display: block;
			width: 3in;
		}
		
	/*******************/
	/*** @navPrimary ***/
	/*******************/
		div#navPrimary
		{
			display: none;
		}
		
		/*** second level ***/
			
/*************************************************************************
	@zoneMain
*************************************************************************/

/*************************************************************************
	@zone1
*************************************************************************/

	/***********************/
	/*** @areaSiteSearch ***/
	/***********************/

	/*********************/
	/*** @navSecondary ***/
	/*********************/

		/*** second level ***/
	
/*************************************************************************
	@zone2
*************************************************************************/

	/***************************/
	/*** @pageTypeContainers ***/
	/***************************/
	/*** @landing_page ***/

	/*** @list_page ***/

	/*** @show_page ***/

	/********************/
	/*** @attachments ***/
	/********************/	

	/*****************/
	/*** @areaCAPC ***/
	/*****************/

	/**************************/
	/*** @containerCatGroup ***/
	/**************************/
	
	/****************************/
	/*** @containerCntDetails ***/
	/****************************/

	/**************************/
	/*** @containerFeatured ***/
	/**************************/

		/* areaNews */
			.containerLanding div#areaNews h3
			{
				background: none;
				margin-bottom: 10px;
				height: auto;
				font-size: 1.5em;
				line-height: 1.2;
				text-indent: 0;
				overflow: visible;
			}

	/*********************/
	/*** @containerDoc ***/
	/*********************/		
		div.containerDoc.haMedia
		{
			display: block;
		}
		
		div.containerDoc.haMedia
		{
			padding-left: 0;
			display: block;
		}
		
		div.containerLanding #zone2 div.containerDoc.haMedia h3
		{
			clear: both;
		}
		
		div.containerDoc.haMedia div.containerMedia
		{
			margin-left: 0;
			margin-top: 1em;
			text-align: left;
		}
		
		div.containerDoc.haMedia div.containerMedia.alignRight img
		{
			float: none;
			text-align: left;
		}
	
	
	/***********************/
	/*** @containerIntro ***/
	/***********************/
	
	/*****************/
	/*** @orgtools ***/
	/*****************/
		div.orgtools
		{
			display: none;
		}

/*************************************************************************
	@zoneFooter 
**************************************************************************/
	div#zoneFooter p
	{
		margin-bottom: 0;
	}
	
	div#zoneFooter p.containerDocs
	{
		display: none;
	}
	
/*************************************************************************
	@fixes
**************************************************************************/
