/*  General
----------------------------------------------------------------- */
* {
direction: rtl; 
unicode-bidi: embed;
}

html {
	min-height:100%;
	margin-bottom:1px;
}


body {
	margin: 0px;
	padding: 0 0 50px 0;
	background-color:#FFF;
	font:62.5%/1.2 "Verdana", "Arial", sans-serif;
	color:#000;
	height: 100%;
	text-align: center;
	}

body, .menu_column ul li a {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	

/*  Wrappers
----------------------------------------------------------------- */

#whole {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.3em;
}

/*** Banner ***/

#banner {
	height: 146px;
	background: url(/images/backgrounds/bg_banner002_ar.jpg) no-repeat;
	overflow: inherit;
	}
* html #banner {
	height: 155px; 
	h\eight: 155px;	
	}
	
#banner #logo {
	margin: 15px 15px 0 0;
	float: right;
	}
	
#banner #language {
	float: left;
	margin: 15px 0 10px 15px;
	text-align: left;
	width: 50px;
	clear:left;
}

#banner #language img {
	border: solid 3px #FFF;
}
	
#banner #strapline {
	float: left;
	clear: none;
	margin: 15px 0 0 10px;
	color: #FFF;
	font-size: 26px;
	}	

	

/*** Menu ***/


#main {
	background: url(/images/backgrounds/bg_main002.gif) repeat-y;
	width: auto;
	padding: 15px 32px 0 32px;		
	text-align:right;
	}

	
#menu_wrapper{
float:right;
padding: 0 15px;
background: #000;
margin: 0;
}


#menu {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
background:none repeat scroll 0 0 #EEEEEE;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
padding:15px 30px 15px 0;
width:890px;
text-align:right;
	}
	
#menu ul {
	margin: 0;
	padding: 0;
	width: 147px;
	list-style: none;	
	float: right;	
	}
	
	#menu li {
	}
	
	#menu li a {
	color: #671219;
	text-decoration: none;
	font-weight: bold;
	}
	
	#menu li a:hover, #menu li a:focus {
		color: #e11425;
	}
	
	#logos {
		float: left;
		width: 300px;
	}

	#logos img{
		margin-left:20px;
		}
		
	#undermenu {
		height: 15px;
		background: #EEE url(/images/backgrounds/undermenu.jpg) bottom repeat-x;
		border-bottom:20px solid #FFFFFF;
	}
	
	



#Mailing input {
	width: 190px;
	padding: 2px 5px;
}

#Mailing input#SignUp {
	width: auto;
}
	
#layout_bottom_outer {
	background: #000;
}

#layout_bottom_inner {
	background: #FFF;
		-moz-border-radius-bottomleft: 15px;
		-moz-border-radius-bottomright: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		height: 15px;
		margin: 0 15px;
}
	
#footer {
	background: url(/images/backgrounds/banner.jpg) no-repeat;
}
	
ul#social {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0 0 20px 0;
	width: 100%;
	float: right;

}

ul#social li {
	margin: 0 0 10px 0;
}

ul#social li a {
	padding: 10px 40px 5px 00;
	height: 25px;
	display: block;	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;	
	border: solid 1px #999;	
	color: #000;
	background: #CCC url(/images/icons/facebook-24x24.png) no-repeat 5px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	   
	border-radius: 2px; 	
}

	ul#social li a:hover {
		background-color: #EEE;
	}

ul#social li a#facebook {
}

ul#social li a#twitter {
	background-image: url(/images/icons/twitter-24x24.png);
}

ul#social li a#itunes {
	background-image: url(/images/icons/itunes-24x24.png);
}

#podcasts_left {
	width: 245px; 
	float: left; 
	clear: none;
	padding-left: 0px;
}

#podcasts_middle {
	width: 230px; 
	float: left; 
	clear: none;
	padding-left: 20px;
}

#podcasts_right {
	float: right; 
	width: 300px;
	margin-right: 20px;
}

#podcasts_right h2, #podcasts_left h2 {
	padding-right: 0;
	margin-left: 0;
	clear: both;
}


	
	
	
	
