@charset "utf-8";
/* CSS Document For EFPA:// Created By David Oldfield */
body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#aba7a4;
	font-family:tahoma, arial, sans serif;
	font-size:11px;
	color:#666;
}
#date {
	text-align:right;
	width:914px;
	margin:35px auto 0px auto;
	padding-right:110px;
}
#container {
	width:1080px;
	margin:5px auto 20px auto;
	padding-bottom:20px;/*-----------remove?--*/
}
#main-content-wrapper {
	width:940px;
	float:left;
	margin-right:0px;
	border:1px solid #999;
	background-color:#efefef;
}

/*------------------------------------------Header--*/
p.main-logo {
	width:275px;
	height:121px;
	float:left;
	margin-left:20px;
	margin-top:0px;
	padding-top:0px;
	background-image:url(../images/efpalogo.jpg);
	background-repeat:no-repeat;
}
.header {
	height:85px;
	padding-top:10px;
	padding-right:20px;
}
.header ul.sub-menu {
	float:right;
	list-style:none;
	width:620px;
	margin-right:4px;
	margin-top:40px;
	padding:5px 0px;
}
.header ul.sub-menu li a:link, .header ul.sub-menu li a:visited {
	text-decoration:none;
	color:#666;
	float:right;
	margin-left:12px;
	border-bottom:1px dotted #fff;
}
.header ul.sub-menu li a:hover {
	color:#333;
	border-bottom:1px dotted #333;
	background-color:#eee;
}
.header ul li.search {
	padding-left:20px;
}
.header ul li input {
	width:70px;
	border:1px solid #023552;
	height:12px;
	font-size:10px;
	font-family:tahoma;
	margin-top:-14px;
	padding:1px;
	float:right;
	margin-right:15px;
}
/*--------------------------------------------Middle Section : Flash Events--*/
#flashcontainer {
	position:relative;
	z-index:1;
}
.flash-events {
	padding-left:20px;
}
.flash {
	width:506px;
	height:230px;
	border:1px solid #999;
	padding:5px;
	margin-left:0px;
	background-color:#fff;
	float:left;
}
.events {
	float:right;
	padding:5px 5px 5px 10px;
	background-color:#222;
	width:348px;
	height:212px;
	margin-right:23px;
	margin-left:10px;
	border-left:1px solid #fff;
	border-bottom:20px solid #777;
	color:#aaa;
}
.events img {
	float:right;
	margin-right:15px;
	margin-top:5px;
	padding-left:5px;
	border:1px solid #222;
}
h2 {
	font-size:16px;
	font-weight:bolder;
	color:#333;
	padding-top:0px;
	margin:0px;
}
h2.eventTitle {
	color:#ccdcf3;
}
.events h2 a:link, .events h2 a:visited {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.events h2 a:hover {
	border-bottom:1px dotted #777;
}
p.event {
	border-bottom:1px dotted #777;
	margin-top:2px;
	padding-top:2px;
	margin-bottom:0px;
	padding-bottom:3px;
	overflow:hidden;
	padding-left:10px;
	line-height:15px;
}
p.event a:link, p.event a:visited {
	color:#fff;
	text-decoration:none;
}
p.event a:hover {
	border-bottom:1px dotted #999;
}
p.event a.image-link:link, p.event a.image-link:visited {
	border-bottom:1px dotted #222;
}
.country {
	color:#fff;
	font-weight:bold;
	font-size:13px;
}
p.clear {
	width:850px;
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
}
/*---------------------------------------------------- map-news-magazine--*/
.map-news-magazine {
	padding:10px 20px;
	width:900px;
}

#left-block {
	width:175px;
	height:252px;
	float:left;
	margin-right:12px;
	background-color:#fff;
}
.map {
	width:175px;
	height:100px;
	border:1px solid #999;
	margin-bottom:2px;
}
.webknapp {
	width:165px;
	height:142px;
	background-color:#fff;
	border:1px solid #999;
	padding:3px 5px;
}
.map img {
	padding-top:0px;
	width:171px;
	height:72px;
}
/*----------News Accordion --*/
.news-holder {
	float:left;
	width:490px;
	margin:0px 15px 0px 4px;
	background-color:#fff;
	padding:0px 10px 0px 10px;
	border:1px solid #999;
	height:252px;
}
#vertical_container {
	width:490px;
}
.accordion_toggle {
	display: block;
	width: 477px;
	background-color:#efefef;
	padding: 3px 5px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 3px 0;
	font-size:11px;
}
.accordion_toggle p {
	padding:0px;
	margin:0px;
}
.accordion_toggle a:link, .accordion_toggle a:visited {
	color:#fff;
	background-color:#333;
	padding:1px 2px;
	text-decoration:none;
}
.accordion_toggle_active {
	background-color:#efefef;
	color: #333;
}
.accordion_content {
	background-color: #ffffff;
	color: #666;
	overflow: hidden;
	width:450px;
	margin-left:10px;
	margin-bottom:3px;
	padding:0px;
}
.accordion_content p {
	padding:10px;
	margin:0px;
}
.accordion_content p a:link, .accordion_content p a:visited {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.accordion_content p a:hover {
	border-bottom:1px dotted #333;
}
p.date {
	color:#666;
	float:right;
	margin-top:-12px;
}
p.heading {
	font-size:14px;
	background-color:#ccc;
	height:17px;
	margin:0px -10px 10px -10px;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
	color:#666;
}
p.heading a.archive:link, p.heading a.archive:visited {
	color:#666;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
p.heading a.archive:hover {
	text-decoration:underline;
}
p.heading a.rssbutton {
	float:right;
	margin:0px 12px 0px 0px;
}
p.news-item {
	padding:5px;
	margin:0px 6px 6px 0px;
	background-color:#efefef;
	color:#666;
	font-size:10px;
}
p.news-item:hover {
	color:#888;
}
p.news-item a:link, p.news-item a:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
p.news-item a:hover {
	border-bottom:1px dotted #333;
}
.blue {
	color:#333;
	float:right;
}
.newstitle {
	color:#fff;
	background-color:#444;
	padding:0px 2px;
	margin:1px 0px;
}
.magazine {
	float:left;
	width:175px;
	border:1px solid #999;
	height:252px;
	background-color:#fff;
}
.footer {
	background:#efefef;
	padding:7px;
	margin:12px 23px 12px 20px;
	height:15px;
	border-top:1px dotted #999;
}
.footer ul.footer-links {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:800px;
}
.footer ul.footer-links li {
	float:left;
	padding:0px 10px 0px 0px;
	list-style:none;
}
.footer ul li.disclaimer {
	color:#999;
}
.footer ul li a:link, .footer ul li a:visited {
	color:#222;
	text-decoration:none;
}
.footer ul li a:hover {
	border-bottom:1px dotted #666;
}
p.members-link, p.magazine-link {
	margin:5px;
}
p.members-link a:link, p.members-link a:visited, p.magazine-link a:link, p.magazine-link a:visited {
	color:#333;
	background-color:#ccc;
	text-decoration:none;
	padding:2px 5px;
}
p.members-link a:hover, p.magazine-link a:hover {
	color:#666;
	text-decoration:underline;
}
/*--------------------------------------------content-detail // old--*/
.middle-column {
	float:left;
	padding:12px 0px;
	border-top:3px solid #efefef;
	width:428px;
	margin-top:10px;
	margin-right:12px;
}
.middle-column p {
	padding:10px;
	margin:0px;
}
.middle-column p a:link, .right-column p a:visited {
	color:#333;
	text-decoration:none;
}
.middle-column p a:hover {
	text-decoration:underline;
}
.middle-column .document-heading {
	background-color:#ddd;
	color:#333;
	padding:10px;
	margin-bottom:10px;
}
.middle-column p.back a.back:link, .middle-column p.back a.back:visited {
	color:#fff;
	text-decoration:none;
	background-color:#333;
	padding:3px;
}
.middle-column p.back a.back:hover {
	text-decoration:underline;
}
.middle-column p.title {
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#333;
}
#right-sidebar {
	width:170px;
	float:left;
	margin-top:10px;
	padding-top:12px;
	border-top:3px solid #efefef;
}
.related-documents {
	background-color:#efefef;
	padding:10px;
}
h3 {
	font-size:11px;
	padding-top:0px;
	margin-top:0px;
}
#right-sidebar ul {
	list-style:square;
	margin:0px 0px 0px 13px;
	padding:0px;
}
#right-sidebar ul li {
	padding:4px 0px;
}
#right-sidebar ul a:link, #right-sidebar ul a:visited {
	text-decoration:none;
	color:#023552;
}
#right-sidebar ul a:hover {
	text-decoration:underline;
}
/*-------------------------------------newsdetail --*/
#newsdetail {
	clear:both;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #ccc;
	margin:0px 20px;
}
.left-sidebar {
	margin-top:10px;
	float:left;
	width:275px;
	margin-right:12px;
}
.small-events {
	padding:5px 10px;
	background-color:#222;
	width:248px;
	margin-right:23px;
	border-bottom:30px solid #777;
	color:#aaa;
}
.small-events img {
	float:right;
	margin-right:5px;
	margin-top:-8px;
	border:1px solid #222;
}
.small-events p {
	border-bottom:1px dotted #777;
	margin-top:6px;
	padding-top:0px;
	margin-bottom:0px;
	overflow:hidden;
	padding-bottom:10px;
}
.small-events h2 a:link, .small-events h2 a:visited {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
.small-events h2 a:hover {
	border-bottom:1px dotted #777;
}

.disaster-title {
	width:258px;
	display:block;
	background-color:#999;
	color:#fff;
	padding:2px 5px 2px 5px;
	margin-left:-10px;
}
.small-magazine {
	width:248px;
	border:1px solid #999;
	height:230px;
	background-image: url(/images/news/congress-ecp2021.jpg);
	background-repeat:no-repeat;
	padding:9px;
	margin-top:12px;
	background-color:#fff;
}
.small-magazine p {
	width:150px;
	text-align:right;
	padding:0px;
	margin:20px 0px 0px 0px;
	float:right;
}
.small-magazine p.small-magazine-title {
	width:152px;
	background-color:#999;
	color:#fff;
	float:right;
	margin:0px;
	padding:3px 4px;
	text-align:right;
}
.small-magazine p.small-magazine-title a:link, .small-magazine p.small-magazine-title a:visited {
	color:#fff;
}
.small-magazine p.congress-title {
	width:152px;
	background-color:#999;
	color:#fff;
	float:right;
	margin:0px;
	padding:3px 4px;
	text-align:right;
}
.small-magazine p.congress-title a:link, .small-magazine p.congress-title a:visited {
	color:#fff;
}
.small-magazine a:link, p a:visited {
	color:#333;
	text-decoration:none;
}
.small-magazine a:hover {
	border-bottom:1px dotted #333;
}
.alternative-text {
	margin-top:12px;
	border-top:3px solid #999;
	width:248px;
	padding:9px 10px;
	clear:left;
}
.alternative-text a:link, .alternative-text a:visited {
	color:#333;
	text-decoration:none;
}
.alternative-text a:hover {
	border-bottom:1px dotted #999;
}
.alternative-text p.alternative-title {
	width:258px;
	display:block;
	background-color:#999;
	color:#fff;
	padding:2px 5px 2px 5px;
	margin-left:-10px;
	margin-top:12px;
}
p.disaster {
	border-top:3px solid #999;
	border-bottom:3px solid #999;
	padding:9px 10px;
	margin-top:12px;
	clear:left;
	width:248px;
}
p.disaster a:link, p.disaster a:visited {
	color:#333;
	text-decoration:none;
}
p.disaster a:hover, p.congress a:hover {
	border-bottom:1px dotted #999;
}
.right-column {
	float:left;
	padding:12px 0px;
	border-top:3px solid #777;
	width:613px;
	margin-top:10px;
}
.news-heading {
	background-color:#777;
	color:#fff;
	height:15px;
	padding:10px;
	margin-bottom:10px;
}
.news-heading p.title {
	width:480px;
	float:left;
	padding:0px;
	margin:0px;
	font-weight:bold;
}
.news-heading p.date {
	float:right;
	width:80px;
	padding:0px;
	margin:0px;
	text-align:right;
	color:#ccc;
}
.right-column p {
	padding:10px;
	margin:0px;
}
.right-column p.introduction {
	font-style:italic;
	font-weight:bold;
}
.right-column p a:link, .right-column p a:visited {
	color:#333;
	text-decoration:none;
}
.right-column p a:hover {
	border-bottom:1px dotted #666;
}
.right-column p.news-image {
	width:252px;
	float:right;
}
.right-column p.news-image img {
	border:1px solid #999;
}
.right-column a:link, .right-column a:visited {
	color:#333;
	text-decoration:none;
}
.right-column a:hover {
	border-bottom:1px dotted #666;
}
.right-column p.back a.back:link, .right-column p.back a.back:visited {
	color:#fff;
	text-decoration:none;
	background-color:#777;
	padding:3px;
}
.right-column p.back a.back:hover {
	text-decoration:underline;
}
/*-------------------------------------eventdetail & eventslist // shares newsdetail code --*/
#eventdetail, #eventslist {
	clear:both;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #ccc;
	margin:0px 20px;
}
#eventdetail .small-event, #eventslist .small-event {
	padding:5px 10px;
	background-color:#222;
	width:248px;
	height:21px;
	margin-right:23px;
	border-bottom:20px solid #777;
	color:#fff;
}
#eventdetail p.information, #eventslist p.information {
	background-color:#222;
	float:left;
	margin:12px 10px 10px 10px;
	color:#fff;
	text-align:right;
	padding:8px;
}
#eventslist p.information {
	width:120px;
	margin-top:5px;
}
#eventdetail p.information img.flag, #eventslist p.information img.flag {
	border:1px solid #ccdcf3;
	margin-bottom:3px;
}
#eventdetail .small-event p, #eventslist .small-event p {
	border-bottom:0px;
	padding:0px;
	margin:7px 0px 0px 0px;
}
#eventdetail p.information a:link, #eventdetail p.information a:visited, #eventslist p.information a:link, #eventslist p.information a:visited {
	color:#fff;
	text-decoration:none;
}
.lightblue {
	color:#ccdcf3;
}
.event-holder {
	margin-bottom:8px;
	border:1px solid #ddd;
	padding:3px;
	min-height:70px;
	background-color:#666;
	color:#fff;
}
.bold {
	font-weight:bold;
}
p.more {
	clear:both;
	margin:0px;
	text-align:right;
	padding:0px 10px 5px 0px;
}
p.more a:link, p.more a:visited {
	color:#fff;
	text-decoration:none;
}
p.more a:hover {
	border-bottom:1px dotted #fff;
}
/*-------------------------------------content // shares newsdetail code --*/
#content {
	clear:both;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #ccc;
	margin:0px 20px;
}
#content .left-sidebar .category-menu {
	padding:5px 10px;
	background-color:#023552;
	width:248px;
	margin-right:23px;
	border-bottom:20px solid #ccdcf3;
	color:#fff;
}
#content .category-menu ul {
	list-style:none;
}
#content .category-menu ul li a:link, #content .category-menu ul li a:visited {
	color:#fff;
	text-decoration:none;
}
#content .category-menu ul li a:hover {
	text-decoration:underline;
}
#content p.related-links {
	float:right;
	background-color:#efefef;
	width:180px;
	margin:10px 0px 10px 10px;
}
p.allevents {
	text-align:right;
	padding:0px 15px 0px 0px;
	margin:0px;
}
p.allevents a:link, p.allevents a:visited {
	color:#666;
	text-decoration:none;
}
p.allevents a:hover {
	border-bottom:1px solid #666;
}
/*-------------------------------------contact // shares newsdetail code --*/
#contact {
	clear:both;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #ccc;
	margin:20px 20px 0px 20px;
}
.box {
	border:1px solid #efefef;
	padding:5px;
	margin-bottom:3px;
	margin-left:0px;
}
.box:hover {
	background-color:#ddd;
	border:1px solid #ccc;
}
.box p {
	margin:0px;
	padding:0px;
}
.box p.tag {
	width:100px;
	text-align:right;
	float:left;
	height:13px;
	margin-right:15px;
}
.submit-box p.tag {
	width:100px;
	text-align:right;
	float:left;
	height:13px;
}
.box p.tag-textarea {
	width:100px;
	text-align:right;
	float:left;
	height:50px;
	margin-right:15px;
}
.box p.input {
	width:280px;
	float:left;
}
.box p.submit {
	float:left;
	margin:0px;
	padding:0px;
	width:280px;
}
.box p.input input {
	width:280px;
	border:1px solid #ccc;
	height:13px;
	font-family:tahoma;
	font-size:11px;
}
.box p.input input:hover {
	border:1px solid #030;
}
.box p.input textarea {
	width:280px;
	height:50px;
	border:1px solid #ccc;
	font-family:tahoma;
	font-size:11px;
}
.box p.input textarea:hover {
	border:1px solid #030;
}
.main-address {
	width:250px;
	font-size:14px;
	text-align:center;
	margin:50px auto 0px auto;
	background-color:#333;
	border:1px solid #fff;
	color:#fff;
	padding:10px;
}
/*-------------------------------------new content code --*/

