/*************************************************************************
	@imports
*************************************************************************/
	@import url("cecnavigation.css");
	@import url("addthis.css");
	@import url("centerhighlights.css");
	/*@import url("user_styles.css");*/
	
	
/*************************************************************************
	@basic_tags
*************************************************************************/

	/*** @body ***/
		body, td, form, select, option, text, input, textarea { font: x-small/1.6 arial, helvetica, sans-serif; }
		*[lang|="ar"] 	   {font-family: "Traditional Arabic", serif; font-size: 1.2em;}
		
		body
		{
			background: #ecece8 url(../img/cec/bg_body.gif) center top repeat-x;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		*	{ margin: 0; padding: 0; }
		
		*.hide
		{
			margin: 0;
			font-size: 1px;
			line-height: 0px;
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
	
	/*** @navAccessibility ***/
		body ul#navAccessibility
		{
			margin: 0;
			font-size: 1px;
			line-height: 0px;
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		body ul#navAccessibility li
		{
			height: 1px;
		}
		
	/*** @printView ***/
		#printView	{ display: none; }

	/********************/
	/*** @header_tags ***/
	/********************/
		h1, h2, h3, h4, h5, h6
		{
			margin: 0 0 .2em 0;
			padding: 0;
			line-height: 1.1;
		}
		
		h1 { font-size: 2em; }
		h2 { font-size: 1.6em; }
		h3 { font-size: 1.4em; }
		h4 { font-size: 1.34em; }
		h5 { font-size:   1em; }
		h6 { font-size:  .9em; }
		
	/**************/
	/*** @forms ***/
	/**************/
		form
		{
			margin: 1em 0;
			padding: 0;
			font-size: 1em;
		}
		
		form div.actionBtns
		{
			margin-top: 1em;
			padding-top: 0;
			display: table;
			clear: left;
		}

		form button
		{
			background-color: transparent;
			margin: 0;
			padding: 0;
			border: none;
		}
		
		form button:focus
		{
			margin: 0;
			padding:0;
		}
		
		form button.btnSubmit, form button.btnSubmit:focus
		{
			margin: 7px 0;
			padding: 2px 15px;
			border: none;
			color: white;
		}
		
		form button.reset, form button.reset:focus
		{
			background-color: #6D2B00;
			margin: 7px 0;
			padding: 2px 15px;
			border: none;
			color: white;
		}
		
		form label#info-list 
		{
			left:-9999px;
			position:absolute;
			top:-9999px;
		}		
		
		/*** @btnSubmit ***/
		button.btnSubmit
		{
			background-color: #3D71B7;	
			color: #FFF;
			font-size: .9em;
			float: right;
			margin: 7px 0;
			padding: 2px 15px;
		}
		
		button.btnSubmit span
		{
			background: transparent url(../img/arb/icon_arrowBtn.gif) right .2em no-repeat;
			padding-right: 13px;
		}
		
		form button.btnSubmit:focus
		{
		}
		
		form button.reset:focus
		{
		}
		
		form div.group ul
		{
			margin: 0;
			padding: 0;
			display: inline;
			list-style: none;
			float: left; /* for ie */
		}

		form div.group li
		{
			margin: 0;
			padding: 0 1em 0 0;
			display: inline;
			list-style: none;
			float: left;
		}
		
		form div.group label
		{
			margin: 0;
			padding-top: .5em;
			padding-bottom: .5em;
			width: auto;
			float: left;
		}
		
		form div.group li label
		{
			padding-top: .8em;
			padding-bottom: .8em;
		}
		
		form div.group span.title
		{
			padding-top: .8em;
		}
		
		form fieldset
		{
			margin-bottom: 2em;
			padding-left: 1em;
			padding-right: 1em;
			border: 1px solid silver;
		}

		form fieldset ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		form fieldset li
		{
			margin: 0;
			padding: 0;
			border: none;
			list-style: none;
		}
		
		form fieldset li label
		{
			padding-bottom: 0;
			width: 100%;
			display: block;
		}
		
		/* for single line searches */
			form fieldset.containerKeyordSearch label
			{
				margin-right: 1em;
				margin-top: .5em;
				width: auto;
				float: left;
			}
			
			form fieldset.containerKeyordSearch label span
			{
				padding-right: 1em;
				width: auto;
			}
			
			form fieldset.containerKeyordSearch button
			{
				margin-top: 1em;
				float: left;
			}

		input
		{
			margin-bottom: .3em;
			vertical-align: bottom;
			font-size: 1em;
		}
		
		/* can't include this in IE stylesheet as IE7 needs it also */
		input.txtFld:focus, select:focus, textarea:focus
		{
			border: 1px solid red;
		}

		input.checkbox
		{
			width: auto;
		}

		input.radio
		{
			float: none;
		}
	
		input.txtFld
		{
			border: 1px solid black;		
			line-height: 1.2;
			width: 200px;
			font-size: 1.1em;
		}
		
		label
		{
			margin: 0;
			padding: .5em 0;
			display: table;
			width: 100%;
			clear: left;
			cursor: pointer;
		}

		label select
		{
			float: left;
		}
		
		label span, form div.group span
		{
			padding-top: .2em;
			display: block;
			width: 12em;
			float: left;
		}
		
		label.radio span, label.checkbox span
		{
			padding-top: 0;
			display: inline;
			width: auto;
			float: none;
		}	
		
		legend
		{
			color: #666666;
			font-family: arial,sans-serif;
			font-size: 1.4em;
			font-weight: normal;
			padding: 0 0.5em 0 0.5em;
		}
		
		option
		{
			font-size: 1em;
		}
			
		select
		{
			margin-right: 1em;
			width: auto;
			font-size: 1em;
			line-height: 1.2;
		}
		
		textarea
		{
			border: 1px solid #666;
			font-size: 1em;
			height: 9em;
			width: 98%;
			clear: left;
		}

		form ul.valueList
		{
			border-right: none;
			height: 10em;
			overflow: auto;
		}
		
		td.ss-leftlabel
		{
			text-align:right;
			padding-right:10px;
		}
		
		label.googlequestion {padding-top: 20px; font-weight:bold;}
		
	/**************/
	/*** @links ***/
	/**************/
		a, a:link, a:visited, a:hover, a:active
		{
			color: #3D71B7;
			text-decoration: none;
		}
		
		a:hover { text-decoration: underline; }
		
		a img { border: none; }
		
	/**************/
	/*** @lists ***/
	/**************/
		dl { }
		dt { }
		dd { }
		
		ul, ol {
			margin: 1em 0 1em 1.8em;
			padding: 0;
		}
		
		ul ul, ol ol
		{
			margin-top: .5em;
			margin-bottom: .5em;
		}
		
		ul li
		{
			margin: 0;
			padding: 0;
			list-style: square;
		}
		
		/* nested list styles */
			ol, ol li { list-style: decimal; }
			ol ol, ol ol li { list-style: upper-alpha; }
			ol ol ol, ol ol ol li { list-style: upper-roman; }
			ol ol ol ol, ol ol ol ol li { list-style: lower-roman; }
			ol ol ol ol ol, ol ol ol ol ol li { list-style: lower-alpha; }
			

	/**************/
	/*** @other ***/
	/**************/
		img
		{
			margin: 0;
			border: none;
		}
		
		div
		{
			margin: 0;
			padding: 0;
		}
		
		object { }
		
		/* @videoEmbed */
		div.videoEmbed	{ display: block; margin-bottom: 1em; }
		div.videoEmbed.dc	{ display: none; }
		
		/* @videoEmbed */
		div.videoEmbed
		{
			border-bottom: 3px solid #E2EAF4;
			margin-bottom: 1em;
			padding-bottom: 1em;
		}
		div.videoEmbed.dc, div.videoEmbed.cmec, div.videoEmbed.cmc	{ display: none; }

	
	/***************/
	/*** @tables ***/
	/***************/
		table { }
		caption { }
		td { }
		tr { }
		tbody { }
		tbody tr.rowStyle1 { }
		tbody tr.rowStyle2 { }
		thead { }
		thead th { }
		tfoot { }
		tfoot td { }
			
	/*******************/
	/*** @text_style ***/
	/*******************/
		blockquote
		{
			border-top: 3px solid #E2EAF4;
			border-bottom: 3px solid #E2EAF4;
			color: #888;
			font-family: georgia, times, serif;
			font-size: 1.4em;
			font-weight: normal;
			margin: 1em 0;
			padding: .5em 1em;
		}

		blockquote p { }
		
		p
		{
			margin: 0 0 1em 0;
			padding: 0;
		}

		sup { }
		
		*.date { text-transform: uppercase; }
		*.count { }
		*.important { color: #990000; }
		*.required { color: #990000; }
		*.metaD { color: #666; }
			
	/**************/	
	/*** @vCard ***/
	/**************/
		div.vcard { }

		
/*************************************************************************
	@layout_elements
*************************************************************************/
	.clearFix
	{
		font-size: 1px;
		line-height: 0px;
		clear: both;
	}
	
	.indent { margin-left: 1em; }
	.outdent { margin-left: -1em; }
	
	.alignLeft { text-align: left; }
	
	.alignRight { text-align: right; }
	a.alignRight { display: block; }

	.alignCenter { text-align: center; }
		
	
	/****************/
	/*** @columns ***/
	/****************/
		div.containerCols { width: 100%; display: table; }

		div.column
		{
			margin-right: 5%;
			margin-left: 5%;
			width: 40%;/* assume 2 coumns */
			float: left;
		}
		div.column.halfs	{ width: 45%; margin-left: 0px; margin-right: 25px; }
		div.column.thirds	{ width: 30%; margin-left: 20px; margin-right: 0; }
		div.column.thirds.experts	{ width: 30%; margin-left: 0px; margin-right: 20px; }
		div.column.forths	{ width: 24%; margin-left: .5%; margin-right: .5%; }
		
		div.containerCols div.first { margin-left: 0; }
		div.containerCols div.last { margin-right: 0; }
		

/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		background-color: #FFF;
		border-left: 5px solid #c5c4be;
		border-right: 5px solid #c5c4be;
		display: table;
		font-size: 1.2em;/* font size adjustment for body tag */
		margin: 0 auto;
		padding: 0;
		text-align: left;
		width: 900px;
	}
	
	div#zoneHeader
	{
		display: table;
		margin: 0;
		padding: 0;
		position: relative;
		height: 128px;
		width: 100%;
	}
	
	div#zoneMain
	{
		background: transparent url(../img/cec/bg_zoneMain.gif) 625px top repeat-y;
		display: block;
		float: left;
		margin: 25px;
		width: 850px;
	}
	
	div#zone1
	{
		display: block;
		float: left;
		margin-top: 0;
		padding: 0;
		width: 70%;
	}
	
	div#zone2
	{
		display: block;
		float: left;
		font-size: .9em;
		line-height: 1.4em;
		margin: 0 0 0 30px;
		overflow: hidden;
		padding: 0 0 0 20px;
		width: 24%;
	}
	
	div#zoneFooter
	{
		background: #2f60a4 url(../img/cec/bg_zoneFooter.gif) left top repeat-x;
		display: table;
		font-size: .9em;
		width: 100%;
		margin: 0;
		padding: 0 0 10px 0;
	}
	

/*************************************************************************
	@zoneHeader
*************************************************************************/

	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding
		{
			background: transparent url(../img/cec/bg_zoneHeader.jpg) left top no-repeat;
			border-bottom: 1px solid #cac9c0;
			display: table;
			height: 91px;
			width: 100%;
			position: relative;
		}
		
		div#zoneBranding h2 a
		{
			background: transparent url(../img/cec/logo_ceip.gif) left top no-repeat;
			display: block;
			height: 59px;
			width: 204px;
		}
		
		div#zoneBranding ul
		{
			display: table;
			list-style: none;
			margin: 0;
			padding: 0;
			position: relative;
			left: 15px;
			top: 3px;
		}
		
		div#zoneBranding ul li
		{
			list-style: none;
			float: left;
			margin-left: 7px;
		}
		
		div#zoneBranding ul li a
		{
			background-color: transparent;
			background-position: left top;
			background-repeat: no-repeat;
			display: block;
			height: 7px;
		}
		
		div#zoneBranding li#washington	{ margin-left: 0; }
		div#zoneBranding li#washington a	{ background-image: url(../img/cec/hdrnav_washingtondc.gif); width: 108px; }
		div#zoneBranding li#washington a:hover	{ background-image: url(../img/cec/hdrnav_washingtondc_active.gif); }
		
		div#zoneBranding li#moscow a	{ background-image: url(../img/cec/hdrnav_moscow.gif); width: 66px; }
		div#zoneBranding li#moscow a:hover	{ background-image: url(../img/cec/hdrnav_moscow_active.gif); }
		
		div#zoneBranding li#beijing a	{ background-image: url(../img/cec/hdrnav_beijing.gif); width: 58px; }
		div#zoneBranding li#beijing a:hover	{ background-image: url(../img/cec/hdrnav_beijing_active.gif); }
		
		div#zoneBranding li#beirut a	{ background-image: url(../img/cec/hdrnav_beirut.gif); width: 54px; }
		div#zoneBranding li#beirut a:hover	{ background-image: url(../img/cec/hdrnav_beirut_active.gif); }
		
		div#zoneBranding li#brussels a	{ background-image: url(../img/cec/hdrnav_brussels.gif); width: 70px; }
		div#zoneBranding li#brussels a:hover	{ background-image: url(../img/cec/hdrnav_brussels_active.gif); }
		
		div#zoneBranding h1, div#zoneBranding strong
		{
			margin: 0;
			padding: 0;
		}
		
		div#zoneBranding h1 a, div#zoneBranding strong a
		{
			background: transparent url(../img/cec/logo_screen.gif) left top no-repeat;
			display: block;
			height: 29px;
			width: 374px;
			float: right;
			position: relative;
			top: -37px;
			right: 22px;
			margin-bottom: -30px;
			padding: 0;
		}
		
		div#zoneBranding h1 img,
		div#zoneBranding strong img
		{
			height: .5in;
			display: none;
		}
		
	/***********************/
	/*** @containerSearch ***/
	/***********************/
		div.containerSearch	
		{
			display: table;
			position: relative;
			width: 27.5%;
			float: right;
		}
		
		div.containerSearch	form
		{
			display: block;
			margin: 0;
		}
		
		div.containerSearch	form label
		{
			padding: 0;
			position: relative;
			float: left;
			width: 200px;
			top: 7px;
		}

		div.containerSearch	form label span
		{
			font-weight: normal;
		}
		
		div.containerSearch	form input.txtFld
		{
			border: 1px solid #5D5D53;
			border-right: none;
			font-size: .9em;
			padding: 2px 0 1px 4px;
		}
		/*for safari*/
		@media screen and (-webkit-min-device-pixel-ratio:0){
		div.containerSearch form input.txtFld { padding-bottom: 2px;}
		}

		div.containerSearch	form button
		{
			background: transparent url(../img/cec/btn_searchSite.gif) left center no-repeat;
			float: left;
			height: 19px;
			width: 19px;
			padding: 2px;
		}
				
	
/*************************************************************************
	@zoneMain
*************************************************************************/
	
	/*** @docTools ***/
	div.docTools
	{
		display: table;
		width: 100%;
	}

	/*** @exitLink ***/
	div.exitLink
	{
		color: #507CDB;
		float: right;
		font-size: .9em;
		font-weight: bold;
	}
	div.exitLink span	{ font-weight: normal; color: #000; }

	/*** @moreLink ***/
	a.moreLink
	{
		border-left: 1px solid #737164;
		font-family: arial, san-serif;
		font-size: .8em;
		margin-left: 10px;
		padding-left: 5px;
		text-transform: uppercase;
	}

	/*** @bigButton ***/
	div#bigButton
	{
		display: block;
		height: 40px;
		text-align: center;
	}
	
	div#bigButton a
	{
		background-color: transparent;
		background-position: middle center;
		background-repeat: no-repeat;
		display: block;
		height: 40px;
		margin: 0 auto;
	}
	div#bigButton a.register	{ background-image: url(../img/cec/btn_registerNow.gif); width: 160px; }
	

	/*** @tags ***/
	div.tags
	{
		background: transparent url(../img/cec/icon_tag.gif) left .3em no-repeat;
		float: left;
		font-size: .9em;
		padding-left: 20px;
	}

	div.tags span
	{
		float: left;
		margin: 0;
		padding: 0;
	}

	div.tags ul
	{
		float: left;
		list-style: none;
		position: relative;
		bottom: 1em;
		right: 1em;
	}

	div.tags ul li
	{
		float: left;
		list-style: none;
		padding-right: .5em;
	}

	div.tags ul li a
	{
		border-right: 1px solid #8B7486;
		color: #6D2D01;
		padding-right: .5em;
	}
	div.tags ul li a.last	{ border: none; }
		
	
/*************************************************************************
	@zone1
*************************************************************************/
	
	/*** @listDisplay ***/
		#zone1 ul.listDisplay, #zone1 ul.listNames
		{
			list-style: none;
			padding: 0;
			margin: 0;
		}
		#zoneMain #zone1.about ul.listNames, #zoneMain #zone1.about ul.listNames li	{ list-style: none; }
	
		
		#zone1 ul.listDisplay li
		{
			border-top: 1px dotted #DDD;
			display: table;
			list-style: none;
			padding: 2em 0 0 0;
			width: 100%;
		}
		#zoneMain #zone1 ul.listDisplay li	{ border-top: none; padding-top: 0; }
		#zoneMain #zone1.about ul.listDisplay li ul li	{ border-top: none; list-style: none; padding-top: 0; }
		#zoneMain #zone1 ul.listNames li	{ border-top: none; padding-top: 2em; }
		#zoneMain #zone1.experts ul.listDisplay li	{ margin-bottom: 2em; }


	/*************/
	/*** @about ***/
	/*************/
	#zone1.about h1.abouttitle
	{
		color: #949381;
		font-family: georgia, times, serif;
		font-size: 2.6em;
		font-weight: normal;
		line-height: 1em;
		margin-bottom: .5em;
	}
	
	#zone1.about h2
	{
		border-top: 1px dotted #CCC;
		color: #949381;
		font-family: georgia, times, serif;
		font-size: 1.8em;
		font-weight: normal;
		line-height: 1.3em;
		margin: 1.25em 0 .25em 0;
		padding-top: 1em;
	}
	#zone1.about h2.top { border: none; margin-bottom: 1em; }
	
	#zone1.about h3
	{
		font-family: georgia, times, serif;
		font-size: 1.4em;
		font-weight: normal;
		line-height: 1.3em;
		margin: .75em 0 .25em 0;
	}

	#zone1.about div.pullquote
	{
		display: block;
		margin: 10px 0 20px 30px;
		font-size: 1.4em;
	}

	#zone1.about div.pullquote span.attribute
	{
		display: block;
		align: right;
		font-size: .7em;
	}

	#zone1.about span.contentImg.main { margin: 5px 25px 10px 0; }
	#zone1.about span.contentImg {  float: left; margin: 3px 10px 5px 0; }

	#zone1.about p.intro
	{
		border-bottom: 1px dotted #CCC;
		color: #949381;
		font-size: 1.2em;
		line-height: 1.4em;
		margin-bottom: 1em;
		padding-bottom: 1em;
	}

	#zone1.about span.address
	{
		color: #949381;
		font-size: .8em;
		line-height: 1.4em;
	}
	
	
	
	

	

	/***********/
	/*** @list ***/
	/***********/
	#zone1.list h2
	{
		font-size: 1.8em;
		font-weight: normal;
	}
	
	#zone1.list div.containerDoc
	{
		display: table;
		margin-top: 15px;
		width: 100%;
		font-size: .9em;
		line-height: 1.3em;
	}

	#zone1.list div.containerDoc h3
	{
		font-size: 1.7em;
		font-weight: normal;
		line-height: 1.3em;
	}
	
	#zone1.list div.containerDoc div.metaD
	{
		display: block;
		margin-bottom: .3em;
		text-transform: uppercase;
	}
			
	#zone1.list div.containerDoc span.location
	{
		color: #666;
	}

	#zone1.list div.containerDoc p
	{
		font-size: 1.1em;
		line-height: 1.4em;
	}

	#zone1.list span.contentImg
	{
		float: left;
		margin: 3px 10px 5px 0;
	}
	
	
		/*** @pagination ***/
		#zone1.list div.pagination
		{
			display: table;
			width: 100%;
			padding-top: 1em;
			position: relative;
		}

		#zone1.list div.pagination form,
		#zone1.list div.pagination div.pageLinks
		{
			float: left;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		
		#zone1.list div.pagination form
		{
			position: relative;
			bottom: .8em;
		}
		/*for safari*/
		@media screen and (-webkit-min-device-pixel-ratio:0){
		#zone1.list div.pagination form { bottom: .95em;}
		}

		
		#zone1.list div.pagination form input.small
		{
			background: #eee;
			border: none;
			color: #888;
			font-size: .9em;
			font-weight: bold;
			margin: 0;
			padding: 0 .5em;
			text-transform: uppercase;
		}
		
		#zone1.list div.pagination div.pageLinks
		{
			margin: 0 .5em;
			padding: 0;
		}

	
	
	/*************/
	/*** @show ***/
	/*************/
	#zone1.show h2
	{
		font-size: 2.4em;
		font-weight: normal;
	}
	
	#zone1.show h2 div
	{
		display: inline;
	}
	
	#zone1.show h3
	{
		/*border-top: 1px solid #949381;*/
		color: #000;
		display: block;
		font-family: georgia, times, serif;
		font-size: 1.4em;
		font-weight: normal;
		margin: 1.1em 0 .6em 0;
		/*padding-top: 1.2em;*/
	}
	
	/* @zoneTitle */
		#zone1.show #zoneTitle 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
		}
		
	/*** @pageTools ***/
		#zoneTitle div.pageTools
		{
			background: transparent url(../img/cec/bg_issueIntro.gif) left bottom repeat-x;
			border: 1px solid #C8CABF;
			display: table;
			font-size: .9em;
			line-height: 1.8em;
			margin: 10px 0 15px 0;
			padding: 0;
			width: 100%;
		}
		
		#zoneTitle div.pageTools strong
		{
			border-right: 1px solid #C8CABF;
			color: #727163;
			float: left;
			margin-top: 5px;
			padding: 0 10px 0 10px;
		}
		
		#zoneTitle div.pageTools ul
		{
			float: left;
			list-style: none;
			margin: 0;
			padding: 5px 10px 5px 0;
			width: auto;
		}
		
		#zoneTitle div.pageTools ul li
		{
			background-position: left center;
			background-repeat: no-repeat;
			background-color: transparent;
			float: left;
			list-style: none;
			margin: 0 0 0 15px;
			padding: 0 0 0 20px;
		}
	
		/*** @languages ***/
			#zoneTitle div.pageTools ul.languages
			{
				background: #EFF2F9 url(../img/cec/bg_featuredShow.gif) left top repeat-x;
				border-left: 1px solid #C8CABF;
				float: right;
				width: auto;
			}
			
			#zoneTitle div.pageTools ul.languages strong
			{
				background: transparent url(../img/cec/icon_translation.gif) 7px 2px no-repeat;
				border: none;
				display: block;
				height: 18px;
				width: 30px;
				margin: 0;
				padding: 0;
			}
			
			#zoneTitle div.pageTools ul.languages li.translation
			{
				background: none;
				border-left: 1px solid #C8CABF;
				margin-left: 5px;
				padding-left: 5px;
			}
			#zoneTitle div.pageTools ul.languages li.translation.first	{ margin-left: 0; padding-left: 0; border: none; }
			
			#zoneTitle div.pageTools ul.languages li.translation a	{ font-weight: bold; }
			
		
		
	
	#zone1.show h4.initative
	{
		font-size: 1.3em;
		font-weight: normal;
		padding-top: 1em;
	}
	
	#zone1.show h2 span
	{
		background: transparent url(../img/cec/icon_arrowDown.gif) right .3em no-repeat;
		border-left: 1px solid #8A7586;
		font-size: .5em;
		font-weight: bold;
		margin-left: 1em;
		padding: 0 .7em 0 .4em;
		position: relative;
		bottom: 3px;
	}
	
	/*** #zone1 span.metaD ***/
	#zone1 div.metaD
	{
		display: block;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

	
	#zone1.show span.contentImg
	{
		float: left;
		padding: 3px 10px 5px 0pt;
	}
	
			
	/*****************/
	/*** @pageTools ***/
	/*****************/
		div.pageTools
		{
			font-size: 1.2em;
			padding: 10px;
		}
		
		div.pageTools strong {
		font-weight: normal;
		font-color: #666666;
		}
		
		div#zone1.initiatives div.pageTools	{ font-size: 1em; padding: 0 0 5px 0; }
				
		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;
			list-style: none;
			margin: 0;
			padding: 0 0 0 24px;
		}
		div.pageTools ul li.cancel	{ background-image:	url(../img/cec/icon_cancel.gif); }
		div.pageTools ul li.pdf	{ background-image:	url(../img/cec/icon_pdf.gif); }
		div.pageTools ul li.rss	{ background-image:	url(../img/cec/icon_rss.gif); }
		div.pageTools ul li.subscribe	{ background-image:	url(../img/cec/icon_subscribe.gif); }
		div.pageTools ul li.watch	{ background-image:	url(../img/cec/icon_watch.gif); }
		div.pageTools ul li.email	{ background-image:	url(../img/cec/icon_email.gif); }
		div.pageTools ul li.print	{ background-image:	url(../img/cec/icon_print.gif); }
		div.pageTools ul li.audio	{ background-image:	url(../img/cec/icon_audio.gif); }
		div.pageTools ul li.video	{ background-image:	url(../img/cec/icon_video.gif); }
		div.pageTools ul li.materials	{ background-image:	url(../img/cec/icon_materials.gif); }
		div.pageTools ul li.podcast	{ background-image:	url(../img/cec/icon_podcast.gif); }
		div.pageTools ul li.purchase	{ background-image:	url(../img/cec/icon_purchase.gif); }
		div.pageTools ul li.translation	{ background-image:	url(../img/cec/icon_language.gif); }
		div.pageTools ul li.addlink	{ background-image:	url(../img/cec/icon_addlink.gif); }
		div.pageTools ul li.txt	{ background-image:	url(../img/cec/icon_doc.gif); }
		div.pageTools ul li.facebook	{ background-image:	url(../img/cec/icon_facebook.gif); }
		div.pageTools ul li.twitter	{ background-image:	url(../img/cec/icon_twitter.gif); }
		div.pageTools ul li.launch	{ background-image:	url(../img/cec/icon_launch.gif); }
										
		div.pageTools ul li a
		{
			font-weight: normal;
			text-decoration: none;
		}
		div.pageTools ul li a:hover	{ text-decoration: underline; }
		/*div#zone1.initiatives div.pageTools ul li a	{ font-weight: bold; }*/

			
			
	/*** @contentInsert ***/
		#contentInsert
		{ 
			border-bottom: 3px solid #e2eaf4;
			display: block;
			margin: 2em 0;
			padding: 0 0 1em 0;
		}
		
		#zoneMain.show #zone1 #contentInsert div.pageTools
		{
			margin-top: 0;
			padding-top: 0;
			border-top: none;
			font-size: .9em;
			font-weight: bold;
		}
		
		#contentInsert div.caption
		{ 
			color: #666;
			font-family: georgia, serif;
			font-size: 1em;
			line-height: normal;
		}		
		
		div#zone1.show #contentInsert h3
		{ 
			color: #000;
			display: block;
			font-family: georgia, times, serif;
			font-size: 1.4em;
			font-weight: normal;
			margin: 1.1em 0 .6em 0;
			letter-spacing:inherit;
			text-transform:none;
		}
			
			
	/***********************/
	/*** @areaBreadcrumb ***/
	/***********************/
		ul.areaBreadcrumb
		{
			margin-left: 0;
			margin-right: 0;
			list-style: none;
			font-size: .9em;
		}
		
		ul.areaBreadcrumb li { list-style: none; display: inline; }
		ul.areaBreadcrumb ul { display: inline; margin: 0; }
		
		
	/*********************/
	/*** @containerDoc ***/
	/*********************/
		div.containerDoc
		{
			display: table;
			width: 100%;
		}

		
	/***********************/
	/*** @containerIntro ***/
	/***********************/
		div.containerIntro
		{
			font-size: .9em;
			line-height: 1.3em;
			margin-bottom: 2em;
		}		


/*************************************************************************
	@zone2
*************************************************************************/
		#zone2 span.contentImg
		{
			float: left;
			margin: 3px 10px 5px 0;
		}
		
		#zone2 h4
		{
			font-family: georgia, serif;
			font-size: 1.5em;
			font-weight: normal;
		}

		div#containerUtilities
		{
			display: table;
			width: 100%;
		}	

				
	/**********************/
	/*** @containerRelated ***/
	/**********************/
		#zone2 div.containerRelated
		{
			display: table;
			width: 100%;
			margin-bottom: 3em;
			padding-bottom: 1em;
		}

		
		#zone2 div.containerRelated h4
		{
			font-size: 1.7em;
		}

		#zone2 div.containerRelated h5
		{
			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: 1em;
			padding-left: 1.5em;
			text-transform: uppercase
		}
				
		#zone2 div.containerRelated div.metaD div.location
		{
			font-weight: bold;
		}

		#zone2 div.containerRelated div.containerDoc p
		{
			display: block;
		}
		
		#zone2 div.containerRelated h6
		{
			border-bottom: 1px solid #C5C4BA;
			color: #727163;
			font-size: 1em;
			font-weight: normal;
			padding-bottom: .5em;
			margin-bottom: .8em;
		}

		#zone2 div.containerRelated ul
		{
			display: table;
			font-family: georgia, serif;
			font-weight: normal;
			list-style: none;
			margin: 0;
			padding: 0;
			width: 100%;
		}

		#zone2 div.containerRelated ul li
		{
			line-height: auto;
			list-style: none;
			margin: 0 0 .8em 0;
			padding: 0;
		}

		#zone2 div.containerRelated ul li div.metaD
		{
			font-family: arial, sans-serif;
		}
				
		#zone2 div.containerRelated ul li span.location
		{
			color: #666;
			font-family: arial, sans-serif;
			text-transform: uppercase;
		}
				
		#zone2 div.containerRelated ul li div.metaD div.date
		{
			font-size: .9em;
			text-transform: none;
		}
				
		/* forPress */
			#zone2 div.containerRelated.forPress
			{
				margin-bottom: 20px;
			}
				
	/***********************/
	/*** @expertGuide_z2 ***/
	/***********************/
		#expertGuideZ2 {
		background: #7A8EAF url(../img/cec/bg_expertsGuide_z2.gif) center top no-repeat;
		display: block;
		padding: 10px 0;
		}
		
		#expertGuideZ2 h3 {
		background-color: #3A547F;
		display: block;
		height: 52px;
		width: 204px;
		}
		
		#expertGuideZ2 h3 a {
		background: transparent url(../img/cec/hdr_expertsGuide_z2.gif) left 7px no-repeat;
		display: block;
		height: 52px;
		}
		
		#expertGuideZ2 div.intro {
		color: #FFF;
		font-weight: bold;
		line-height: normal;
		margin: 10px;
		}
		
		#expertGuideZ2 ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
		#expertGuideZ2 li {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		list-style: none;
		margin: 0 15px 3px 15px;
		padding: 0;
		}
		
		#expertGuideZ2 li a {
		background-color: #b69178;
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #7e6253;
		border-bottom: 1px solid #7e6253;
		color: #FFF;
		display: block;
		font-size: 1.5em;
		margin: 0 10px;
		padding: 5px 10px;
		}
		
		#expertGuideZ2 li a:hover {
		background-color: #ccb19e;
		text-decoration: none;
		}