#crumbs {
	padding: 5px 30px 15px 0px;
	background: url(/images/backgrounds/bg_main002.gif) repeat-y;	
	color: #666;
	text-align:right;
	}	
	
#crumbs a{
float:right;
}

.crumb_divider{
float:right;
}
	

	
	
	
	
	#home_columns {
		background-image: none;
		margin-bottom: 0;
		width: 100%;
		float: right;
	}
	

	#home_left {
		width: 640px;	
		float: right;		
	}
	
	#home_latest_wrapper {
		background: #EEE;	
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;         
		border: solid 1px #DDD; 
		color: #333;		
	margin: 0 0 20px 0;
	overflow:auto;
	}
	
	#home_latest {
		padding: 26px;
		float: none;
		width: auto;
		
		
	}
	
	#home_latest h1 {
		color: #000;
		padding: 0;
		margin: -4px 0 20px 0;
		font-size: 2.2em;
		line-height: 1.2;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}

	
	#home_latest img {
		margin: 0 0 20px 20px;
		padding: 0;
		border: solid 1px #FFF;
	}
	
	#home_info {
		float: left;
		width: 220px;
		clear: none;
	}
	
	#home_logos {
		margin: 0 0 20px 0;
	}
	
	
	
	.home_info_block {
		background: #312f30 url(/images/backgrounds/gradient.jpg) repeat-x;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		
		border-radius: 5px;         
		border: none;
		margin: 0 0 20px 0;
		padding: 15px;
		color: #FFF;
		font-size: 16px;
		line-height:1.2;
	}
	
	.home_info_block h2 {
		color:#FFFFFF;
		font-family:Arial,Helvetica,sans-serif;
		font-size:1.2em;
		font-weight:bold;
		margin:0;
		padding:0;
		text-transform:uppercase;
}
	}
	
	.home_info_block p {
		font-size: 0.9em;
		font-weight: bold;
	}
	
	.home_info_block a {
		color: #CCC;
	}
	
	#home_media {
		background-image: none;
	}
	
	#home_videos, #home_podcasts, #home_othermedia {
		background: #EEE;
		color: #000;
		padding: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		
		border-radius: 5px;         
		border: solid 1px #DDD; 
		background-image: none;
		overflow: hidden;
	}
	
	#home_videos {
		float: right;
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	#home_podcasts, #home_othermedia {
		float: right;
		width: 100%;
	}
	
	#home_media .screencap {
		margin: 10px 15px 10px 0;
		width: 191px;
	}
	
	#home_media h2 {
		background: none;
		border: none;
		padding: 0;
		margin: 10px 0 15px 15px;
		text-transform: none;
		font-size: 1.4em;
		color: #000;
		font-weight: bold;
		width: 380px;
	}
	
	#home_media h2 a {
		display: inline;
	}
	
	#home_media p {
		line-height: 1.3;
		font-size: 13px;
	}
	
	#home_videos a.go
{
	float: left;
	margin: 10px 0 0 20px;
}




#home_podcasts ul {
	list-style: none;
	margin: 0 0 15px 0;
	width: 100%;
	float: right;
}

#home_podcasts ul li {
	background: none;
	clear: right;
	font-size: 12px;
	padding: 0;
	}	
	
	#podcasts_left ul li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	/* border-bottom: solid 3px #CCC; */
	}
	
#home_podcasts ul li a {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
}






/*** Left column ***/
	
#left {
	clear: both;
	width: 250px;
	background-color:#CCCCCC;
	float: left;
	}
* html #left {width: 250px; w\idth: 250px;}	 /* Box model hack */	

/*** Middle column ***/

#middle {
	width: 450px;
	background-color:#FF99FF;
	float: left;
	}
* html #middle {width: 450px; w\idth: 450px;}	 /* Box model hack */	

#submenu {
	float: right;
	width: 180px;
	margin: 0 -5px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
#submenu ul {
	margin: 0;
	padding: 0;
	}
	
#submenu ul li {
	list-style: none;
	}	
	
