
/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#e0e0e0 ; font:12px/1.55 arial, helvetica, sans-serif; color:#444; text-align:center;  }

img           { border:0; vertical-align:top; }

a             { color:#507B9E; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline: 0; }

hr 			{border: 1px solid #ddd; margin-bottom: 15px; clear: both; width: 100%; }
address 	{line-height: 250%;}

/* Headings */
h1          { font-size:2em; font-weight:normal; line-height:1.15; }
h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6          { font-size:1em; line-height:1.35; margin-bottom:1em; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 1em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; } 

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* Buttons */
.btn { display:inline-block; background:none; margin:0; padding:5px 0; border-width:0; overflow:visible; font:110%/1.2 Arial,Sans-serif; text-decoration:none; color:#333; cursor: pointer;  }
* html button.btn { padding-bottom:1px; }
html:not([lang*=""]) button.btn { margin:0 -3px; }
.btn span { background:#ddd url(images/background/button_bg.gif) repeat-x 0 0; margin:0; padding:5px 0; border-left:1px solid #bbb; border-right:1px solid #aaa; }
* html .btn span { padding-top:0; }
.btn span span { position:relative; padding:5px .6em; border-width:0; border-top:1px solid #bbb; border-bottom:1px solid #aaa; }
    
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span { border-color:#888 !important; color:#000; }
.btn:active span { background-position:0 -400px; outline:none; }
.btn:focus, .btn:active { outline:none; }

/* ======================================================================================= */


/* Layout ================================================================================ */
div#holder, div#holder-news, div#holder-projects, div#holder-events, div#holder-people, div#holder-phds, div#holder-info, div#holder-brassresources, div#holder-externalresources { width:960px;margin:0px auto -20px; text-align:left; padding: 0px 20px 20px 20px; margin-bottom: 20px;background: #fff; border: 5px solid #cfcfcf; border-width: 0px 5px 5px 5px;}
.main {border-top:0;padding-bottom: 20px;   min-height:350px; }

/* Base Columns */
.col-left { float:left; width:200px; padding:0 0 1px; }
.col-main { float:left; width:740px; padding:0 0 1px; }
.col-right { float:right; width:200px; padding:0 0 1px;}

/* 1 Column Layout */
.col1-layout .main { padding:16px 10px 40px; }
.col1-layout .col-main { float:none; width:auto; padding: 10px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding-top: 10px; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:520px; margin-left: 20px; }
.col3-layout .col-wrapper { float:left; width:689px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* Global Styles ========================================================================= */

/* BreadCrumbs */
.top-bar { padding:3px 12px 2px 0px; line-height:21px;margin-top: -10px;margin-bottom: 10px; border-bottom: 4px solid #ddd; }
.breadcrumbs a { color:#7f7f7f; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 16px; }
.page-title h1,
.page-title h2 { font-size:23px; font-weight:normal; float: left;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }

/* Email */
.page-title .email { float:right; margin-right: 20px; padding-right: 30px; font-size: 120%; background: url('images/background/mail_plain.png') no-repeat right; }

/* View switcher */
.page-title .view { float:right; font-size: 120%; }
.page-title .view img { vertical-align:text-top; }

/* Image box */
.image-box { float:left; margin: 0 20px 20px 0;}
.news img, .people img { float:left; margin: 0 20px 20px 0;}

/* Content area tweaks */
.content ul {list-style-type:square; padding-left: 20px; line-height: 200%; margin-bottom: 15px; margin-left: 10px; }
.content h2 { margin: 20px 0;}

/* Contact details */
ul.contact {list-style:none; padding: 0; line-height: 200%; margin-top: 10px;}
ul.contact li.address_start {margin-top: 10px;}
ul.contact span.icon { padding-right: 20px; }
ul.contact span.phone { background: url('images/background/phone_plain_small.png') no-repeat right; }
ul.contact span.fax { background: url('images/background/fax_plain_small.png') no-repeat right; }
ul.contact span.email { background: url('images/background/mail_plain_small.png') no-repeat right; }

/* Defintion tooltip */
a.definition { border-bottom: 1px dotted #507B9E; padding-right: 14px; background:url(images/background/question.png) no-repeat right; display: inline-block;}
a.definition:hover, a.definition:active { text-decoration:none; cursor: help;}

.tip-yellowsimple {
	z-index:1000;
	text-align:left;
	border:1px solid #c7bf93;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:6px 8px;
	min-width:50px;
	max-width:300px;
	color:#000;
	background-color:#fff9c9;
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-yellowsimple .tip-inner {
	font:12px/16px arial,helvetica,sans-serif;
}

.tip-yellowsimple small {
	font-size: 10px;
	font-style: italic;
	color: #777;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-yellowsimple .tip-arrow-top {
	margin-top:-6px;
	margin-left:-5px; /* approx. half the width to center it */
	top:0;
	left:50%;
	width:9px;
	height:6px;
	background:url(/images/tip-yellowsimple_arrows.gif) no-repeat;
}
.tip-yellowsimple .tip-arrow-right {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:0;
	top:50%;
	left:100%;
	width:6px;
	height:9px;
	background:url(/images/tip-yellowsimple_arrows.gif) no-repeat -9px 0;
}
.tip-yellowsimple .tip-arrow-bottom {
	margin-top:0;
	margin-left:-5px; /* approx. half the width to center it */
	top:100%;
	left:50%;
	width:9px;
	height:6px;
	background:url(/images/tip-yellowsimple_arrows.gif) no-repeat -18px 0;
}
.tip-yellowsimple .tip-arrow-left {
	margin-top:-4px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:6px;
	height:9px;
	background:url(/images/tip-yellowsimple_arrows.gif) no-repeat -27px 0;
}


/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Header ================================================================================ */
.logo { float:left; }

.header { margin:0px; padding: 15px 15px 25px 10px; position: relative; background:url('../images/header_bg.jpg') no-repeat bottom right; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Search */
div#search { position:relative; float: right; top: 0; background: #DDD; border:1px solid #999; padding: 1.2em; margin: 40px 0 0 0; }
#search label { display: block; margin: 0 0 5px 0;}
#q { padding: 5px; border:1px solid #aaa; }


/********** < Navigation */
#navigation { background: url(images/background/menu_bg.png) no-repeat top left; height: 44px; margin-bottom: 15px; z-index: 1000; }
.nav-container {}
ul.nav { float:left; height: 44px; font-size:13px; }
ul.left_links{float:left; overflow:auto;}
ul.right_links {float:right;}

/* ALL Levels */ /* Style consistent throughout all nav levels */
ul.nav li { position:relative; text-align:left;	}
ul.nav li.over { z-index:999; }
ul.nav a,
ul.nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
ul.nav span { display:block; cursor:pointer; white-space:nowrap; }
ul.level0 { display: block; }
ul.nav li ul span {white-space:normal; }

/* 0 Level */
ul.nav li { float:left;margin:0;}
ul.nav a { float:left; color:#fff; text-shadow: 0px 1px #3f3f3f; line-height: 42px; padding: 0px 9px; background: url("http://www.corvinno.com/web.nsf/%28files%29/en-img-separator/$FILE/separator-menusor.png") right no-repeat;}
ul.nav li.over a, ul.nav a:hover, ul.nav li a:hover { color:#444; text-shadow: 0px 1px #fff;background:#e0e0e0 url(images/background/menu_hover.png) repeat-x;}
ul.nav a:hover { line-height: 42px; }
ul.nav li:hover a { color: #444 !important; text-shadow: 0px 1px #fff; }
ul.nav li.over, ul.nav li:hover { background:#e0e0e0 url(images/background/menu_hover.png ) repeat-x;color: #444 !important;}
ul.nav li.active {background:#efefef url(images/background/menu_active.png) repeat-x; }
ul.nav li.active a{ text-shadow: 0px 1px #fff;color: #444 !important;text-shadow: 0px 1px #fff !important;  }
ul.nav li.active a:hover { color: #444 !important; text-shadow: 0px 1px #fff !important; } 
ul.nav li.home, ul.nav li.home a:hover { -moz-border-radius: 7px 0px 0px 7px;-webkit-border-radius: 6px 0px 0px 6px;border-radius: 6px 0px 0px 6px; }
ul.nav li.last a, ul.nav li.active a { background: none; }
	ul.nav li.before_active a { background:none; }
ul.nav li.home a:hover, ul.right_links li.last a:hover { color: #444; }
ul.right_links li.last, ul.right_links li.last a:hover { -moz-border-radius: 0px 6px 6px 0px;-webkit-border-radius: 0px 6px 6px 0px;border-radius: 6px 0px 0px 6px; }


/* 1st Level */
ul.nav li.level1 a {background: no-repeat 90% 50%; }
ul.nav ul li,
ul.nav ul li.active,
ul.nav ul li.over { float:none; border:none; background:none; margin:0; padding:0;text-transform:none; }
ul.nav ul li.parent { background:url(images/background/menu_parent.png) no-repeat 98% 50%; }
ul.nav ul.right_links li.last { padding-bottom:0; }
ul.nav ul li.active { margin:0; border:0; background:none; }
ul.nav ul a,
ul.nav ul a:hover { float:none; padding:0; background:none; line-height: 150%; }
ul.nav ul li a { font-weight:normal !important; }

/* 2nd Level */
ul.nav ul { position:absolute; width:15em; top:40px; left:-10000px; -moz-box-shadow:3px 6px 8px 1px rgba(0, 0, 0, 0.3); padding:0; background: #e0e0e0;}
ul.nav li.projects ul { width: 18em;}
ul.nav li ul.years { width: 6em;}

/* Show menu */
ul.nav li.over > ul { left:0px; }
ul.nav li.over > ul li.over > ul { left:170px; }
ul.nav li.over ul ul { left:-10000px; }
ul.nav li:hover > ul li:hover {background-image:none !important; }
ul.nav li.parent > ul li a { background-image:none;text-shadow: 0px 1px #fff !important; }
ul.nav li.parent > ul li a:hover { background-image:none;text-shadow: 0px 1px #fff !important; }
ul.nav ul li a {  padding:6px 10px; color:#444 !important; border-bottom: 1px solid #b9b9b9;border-top: 1px solid #f4f4f4;border-left: 1px solid #b9b9b9; border-right: 1px solid #b9b9b9;  }
/*ul.nav ul li.last a { border-bottom: 0px; }*/
ul.nav ul li a:hover { padding:6px 10px; color:#444 !important;background: #efefef !important; text-shadow: none !important; border-top: 1px solid #f7f7f7;}

/* 3rd+ Level */
ul.nav ul ul { top:0px;border: 1px solid #bdbdbd; }
ul.nav ul ul li a { border-width: 1px 0px; }


/*************** LEFT NAVIGATION **************** */
#leftnav { font-size:1em;margin-bottom: 1em; padding:0px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#leftnav li { position:relative; text-transform:normal; text-align:left; }
#leftnav li.over { z-index:999; }
#leftnav a, #leftnav a:hover { display:block; text-decoration:none; line-height: 150%; }

#leftnav span { display:block; cursor:pointer; white-space:nowrap; }
#leftnav li ul span { white-space:normal; }
/************ 0 LEVEL  ***************/
#leftnav li { border-bottom: 1px solid #ddd; }
#leftnav li.active, #leftnav li.active a { }
#leftnav li a{ display: block; padding:6px 5px 6px 10px; overflow: hidden; color:#000; text-shadow: 0px 1px #fff; }
#leftnav li.active { background-color: #e9e9e9; }
#leftnav li.over a, #leftnav a:hover { color:#2e2e2e; }
#leftnav li:hover, #leftnav li.over { background: #ccc; }

/************ 1ST LEVEL ***********/
#leftnav ul {display:none;}
#leftnav li.active ul {display:block;}
#leftnav ul li { background: #e0e0e0; padding-left: 10px; margin-top: -1px; }
#leftnav ul li a { border-bottom: 1px solid #ccc; display: block; padding:6px 5px 6px 10px; overflow: hidden; color: #000; font-size: 90%;}
#leftnav ul li:hover, #leftnav li.active ul li.over { background: #678;  }
#leftnav ul li a:hover, #leftnav li.active ul li.over a { color: #fff; font-weight: bold; border-bottom: 1px solid #678;}
#leftnav ul li.active a {font-weight:bold; color: #666;}
#leftnav ul li.active:hover, #leftnav li.active.over { background: #eee;}
#leftnav ul li.active a:hover, #leftnav li.activeover a { border-bottom: 1px solid #ccc; }

/* fixes - 16/05/2011 */
#leftnav li{
	position: static !important;	
}

.clear{
	height: 0;
	overflow: hidden;
	clear: both;
}
/**/
/************ 3RD+ LEVEL ************/
#leftnav ul ul { top:5px; }
/* End Left Navigation */
#nav-top { font-size: 1em; width: 960px; }
#nav-top ul { list-style: none; padding: 0px; margin-left:3em; }
#nav-top li { float: left; padding: 0px; margin-right:5px; }
#nav-top li a { display: block; background: #dddabb; color: #666134; padding: 6px 7px; }
#nav-top li a:hover { background: #899065 url(images/nav_top_ahover_blue.gif) top right no-repeat; ; color:#fff; text-decoration: none; }

/* Sidebar =============================================================================== */
.block { background: #fff url(images/background/block_bg_repeat.png) repeat-y top left;  margin:0 0 15px; line-height:1.35;padding-right: 0px;}
.block .block-title {  background: #1f1f1f url(images/background/block_title_alt.png) no-repeat; padding: 10px 8px 8px 10px; margin-right: 0px;}
.block .block-title strong { display:block; font:bold 12px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#fff;text-shadow: 0px -1px #000; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
.block .block-content { padding:0; background:url(images/background/block_bg_bottom.png) no-repeat bottom left;  font-size: 12px;}
.block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; }
.block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; }
.block .price-box { margin:5px 0; }
.block button.button span { height:23px; background-image:url(images/bkg_btn-small.png); line-height:20px; }
.block button.button span span { color: #444; text-shadow: 0px 1px #fff !important; }

.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.copyright { clear: both; background: #DDD; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
ul#footerlinks {
  margin:0;
  padding:12px 16px;
  list-style:none;
}
ul#footerlinks li {
  display:inline;
}
img#cardifflogo {
  float:right;
  margin:15px 0 0 5px;
  padding:0;
}
img#esrclogo {
  float:right;
  margin:15px 25px 0 15px;
  padding:0;
}
div#footercopy {
  margin:0;
  padding:2px 140px 20px 16px;
  color:#666;
}

/* Clears ================================================================================ */
.clearer:after,.wired-home .promo:after,.footer .f-left:after,
.header-container:after,.featured-social:after,
.header-container .top-container:after, .copyright:after,.wired-home .subpromo:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after, .book:after, .content:after, .info_box:after, .people img:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }


/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

    
/* ======================================================================================= */

.book img.thumb, .book_chapter img.thumb { float: left; margin-right: 16px; }
.book_chapter { padding-bottom: 10px;}
.simple .book_chapter { padding-bottom: 0;}
.simple img.thumb { display: none; border: 1px solid #ccc;}
.authors, .title, .extra_info, .chapter_title, .book_title { display: block; }
.date { display: none; }
.simple .date { display: inline;}
.simple h2 { display: none;}
.reports.simple h2 { display: block;}
.simple .authors, .simple .title, .simple .extra_info, .simple .chapter_title, .simple .book_title, .journal_article .authors, .journal_article .title, .journal_article .extra_info { display: inline; }
.book .authors { font-weight: bold;}
.chapter_title, .author { font-weight: bold;}
.title {font-style: italic;}
.journal_article .title { font-style: normal; }
.chapter_title {display: inline;}

.advisory h2 { padding-top: 12px; background: #eee;}
.advisory.simple h2 { display:none;}
.advisory img.thumb { float:left; padding-right: 20px; margin-top: -12px; }
.advisory .advisor, .advisory .person {display: none;}
.advisory.simple .advisor, .advisory.simple .person {display: inline; font-weight: bold;}

.magazine img.thumb {border: solid 2px #ccc; margin: 10px 0;}
.magazine .issue, .magazine .published { display:block; text-align: center; }
.magazine .issue {font-weight: bold;}
.magazine p {width: 100px; float: left; margin-right: 40px;}
.simple .issue, .simple .published { display:inline; text-align: left; }
.magazine.simple p {width: 100%;}
.simple .issue { padding-right: 5px;}
.pdf_icon { vertical-align:middle; margin: 0 15px 5px 0;}
.simple .pdf_icon {display:none;}
a.pdf_link { font-size: 16px; background:url('images/pdf_icon_light.jpg'); padding: 18px 8px 6px 17px; color: #a00; font-weight: 900; margin-right: 15px; margin-bottom: 10px; }
p.wp {margin-bottom: 20px; line-height:300%;}
a.pdf_link:hover { text-decoration: none; }
.simple a.pdf_link { display:none;}
.simple p.wp {margin-bottom: 15px; line-height:200%;}

  .captioned_thumb { 
       width: 350px; 
       height: 200px;
       margin: 10px 0 30px 0; padding: 0;
       position: relative;
	float: left;
      
  }
  .captioned_thumb p {
       margin: 0; padding: 0;
       background: url(/images/background/semiblack.png);
       position: absolute;
       bottom: 0;
       left: 0;
       padding: 10px;
       padding-bottom: 14px;
	 width: 330px;
	 font-weight: bold;
	 font-size: 16px;
    	color: #999;
  }

  .captioned_thumb a { color: #fff; }
  .captioned_thumb a:hover { text-decoration: none; }

  .r { float: right }

  .sugar-cane p { margin: 20px 0; }

  .buttons-set { width: 100%; clear: both; border-top: 2px solid #ccc; padding-top: 10px; }

  .people h2 { clear: both; }
.policy p {width: 160px; float: left; margin-right: 75px; height: 320px}  
.policy h4 {margin-bottom: 35px; }
.policy p img { margin-bottom: 10px; border: solid 2px #ccc; }
.about .image-box { margin-right: 35px; }
table.resources { margin: 15px 0 25px 0; }
.resources td { padding: 5px}
.leader { padding: 15px 5px 5px 5px; }
.brass-magazine { border: solid 2px #ccc; margin: 0px 0 20px 0;}
h4 { margin-bottom: 20px; }
.flower { margin-bottom: 15px; }

table.research { margin: 15px 0 25px 0; }
.research td { padding: 5px}
.research th { padding: 10px 5px; font-weight: bold; }
#text { float:right; width:700px; border-top:0; min-height:350px; background:#fff; padding: 20px 20px; }
#text h1, #text h2, #text h3 { clear:both; display: block;}
.leader { float:none; width:auto; }
.leader table { position: relative; top: 0; left: 0; }
h2 img { float:left; margin: 0 20px 20px 0;}
#text h2 { margin-top: 20px; }
#holder-projects #text {background; #f0f;}
#content {position: relative;}
#rhnav, #rhnav-resource, #rhnav-food, #rhnav-rethinking, #rhnav-marketing, #rhnav-business, #rhnav-resource, #rhnav-sustainability, #rhnav-responsible, #rhnav-lifestyles { float: left; background: #ff0; position: absolute; top: 0; left: 240px; height: 26px; margin: 0; padding: 0;}
#rhnav, #rhnav-resource, #rhnav-food, #rhnav-rethinking, #rhnav-marketing, #rhnav-business, #rhnav-resource, #rhnav-sustainability, #rhnav-responsible, #rhnav-lifestyles { border-bottom:1px solid #666; background:#f2f2f2 url(images/background/tabs.gif) 0 100% repeat-x; }
#rhnav li, #rhnav-resource li, #rhnav-food li, #rhnav-rethinking li, #rhnav-marketing li, #rhnav-business li, #rhnav-resource li, #rhnav-sustainability li, #rhnav-responsible li, #rhnav-lifestyles li { display: block; }
#rhnav li, #rhnav-resource li, #rhnav-food li, #rhnav-rethinking li, #rhnav-marketing li, #rhnav-business li, #rhnav-resource li, #rhnav-sustainability li, #rhnav-responsible li, #rhnav-lifestyles li { float:left; border-left:1px solid #fff; }
#rhnav a, #rhnav-resource a, #rhnav-food a, #rhnav-rethinking a, #rhnav-marketing a, #rhnav-business a, #rhnav-resource a, #rhnav-sustainability a, #rhnav-responsible a, #rhnav-lifestyles a { display:block; padding:3px 15px; float: left; color:#444; }
#rhnav a:hover, #rhnav-resource a:hover, #rhnav-food a:hover, #rhnav-rethinking a:hover, #rhnav-marketing a:hover, #rhnav-business a:hover, #rhnav-resource a:hover, #rhnav-sustainability a:hover, #rhnav-responsible a:hover, #rhnav-lifestyles a:hover { background-color:#ddd; text-decoration:none; color:#444; }


/* 
==========================================
IE Fixes 
==========================================
*/

/* Doubled Margin Fixes */
.product-view .product-img-box .more-views li,
.product-view .box-tags .form-add .input-box,
.sp-methods select.month,
.footer .form-subscribe .input-box, .footer .footer-block,
.wired-home .promo  { display:inline\9; }

.copyright .f-right img { margin-top: -3px\9;padding:0px !important\9;}
/********** < Navigation styles */
ul.nav li,
ul.nav li a { zoom:1\9; }
ul.nav li { vertical-align:top\9; }
/* Show Menu */
ul.nav li.over ul.shown-sub { left:0\9; }
#leftnav li.over ul.shown-sub { left:180px\9; }
ul.nav li.over li ul.shown-sub { left:180px\9; }
ul.nav li.parent ul li a { background-image: none !important\9; }

ul.nav li.home.active, ul.nav li.home a:hover { background:url(../images/background/menu_ie_left.png)\9;}
ul.nav li.last.active, ul.nav li.last a:hover { background:url(../images/background/menu_ie_right.png) right\9;}

.access { width: 600px\9; }
.access ul {}
.access ul li { display:inline\9;float:left\9; }

* html .validation-advice { height:13px; }
* html .main { height:350px; }
* html .account-login .content { height:200px; }
.block li.item,
.block-poll li,
.opc li.section { vertical-align:top; }

* html button.button span { background-image:url(../images/bkg_btn.gif); }
* html .form-search button.button span,
* html .block button.button span,
* html .product-view .box-tags .form-add button.button span,
* html .footer .form-subscribe button.button span { background-image:url(../images/bkg_btn-small.gif); }

* html .footer { padding: 30px 0px 30px 10px; }
* html .footer .footer-block { margin-left: 10px; display:inline; }
* html .copyright .f-right { margin-top: 12px; }
* html button.button span { position:relative; color: #fff; }
* html button.button span { background:url("../images/bkg_btn.gif") no-repeat scroll 0 0 transparent;}
* html button.button span span {background-position:100% 0;padding:0 15px 0 9px;}

/* Clears and hasLayout fixes */
.footer, .header,
.top-bar,
ul.nav,
.main,
.col-main,
.col2-set,
.col3-set,
.col4-set,
.block,
.block .block-content,
.block .actions,
.block li.item,
.block-poll li,
.block-poll .label,
.block-layered-nav .currently li,
.block-account .block-content li a,
.page-title,
.product-tabs { zoom:1\9; }
