/*  General
----------------------------------------------------------------- */

html {
	min-height:100%;
	margin-bottom:1px;
}


body {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
	font:62.5%/1.2 "Verdana", "Arial", sans-serif;
	color:#000;
	height: 100%;
	text-align: center;
	}
	

/*  Wrappers
----------------------------------------------------------------- */

#whole {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
}

/*** Banner ***/

#banner {
	height: 155px;
	background: url(/images/backgrounds/bg_banner002.jpg) no-repeat;
	overflow: auto;
	}
* html #banner {
	height: 155px; /* Box model hack: usable area + padding + border */
	h\eight: 155px;	/* Box model hack: usable area only */
	}
	
#banner #logo {
	margin: 15px 0 0 15px;
	float: left;
	}
	
#banner #language {
	float: right;
	margin: 15px 15px 10px 0;
	text-align: right;
	width: 100px;
}

#banner #language img {
	border: solid 3px #FFF;
}
	
#banner #strapline {
	float: right;
	clear: right;
	margin: 0 15px 20px 0;
	color: #FFF;
	font-size: 2.6em;
	}	
	
#banner #search {
	clear: right;
	float: right;
	margin: 0 15px 0 0;
	}
	
#banner #search form {
	padding: 0;
	margin: 0;
	}	
			
	
#banner a {
	}
	
#banner a:hover {
	}		
	

/*** Menu ***/

#menu {
	padding: 0 30px 0 30px;
	background: url(/images/backgrounds/bg_main002.gif) repeat-y;	
	font-family: "Myriad Web", "Myriad Pro", "Trebuchet MS", "Arial";
	}	

.menu_column {
	width: 125px;
	border-left: solid 2px #000;
	padding: 15px 20px 0 10px;
	float: left;
	margin-top: -15px;
	}
	
* html .menu_column {
	width: 157px;
	w\idth: 125px;
	}
	
.menu_column ul {
	padding: 0;
	margin: 0;
	}
	
.menu_column ul li {
	list-style: none;
	}
	
.menu_column ul li a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	border: none;
	}
	
.menu_column ul li a:hover {
	color: #972b2b;
	border: none;
	}					
		
	
	
	
#crumbs {
	padding: 5px 0 15px 30px;
	background: url(/images/backgrounds/bg_main002.gif) repeat-y;	
	color: #666;
	}	
	
#main {
	width: 890px;
	background: url(/images/backgrounds/bg_main002.gif) repeat-y;
	padding: 15px 30px 0 30px;
	/* overflow: auto; */
}	

* html #main {
	width: 950px;
	w\idth: 890px;
	}

/*** 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: left;
	width: 180px;
	margin: 0 15px 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;
	}
	
#submenu ul li a:hover, #submenu ul li a.submenu_marker {
	background-color: #972b2b;
	}



#copy {
	float: left;
	width: 695px;
	font-size: 1.0em;
	line-height: 1.4;
	color: #000;
	padding: 0 15px 0 0;	
	}
	
* html #copy {
	width: 710px;
	w\idth: 695px;
	}	
		
#copywrapper img {
margin:0 0 15px 15px;
float:right;
}

#standout {
	background: url("/images/backgrounds/grey_1col.jpg") no-repeat 0px 0px;
	width: 270px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 15px 0 0 0;
	}
	
* html #standout {
	width: 300px;
	w\idth: 270px;
	}	
	
#standout p {
	margin: 0;
	padding: 0 15px 10px 15px;
	}
	
#standout p img {
	margin: -15px -15px 0 -15px;
	}	
	

/*** 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: left;
	background: url(/images/backgrounds/bg_footer002.jpg) no-repeat;
	height: 97px;
	padding: 34px 26px 0 24px;
	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 3px 0 0;
	padding: 0 3px 0 0;
	border-right: 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.3;
	width: 450px;
	}

h2 {
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	
	}
	
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;	
	}
	
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: right;
	width: 100px;
	text-align: center;
	padding: 5px 0;
	background-color: #972b2b;
	color: #FFF;
	text-decoration:none;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: -30px;
	}	
	
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: right;
	width: 270px;
	margin: 0 0 15px 20px;	
	}
	
.photo_right img {
	padding: 1px;
	border: solid 1px #972b2b;
	}
	
.photo_right 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: 15px;
	}
	
.debate_intro {
	background: url("/images/backgrounds/dark_red.jpg") repeat-x 0px 0px;
	margin-bottom: 4px;
	padding: 10px;
	color: #FFF;
	}
	
.debate_intro h2 {
	font-weight: bold;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}	
	
.debate_intro p {
	padding: 0;
	margin: 0;
	}	
	
.debate_intro a {
	color: #CCC;
	text-decoration:underline;
	}
	
.debate_intro a:hover {
	color: #FFF;
	}			
	
.debate_left {
	width: 490px;
	float: left;
	}
	
.debate_right {
	width: 150px;
	float: right;
	margin-left: 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.4em;
	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: 10px -15px -10px -15px;
	padding: 0 0 0 0;
	border: solid 1px #BBB;
	background: #DDD;

	}		


.debate_links ul {

	padding: 0 0 0 ;
	margin: 0;
	width: 100%;
	}
	
.debate_links li {
	display: inline;
	}
	
.debate_links li a {
	text-decoration: none;
	padding: 5px 15px;	
	border-right: 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 0 0;  padding: 10px 0 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.9em;
	letter-spacing: 0.1em;
	padding: 2px 4px;
	}
	
/*  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: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	

.press_date {
	font-weight: bold;
	margin: 0 0 10px 0;
	}
	
.press_publication {
	font-weight: bold;
	font-style:italic;
	}
	
.press_summary {
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	}
	
.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: left;
		margin: 0 20px 0 0;
	}
	
	ul#galleries li a:hover {
		background: #EEE;
		color: #000;
	}	
	