#submenu ul li a {
	display: block;
	background-color: #000;
	padding: 6px 15px;
	margin: 0 0 4px 0;
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	font-size:1.2em;
	}
	
#submenu ul li a:hover, #submenu ul li a.submenu_marker {
	background-color: #972b2b;
	color: #FFF;
	}


#submenu ul li a {
background-color: #EEE;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
   
border-radius: 2px; 
color: #333;	
}



#copy {
float:left;
font-size:14px;
line-height:1.5;
margin:0 0 0 30px;
padding:0;
width:650px;
}

#standout {
background:url("/images/backgrounds/grey_1col.jpg") no-repeat scroll 0 0 transparent;
float:left;
margin:0 15px 15px 0;
padding:15px 0;
width:270px;
font-size: 13px;
line-height: 1.3;
color: #333;
}




#standout p {
	padding: 0 22px 10px 22px;
}


	
#standout p img {
	margin: -15px -15px 0 -15px;
	}	
		
#copywrapper img {
margin:0 0 15px 15px;
float:right;
}



#home_media .screencap {
float:right;
width:193px;
}


/* Debates
------------------------*/

ul#debates_list li.debate {
	padding-bottom: 5px;
}



.links_wrapper {
background:none repeat scroll 0 0 #EEEEEE;
float:left;
padding:0 10px;
width:100%;
}


a.go, ul.buttons li a {
background: #972b2b;
color: #FFF;
padding: 5px 5px;
text-decoration: none;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
margin: 10px 0 15px 5px;	
font-weight: bold;	
font-size: 13px;
border: solid 1px #972b2b;	
float:right;
clear:both;
}

a.intro{
	position:relative;
	}

a.go:hover, ul.buttons li a:hover {
background: #FFF;
color: #972b2b;
border: solid 1px #CCC;
}		


ul.buttons {
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	width: 620px;
	clear: both;
	float:right;
}


ul.buttons li {
display:inline;
margin:10px 2px 0;
float:right;
}

ul.buttons li a {
	background-color: #FFF;
	color: #333;
	border: solid 1px #CCC;
	float:left;
}

ul.buttons li a:hover {
	border-color: #972b2b;
}



/* Share icons
------------------------------*/
ul.share_icons {
float:left;
list-style:none outside none;
margin:20px 0;
padding:0;
width:100%;
}
ul.share_icons li {
float:right;
margin-left:10px;
}
ul.share_icons li img {
border:medium none;
}


/*** Right column ***/	
	
#right {
	width: 250px;
	background-color:#CCCCCC;
	float: left;
	}	
* html #right {width: 250px; w\idth: 250px;}	 /* Box model hack */	

/*** Footer ***/		

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto 20px auto;
	text-align: right;
	background: url(/images/backgrounds/bg_footer002_ar.jpg) no-repeat;
	height: 97px;
	padding: 34px 24px 0 26px;
	color: #FFF;
	font-size: 1.2em;
	}
	
* html #footer {       /* Box model hack */	
	height: 123px;
	h\eight: 97px;
	width: 950px;
	w\idth: 900px;
	}	
	
#footer ul {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#footer ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 3px 0 3px;
	border-left: solid 1px #CCC;
	}		
	
#footer a {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #972b2b;
	}	
	
#footer a#sqe {
	color: #F90;
	text-decoration:underline;
	}
	
#footer a#sqe:hover {
	color: #CCC;
	}					


/*  Styling
----------------------------------------------------------------- */

p {
	}

h1 {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #972b2b;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1;
	width: auto;
	text-align:right;
	clear:both;
	}

h2 {
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	text-align:right;
	width:100%;
	}
	
h3 {
	clear: both;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #972b2b;	
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #972b2b;	
	text-align:right;
	}
	