.left-sidebar ul li.active {
	background-color:#eee;
}
.left-sidebar ul li.active a:link, .left-sidebar ul li.active a:visited {
	color:#666;
}
.main-content {
	float:left;
	clear:left;
	width:570px;
	border:1px solid #777;
	margin-right:10px;
	padding:15px;
	color:#666;
}
.main-content p {
	margin-left:15px;
}
p.page-title {
	padding:5px;
	background-color:#777;
	float:right;
	margin-right:15px;
	margin-top:-16px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	border-top:2px solid #222;
}
.main-content h1 {
	color:#222;
	clear:left;
}
.main-content h3 {
	font-size:14px;
	color:#333;
}
.right-menu {
	float:left;
	width:240px;
	background-color:#222;
	padding:15px;
	border-bottom:30px solid #777;
	margin-bottom:12px;
}
.right-menu ul {
	list-style:none;
	margin:10px 0px 0px -20px;
}
.right-menu ul li {
	margin-bottom:3px;
	padding:2px 0px;
	padding-left:20px;
}
.right-menu ul li:hover {
	background-color:#333;
}
.right-menu a:link, .right-menu a:visited {
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin-left:0px;
}
.right-menu a:hover {
	border-bottom:1px dotted #999;
}
.right-menu ul li:hover {
	background-image:url(/images/member-select-arrow-large.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	border-right:2px solid #333;
}
.content-heading {
	background-color:#999;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.related-documents {
	float:left;
	width:200px;
}
.related-documents ul {
	margin-left:-40px;
	list-style:none;
	margin-top:4px;
}
.related-documents ul li {
	margin-bottom:2px;
	padding:4px 10px;
	background-color:#fff;
	border:1px solid #666;
}
.related-documents ul li a:link, .related-documents ul li a:visited {
	color:#333;
	text-decoration:none;
}
.related-documents ul li a:hover {
	border-bottom:1px dotted #ccc;
}
.related-documents ul li.doctype_1 {
	padding-left:35px;
	background-image:url(../images/doc.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}
.related-documents ul li.doctype_2 {
	padding-left:35px;
	background-image:url(../images/xls.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}
.related-documents ul li.doctype_3 {
	padding-left:35px;
	background-image:url(../images/pdf.jpg);
	background-repeat:no-repeat;
	background-position:center left;
}
h4 {
	font-size:12px;
	color:#555;
	background-color:#ccc;
	padding:2px 2px 2px 10px;
	clear:left;
	margin:4px 0px;
}
h6 {
	font-size:13px;
	clear:both;
}
h7 {
	font-size:13px;
	color:#fff;
	margin:-15px 0px 15px -15px;
	padding:5px 10px;
	width:200px;
	clear:both;
}
h7 img {
	margin-bottom:-11px;
}
.white-title {
	color:#fff;
	font-size:13px;
}
/*-------------------------------------links --*/
#links {
	clear:both;
	padding:0px 0px 15px 0px;
	border-bottom:1px solid #ccc;
	margin:0px 20px;
}
p.choose {
	color:#fff;
}
#links .right-column ul li a:link, #links ul li a:visited {
	color:#333;
	text-decoration:none;
}
#links ul li a:hover {
	border-bottom:1px dotted #666;
}
#links .right-column ul.links li a:link, #links ul.links li a:visited {
	color:#666;
	margin-bottom:1px;
}
#links .right-column ul.links {
	margin-top:10px;
	margin-bottom:10px;
}
#links ul.link-menu a:link, #links ul.link-menu a:visited {
	color:#fff;
}
/*--------- News Archive----*/
#newsarchive {
	clear:both;
	padding:20px 0px 0px 0px;
	background-color:#fff;
	border:1px solid #999;
}
#newsarchive .accordion_toggle {
	display: block;
	width: 572px;
	background-color:#efefef;
	padding: 3px 10px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 3px 10px;
	font-size:10px;
}
#newsarchive .accordion_toggle p {
	padding:0px;
	margin:0px;
}
#newsarchive .accordion_toggle a:link, .accordion_toggle a:visited {
	color:#fff;
	background-color:#333;
	padding:1px 2px;
	text-decoration:none;
}
#newsarchive .accordion_toggle_active {
	background-color:#efefef;
	color: #333;
}
#newsarchive .accordion_content {
	background-color: #fff;
	color: #333;
	overflow: hidden;
	width:572px;
	margin-left:20px;
	margin-bottom:3px;
	padding:0px;
}
#newsarchive .accordion_content p {
	padding:10px;
	margin:0px;
}
#newsarchive .accordion_content p a:link, .accordion_content p a:visited {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
#newsarchive .accordion_content p a:hover {
	border-bottom:1px dotted #fff;
}
#newsarchive p.date {
	color:#666;
	float:right;
	margin-top:-12px;
}
#pagination {
	float:right;
	padding-right:0px;
}
#pagination .active {
	background-color:#999;
	padding:2px;
	color:#fff;
	margin-right:2px;
}
#pagination a.inactive:link, #pagination a.inactive:visited {
	padding:2px;
	background-color:#333;
	color:#fff;
}
#pagination a.inactive:hover {
	background-color:#666;
}
h5 {
	font-size:11px;
	color:#555;
	background-color:#ccc;
	padding:2px 2px 2px 10px;
	clear:both;
}
#vertical_container_two p {padding-bottom:0px;}
/*---------------------------------------------------- Members Only Club --*/
#monly {
	clear:both;
	margin-top:50px;
	margin-bottom:150px;
}
#monly .selection {
	width:254px;
	margin-left:44px;
	float:left;
	margin-top:50px;
}
/*---------------------------------------------------- Ads --*/
#ads_button
{
	width:120px;
	float:left;
	border:1px solid #666;
	margin-left:10px;
	margin-bottom:0px;
}
#ads_sky
{
	width:120px;
	float:left;
	margin:10px 0px 0px 10px;
	border:1px solid #666;
}
#ads_leader
{
	width:728px;
	margin-top:10px;
    margin-left:100px;
	border:1px solid #666;
}