	/*** MAIN STYLES ***/
	html, HTML {
		overflow: -moz-scrollbars-vertical;
		}
	li:hover { background-color:transparent; }
	body {
		font-family: arial, verdana, sans-serif;
		font-size: 62.5%;
		color: #656565;
		margin: 0;
		padding: 0;
		background-color: #ededed;
		background-image:  url(../images/main_bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		text-align: center;
		}
	td {
		font-family: arial, verdana, sans-serif;
		font-size: 1em;
		color: #656565;
		}
	
	body.smallText #wrapper { font-size: 1em; }	
	body.mediumText #wrapper { font-size: 1.2em; }	
	body.largeText #wrapper { font-size: 1.4em; }
	
	body.smallText #central_column { font-size: 1em; }	
	body.mediumText #central_column { font-size: 1.2em; }	
	body.largeText #central_column { font-size: 1.4em; }
	
	input, select {font-family: arial, verdana, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
	textarea {font-family: arial, verdana, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
	a img, .link_img { border: none; }
	form { border: 0; margin: 0; padding: 0; }
	p { margin: 0; padding: 0 0 0.8em 0; }
	@media print { 
	.notforprint {display:none;}
	}
	@media screen {
	.notforscreen {display:none;}
	}
	@media handheld {
	.notforhandheld {display:none;}
	}
	.notforany {display: none;}
	/*** FONT STYLES ***/
	a { color: #7f943e; text-decoration: none; } 
	a:hover { color: #000000; text-decoration: underline; }
	hr { border: 0; margin: 8px 0px 0px 0px; padding: 6px 0px 0px 0px; width: 100%; height: 2px; border-top: 2px solid #000000; overflow: hidden; display: none; }
	h1 { margin: 0; padding: 0px 0px 10px 0px; color: #9fb45e; font-weight: normal; font-size: 2.2em; }
	h2 { margin: 0; padding: 0px 0px 10px 0px; color: #9fb45e; font-weight: bold; font-size: 1.4em; }
	h3 { margin: 0; padding: 0px 0px 10px 0px; color: #9fb45e; font-weight: bold; font-size: 1.2em; }
	h4 { margin: 0; padding: 0px 0px 10px 0px; color: #000000; font-weight: bold; font-size: 1.2em; }
	h5 { margin: 0; padding: 0; color: #000000; font-size: 1em; font-weight: normal; }
	h6 { margin: 0; padding: 0; color: #FF0000; font-weight: bold; }
	h1 em, h2 em, h3 em, h4 em, h5 em { font-style: normal; color: #353535; }
	h1 span, h2 span, h3 span, h4 span, h5 span { color: #656565; } 
	em { } 
	strong { }
	strong em { font-style: normal; color: #353535; }
	strong span { color: #656565; }
	.error, .message, .mandatory { color: #FF0000; font-weight: bold; }
	.error-message { display: block; color: #222222; padding: 3px 4px 4px 4px; background-color: #FFDDDD; border: 1px solid #FF0000; margin: 0px 0px 10px 0px; }
	.anchor { height: 1px; overflow: hidden; display: none; }
	.lge { font-size: 1.2em; }
	.normal, a.normal, .normal a { font-style: normal; color: #656565; }
	a:hover.normal, .normal a:hover { font-style: normal; color: #252525; }
	/*** LAYOUT STYLES ***/
	#header {
		position: relative;
		width: 980px;
		margin: 0 auto;
		text-align: left;
		}
	#header label { display: none; }
	#header .logo { float: left; }
	#header .logo-text { float: right; }
	#central_column {
		position: relative;
		width: 910px;
		margin: 0 auto;
		padding: 35px;
		text-align: left;
		font-size: 1.1em;
		background-color: #FFF;
		overflow: hidden;
		}
	#content_left {
		position: relative;
		float: left;
		width: 240px;
		}
	#content_right {
		position: relative;
		float: left;
		width: 175px;
		}
	#content_main {
		position: relative;
		float: right;
		width: 634px;
		line-height: 1.4em;
		padding: 0px 0px 20px 0px;
		overflow: hidden;
		}
	#content_center {
		position: relative;
		float: right;
		width: 634px;
		font-size: 1.1em;
		}
	#content_center p {
		line-height: 1.4em;
	}
	.content {
		clear: both;
		padding: 12px 14px 14px 14px;
		}
	#content_left .content {
		width: 146px;
		}
	#content_right .content {
		width: 146px;
		}
	#content_center .content {
		width: 380px;
		}
	#footer {
		position: relative;
		width: 980px;
		margin: 0 auto;
		padding: 15px 0px 40px 0px;
		text-align: left;
		color: #656565;
		}
	#footera {
		float: left;
		}
	#footerb {
		float: right;
		}
	#footer a { color: #8fa44e; text-decoration: none; } 
	#footer a:hover { color: #000000; text-decoration: underline; }
	#footer em { display: none; }
	/*** MISC STYLES ***/
	.clear {
		clear: both;
		height: 0px;
		overflow: hidden;
		}
	.clear_l {
		clear: left;
		}
	.clear_r {
		clear: right;
		}
	.clear_n {
		clear: none;
		}
	.clear_content {
		clear: both;
		}
	.align_l {
		text-align: left;
		}
	.align_r {
		text-align: right;
		}
	.align_c {
		text-align: center;
		}
	.float_l {
		float: left;
		}
	.float_r {
		float: right;
		}
	.float_n {
		float: none;
		}
	.dnd {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		}
	.content_img_left {
		float: left;
		padding: 3px;
		background-color: #FFFFFF;
		border: 1px solid #656565;
		margin-right: 12px;
		margin-bottom: 8px;
		}
	.content_img_right {
		float: right;
		padding: 3px;
		background-color: #FFFFFF;
		border: 1px solid #656565;
		margin-left: 12px;
		margin-bottom: 8px;
		}
	.hr,
	.hr1,
	.hr2 {
		clear: both;
		height: 10px;
		background-image: url(../images/dotline_horizontal.gif);
		background-repeat: repeat-x;
		background-position: left center;
		font-size: 2px;
		}
	.hr1 {
		height: 20px !important;
		}
	.hr2 {
		height: 40px !important;
		}
	.hr_shadow,
	.hr_shadow1 {
		clear: both;
		background-image:  url(../images/shadow_horizontal.gif);
		background-repeat: no-repeat;
		background-position: top center;
		font-size: 2px;
		height: 5px;
		}
	.hr_shadow1 {
		clear: both;
		height: 10px;
		}
	#content_center ul.list {
		margin:0; 
		padding:0;
		}
		#content_center ul.list li {
			list-style-type: none; 
			background:  url(../images/arrow_bullet.gif) transparent; 
			background-repeat:no-repeat; 
			margin:0; 
			padding: 0px 0px 0px 12px; 
			background-position: 2px 4px;
			}
	
	/*** NAVIGATION STYLES ***/
	ul#top_nav {
		clear: both;
		float: left;
		width: 950px;
		height: 49px;
		overflow: hidden;
		margin: 0;
		padding: 0px 15px;
		list-style: none;
		background-image: url(../images/top_nav_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}
		ul#top_nav li {
			display: inline;
			}
			ul#top_nav li a {
				float: left;
				display: block;
				height: 47px;
				background-repeat: no-repeat;
				background-position: 0px -200px;
				text-indent: -9999px;
				overflow: hidden;
				}
			ul#top_nav li a:hover {
				background-position: 0px -100px;
				text-decoration: none;
				}
			ul#top_nav li a.selected {
				background-position: 0px 0px !important;
				text-decoration: none;
				}
			ul#top_nav li.home a {
				width: 77px;
				background-image: url(../images/top_nav_home.gif);
				}
			ul#top_nav li.news a {
				width: 73px;
				background-image: url(../images/top_nav_news.gif);
				}
			ul#top_nav li.events a {
				width: 83px;
				background-image: url(../images/top_nav_events.gif);
				}
			ul#top_nav li.members a {
				width: 101px;
				background-image: url(../images/top_nav_members.gif);
				}
			ul#top_nav li.about-icpf a {
				width: 113px;
				background-image: url(../images/top_nav_about-icpf.gif);
				}
			ul#top_nav li.member-benefits a {
				width: 153px;
				background-image: url(../images/top_nav_member-benefits.gif);
				}
			ul#top_nav li.newsletter a {
				width: 111px;
				background-image: url(../images/top_nav_newsletter.gif);
				}
			ul#top_nav li.contact a {
				width: 90px;
				background-image: url(../images/top_nav_contact.gif);
				}
	
	ul#left_nav {
		position: relative;
		float: left;
		margin: 0px 0px 20px 0px;
		list-style: none;
		padding: 15px 20px;
		width: 200px;
		background-color: #f4f4f4;
		}
		ul#left_nav li {
			position: relative;
			clear: both;
			float: left;
			}
			ul#left_nav li strong {
				display: block;
				padding: 5px;
				font-size: 1.7em;
				color: #000;
				font-weight: normal;
			}
			ul#left_nav li span {
				display: none;
			}
			ul#left_nav li a {
				float: left;
				display: block;
				background-image: url(../images/left_nav_a.gif);
				background-repeat: no-repeat;
				background-position: 188px -93px;
				padding: 3px 6px;
				width: 188px;
				color: #555555;
				font-size: 1.2em;
				}
			ul#left_nav li a:hover,
			ul#left_nav li a.selected {
				background-color: #afc46e;
				background-position: 188px 7px;
				text-decoration: none;
				color: #FFFFFF;
				}
				ul#left_nav li ul.active {
					display: none;
				}
				ul#left_nav li.open ul.active {
					display: block !important;
				}
				ul#left_nav li ul {
					float: left;
					overflow: hidden;
					list-style: none;
					padding: 0;
					margin: 0 0 10px 0;
					width: 200px;
					background-color: #f4f4f4;
					font-size: 0.9em;
					}
					ul#left_nav li ul li a {
						width: 176px;
						padding: 3px 12px;
						color: #8fA44e;
						}
					ul#left_nav li ul li a:hover,
					ul#left_nav li ul li a.selected {
						background-color: #404040;
						}
						ul#left_nav a, ul#left_nav a:hover, ul#left_nav a:visited, ul#left_nav a:active {
						   border:none;
						   outline:none;
						}
	#search {
		position: absolute;
		top: 112px;
		right: 10px;
		width: 174px;
		height:20px;
		padding: 4px 0px 0px 10px;
		background-image: url(../images/search_bg.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		}
		#searchfield {
			border: none !important;
			font-size: 1.2em;
			}
		#searchbutton {
			position: absolute;
			top: 0px !important;
			right: 0;
			border: 0;
			color: #000000;
			width: 24px;
			height: 24px;
			cursor: hand;
			cursor: pointer;
			/* transparent background image changing only the background colour on hover! */
			background: transparent;
			}
		#searchbutton:hover {
			}
	a.link {
		background-image: url(../images/a_link.gif);
		background-repeat: no-repeat;
		background-position: right -246px;
		padding: 0px 10px 0px 6px;
		color: #8fa44e;
		}
	a:hover.link {
		background-position: right 4px;
		color: #000;
		text-decoration: none;
		}
	a.button {
		clear: both;
		float: left;
		display: block;
		width: 100px;
		height: 30px;
		background-image: url(../images/testbutton.gif);
		background-repeat: no-repeat;
		background-position: -100px 0px;
		text-indent: -9999px;
		overflow: hidden;
		}
	a:hover.button {
		background-position: 0px 0px;
		}
	/*** FORM STYLES ***/
	#content_center input.txt,
	#content_center input.searchfield,
	#content_center select,
	#content_center textarea {
		width: 180px;
		border: 1px solid #A5A5A5;
		margin-bottom: 10px;
		}
	#content_center select {
		width: 182px !important;
		width: 184px;
		}
	input.txt:focus,
	input.searchfield:focus,
	select:focus,
	textarea:focus {
	background-color: #EEEEEE;
	}
	fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0px 10px 0px;
	}
	#content_center label {
		clear: both;
		width: 110px;
		display: block;
		float: left;
		padding-top: 2px;
		font-weight: bold;
		}
	label em {
	font-style: normal;
	color: #FF0000;
	}
	.check,
	.radio {
		background: transparent;
		width: auto !important;
		border: 0 !important;
		}
	input.button {
		border: 1px solid #AAAAAA !important;
		background-color: #AAAAAA !important;
		color: #FFFFFF !important;
		width: auto !important;
		font-weight: bold;
		cursor: hand;
		cursor: pointer;
		font-size: 11px;
		}
	/*** WEBSITE STYLES ***/
	#content_left .newsletter {
		clear: both;
		position: relative;
		width: 240px;
		background-image: url(../images/newsletter_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		color: #ffffff;
		margin: 0px 0px 20px 0px;
		}
	#content_left .newsletter a {
		color: #ffffff;
		}
	.newsletter a, .newsletter a:hover, .newsletter a:visited, .newsletter a:active {
	   border:none;
	   outline:none;
	   z-index: 80;
	}
	#content_left .newsletter a:hover,
	#content_left .newsletter a.active {
		color: #ffffff;
		text-decoration: underline;
		}
	#content_left .newsletter1 {
		width: 190px;
		padding: 46px 27px 25px 23px;
		background-image: url(../images/newsletter_bg1.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		}
	#content_left .newsletter a.nl-link {
		position: absolute;
		top: 0;
		left: 0;
		width: 240px;
		height: 60px;
		display: block;
		text-indent: -9999em;
		overflow: hidden;
	}
	#content_left .newsletter span {
		position: absolute;
		top: 33px;
		left: 216px;
		width: 15px;
		height: 15px;
		display: block;
		text-indent: -9999em;
		background-image: url(../images/arrow_dotted_right.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#content_left .newsletter span.close {
		top: 29px;
		left: 211px;
		background-image: url(../images/close_dotted.gif);
	}
	#content_left .newsletter label {
		display: block;
		color: #FFF;
	}
	#content_left .newsletter form {
		display: none;
		}
	#content_left .newsletter input.txt {
		border: none;
		width: 184px;
		padding: 1px 3px !important;
		margin: 4px 0px 10px 0px;
		font-size: 1.1em;
	}
	input.nl-button {
		border: none !important;
		background-color: transparent !important;
		color: #FFFFFF !important;
		width: auto !important;
		font-weight: bold;
		padding: 0 !important;
		margin: 5px 0px 0px 0px !important;
		cursor: hand;
		cursor: pointer;
		font-size: 11px;
		font-size: 1.1em;
		}
	#content_left a.but_member-countries {
		clear: both;
		display: block;
		width: 240px;
		background-image: url(../images/member-countries_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		color: #dddddd;
		overflow: hidden;
		margin: 0px 0px 20px 0px;
		}
	#content_left a.but_member-countries span {
		display: block;
		width: 190px;
		padding: 46px 27px 25px 23px;
		background-color: transparent;
		background-image: url(../images/member-countries_bg1.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		}
	#content_left a:hover.but_member-countries {
		text-decoration: underline;
		color: #FFF;
	}
	#home .newsletter {
		clear: both;
		float: left;
		position: relative;
		width: 386px;
		background-image: url(../images/newsletter_home_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		color: #ffffff;
		margin: 0px 0px 20px 0px;
		font-size: 1.1em;
		}
	#home .newsletter a {
		color: #ffffff;
		}
	#home .newsletter a, #home .newsletter a:hover, #home .newsletter a:visited, #home .newsletter a:active {
	   border:none;
	   outline:none;
	}
	#home .newsletter a:hover,
	#home .newsletter a.active {
		color: #ffffff;
		text-decoration: underline;
		}
	#home .newsletter1 {
		width: 306px !important;
		padding: 46px 40px 25px 40px;
		background-image: url(../images/newsletter_home_bg1.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		}
	#home .newsletter a.nl-link {
		position: absolute;
		top: 0;
		left: 0;
		width: 386px;
		height: 60px;
		display: block;
		text-indent: -9999em;
		overflow: hidden;
	}
	#home .newsletter span {
		position: absolute;
		top: 35px;
		left: 350px;
		width: 15px;
		height: 15px;
		display: block;
		text-indent: -9999em;
		background-image: url(../images/arrow_dotted_right.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#home .newsletter span.close {
		top: 27px;
		left: 345px;
		background-image: url(../images/close_dotted.gif);
	}
	#home .newsletter div {
		float: left;
		width: 150px;
	}
	#home .newsletter label {
		display: block;
		color: #FFF;
	}
	#home .newsletter form {
		display: none;
		height: 130px;
		}
	#home .newsletter input.txt {
		border: none;
		width: 134px;
		padding: 1px 3px !important;
		margin: 4px 0px 10px 0px;
		font-size: 1.1em;
	}
	input.nl-button {
		border: none !important;
		background-color: transparent !important;
		color: #FFFFFF !important;
		width: auto !important;
		font-weight: bold;
		padding: 0 !important;
		margin: 5px 0px 0px 0px !important;
		cursor: hand;
		cursor: pointer;
		font-size: 11px;
		font-size: 1.1em;
		}
	#home a.but_member-countries {
		float: right;
		display: block;
		width: 386px;
		background-image: url(../images/member-countries_home_bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		color: #dddddd;
		overflow: hidden;
		margin: 0px 0px 20px 0px;
		font-size: 1.1em;
		}
	#home a.but_member-countries span {
		display: block;
		width: 306px;
		padding: 46px 40px 25px 40px;
		background-color: transparent;
		background-image: url(../images/member-countries_home_bg1.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		}
	#home a:hover.but_member-countries {
		text-decoration: underline;
		color: #FFF;
	}
	.member-intro {
		float: left;
		width: 410px;
		}
	.member-logo {
		float: right;
		border: 1px solid #e5e5e5;
	}
	.section-title {
		font-size: 1.5em;
		color: #000;
		padding: 0 0 0.3em 0;
		}
	.member-ttl {
		float: left;
		width: 86px;
		color: #1789bf;
		line-height: 1.4em;
	}
	.member-dtl {
		float: left;
		width: 500px;
		color: #212121;
		line-height: 1.4em;
	}
	.member-dtl a {
		color: #afc46e;
		}
	.member-dtl a:hover {
		color: #000000;
		}
	#gallery {
		padding: 0 0 2em 0;
		overflow: hidden;
		}
	#gallery a {
		float: left;
		margin: 0px 20px 0px 0px;
	}
	#home {
		text-align: left;
		margin: 0 auto;
		width: 800px;
		height: 460px;
		min-height: 460px;
		padding: 50px 125px 30px 55px;
		background-image: url(../images/home_image.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		overflow: hidden;
		}
	#home .home-text_dedicated {
		clear: both;
		float: left;
		display: block;
		width: 400px;
		height: 75px;
		background-image: url(../images/home-text_dedicated.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-indent: -9999px;
		overflow: hidden;
		margin: 0 !important;
		padding: 0 !important;
	}
	#home p {
		clear: both;
		width: 396px;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	#home .home_showcase {
		background: transparent url(../images/home_showcase.png) no-repeat; 
		* background: none; 
		* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='/images/home_showcase.png', sizingMethod='fixed');
		width: 400px;
		height: 172px;
		margin: 0 0 10px 0;
		}
	#members-map {
		position: relative;
		background-image: url(../images/members-map.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		width: 980px;
		height: 540px;
		margin: 0 auto;
		text-align: left;
		}
	.mark {
		position: absolute;
		z-index: auto;
		#z-index: 800;
		}
	.mark.active {
		z-index: auto;
		#z-index: 930 !important;
		}
	.mark1 {
		top: 166px;
		left: 458px;
		}
	.mark2 {
		top: 170px;
		left: 483px;
		}
	.mark3 {
		top: 138px;
		left: 482px;
		}
	.mark4 {
		top: 172px;
		left: 497px;
		}
	.mark5 {
		top: 142px;
		left: 497px;
		}
	.mark6 {
		top: 132px;
		left: 525px;
		}
	.mark7 {
		top: 386px;
		left: 518px;
		}
	.mark8 {
		top: 178px;
		left: 510px;
		}
	.mark9 {
		top: 177px;
		left: 471px;
		}
	.mark10 {
		top: 196px;
		left: 286px;
		}
	.mark11 {
		top: 166px;
		left: 240px;
		}
	.mark12 {
		top: 184px;
		left: 484px;
		}
	.mark13 {
		top: 184px;
		left: 498px;
		}
	.mark14 {
		top: 204px;
		left: 450px;
		}
	.mark15 {
		top: 168px;
		left: 518px;
		}
	.mark16 {
		top: 194px;
		left: 508px;
		}
	.mark a, .mark a:hover {
		text-decoration: none;
	}
	
	.mark .point span {
		position: absolute;
		top: -16px;
		left: 0;
		font-size: 36px;
		color: #000000;
		z-index: 900;
		}
	.mark .point {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 11px;
		height: 11px;
		overflow: hidden;
		cursor: pointer;
		z-index: 905;
		}
	.mark a.activate {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 11px;
		height: 11px;
		overflow: hidden;
		cursor: pointer;
		z-index: 910;
		}
	.mark .one,
	.mark .two,
	.mark .three {
		position: absolute;
		top: -11px;
		left: 1px;
		font-size: 28px;
		color: #000;
	}
	.mark .one,
	.mark .two,
	.mark .three {
		display: none\9
	}
	.mark .location {
		position: absolute;
		top: 0;
		left: 0;
		}
	.member-nav {
		display: none;
		position: absolute;
		top: -17px;
		left: 0;
		width: 246px;
		padding: 0 0 23px 0;
		background-image: url(../images/member-nav_bg-bot.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		overflow: hidden;
		z-index: 920;
		}
	.member-nav {
		background-image: url(../images/member-nav_bg-bot.gif)\9
		}
	.member-nav.activated {
		background-image: url(../images/member-nav_bg-bot.png);
		}
	.mark.active .member-nav {
		z-index: 999;
	}
	.member-nav ul {
		position: relative;
		float: left;
		margin: 0;
		list-style: none;
		padding: 15px 23px 0px 23px;
		width: 200px;
		background-image: url(../images/member-nav_bg-top.png);
		background-repeat: no-repeat;
		background-position: left top;
		}
	.member-nav ul {
		background-image: url(../images/member-nav_bg-top.gif)\9
		}
	.member-nav.activated ul {
		background-image: url(../images/member-nav_bg-top.png);
		}
		.member-nav ul li {
			position: relative;
			clear: both;
			float: left;
			background-color: #FFF;
			}
			.member-nav ul li strong {
				display: block;
				padding: 3px 6px;
				width: 188px;
				font-size: 1.7em;
				color: #000;
				font-weight: normal;
				background-color: #FFF;
			}
			.member-nav ul li a {
				float: left;
				display: block;
				background-image: url(../images/left_nav_a_blue.gif);
				background-repeat: no-repeat;
				background-position: 188px -93px;
				padding: 3px 16px 3px 6px;
				width: 178px;
				color: #8fA44e;
				font-size: 1.2em;
				}
			.member-nav ul li a:hover,
			.member-nav ul li a.selected {
				background-color: #404040;
				background-position: 188px 7px;
				text-decoration: none;
				color: #FFFFFF;
				}
	.member-nav.right {
		left: -235px;
	}
		.member-nav.right ul {
			background-image: url(../images/member-nav_bg-top_right.png);
			}
		.member-nav.right ul {
			background-image: url(../images/member-nav_bg-top_right.gif)\9
			}
		.member-nav.activated.right ul {
			background-image: url(../images/member-nav_bg-top_right.png);
			}
	#map_nav {
		position: absolute;
		bottom: 38px;
		left: 38px;
		background-image: url(../images/map_nav_bg.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	#map_nav ul {
		float: left;
		list-style: none;
		padding: 10px 10px;
		margin: 0;
		width: 180px;
		background-image: url(../images/map_nav_bg1.gif);
		background-repeat: no-repeat;
		background-position: bottom left;
		}
		#map_nav ul li {
			position: relative;
			clear: both;
			float: left;
			}
			#map_nav ul li strong {
				display: block;
				padding: 5px;
				font-size: 1.7em;
				color: #000;
				font-weight: normal;
			}
			#map_nav ul li span {
				display: none;
			}
			#map_nav ul li a {
				float: left;
				display: block;
				background-image: url(../images/left_nav_a.gif);
				background-repeat: no-repeat;
				background-position: 168px 7px;
				padding: 3px 6px;
				width: 168px;
				color: #FFFFFF;
				font-size: 1.2em;
				}
			#map_nav ul li a:hover,
			#map_nav ul li a.selected {
				background-color: #afc46e;
				background-position: 168px 7px;
				text-decoration: none;
				color: #FFFFFF;
				}
				#map_nav ul li ul {
					display: none;
					float: left;
					overflow: hidden;
					list-style: none;
					padding: 0;
					margin: 0 0 10px 0;
					width: 180px;
					font-size: 0.9em;
					background-image: none !important;
					}
					#map_nav ul li ul li a {
						width: 156px;
						padding: 3px 12px;
						color: #FFFFFF;
						}
					#map_nav ul li ul li a:hover,
					#map_nav ul li ul li a.selected {
						background-color: #ffffff;
						color: #454545;
						}
						#map_nav ul a, #map_nav ul a:hover, #map_nav ul a:visited, #map_nav ul a:active {
						   border:none;
						   outline:none;
						}
	.cont-left {
		float: left;
		width: 48%;
		}
	.cont-right {
		float: right;
		width: 48%;
		}
	#result_report {
		clear: both;
		background-image: url(../images/dotline_horizontal.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		padding: 10px 0px;
		margin: 0 0 10px 0px;
		}
	.pag-left {
		display:block;
		float: left;
		width: 20%;
		font-weight: bold;
		}
	.pag-full {
		clear: both;
		padding: 20px 0px;
		text-align: center;
		}
	.pag-centre {
		text-align: center;
		float: left;
		width: 60%;
		}
	.pag-full a,	
	.pag-centre a {
		color: #656565;
		padding: 0 3px;
		}
	.pag-full a:hover,
	.pag-centre a:hover {
		color: #8fa44e;
		}
	.pag-full a.selected,
	.pag-centre a.selected {
		background-color: #8fa44e;
		color: #FFFFFF !important;
		text-decoration: none !important;
		}
	.pag-right {
		display:block;
		float: right;
		width: 15%;
		text-align: right;
		font-weight: bold;
		}
	.searchbutton {
		border: 1px solid #8fa44e !important;
		background-color: #8fa44e !important;
		color: #FFFFFF !important;
		width: auto !important;
		font-weight: bold;
		cursor: hand;
		cursor: pointer;
		font-size: 11px;
		}
	.searchbutton:hover {
		border: 1px solid #555555 !important;
		background-color: #555555 !important;
	}
	#content_center ol {
		color: #1789bf;
		line-height: 1.4em;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		}
	#content_center ol li {
		padding-top: 0;
		padding-bottom: 0.5em;
		}
	#content_center ol span {
		color: #656565;
		}
	#content_center.member intro,
	#content_center.member p {
		text-align: justify;
		}
	/* 2010 */
	ul#left_nav_news,
	ul.left_nav_news {
		clear: both;
		float: left;
		overflow: hidden;
		margin: 0;
		padding: 0 0 30px 0;
		list-style: none;
		width: 206px;
		font-size: 1.1em;
		}
		ul#left_nav_news li,
		ul.left_nav_news li {
			clear: both;
			float: left;
			}
			ul#left_nav_news li a,
			ul#left_nav_news li span,
			ul.left_nav_news li a,
			ul.left_nav_news li span {
				float: left;
				display: block;
				background-image: url(../images/2010/news_bullet.gif);
				background-repeat: no-repeat;
				background-position: 0px 7px;
				padding: 4px 0px 4px 16px;
				width: 190px;
				color: #656565;
				}
			ul#left_nav_news li span,
			ul.left_nav_news li span {
				color: #AAAAAA;
				}
			ul#left_nav_news li a:hover,
			ul#left_nav_news li a.selected,
			ul.left_nav_news li a:hover,
			ul.left_nav_news li a.selected {
				text-decoration: none;
				color: #1b98d4;
				}
			ul#left_nav_news li.nu- a,
			ul#left_nav_news li.nu- span,
			ul.left_nav_news li.nu- a,
			ul.left_nav_news li.nu- span {
				background-image: url(../images/2010/news_bullet_.gif);
				}
			ul#left_nav_news li.nu- a:hover,
			ul.left_nav_news li.nu- a:hover,
			ul#left_nav_news li.nu- a.selected,
			ul.left_nav_news li.nu- a.selected {
				color: # !important;
				}
				
			ul#left_nav_news li.nu-news a,
			ul#left_nav_news li.nu-news span,
			ul.left_nav_news li.nu-news a,
			ul.left_nav_news li.nu-news span {
				background-image: url(../images/2010/news_bullet_news.gif);
				}
			ul#left_nav_news li.nu-news a:hover,
			ul.left_nav_news li.nu-news a:hover,
			ul#left_nav_news li.nu-news a.selected,
			ul.left_nav_news li.nu-news a.selected,
			.news_item.news_news .news_item_foot .posted a {
				color: #f44e0c !important;
				}
			.news_item.news_news .news_item_foot {
				border-color: #f44e0c !important;
				}
			ul#left_nav_news li.nu-member-industry a,
			ul#left_nav_news li.nu-member-industry span,
			ul.left_nav_news li.nu-member-industry a,
			ul.left_nav_news li.nu-member-industry span {
				background-image: url(../images/2010/news_bullet_member-industry.gif);
				}
			ul#left_nav_news li.nu-member-industry a:hover,
			ul.left_nav_news li.nu-member-industry a:hover,
			ul#left_nav_news li.nu-member-industry a.selected,
			ul.left_nav_news li.nu-member-industry a.selected,
			.news_item.news_member-industry .news_item_foot .posted a {
				color: #f44e0c !important;
				}
			.news_item.news_member-industry .news_item_foot {
				border-color: #f44e0c !important;
				}
			ul#left_nav_news li.nu-member-press a,
			ul#left_nav_news li.nu-member-press span,
			ul.left_nav_news li.nu-member-press a,
			ul.left_nav_news li.nu-member-press span {
				background-image: url(../images/2010/news_bullet_member-press.gif);
				}
			ul#left_nav_news li.nu-member-press a:hover,
			ul.left_nav_news li.nu-member-press a:hover,
			ul#left_nav_news li.nu-member-press a.selected,
			ul.left_nav_news li.nu-member-press a.selected,
			.news_item.news_member-press .news_item_foot .posted a {
				color: #f4a814 !important;
				}
			.news_item.news_member-press .news_item_foot {
				border-color: #f4a814 !important;
				}
			ul#left_nav_news li.nu-events a,
			ul#left_nav_news li.nu-events span,
			ul.left_nav_news li.nu-events a,
			ul.left_nav_news li.nu-events span {
				background-image: url(../images/2010/news_bullet_events.gif);
				}
			ul#left_nav_news li.nu-events a:hover,
			ul.left_nav_news li.nu-events a:hover,
			ul#left_nav_news li.nu-events a.selected,
			ul.left_nav_news li.nu-events a.selected,
			.news_item.news_events .news_item_foot .posted a {
				color: #f4a814 !important;
				}
			.news_item.news_events .news_item_foot {
				border-color: #f4a814 !important;
				}
			ul#left_nav_news li.nu-print a,
			ul#left_nav_news li.nu-print span,
			ul.left_nav_news li.nu-print a,
			ul.left_nav_news li.nu-print span {
				background-image: url(../images/2010/news_bullet_print.gif);
				}
			ul#left_nav_news li.nu-print a:hover,
			ul.left_nav_news li.nu-print a:hover,
			ul#left_nav_news li.nu-print a.selected,
			ul.left_nav_news li.nu-print a.selected,
			.news_item.news_print .news_item_foot .posted a {
				color: #12cb6d !important;
				}
			.news_item.news_print .news_item_foot {
				border-color: #12cb6d !important;
				}
			ul#left_nav_news li.nu-awards a,
			ul#left_nav_news li.nu-awards span,
			ul.left_nav_news li.nu-awards a,
			ul.left_nav_news li.nu-awards span {
				background-image: url(../images/2010/news_bullet_awards.gif);
				}
			ul#left_nav_news li.nu-awards a:hover,
			ul.left_nav_news li.nu-awards a:hover,
			ul#left_nav_news li.nu-awards a.selected,
			ul.left_nav_news li.nu-awards a.selected,
			.news_item.news_awards .news_item_foot .posted a {
				color: #d38100 !important;
				}
			.news_item.news_awards .news_item_foot {
				border-color: #d38100 !important;
				}
				
			ul#left_nav_news li.nu-research a,
			ul#left_nav_news li.nu-research span,
			ul.left_nav_news li.nu-research a,
			ul.left_nav_news li.nu-research span {
				background-image: url(../images/2010/news_bullet_research.gif);
				}
			ul#left_nav_news li.nu-research a:hover,
			ul.left_nav_news li.nu-research a:hover,
			ul#left_nav_news li.nu-research a.selected,
			ul.left_nav_news li.nu-research a.selected,
			.news_item.news_research .news_item_foot .posted a {
				color: #a0c11e !important;
				}
			.news_item.news_research .news_item_foot {
				border-color: #a0c11e !important;
				}
				
			ul#left_nav_news li.nu-innovation a,
			ul#left_nav_news li.nu-innovation span,
			ul.left_nav_news li.nu-innovation a,
			ul.left_nav_news li.nu-innovation span {
				background-image: url(../images/2010/news_bullet_innovation.gif);
				}
			ul#left_nav_news li.nu-innovation a:hover,
			ul.left_nav_news li.nu-innovation a:hover,
			ul#left_nav_news li.nu-innovation a.selected,
			ul.left_nav_news li.nu-innovation a.selected,
			.news_item.news_innovation .news_item_foot .posted a {
				color: #61caf6 !important;
				}
			.news_item.news_innovation .news_item_foot {
				border-color: #61caf6 !important;
				}
				
			ul#left_nav_news li.nu-mobile a,
			ul#left_nav_news li.nu-mobile span,
			ul.left_nav_news li.nu-mobile a,
			ul.left_nav_news li.nu-mobile span {
				background-image: url(../images/2010/news_bullet_mobile.gif);
				}
			ul#left_nav_news li.nu-mobile a:hover,
			ul.left_nav_news li.nu-mobile a:hover,
			ul#left_nav_news li.nu-mobile a.selected,
			ul.left_nav_news li.nu-mobile a.selected,
			.news_item.news_mobile .news_item_foot .posted a {
				color: #3b74f6 !important;
				}
			.news_item.news_mobile .news_item_foot {
				border-color: #3b74f6 !important;
				}
				
			ul#left_nav_news li.nu-brand a,
			ul#left_nav_news li.nu-brand span,
			ul.left_nav_news li.nu-brand a,
			ul.left_nav_news li.nu-brand span {
				background-image: url(../images/2010/news_bullet_brand.gif);
				}
			ul#left_nav_news li.nu-brand a:hover,
			ul.left_nav_news li.nu-brand a:hover,
			ul#left_nav_news li.nu-brand a.selected,
			ul.left_nav_news li.nu-brand a.selected,
			.news_item.news_brand .news_item_foot .posted a {
				color: #f668d6 !important;
				}
			.news_item.news_brand .news_item_foot {
				border-color: #f668d6 !important;
				}
				
			ul#left_nav_news li.nu-video a,
			ul#left_nav_news li.nu-video span,
			ul.left_nav_news li.nu-video a,
			ul.left_nav_news li.nu-video span {
				background-image: url(../images/2010/news_bullet_video.gif);
				}
			ul#left_nav_news li.nu-video a:hover,
			ul.left_nav_news li.nu-video a:hover,
			ul#left_nav_news li.nu-video a.selected,
			ul.left_nav_news li.nu-video a.selected,
			.news_item.news_video .news_item_foot .posted a {
				color: #7d46ec !important;
				}
			.news_item.news_video .news_item_foot {
				border-color: #7d46ec !important;
				}
				
			ul#left_nav_news li.nu-social a,
			ul#left_nav_news li.nu-social span,
			ul.left_nav_news li.nu-social a,
			ul.left_nav_news li.nu-social span {
				background-image: url(../images/2010/news_bullet_social.gif);
				}
			ul#left_nav_news li.nu-social a:hover,
			ul.left_nav_news li.nu-social a:hover,
			ul#left_nav_news li.nu-social a.selected,
			ul.left_nav_news li.nu-social a.selected,
			.news_item.news_social .news_item_foot .posted a {
				color: #898056 !important;
				}
			.news_item.news_social .news_item_foot {
				border-color: #898056 !important;
				}
				
			ul#left_nav_news li.nu-member a,
			ul#left_nav_news li.nu-member span,
			ul.left_nav_news li.nu-member a,
			ul.left_nav_news li.nu-member span {
				background-image: url(../images/2010/news_bullet_member.gif);
				}
			ul#left_nav_news li.nu-member a:hover,
			ul.left_nav_news li.nu-member a:hover,
			ul#left_nav_news li.nu-member a.selected,
			ul.left_nav_news li.nu-member a.selected,
			.news_item.news_member .news_item_foot .posted a {
				color: #8ca9c3 !important;
				}
			.news_item.news_member .news_item_foot {
				border-color: #8ca9c3 !important;
				}
			
			ul#left_nav_news li.nu-digital a,
			ul#left_nav_news li.nu-digital span,
			ul.left_nav_news li.nu-digital a,
			ul.left_nav_news li.nu-digital span {
				background-image: url(../images/2010/news_bullet_digital.gif);
				}
			ul#left_nav_news li.nu-digital a:hover,
			ul.left_nav_news li.nu-digital a:hover,
			ul#left_nav_news li.nu-digital a.selected,
			ul.left_nav_news li.nu-digital a.selected,
			.news_item.news_digital .news_item_foot .posted a {
				color: #b331d9 !important;
				}
			.news_item.news_digital .news_item_foot {
				border-color: #b331d9 !important;
				}
				
			ul#left_nav_news li.nu-apa a,
			ul#left_nav_news li.nu-apa span,
			ul.left_nav_news li.nu-apa a,
			ul.left_nav_news li.nu-apa span {
				background-image: url(../images/2010/news_bullet_apa.gif);
				}
			ul#left_nav_news li.nu-apa a:hover,
			ul.left_nav_news li.nu-apa a:hover,
			ul#left_nav_news li.nu-apa a.selected,
			ul.left_nav_news li.nu-apa a.selected,
			.news_item.news_apa .news_item_foot .posted a {
				color: #d93138 !important;
				}
			.news_item.news_apa .news_item_foot {
				border-color: #d93138 !important;
				}
	.news_item {
		float: left;
		width: 502px;
		margin: 0px 0px 40px 0px;
		font-size: 1.1em;
		line-height: 1.4em;
		overflow: hidden;
		}
	.news_item_title {
		color: #000000;
		font-size: 2em;
		line-height: 1.1em;
		font-weight: normal;
		}
	.news_item_title a {
		color: #000000;
		display: block;
		}
	.news_item_title a:hover  {
		color: #1b98d4;
		text-decoration: none;
		}
	.news_item_img {
		display: block;
		margin: 0 auto;
		border: 1px solid #DDD;
		margin: 0px 0px 10px 0px;
		}
	.news_item_img_small {
		display: block;
		float: left;
		margin: 0 20px 10px 0px;
		border: 1px solid #DDD;
		}
	.news_item_foot {
		clear: both;
		border-top: 3px solid #DDD;
		padding: 10px 0px 0px 0px;
		}
	.news_item_foot a {
		color: #999999;
		}
	.news_item_foot a:hover {
		color: #000000 !important;
		}
	.news_item_foot .posted {
		float: right;
		width: 40%;
		text-align: right;
		}
	.news_date {
		float: right;
		width: 100px;
		height: 75px;
		padding: 0px 0px 0px 12px;
		margin: 0px 0px 20px 0px;
		background-image: url(../images/2010/news_date_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-align: center;
		line-height: 2.8em;
		#line-height: 3.2em;
		}
	.news_date strong {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 3.5em;
		display: block;
		font-weight: normal;
		}
	.news_date strong span {
		position: relative;
		top: 0.5em;
		font-size: 0.5em;
		}
	.news_date span {
		vertical-align: super;
		}
	a.comments {
		clear: both;
		float: left;
		display:block;
		padding: 2px 0px 20px 0px;
		margin: 10px 0px 0px 0px;
		width: 40%;
		background-image: url(../images/2010/news_comments_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		font-size: 1.2em;
		overflow: hidden;
		color: #858585;
		}
	a.comments span {
		display: block;
		width: 42px;
		padding: 0px 8px 0px 0px;
		color: #FFFFFF !important;
		text-align: center;
		float: left;
		font-size: 1.3em;
		}
	a:hover.comments {
		text-decoration: none;
		color: #1b98d4;
		}
	.share {
		float: right;
		display:block;
		padding: 0px 0px 20px 0px;
		margin: 10px 0px 0px 0px;
		width: 40%;
		text-align: right;
		font-size: 1.2em;
		overflow: hidden;
		color: #858585;
		}
	.share a {
		position: relative;
		top: 2px;
		}
	.comments-intro {
		font-size: 1.5em;
		padding: 1.5em 0;
		line-height: 1.3em;
		}
	.comments-intro span {
		color: #1b98d4;
		}
	.comment-author {
		padding-bottom: 0.5em;
		}
	.comment-date {
		color: #959595;
		}
	.comment-text {
		padding-bottom: 2em;
		}
	.comment-form {
		background-color: #f6f6f6;
		background-image: url(../images/2010/comments_top.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}
	#frm_comment {
		clear: both;
		background-color: #f6f6f6;
		background-image: url(../images/2010/comments_top.gif);
		background-repeat: no-repeat;
		background-position: left top;
		margin: 10px 0px;
		width: 504px;
		}
	#fld_comment {
		background-image: url(../images/2010/comments_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 10px 25px;
		width: 454px;
		overflow: hidden;
		}
	#frm_comment .comment-left {
		float: left;
		width: 160px;
		overflow: hidden;
		}
	#frm_comment .comment-left input {
		width: 156px;
		}
	#frm_comment .comment-left label {
		width: 150px;
		}
	#frm_comment .comment-right {
		float: right;
		width: 260px;
		overflow: hidden;
		}
	#frm_comment .comment-right textarea {
		width: 258px;
		}
	#frm_comment .comment-right input {
		float: right;
		}
	  
	.reportbutton {
		border: none !important;
		background-color: #FFF !important;
		color: #1b98d4 !important;
		margin: 0 !important;
		padding: 0 !important;
		position: relative;
		top: -20px;
		float: right;
		cursor: hand;
		cursor: pointer !important;
		}
	.full-left {
		clear: both;
		float: left;
		width: 450px;
		padding: 15px 0px 15px 0px;
		font-size: 1.2em;
		line-height: 1.6em;
		color: #757575;
		}
	.full-right {
		float: right;
		width: 410px;
		padding: 15px 0px 15px 0px;
		text-align: right;
		}
	.full-right-media {
		float: right;
		width: 410px;
		padding: 55px 0px 15px 0px;
		text-align: right;
		font-size: 1.2em;
		color: #252525;
		}
	.full-left h1 {
		color: #3f3f3f;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 2.6em;
		font-weight: normal;
		padding: 0 0 0 0;
		margin: 0;
		line-height:normal;
	}
	ul#left_nav_events,
	ul.left_nav_events {
		clear: both;
		float: left;
		overflow: hidden;
		margin: 0;
		padding: 0 0 30px 0;
		list-style: none;
		width: 206px;
		font-size: 1.1em;
		}
		ul#left_nav_events li,
		ul.left_nav_events li {
			clear: both;
			float: left;
			}
			ul#left_nav_events li a,
			ul#left_nav_events li span,
			ul.left_nav_events li a,
			ul.left_nav_events li span {
				float: left;
				display: block;
				background-image: url(../images/2010/news_bullet.gif);
				background-repeat: no-repeat;
				background-position: 0px 7px;
				padding: 4px 0px 4px 16px;
				width: 190px;
				color: #656565;
				}
			ul#left_nav_events li span,
			ul.left_nav_events li span {
				color: #AAAAAA;
				}
			ul#left_nav_events li a:hover,
			ul#left_nav_events li a.selected,
			ul.left_nav_events li a:hover,
			ul.left_nav_events li a.selected {
				text-decoration: none;
				color: #1b98d4;
				}
			ul#left_nav_events li.nu- a,
			ul#left_nav_events li.nu- span,
			ul.left_nav_events li.nu- a,
			ul.left_nav_events li.nu- span {
				background-image: url(../images/2010/news_bullet_.gif);
				}
			ul#left_nav_events li.nu- a:hover,
			ul.left_nav_events li.nu- a:hover,
			ul#left_nav_events li.nu- a.selected,
			ul.left_nav_events li.nu- a.selected {
				color: # !important;
				}
				
			ul#left_nav_events li.nu-events a,
			ul#left_nav_events li.nu-events span,
			ul.left_nav_events li.nu-events a,
			ul.left_nav_events li.nu-events span {
				background-image: url(../images/2010/news_bullet_events.gif);
				}
			ul#left_nav_events li.nu-events a:hover,
			ul.left_nav_events li.nu-events a:hover,
			ul#left_nav_events li.nu-events a.selected,
			ul.left_nav_events li.nu-events a.selected,
			.events_item.events_events .events_item_foot .posted a {
				color: #f44e0c !important;
				}
			.events_item.events_events .events_item_foot {
				border-color: #f44e0c !important;
				}
			ul#left_nav_events li.nu-member-industry a,
			ul#left_nav_events li.nu-member-industry span,
			ul.left_nav_events li.nu-member-industry a,
			ul.left_nav_events li.nu-member-industry span {
				background-image: url(../images/2010/news_bullet_member-industry.gif);
				}
			ul#left_nav_events li.nu-member-industry a:hover,
			ul.left_nav_events li.nu-member-industry a:hover,
			ul#left_nav_events li.nu-member-industry a.selected,
			ul.left_nav_events li.nu-member-industry a.selected,
			.events_item.events_member-industry .events_item_foot .posted a {
				color: #f44e0c !important;
				}
			.events_item.events_member-industry .events_item_foot {
				border-color: #f44e0c !important;
				}
			ul#left_nav_events li.nu-member-press a,
			ul#left_nav_events li.nu-member-press span,
			ul.left_nav_events li.nu-member-press a,
			ul.left_nav_events li.nu-member-press span {
				background-image: url(../images/2010/news_bullet_member-press.gif);
				}
			ul#left_nav_events li.nu-member-press a:hover,
			ul.left_nav_events li.nu-member-press a:hover,
			ul#left_nav_events li.nu-member-press a.selected,
			ul.left_nav_events li.nu-member-press a.selected,
			.events_item.events_member-press .events_item_foot .posted a {
				color: #f4a814 !important;
				}
			.events_item.events_member-press .events_item_foot {
				border-color: #f4a814 !important;
				}
			ul#left_nav_events li.nu-events a,
			ul#left_nav_events li.nu-events span,
			ul.left_nav_events li.nu-events a,
			ul.left_nav_events li.nu-events span {
				background-image: url(../images/2010/news_bullet_events.gif);
				}
			ul#left_nav_events li.nu-events a:hover,
			ul.left_nav_events li.nu-events a:hover,
			ul#left_nav_events li.nu-events a.selected,
			ul.left_nav_events li.nu-events a.selected,
			.events_item.events_events .events_item_foot .posted a {
				color: #f4a814 !important;
				}
			.events_item.events_events .events_item_foot {
				border-color: #f4a814 !important;
				}
			ul#left_nav_events li.nu-print a,
			ul#left_nav_events li.nu-print span,
			ul.left_nav_events li.nu-print a,
			ul.left_nav_events li.nu-print span {
				background-image: url(../images/2010/news_bullet_print.gif);
				}
			ul#left_nav_events li.nu-print a:hover,
			ul.left_nav_events li.nu-print a:hover,
			ul#left_nav_events li.nu-print a.selected,
			ul.left_nav_events li.nu-print a.selected,
			.events_item.events_print .events_item_foot .posted a {
				color: #12cb6d !important;
				}
			.events_item.events_print .events_item_foot {
				border-color: #12cb6d !important;
				}
			ul#left_nav_events li.nu-awards a,
			ul#left_nav_events li.nu-awards span,
			ul.left_nav_events li.nu-awards a,
			ul.left_nav_events li.nu-awards span {
				background-image: url(../images/2010/news_bullet_awards.gif);
				}
			ul#left_nav_events li.nu-awards a:hover,
			ul.left_nav_events li.nu-awards a:hover,
			ul#left_nav_events li.nu-awards a.selected,
			ul.left_nav_events li.nu-awards a.selected,
			.events_item.events_awards .events_item_foot .posted a {
				color: #d38100 !important;
				}
			.events_item.events_awards .events_item_foot {
				border-color: #d38100 !important;
				}
				
			ul#left_nav_events li.nu-research a,
			ul#left_nav_events li.nu-research span,
			ul.left_nav_events li.nu-research a,
			ul.left_nav_events li.nu-research span {
				background-image: url(../images/2010/news_bullet_research.gif);
				}
			ul#left_nav_events li.nu-research a:hover,
			ul.left_nav_events li.nu-research a:hover,
			ul#left_nav_events li.nu-research a.selected,
			ul.left_nav_events li.nu-research a.selected,
			.events_item.events_research .events_item_foot .posted a {
				color: #a0c11e !important;
				}
			.events_item.events_research .events_item_foot {
				border-color: #a0c11e !important;
				}
				
			ul#left_nav_events li.nu-innovation a,
			ul#left_nav_events li.nu-innovation span,
			ul.left_nav_events li.nu-innovation a,
			ul.left_nav_events li.nu-innovation span {
				background-image: url(../images/2010/news_bullet_innovation.gif);
				}
			ul#left_nav_events li.nu-innovation a:hover,
			ul.left_nav_events li.nu-innovation a:hover,
			ul#left_nav_events li.nu-innovation a.selected,
			ul.left_nav_events li.nu-innovation a.selected,
			.events_item.events_innovation .events_item_foot .posted a {
				color: #61caf6 !important;
				}
			.events_item.events_innovation .events_item_foot {
				border-color: #61caf6 !important;
				}
				
			ul#left_nav_events li.nu-mobile a,
			ul#left_nav_events li.nu-mobile span,
			ul.left_nav_events li.nu-mobile a,
			ul.left_nav_events li.nu-mobile span {
				background-image: url(../images/2010/news_bullet_mobile.gif);
				}
			ul#left_nav_events li.nu-mobile a:hover,
			ul.left_nav_events li.nu-mobile a:hover,
			ul#left_nav_events li.nu-mobile a.selected,
			ul.left_nav_events li.nu-mobile a.selected,
			.events_item.events_mobile .events_item_foot .posted a {
				color: #3b74f6 !important;
				}
			.events_item.events_mobile .events_item_foot {
				border-color: #3b74f6 !important;
				}
				
			ul#left_nav_events li.nu-brand a,
			ul#left_nav_events li.nu-brand span,
			ul.left_nav_events li.nu-brand a,
			ul.left_nav_events li.nu-brand span {
				background-image: url(../images/2010/news_bullet_brand.gif);
				}
			ul#left_nav_events li.nu-brand a:hover,
			ul.left_nav_events li.nu-brand a:hover,
			ul#left_nav_events li.nu-brand a.selected,
			ul.left_nav_events li.nu-brand a.selected,
			.events_item.events_brand .events_item_foot .posted a {
				color: #f668d6 !important;
				}
			.events_item.events_brand .events_item_foot {
				border-color: #f668d6 !important;
				}
				
			ul#left_nav_events li.nu-video a,
			ul#left_nav_events li.nu-video span,
			ul.left_nav_events li.nu-video a,
			ul.left_nav_events li.nu-video span {
				background-image: url(../images/2010/news_bullet_video.gif);
				}
			ul#left_nav_events li.nu-video a:hover,
			ul.left_nav_events li.nu-video a:hover,
			ul#left_nav_events li.nu-video a.selected,
			ul.left_nav_events li.nu-video a.selected,
			.events_item.events_video .events_item_foot .posted a {
				color: #7d46ec !important;
				}
			.events_item.events_video .events_item_foot {
				border-color: #7d46ec !important;
				}
				
			ul#left_nav_events li.nu-social a,
			ul#left_nav_events li.nu-social span,
			ul.left_nav_events li.nu-social a,
			ul.left_nav_events li.nu-social span {
				background-image: url(../images/2010/news_bullet_social.gif);
				}
			ul#left_nav_events li.nu-social a:hover,
			ul.left_nav_events li.nu-social a:hover,
			ul#left_nav_events li.nu-social a.selected,
			ul.left_nav_events li.nu-social a.selected,
			.events_item.events_social .events_item_foot .posted a {
				color: #898056 !important;
				}
			.events_item.events_social .events_item_foot {
				border-color: #898056 !important;
				}
				
			ul#left_nav_events li.nu-member a,
			ul#left_nav_events li.nu-member span,
			ul.left_nav_events li.nu-member a,
			ul.left_nav_events li.nu-member span {
				background-image: url(../images/2010/news_bullet_member.gif);
				}
			ul#left_nav_events li.nu-member a:hover,
			ul.left_nav_events li.nu-member a:hover,
			ul#left_nav_events li.nu-member a.selected,
			ul.left_nav_events li.nu-member a.selected,
			.events_item.events_member .events_item_foot .posted a {
				color: #8ca9c3 !important;
				}
			.events_item.events_member .events_item_foot {
				border-color: #8ca9c3 !important;
				}
			
			ul#left_nav_events li.nu-digital a,
			ul#left_nav_events li.nu-digital span,
			ul.left_nav_events li.nu-digital a,
			ul.left_nav_events li.nu-digital span {
				background-image: url(../images/2010/news_bullet_digital.gif);
				}
			ul#left_nav_events li.nu-digital a:hover,
			ul.left_nav_events li.nu-digital a:hover,
			ul#left_nav_events li.nu-digital a.selected,
			ul.left_nav_events li.nu-digital a.selected,
			.events_item.events_digital .events_item_foot .posted a {
				color: #b331d9 !important;
				}
			.events_item.events_digital .events_item_foot {
				border-color: #b331d9 !important;
				}
				
			ul#left_nav_events li.nu-apa a,
			ul#left_nav_events li.nu-apa span,
			ul.left_nav_events li.nu-apa a,
			ul.left_nav_events li.nu-apa span {
				background-image: url(../images/2010/news_bullet_apa.gif);
				}
			ul#left_nav_events li.nu-apa a:hover,
			ul.left_nav_events li.nu-apa a:hover,
			ul#left_nav_events li.nu-apa a.selected,
			ul.left_nav_events li.nu-apa a.selected,
			.events_item.events_apa .events_item_foot .posted a {
				color: #d93138 !important;
				}
			.events_item.events_apa .events_item_foot {
				border-color: #d93138 !important;
				}
	.event_item {
		float: left;
		width: 502px;
		margin: 0px 0px 40px 0px;
		font-size: 1.1em;
		line-height: 1.4em;
		overflow: hidden;
		}
	.event_item_title {
		color: #000000;
		font-size: 2em;
		line-height: 1.1em;
		font-weight: normal;
		}
	.event_item_title a {
		color: #000000;
		display: block;
		}
	.event_item_title a:hover  {
		color: #1b98d4;
		text-decoration: none;
		}
	.event_item_img {
		display: block;
		margin: 0 auto;
		border: 1px solid #DDD;
		margin: 0px 0px 10px 0px;
		}
	.event_item_img_small {
		display: block;
		float: left;
		margin: 0 20px 10px 0px;
		border: 1px solid #DDD;
		}
	.event_item_foot {
		clear: both;
		border-top: 3px solid #DDD;
		padding: 10px 0px 0px 0px;
		margin: 20px 0px 20px 0px;
		}
	.event_item_foot a {
		color: #999999;
		}
	.event_item_foot a:hover {
		color: #000000 !important;
		}
	.event_item_foot .posted {
		float: right;
		width: 40%;
		text-align: right;
		}
	.event_date {
		float: right;
		width: 100px;
		height: 75px;
		padding: 0px 0px 0px 12px;
		margin: 0px 0px 20px 0px;
		background-image: url(../images/2010/event_date_bg.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		text-align: center;
		line-height: 2.8em;
		#line-height: 3.2em;
		}
	.event_date strong {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 3.5em;
		display: block;
		font-weight: normal;
		}
	.event_date strong span {
		position: relative;
		top: 0.5em;
		font-size: 0.5em;
		}
	.event_date span {
		vertical-align: super;
		}
	.event_item span {
		clear: both;
		float: left;
		width: 80px;
		color: #8fa44e;
		}