h4 {
	color: #972b2b;	
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
h5 {
	}
	
h6 {
	}
					

/* Forms */

.submit_button {
	font-size:9px;
	cursor:pointer;
	border:outset 1px #ccc;
	color:#666;
	background:url(/images/bg_submit.gif) repeat-x left top;
	padding:0;
	}

form {
	margin: 0;
	padding: 0;
	}
	
fieldset {
	position: relative; 
	background-color: #EEE;
	margin-bottom:30px;
	padding:10px 5px 5px;
	border: solid 1px #CCC;
	}	
	
legend {
	position: absolute;
	top: -1.2em;
	left: .2em;
	letter-spacing: 0.2em;
	font-size: 1.0em;
	background-color:#FFF;
	color: #091841;
	border: solid 1px #999;
	text-transform:uppercase;
	padding: 5px 10px;
	margin-left: 10px;
	}	
	
fieldset div {
	padding: 10px; 
	color: inherit;
	}		

fieldset textarea, fieldset input {
	width: 95%;
	}
	
fieldset textarea, fieldset input, fieldset select {
	font-size:1.1em;
	border: 1px solid #CCCCCC;
	margin: 5px 0 10px 0;
	color: #091841;
	padding:4px;	
	}		

fieldset textarea {
	font-family: inherit;	
}

fieldset select {
	border: 0;
	padding: 0px;
	}
	
fieldset label {
	color: #000;
	margin: 5px 0 10px 0;
	font-weight: bold;
	}
	
form br {
	clear: both;
	}	
	
.submit {
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold;
	color: #091841;
	}	
	
#form_nav {
	color: #CCC;
	font-size: 140%;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 0.4em;
	margin-bottom: 10px;
	}
	
.form_this {
	color: #000;
	}	
	
	
.error {
	background: url(/images/icons/error.gif) no-repeat 5px 5px;
	min-height: 40px;
	padding: 5px 5px 5px 50px;
	border: 1px solid #DDD;
	background-color: #FFC;
	margin: 10px 0 10px 0;
	color: #000;
	}	
	
.success {
	background: url(/images/icons/success.gif) no-repeat 5px 5px;
	min-height: 40px;
	padding: 5px 5px 5px 40px;
	border: 1px solid #DDD;
	background-color: #FFC;
	margin: 10px 0 10px 0;
	color: #000;
	}	
	
a.backtotop {
	float: left;
	width: 100px;
	text-align: center;
	padding: 5px 0;
	background-color: #972b2b;
	color: #FFF;
	text-decoration:none;
	font-size: 0.8em;
	font-weight: bold;
	margin-right: 0;
	}	
	
a.backtotop:hover {
	color: #972b2b;
	background-color: #FFF;
	}		
	

/*  Links
----------------------------------------------------------------- */

a {
	color: #972b2b;
	text-decoration:underline;
	}

a:hover {
	color: #000;
	}

a.icon[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/pdf.gif) no-repeat center right;
	}

a.icon[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/word.gif) no-repeat center right;
	}

a.icon[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/excel.gif) no-repeat center right;
	}

a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(/images/icons/mailto.gif) no-repeat center right;
	}

a[class ="popup"] {
   padding-right: 18px;
   background: transparent url(/images/icons/popup.gif) no-repeat center right;
	}

a[class ="external"] {
   padding-right: 18px;
   background: transparent url(/images/icons/external.gif) no-repeat right center;
	}
	

/*  Images
----------------------------------------------------------------- */

img, img a {
	border: 0;
	background: none;
	}

.image_border {
	border: solid 1px #EEE;
	padding: 1px;
		}
		
.photo_right {
	float: left;
	width: 270px;
	margin: 0 20px 15px 0px;	
	}
	
.photo_left {
	float: right;
	width: 270px;
	margin: 0 0 15px 20px;
}
	
.photo_right img, .photo_left img {
	padding: 1px;
	border: solid 1px #972b2b;
	}
	
.photo_right p, .photo_left p {
	text-align: center;
	color: #666;
	font-size: 0.9em;
	}
	
	
/*  Debates
----------------------------------------------------------------- */

#debates_list {
	}
	
.debate {
	background-color: #EEE;
	margin-bottom: 15px;
	border: solid 1px #DDD;
	padding: 10px;
	overflow:hidden;
	}
	