/*************************************************************************
	@zoneFooter
*************************************************************************/

	/* @branding */		
	
		div#zoneFooter div.branding
		{
			display: block;
			float: left;
			width: 45%;
		}
		
		div#zoneFooter div.branding strong
		{
			background: transparent url(../img/cec/logo_ceipFooter.gif) left top no-repeat;
			color: #AEC0D8;
			display: block;
			height: 50px;
			position: relative;
		}
		
		div#zoneFooter div.branding strong a
		{
			color: #AEC0D8;
			position: relative;
			left: 14px;
			top: 35px;
		}
		
		div#zoneFooter div.branding ul
		{
			display: table;
			width: 100%;
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			left: 26px;
			top: 2px;
		}
		
		div#zoneFooter div.branding li
		{
			border-left: 1px solid #A3B0D3;
			float: left;
			height: 1em;
			list-style: none;
			margin: 0 0 0 .8em;
			padding: 0 0 0 .8em;
			position: relative;
		}
		div#zoneFooter div.branding li.first	{ margin-left: 0; padding-left: 0; border: none; }
		
		div#zoneFooter div.branding li a
		{
			color: #FFF;
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			bottom: .4em;
		}
		
		div#zoneFooter div.branding span
		{
			color: #ADBFD5;
			display: block;
			margin: 5px 0 0 26px;
		}
		
	/* @resources */
	
		div#zoneFooter div.resources
		{
			color: #AEBFCF;
			display: block;
			float: right;
			padding: 12px 20px 0 0;
			text-align: right;
			width: 50%;
		}
		
		div#zoneFooter div.resources ul
		{
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			float: right;
		}
		
		div#zoneFooter div.resources li
		{
			border-left: 1px solid #A3B0D3;
			float: left;
			height: 1em;
			list-style: none;
			margin: 0 0 0 .8em;
			padding: 0 0 0 .8em;
			position: relative;
		}
		div#zoneFooter div.resources li.first	{ margin-left: 0; padding-left: 0; border: none; }
		
		div#zoneFooter div.resources li a
		{
			color: #FFF;
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			bottom: .4em;
		}
		
		div#zoneFooter div.resources div.address
		{
			display: table;
			width: 100%;
			margin-top: 1em;
		}
		
		div#zoneFooter div.resources div.contactInfo
		{
			display: table;
			width: 100%;
			margin-top: -.3em;
			padding-top: 0;
		}
		div#zoneFooter div.resources div.contactInfo a	{ color: #AEBFCF; }
		div#zoneFooter div.resources div.contactInfo a:hover	{ color: #FFF; }
		
		div#zoneFooter div.resources span
		{
			display: inline;
			margin: 0;
			padding: 0 0 0 1.5em;
		}
		

		
	/*@feedburner fixes */
	
	/*hides feedburner logo*/
	div.feedburnerFeedBlock div#creditfooter	{ display: none; }
	
	/*formats headline as h6*/
	div.feedburnerFeedBlock span.headline
	{
		font-size: 1.2em;
		font-weight: normal;
		line-height: 1.2em;
	}
	
	/*formats post date as metaD*/
	div.feedburnerFeedBlock p.date
	{
		color: #717260;
		font-size: .9em;
		margin-bottom: .3em;
		text-transform: none;
	}
	
	/*formats subscribe link as exitLink*/
	div.feedburnerFeedBlock p.fbsubscribelink
	{
		color: #507cdb;
		display: block;
		font-weight: normal;
		text-align: right;
		margin-bottom: 0;
	}
	
	/*formats author*/
	div.feedburnerFeedBlock p.feedItemAuthor
	{
		color: #717260;
		font-size: .9em;
		margin-bottom: .3em;
		text-transform: none;
	}
	
	/*containerRss fixes */
	div.containerRss div.feedburnerFeedBlock p.feedItemAuthor
	{
		font-size: 1.1em;
		float:left;
		padding-right:5px;
		border-right: 1px solid #717260;
		margin: 5px 5px 5px 0;
	}
	
	div.containerRss div.feedburnerFeedBlock p.date
	{ 
		font-size: 1.1em;
		margin: 5px 5px 5px 0; 
	}
	
	
	
	/*** Fixes ***/
	
	/* hides euro crisis banners */
	div#zone1.show span.contentImg.wide.euro	{ display: none; }
