/*************************************************************************
	@layout_elements
*************************************************************************/

	/****************/
	/*** @columns ***/
	/****************/		
		div.column
		{
			margin-right: 25px;
			margin-left: 25px;
			width: 165px;/* assume 2 coumns */
			float: left;
		}
		
		div.containerCols div.first { margin-left: 0; }
		div.containerCols div.last { margin: 0; }

/*************************************************************************
  @zones	
*************************************************************************/
	div#zoneMain
	{
		background: none;
	}

	div#zone1
	{
		width: 465px;
	}
	
	div#zone2
	{
		margin-left: 25px;
		padding: 0;
		width: 42%;
	}
	
	div#zone3
	{
		background-color: #F4F4F2;
		display: table;
		font-size: .9em;
		width: 810px;
		margin-top: 20px;
		padding: 10px 20px;
	}

	
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	#zoneMain h3
	{
		background: transparent url(../img/cec/bullet_red.gif) left .2em no-repeat;
		color: #949381;
		letter-spacing: .3em;
		font-size: .8em;
		font-weight: normal;
		margin-bottom: .5em;
		padding-left: 1.5em;
		text-transform: uppercase
	}

	
/*************************************************************************
	@zone1
*************************************************************************/
	
	/***************/
	/*** @feature ***/
	/***************/
	div.feature
	{
		border-bottom: 1px solid #c7c6bd;
		border-right: 1px solid #c7c6bd;
		background: transparent url(../img/cec/home/bg_feature.gif) right bottom no-repeat;
		margin-bottom: 20px;
		padding: 0 25px 20px 0;
	}
	
	div.feature dl
	{
		font-size: .9em;
	}

	div.feature dt
	{
		font-weight: bold;
	}

	div.feature span.contentImg
	{
		float: left;
		margin: 3px 10px 5px 0;
	}
	
	div.feature h2
	{
		font-size: 1.9em;
		font-weight: normal;
		line-height: 1.2em;
	}
	
	/***********************/
	/*** @containerInsights ***/
	/***********************/
	div.containerInsights h3
	{
	}

	div.containerInsights div.containerDoc
	{
		display: table;
		margin-top: 15px;
		width: 100%;
		font-size: .9em;
		line-height: 1.3em;
	}

	div.containerInsights div.containerDoc h4
	{
		font-family: georgia, serif;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 1.3em;
	}

	div.containerInsights span.contentImg
	{
		float: left;
		margin: 3px 10px 5px 0;
	}
	
	
	
	
/*************************************************************************
	@zone2
*************************************************************************/
	div.containerIntro
	{
		background-color: #F4F4F2;
		padding-bottom: 10px;
	}
	
	div.containerIntro strong
	{
		background: transparent url(../img/cec/home/hdr_welcome.gif) left top no-repeat;
		display: block;
		height: 25px;
		width: 100%;
		
	}
	
	div.containerIntro p
	{
		color: #707163;
		font-family: georgia, serif;
		font-size: 1.4em;
		line-height: 1.5em;
		padding: 10px 10px 0 10px;
		margin: -5px 0 5px 0;
	}
	
	/*** @pageTools ***/
		div.pageTools
		{
			font-size: 1.1em;
			padding: 0 10px 0 10px;
		}
		
		div.pageTools ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		div.pageTools ul li
		{
			background-position: left center;
			background-repeat: no-repeat;
			background-color: transparent;
			line-height: 1.9em;
			list-style: none;
			padding: 0 0 0 24px;
		}
		
	/*** @containerCols ***/
		#zone2 div.containerCols
		{
			line-height: 1.3em;
		}
		
		#zone2 div.containerCols h3
		{
			display: block;
			background-color: transparent;
			background-repeat: no-repeat;
			background-position: right top;
			height: 75px;
			margin-bottom: -35px;
		}
		#zone2 div.containerCols h3.featuredSpeakers	{ background-image: url(../img/cec/home/hdr_featuredSpeakers.gif); }
		#zone2 div.containerCols h3.carnegieSpeakers	{ background-image: url(../img/cec/home/hdr_carnegieSpeakers.gif); }
				
		#zone2 div.containerCols h4
		{
			font-family: georgia, serif;
			font-size: 1.3em;
		}

	
/*************************************************************************
	@zone3
*************************************************************************/

	#zone3 div.containerDoc
	{
		border-left: 1px solid #C4C4BA;
		display: table;
		float: left;
		line-height: 1.3em;
		margin-left: 15px;
		padding-left: 15px;
		width: 22.1%;
	}
	#zone3 div.containerDoc.first	{ border: none; margin: 0; padding: 0; }

	#zone3 div.containerDoc h4
	{
		font-size: 1em;
		margin-bottom: .5em;
	}
	
	#zone3 div.containerDoc span.contentImg
	{
		float: left;
		margin: 3px 10px 5px 0;
	}