.debate_intro {
	margin-bottom: 4px;
	padding: 10px;
	background-color:#CCCCCC;
	background-image:none;
	border:1px solid #999999;
	color:#000000;
}

	
.debate_intro h2 {
	font-weight: bold;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}	
	
.debate_intro p {
	padding: 0;
	margin: 0;
	}	
	
.debate_intro a {
	color: #972B2B;
	text-decoration:underline;
	}
	
.debate_intro a:hover {
	color: #000;
	}			
	
.debate_left {
	width: 460px;
	float: right;
	}
	
.debate_right {
	width: 150px;
	float: left;
	margin-right: 15px;
	}	
	
.debate_image {
	float: right;
	width: 165px;
	text-align: right;
	}
	
.debate_text {
	float: left;
	}		
	
.debate_date {
	font-weight: bold;
	font-size: 1.2em;
	}
	
.debate_title {
	font-weight: bold;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #972b2b;
	}
	
.debate h3 {
	margin: 0;
	padding: 0;
	border: none;
	color: #000;
	}	
	
.debate_details {
	padding: 0 0 10px 0;
	font-size: 0.9em;
	}
	
.debate_speakers {
	margin: 10px 0;
	}	
	
.debate_links {
	clear: both;
	margin: 0 -10px -10px -10px;
	padding: 0;
	border: solid 1px #BBB;
	background: #DDD;
	text-align:right;

	}		


.debate_links ul {

	padding: 0;
	margin: 0;
	width: 100%;
	}
	
.debate_links li {
	display: inline;
	float:right;
	}
	
.debate_links li a {
	text-decoration: none;
	padding: 5px;	
	border-left: solid 1px #BBB;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	float: left;
	}
	
.debate_links a:hover {
	color: #FFF;
	background-color:#972b2b;
	}	
	
#debate_page .debate_links {
	margin: 10px 0;
	background: #EEE;
	}	

a.polling {background: url(/images/icons/pdf_large.gif) no-repeat right top;  padding: 10px 65px 0 50px; height: 40px; display: block; font-weight: bold;}

* html a.polling { height: 50px; h\eight: 40px; }



.red_button {
	background: url(/images/backgrounds/red_button.jpg) repeat-x;
	color: #FFF;
	font-weight: bold;
	text-transform:uppercase;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	padding: 2px 4px;
	margin-top:5px;
	}
	
/*  News & press
----------------------------------------------------------------- */	
	
#press {
	}
	
#press_paginate {
	padding: 2px 2px 2px 5px;
	background-color:#EEE;
	border: solid 1px #DDD;
	margin: 0 0 10px 0;
	}	
	
#press_count {
	float: left;
	width: 200px;
	font-size: 10px;
	}
	
#press_nav {
	float: right;
	width: 300px;
	font-size: 10px;
	font-weight: bold;
	}
	
.press_item {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #CCC;
	}
	
.press_headline {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	

.press_date {
	font-weight: bold;
	}
	
.press_publication {
	font-weight: bold;
	font-style:italic;
	}
	
.press_summary {
	font-size: 10px;
	}
	
.press_more {
	text-align:right;
	}			
	
	
		ul#year_menu {
		list-style: none;
		padding: 5px 10px;
		margin: 15px 0 15px 0;
		font-size: 18px;
		border: solid 1px #999;
	}
	
	ul#year_menu li {
		display: inline;
		margin: 0 5px 0 0;
	}
	
	
	
ul#galleries {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	ul#galleries li {
		padding: 0;
		border-bottom: dotted 1px #CCC;
		clear: both;
	}
	
	ul#galleries li a {
		display: block;
		text-decoration: none;
		padding: 10px;
		font-size: 18px;
		color: #666;
	}
	
	ul#galleries li a img {
		float: right;
		margin: 0 0 0 20px;
	}
	
	ul#galleries li a:hover {
		background: #EEE;
		color: #000;
	}	

.clear{clear:both}	

#copyright{font-size:12px;}


ul#logos {
float:right;
list-style:none outside none;
margin:0;
padding:20px 0 0;
width:100%;
}

ul#logos li {
float:right;
margin:0 0 30px 30px;
vertical-align:baseline;
}
