* {margin: 0; padding: 0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-size: 100%; */  /* brian */
	background: transparent;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
@font-face {
    font-family: 'MuseoSans500';
    src: url('MuseoSans_500-webfont.eot');
    src: url('MuseoSans_500-webfont.eot?iefix') format('eot'),
         url('MuseoSans_500-webfont.woff') format('woff'),
         url('MuseoSans_500-webfont.ttf') format('truetype'),
         url('MuseoSans_500-webfont.svg#webfontkQkWxTED') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: url(/img/bg.jpg) no-repeat top center;
	font-family: Arial, sans-serif;
	color: #333;
}

a {
	color: #369;
	text-decoration: none;
}
.tiny {
	font-size: 10px;
	line-height: 14px;
}
p, li, table {
	margin-bottom: 20px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 16px;
}

hr {
	height: 10px;
	border: 0;
	background: transparent url(/img/hr.png) no-repeat center;
	margin: 20px 0 10px 0;
	clear: both;
	display: block;
}

hr.dotted{
	background: transparent url(/img/hr-dotted.png) repeat-x top;
}

/* /////////////////////////////// HEADER ////////////////////////////// */


/*----------- Utility Nav -----------*/

nav#utility {
	height: 28px;
	margin: 6px 0;
	color: white;
	position: relative;
}

nav#utility a {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
nav#utility .links, nav#utility .locale {
	background: white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: right;
	padding:10px 15px;
	margin-left: 10px;
	background-color: rgba(255, 255, 255, 0.25);
}

nav#utility .locale {
	padding: 5px 15px;
	text-align: right;
}
nav#utility .locale a {
	display: block;
	background: url(/img/map.png) no-repeat;
	line-height: 28px;
	padding-left: 64px;
	
}

nav#utility .locale_picker {
	display: none;
	position: absolute;
	width: 220px;
	top: 30px;
	right: 16px;
	padding-top: 10px;
	background: url(/img/gray-arrow-up.png) no-repeat top center;
}
nav#utility .locale_picker form {
	background-color: #fefefe;
	background-image: -moz-linear-gradient(top, #303030 11%, #181818);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.11, #303030), color-stop(1.0, #181818));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#303030, endColorstr=#181818);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#303030, endColorstr=#181818)";
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
}
nav#utility .locale_picker label {
	color: #999;
}
nav#utility .locale_picker select {
	display: block;
	margin-top:5px;
	width: 100%;
}


/*----------- Logo and Main Nav -----------*/


.header {
	clear:both;
	height: 100px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fefefe;
	background-image: -moz-linear-gradient(top, #fefefe 11%, #d6d6d6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.11, #fefefe), color-stop(1.0, #d6d6d6));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#d6d6d6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#fefefe, endColorstr=#d6d6d6)";
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);

	margin-top:18px;
}
.header #logo {
	float: left;
	margin: 15px;
}

nav#main {
	float: right;
	margin-top: 32px;
	margin-right: 20px;
}

nav#main ul, nav#main li  {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

nav#main li {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	margin-left: 12px;
}

nav#main li span {
	display: none;
	width: 16px;
	height: 6px;
}

nav#main a{
	font-size: 14px;
	color: #595959;
	font-family: 'MuseoSans500';
	text-shadow: 1px 1px 0px #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding-right: 10px;
}

nav#main li.active {
	background: url(/img/bg-nav-left.png) no-repeat left;
}

nav#main li.active a{
	background: url(/img/bg-nav-right.png) no-repeat right;
	color: #369;
}
nav#main li.active span {
	display: block;
	width: 22px;
	height: 6px;
	background: url(/img/orange-arrow-down.png) no-repeat;
	margin: 6px auto;
}


/*----------- Topics Nav -----------*/

.topics_nav {
	z-index: 9;
	background: #000 url(/img/dark-texture-tile.png);
	position: absolute;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	width: 960px;
	margin-left: 20px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .3);
}
.topics_nav .btn_close {
	font-family: 'MuseoSans500';
	float: right;
	text-transform: uppercase;
	background: url(/img/close-x.png) no-repeat right;
	color: #818181;
	height: 16px;
	line-height: 16px;
	margin-top:15px;
	margin-right: 30px;
	font-size: 11px;
	padding-right: 23px;
}
.topics_nav h3 {
	background: url(/img/dark-fade.png) repeat-x;
	color: #818181;
	font-weight: normal;
	font-size: 20px;
	padding: 30px 50px 10px 50px;
}
nav.alpha {
	margin-left: 50px;
	margin-bottom:30px;
}
nav.alpha span {
	display: block;
	float: left;
	color: #aaa;
	line-height: 23px;
	height: 23px;
	width: 31px;
	font-size: 14px;
	background: #1c1c1c;
	text-align: center;
	margin-right: 1px;
}
nav.alpha span.active {
	background: #f67e16;
	color: white;
}
.filter_results {
	clear: both;
	margin: 15px 0 40px 50px;
}
.filter_results_box {
	padding: 15px;
	width: 250px;
	margin-top: 12px;
	margin-right: 12px;
	background: rgba(0,0,0,0.1);
	float: left;
}

.filter_results_box.last {
	margin-right: 0;
}

.filter_results_box h4 {
	font-family: 'MuseoSans500';
	font-weight: normal;
	color: #818181;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.filter_results_box a {
	color: white;
	display: block;
	line-height: 24px;
	text-decoration: none;
}


/* /////////////////////////////// PRIMARY ////////////////////////////// */

section.primary{
	margin-top: 20px;
}
div.breadcrumb{
	color: #666;
	font-size: 10px;
	text-align: right;
	padding: 20px;
	margin-right: 20px;
	margin-left: 250px;
	background: url(/img/hr-dotted.png) repeat-x bottom;
}
div.breadcrumb a {
	color: #369;
	text-decoration: none;
}
/*----------- Sidebar -----------*/

aside{
	width: 190px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
aside.right{
	float: right;
	margin-right: 30px;
	margin-left: 0;
}
aside .mini_map {
	background: #e8e5d0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	padding: 15px;
}
aside .mini_map span,
aside .related_items h3,
aside .features_in_store h3,
aside .editors_picks {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #311d13;
	font-family: 'MuseoSans500';
	text-shadow: 1px 1px 0px #fff;
	margin-bottom: 0;
}

nav#sub {
	margin-top: 15px;
	margin-bottom: 30px;
}
nav#sub li {
	list-style: none;
	background: #f5f5f5;
	padding: 5px 10px;
	margin-top: 4px;
	margin-bottom: 0;

}
nav#sub li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding-left: 12px;
	background: url(/img/orange-arrow-right.png) no-repeat 0 4px;
}


/** brian **/
nav#gbase {
	margin-top: 15px;
	margin-bottom: 30px;
}
nav#gbase li {
	list-style: none;
	padding: 1px 1px;
	margin-top: 4px;
	margin-bottom: 0;
}
nav#gbase li a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding-left: 9px;
	background: url(/img/orange-arrow-right.png) no-repeat 0 4px;
}


body.topic_page nav#sub,
body.publications_page nav#sub {
	margin-top: 0;
}
body.publications_page nav#sub li {
	margin-top: 0;
	padding: 0;
}

aside .narrow_content {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
aside .narrow_content h3 {
	font-size: 13px;
	margin-bottom: 20px;
}

aside .narrow_content p {
	font-size: 11px;
}

.narrow_content.icon_list span{
	display: block;
	font-size: 11px;
	color: #999;
}
.narrow_content.icon_list  a {
	font-weight: bold;
	font-size: 13px;
}
.icon_list p {
	background-repeat: no-repeat;
	padding-left:36px;
}
.icon_list .article{
	background-image: url(/img/icon-article.png);
}
.icon_list .pdf{
	background-image: url(/img/icon-pdf.png);
}
.icon_list .presentation{
	background-image: url(/img/icon-presentation.png);
}
.icon_list .video {
	background-image: url(/img/icon-video.png);
}
/* brian */
.icon_list .spreadsheet{
	background-image: url(/img/icon-spreadsheet.png);
}
.icon_list .download{
	background-image: url(/img/icon-download.png);
}
.icon_list .goback{
	background-image: url(/img/icon-goback.png);
}


/* /////////////////////////////// CONTENT ////////////////////////////// */

div.content {
	width: 730px;
	margin-right: 20px;
	float: right;
}
div.content.left {
	width: 720px;
	margin-left: 30px;
	float: left;
}


h1 {
	font-family: 'MuseoSans500';
	font-size: 36px;
}

h3 {
	font-family: 'MuseoSans500';
	font-size: 15px;
	color: #311d13;
	margin-bottom: 20px;
}

.minor {
	font-size: 11px;
	color: #666;
}

.button {
	margin-top: 10px;
}

.button a {
	display: inline-block;
	padding:7px 15px;
	background-color: #336699;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 3px;
	white-space: nowrap;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}

.button a:hover {
	color: white;
	background: #336699;
	text-decoration: none;
}

.column {
	width: 339px;
	margin-bottom: 20px;
}
.column.left {
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
.column.right {
	float: right;
	padding-left: 20px;
}

/* ------------------------------------- */
/*-------------- Home Page------------*/
/* ------------------------------------- */

.home_page .content {
	width: 940px;
	margin: 40px 30px;
	float: none;
}
.home_page .caption {
	top: 228px !important;
	width: 430px !important;
}
.home_page .caption.presentation {
	top: 100px !important;
	width: 350px !important;
	text-align: center;
	background: transparent;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	padding: 0 50px;
	overflow: visible;
	white-space: normal;
	color: #008f3f;
} 
.home_page .lead_story .info {
	width: 440px !important;
}

.home_page .carousel {
	padding: 10px 9px !important;
}

.home_page .carousel_images ul {

}
.home_page .carousel_images li {
	list-style: none;
	float: left;
}
.home_page .carousel_images img {
	border: 4px solid white !important;
	margin: 0 4px !important;

}
.home_page  .carousel_images li.overlay {
	background: url(/img/thumbnail-overlay.png);
}
.home_page  .carousel_images img.active {
	border-color: #f47d16 !important;
}

.home_box {
	float: left;
	width: 220px;
	background: #f5f5f5;
	margin-right: 20px;
	margin-bottom: -10px;
}
.home_box.members {
	background: #e7e7e7;
	margin-right: 0;
}
.home_box h3 {
	padding: 0 15px;
	margin-bottom: 0;
	line-height: 36px;
	font-weight: normal;
	background: #e3e0c8; /* Old browsers */
	background: -moz-linear-gradient(top, #e9ebff 0%, #c8c5b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e0c8), color-stop(100%,#c8c5b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e0c8 0%,#c8c5b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e0c8 0%,#c8c5b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3e0c8 0%,#c8c5b0 100%); /* IE10+ */
	background: linear-gradient(top, #e3e0c8 0%,#c8c5b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e0c8', endColorstr='#c8c5b0',GradientType=0 ); /* IE6-8 */
	-webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .3);
	border-bottom: 1px solid #9e9e9e;
}
.home_box.members h3 {
	color: white;
	background: #e3e0c8; /* Old browsers */
	background: -moz-linear-gradient(top, #8093a6 0%, #606f7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8093a6), color-stop(100%,#606f7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8093a6 0%,#606f7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8093a6 0%,#606f7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8093a6 0%,#606f7d 100%); /* IE10+ */
	background: linear-gradient(top, #8093a6 0%,#606f7d 100%); /* W3C */
}
.home_box_content {
	padding: 15px;
}

.home_box ul {
	margin-bottom: 15px;
}
.home_box li {
	list-style: none;
	line-height: 18px;
	background: url(/img/orange-arrow-right.png) no-repeat 0 5px;
	padding-left: 10px;
	margin: 0;
}

.home_box select {
	width: 190px;
}


/* ------------------------------------- */
/* -------------- Article Page ----------*/
/* ------------------------------------- */

aside .related_items {
	background: #e8e5d0 url(/img/paperclip.png) no-repeat 5px 5px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	padding: 15px;
}


article {
	margin-top: 15px;
}

.content .social {
	float: right;
}

article .date {
	margin-bottom: 40px;
}

article h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #311d13;
}

article .subtitle {
	font-family: Georgia, serif;
	color: #737373;
	font-size: 16px;
	line-height: 16px;
	margin-top: 15px;
}
article .article_body {
	margin-top: 40px;
	margin-right: 60px;
	font-size: 16px;
	line-height: 22px;
}


/* brian */
article .article_body ul, article .article_body ol {
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 3px;
}
article .article_body li {
	margin-left: 15px;
	padding-left: 3px;
}
article .article_body ul li, article .article_body ol li {
	margin-bottom: 6px;
	margin-left: 25px;
	padding-left: 3px;
}
article .article_body ul ul li, article .article_body ol ol li {
	margin-bottom: 6px;
	margin-left: 35px;
	padding-left: 3px;
}

article .article_body ul ul ul li, article .article_body ol ol ol li {
	margin-bottom: 6px;
	margin-left: 45px;
	padding-left: 3px;
}


article .featured_content {
	margin-top: 40px;
	margin-right: 60px;
	font-size: 13px;
	line-height: 15px;
}






article .image_box {
	width: 290px;
	margin-bottom: 20px;
}
article .image_box.right {
	float: right;
	margin-left: 20px;
}
article .image_box.left {
	float: left;
	margin-right: 20px;
}
article .image_box  img{
	width: 290px;
	display: block;
	margin-bottom: 14px;
}
article .image_box .caption {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;	
	color: #666;
	line-height: 14px;
}
article a {
	color: #0099FF;
	text-decoration:underline;
}
article a:hover {
	color: #0099FF;
	text-decoration:underline;
	background:#f5f5f5;
}

article .narrow_content a {
	color: #336699;
	text-decoration:none;
}

article .offices a, article .staff_sidebar a, article .members a{
	color: #336699;
	text-decoration:none;
}

article .button a {
	color: white;
	text-decoration:none;
}




.tags {
	clear: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #f5f5f5 11%, #e9e9e9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.11, #f5f5f5), color-stop(1.0, #e9e9e9));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f5f5f5, endColorstr=#e9e9e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f5f5f5, endColorstr=#e9e9e9)";
	padding-right: 10px;
	margin: 30px 0;
}

.tags strong{
	display: block;
	font-family: 'MuseoSans500';
	float: left;
	padding-left: 15px;
	line-height: 50px;
	width: 57px;
	font-size: 14px;
	color: #333;
	text-shadow: 1px 1px 0px white;
	background: url(/img/bg-tags.png) no-repeat;
}
.tag_list{
	margin-left: 77px;
}
.tags a {
	color: #737373;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: white;
	border: 1px solid #e2e2e2;
	font-size: 13px;
	padding: 4px 11px;
	margin: 11px 7px 11px 0;
	display: block;
	float: left;
}

.tags a:hover {
	color: white;
	background: #92a5b7;
	border: 1px solid #56789a;

}


.staff_sidebar {
	float: left;
	width: 260px;
}

img.staff_photo {
 	border: 5px solid white;
 	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	float: left;
	display: block;
	margin-bottom: 20px;
}
.staff_sidebar .social_networking {
	margin-bottom: 20px;
}
.staff_sidebar .social_networking a {
	display: block;
	height: 38px;
	font-size: 18px;
	padding-top: 10px;
	padding-left: 55px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}
.staff_sidebar .social_networking a:hover {
	color: #369;
}
.staff_sidebar .social_networking a span {
	display: block;
	font-size: 11px;
	color: #777;
	font-weight: normal;
}
.staff_sidebar .social_networking a.twitter {
	background: url(/img/icon-staffbio-twitter.png) no-repeat;
}
.staff_sidebar .social_networking a.linkedin {
	background: url(/img/icon-staffbio-linkedin.png) no-repeat;
}
.staff_sidebar .social_networking a.facebook {
	background: url(/img/icon-staffbio-facebook.png) no-repeat;
}
.staff_sidebar .social_networking a.youtube {
	background: url(/img/icon-staffbio-youtube.png) no-repeat;
}
.staff_sidebar .social_networking a.skype {
	background: url(/img/icon-staffbio-skype.png) no-repeat;
}
.staff_sidebar .social_networking a.mailbox {
	background: url(/img/icon-staffbio-mailbox.png) no-repeat;
}
/*brian*/
.staff_sidebar .social_networking a.rss {
	background: url(/img/icon-staffbio-rss.png) no-repeat;
}

.vcard{
	margin-bottom: 20px;
}
.vcard .adr {
	margin-top: 20px;
	margin-bottom: 30px;
}
.vcard .type {
	font-weight: bold;
}
.qrcode {
	margin-top: 20px;

}
.staff_bio {
	margin-left: 300px;
	margin-bottom: 30px;
}
.staff_member {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.staff_member.first {
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.staff_sidebar .subtitle {
	margin-top: 0;
}
.staff_sidebar .vcard{
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
/* ------------------------------------- */
/* ----------- Regional Page ------------*/
/* ------------------------------------- */

#regional_profile p {
/*
	height: 160px;
	overflow: hidden;
 	white-space: nowrap;
	text-overflow: ellipsis;
*/
}

table.regional_directors {
	width: 100%;
}
table.regional_directors td {
	padding: 5px 10px;
	max-width: 150px;
}
table.regional_directors h4,
table.regional_directors span {
	width: 150px;
	display: block;
}
table.regional_directors img {
	border: 5px solid white;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
table.regional_directors .button a {
	width: 80px;
	text-align: center;
}

.lead_person_info {
    margin-right: 130px;
}


.pullout {
	float: right;
	text-align: center;
}
.pullout .button a {
	display: block;
}
.lead_stories {
	margin-top: 10px;
}
.lead_story {
	display:none;
	position: relative;
}
.lead_story.active {
	display: block;
}
.lead_story img {
 	border: 5px solid white;
 	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	float: left;
	display: block;
	margin: 10px 20px 20px 0;
}
.lead_story .caption{
	position: absolute;
	top: 215px;
	left: 5px;
	display: block;
	color: white;
	font-size: 11px;
	line-height: 30px;
	padding: 0 10px;
	width: 270px;
	overflow: hidden;
 	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(0, 0, 0, 0.5);
}
.lead_story .caption.light {
	color: black;
	background-color: rgba(255, 255, 255, 0.75);
}

/** brian **/
.lead_story .caption.presentation {
	top: 95px !important;
	width: 188px !important;
	text-align: center;
	background: transparent;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	padding: 0 50px;
	overflow: visible;
	white-space: normal;
	color: #2a4a34;
	border: none;
	line-height: 25px;
}

.date {
	color: #666;
	font-size: 10px;
}


.lead_story .info {
	float: right;
	width: 400px;
	margin-bottom: 20px;
}

.lead_story h1 a{
	font-size: 20px;
	display: block;
	text-decoration: none;
	line-height: 20px !important;
	margin-bottom:20px;
	font-weight: normal;
}



.featured_content {
	clear: left;
	margin-top: 20px;
	margin-left: -10px;
	margin-right: -10px;
	margin: 20px -10px 30px 20px;
}

.featured_content div {
	float: left;
	width: 124px;  /* brian */
	padding: 10px;
/* 	height: 230px; */

}


.featured_content div.top{
	border-top: 0;
}
.featured_content div.last{
	border-right: 0;
}
.featured_content img{
	display: block;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
}
.featured_content a {
	font-weight: bold;
	display: block;
}

.featured_content div:hover{
	background: #f57f17;
}

.featured_content div:hover span,
.featured_content div:hover a {
	color: white;
	text-decoration: none;
	background: #f57f17;
}

/* ------------------------------------- */
/* -- Publications & Better Crops Pages -- */
/* ------------------------------------- */

aside .features_in_store,
aside .editors_picks {
	margin-top: 30px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}
aside .features_in_store {
	background: #e8e5d0 url(/img/basket.png) no-repeat 10px 15px;
	padding: 15px;
}
aside .editors_picks {
	height: 16px;
	background: #e8e5d0 url(/img/green-circle-check.png) no-repeat 10px 15px;
	padding: 25px 10px;
}

body.publications_page nav#sub li  {
	margin-top: 0;
	padding: 0;
	clear: left;
}

body.publications_page nav#sub li a {
	border-top: 1px solid white;
	border-bottom: 1px solid #e2e2e2;
	background: none;
	padding: 12px;
	font-size: 11px;
	font-weight: bold;
	min-height: 64px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

body.publications_page nav#sub li a span {
	display: block;
	margin-left: 64px;
}

body.publications_page nav#sub a img {
	float: left;
	margin-right: 12px;
}


aside .features_in_store h3,
aside .editors_picks h3 {
	text-align: left;
	padding-left: 40px;
}

nav#sub .button {
	background: #f5f5f5;
	text-align: center;
	padding: 12px;
	margin-top: 0;
}

.publications_overview {
	padding: 20px 0;
	background: url(/img/hr-dotted.png) repeat-x bottom;
}

.publication_extras {
	float: left;
	margin-right: 20px;
	width: 180px;
	overflow: hidden;
}
.publication_extras .edition {
	color: #737373;
	font-weight: bold;
	font-size: 12px;
}

.publication_extras .edition span {
	color: #369;
}

.publications_overview a {
	font-weight: bold;
}
.publications_overview a.breadcrumb {
	margin-left: 20px;
	font-size: 10px;
}
.publications_overview h1 {
	color: #311d13;
	font-weight: normal;
	font-size: 30px;
	margin: 7px 0 15px 220px;
	line-height: 30px;
}
.better_crops .publications_overview h1 {
	color: #311d13;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
}

/* brian */
.publications_overview h2 {
	color: #311d13;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin: 7px 0 15px 220px;
	
}
/* brian */
.better_crops .publications_overview h2 {
	color: #311d13;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

.publications_overview p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 22px;
	margin-left: 220px;
	margin-right: 25px;
	color: #737373;
}
.better_crops .publications_overview p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333;
}
.publications_overview .button {
	margin-left: 220px;
}
.publication_extras .button.download {
	margin-left: 0;
}
.publication_extras .button.download a {
	padding: 10px 20px 10px 20px;
	width: 130px;
	background: #5e86ae; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e86ae 0%, #295179 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e86ae), color-stop(100%,#295179)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e86ae 0%,#295179 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e86ae 0%,#295179 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e86ae 0%,#295179 100%); /* IE10+ */
	background: linear-gradient(top,  #5e86ae 0%,#295179 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e86ae', endColorstr='#295179',GradientType=0 ); /* IE6-8 */
}
.publication_extras .button.download a img {
	float: left;
	margin-right: 10px;
}
.publication_extras .button.download a span {
	display: block;
	font-weight: normal;
	text-shadow: none;
}
.publication_extras a.toc_link {
	display: block;
	margin-top: 20px;
	font-weight: normal;
	background: url(/img/orange-arrow-right.png) no-repeat 0 5px;
	padding-left: 10px;
	
}
.info_box {
	padding: 15px 15px 15px 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f4f4f4 url(/img/icon-info.png) no-repeat 15px 15px;
	margin-left: 220px;
}
.info_box a {
	font-weight: normal;
}
.alpha_sort {
	width: 34px;
	float: left;
}

.alpha_sort ul {
	padding-bottom: 111px;
	background: url(/img/publist_bottomshadow.png) bottom right no-repeat;
}

.alpha_sort li {
	list-style: none;
	width: 34px;
	margin:4px 0;
	padding: 0;
	background: #f3f3f3;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	-webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .2);
}

.alpha_sort li a {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: url(/img/alpha_sort_shadow.png) repeat-y right;
	color: #336699;
    text-decoration: none;
}

.alpha_sort li.active a {
	color: #369;
	background: white;
}

.publications {
	margin-top: 30px;
	position: relative;
}
.publications_list{
	width: 680px;
	float: left;
	background: white;
	min-height: 700px; /**brian**/
}


#publ_list_overlay {
	background: white url(/img/publist_topshadow.png) no-repeat;
	height: 30px;
	width: 714px;
	display: block;
	position: absolute;
	top:-27px;
	left:0;
}

.publications_list hr.dotted {
	margin-left: 20px;
}

.publications_list .publication{
	margin: 20px;
}

.publication img {
	float: left;
	width: 107px;
	border: 1px solid #333333; /* brian */
}

.publication_description {
	margin-left: 140px;
}
.publication_description a {
	padding:0 12px;
	background: url(/img/orange-arrow-right.png) no-repeat 0 4px;
}


.sitemap_description {
	margin-left: 22px;
}
.sitemap_description a {
	padding:0 12px;
	background: url(/img/orange-arrow-right.png) no-repeat 0 4px;
}


form#select_issue {
	display: block;
	margin-bottom: 15px;
}
form#select_issue label {
	font-family: 'MuseoSans500';
	font-size: 15px;
}
.past_issues {
	margin-left: 220px !important;
	margin-top: 15px;
	margin-bottom: 50px;
	width: 522px !important; /* brian */
}
.issue {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.issue img {
	display: block;
	margin-bottom:15px;
	border: 1px solid #333333;  /* brian */
}
.issue a {
	font-weight: bold;
}

/* brian */
.publication_extras .editioncover {
	border: 1px solid #333333;
}



/* ------------------------------------- */
/* ---------- STAFF DIRECTORY ---------- */
/* ------------------------------------- */
.overview {
	margin-top: 20px;
}
.overview p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 22px;
	color: #737373;
}
.offices_tabs {
	background: url(/img/shadow-office-tabs-right.png);
}
.offices_tabs table {
	margin-bottom: -7px;
}

.offices_tabs td {
	list-style: none;
/* 	float: left; */
	height: 40px;
	background: #f3f3f3 url(/img/shadow-office-tabs.png) repeat-x;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .2);
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	margin: 0 5px 0 0;
}
.offices_tabs td.active {
	background: white;
	color: #369;
}
.offices_tabs td a {
	padding: 5px 10px;
	line-height: 15px;
	display: block;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}
.offices {
	background: white;
	padding: 30px 10px;
	margin-bottom: 50px;
}

.office_contact_info {
	width: 250px;
	padding-right: 30px;
	border-right: 1px solid #ddd;
	float: left;
}

.office_staff_members {
	width: 250px;
	margin-left: 320px;
}
.offices a {
	font-weight: bold;
}

.offices hr {
	height: 20px;
	border: 0;
	background: transparent url(/img/hr-dotted.png) repeat-x top;
	margin: 20px 0 10px 0;
	clear: none;
	display: block;
}


.news_left {
	width: 375px;
	padding-right: 30px;
	border-right: 1px solid #ddd;
	float: left;
}

.news_right {
	width: 265px;
	margin-left: 440px;
}



/* ------------------------------------- */
/* ---------- MEMBER DIRECTORY --------- */
/* ------------------------------------- */

.member_directory_page .overview {
	padding: 20px 0;
	background: url(/img/hr-dotted.png) repeat-x bottom;
}

.member_directory_page .member {
	width: 160px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

.member_directory_page .members {
	margin-top:40px;
}
.member_directory_page .members h4 {
	margin-bottom: 40px;
	margin-top: 20px;
}
.member_directory_page .members a {
	font-weight: bold;
}
/* ------------------------------------- */
/* ---------- TOPICS PAGE -------------- */
/* ------------------------------------- */

.topic_overview {
	padding: 20px 0;
	background: url(/img/hr-dotted.png) repeat-x bottom;
}
.topic_overview a {
	font-weight: bold;
}
.topic_overview h1 {
	color: #311d13;
	font-weight: normal;
	font-size: 30px;
	margin: 7px 0 15px;
	line-height: 30px;
}
.topic_overview p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 22px;
	color: #737373;
}

.sort_by {
	float: left;
	margin-top: 20px;
}

.view_options {
	float: right;
	margin-top: 20px;
	height: 48px;
}

.view_options span {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-left: 15px;
	text-indent: -9999px;
	background-image: url(/img/icons-view-options.png);
	cursor: pointer;
}
.view_options .list{
	background-position: 0 0;
}
.view_options .grid {
	background-position: -24px 0;
}
.view_options .list.active{
	background-position: 0 -24px;
}
.view_options .grid.active {
	background-position: -24px -24px;
}

/* ------ Grid View ------ */

.article_stack,
.article_collage {
	clear: both;
	margin-bottom: 30px;
}
.collage_row {
	clear: both;
	overflow: hidden;
}
.article_collage .item {
	float: left;
	padding: 10px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.article_stack .item  {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}



.one_across {	width: 127px;}
.wider .one_across { width: 166px;}
.two_across {	width: 275px;}
.three_across {	width: 423px;}
.four_across {	width: 571px;}
.five_across {	width: 723px;}

/*
.tall .item { height: 240px; }
.medium .item { height: 220px; }
.short .item { height: 140px; }
*/


.item.left{
	padding-left: 0;
}
.item.right{
	padding-right: 0;
	border-right: 0;
}
.item.top{
	padding-top: 0;
}
.item.bottom{
	padding-bottom: 0;
	border-bottom: 0;
}

.item img {
	float: left;
}
.item img.thumb {
	margin: 0 10px 10px 0;
}
.item img.full_width {
	margin-bottom: 10px;
	float: none;
}
.item .date {
	display: block;
}
.item a {
	font-weight: bold;
}
.item a.alt {
	display: none;
}
.item a.title {
	display: block;
}
p.excerpt {
	color: #666;
}
.white_paper{
	background: #f5f5f5;
	padding:10px;
}
.white_paper p {
	clear: left;
	margin-top: 10px;
}

/* List View */

.list .item {
	border-bottom: 1px solid #ddd;
	border-right: 0;
	padding: 10px 0;
	float: none;
	height: auto !important;
	width: auto;
}
.list img {
	display: none;
}
.list a.alt {
	display: block;
}
.list .item.top.left {
	border-top: 1px solid #ddd;
}
.list .item.bottom.right {
	border-bottom: 1px solid #ddd;
}

/*----------- Carousel -----------*/


.carousel {
	clear: both;
	border-radius: 6px;
	padding: 10px 5px;
	background: #ddd;
	height: 80px;
	-webkit-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
}

.carousel .prev,
.carousel .carousel_images,
.carousel .next {
	float: left;
	margin: 0 5px;
	cursor: pointer;
}

.carousel_images img {
	border: 5px solid white;
	margin: 0 6px;
 	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15)
 	-moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15)
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15)
}

.carousel_images img.active {
	border-color: #f47d16;
}

.gallery_image {
	display: none;
}
.gallery_image:first-child{
	display: inline;
}
.gallery_carousel {
	height: 27px;
	padding: 6px;
	margin-bottom: 20px;
	width: 686px; /* brian */
	background-image: -moz-linear-gradient(top, #454545 11%, #171717);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.11, #454545), color-stop(1.0, #171717));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#454545, endColorstr=#171717);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#454545, endColorstr=#171717)";
	text-align: center;
}
.gallery_carousel img {
	display: inline-block;
	width: 27px;
	height: 27px;
	cursor: pointer;
} 
.gallery_carousel img.dot {
	padding: 8px;
	width: 11px;
	height: 11px;
}
.gallery_carousel .dot.active{
	background: url(/img/dot-orange.png) no-repeat center;

}


/* ////////////////////////////// Footer //////////////////////////// */


footer{
	clear: both;
	background: #f7f7f7 url(/img/bg-footer.png) repeat-x;
	padding-top: 40px;
}
footer .mission {
	float: left;
	width: 360px;
	margin-left: 30px;
	color: #666;
}
footer .link_list_1 {
	float: left;
	margin-left: 40px;
	width: 140px;
}
footer .link_list_2 {
	float: left;
	margin-left: 20px;
	width: 140px;
}
footer li {
	list-style: none;
	margin:0;
	padding:0;
	line-height: 19px;
}
footer .link_list_1 .button,
footer .link_list_2 .button{
	margin-bottom: 20px;
}
footer .more {
	float: left;
	margin-left: 20px;
	width: 220px;
}
footer #search {
	background: url(/img/bg-search.png);
	width: 200px;
	height: 26px;
	margin-bottom: 20px;
}
footer #search input {
	display:block;
	float:left;
	margin: 5px 0 5px 8px;
	width: 152px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #999;
	border: none;
}
footer #search button{
	float: left;
	width: 40px;
	height: 26px;
	text-indent: -9999px;
	background: none;
	border: none;
	cursor: pointer;
}
footer ul.social a{
	display:block;
	line-height: 31px;
	padding-left: 38px;
}
footer ul.social a.twitter{
	background: url(/img/icon-footer-twitter.png) no-repeat 0 7px;
}
footer ul.social a.youtube{
	background: url(/img/icon-footer-youtube.png) no-repeat 0 7px;
}
footer ul.social a.facebook{
	background: url(/img/icon-footer-facebook.png) no-repeat 0 7px;
}
footer ul.social a.rss{
	background: url(/img/icon-footer-rss.png) no-repeat 0 7px;
}
footer #subscribe label {
	color: #666;
}
footer #subscribe input {
	line-height: 26px;
	height: 26px;
	width: 220px;
	padding: 0 5px;
	font-size: 12px;
	color: #999;
	border: 1px solid #cecece;
	display: block;
	-webkit-box-shadow: inset 1px 1px 1px 1px , 0, 0.3);
	-moz-box-shadow: inset 1px 1px 1px 1px , 0, 0.3);
	box-shadow: inset 1px 1px 1px 1px , 0, 0.3);
	margin-top: 5px;
}
footer #subscribe button {
	border: none;
}
footer hr.striped {
	background: transparent url(/img/hr-striped.png) repeat-x bottom;
	clear: left;
	height: 30px;
}
footer .copyright {
	padding: 20px 0 20px 90px;
	color: #737373;
	background: url(/img/logo-mini.png) no-repeat left center;
}




/* zzz */
.project_overview {
	background: white;
	padding: 30px 10px;
	margin-bottom: 50px;
}

.project_tabs {
	background: url(/img/shadow-office-tabs-right.png) no-repeat;
}
.project_tabs table {
	margin-bottom: -7px;
}

.project_tabs td {
	list-style: none;
/* 	float: left; */
	height: 40px;
	background: #f3f3f3 url(/img/shadow-office-tabs.png) repeat-x;
	box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .2);
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	margin: 0 5px 0 0;
}
.project_tabs td.active {
	background: white;
	color: #369;
}
.project_tabs td a {
	padding: 5px 10px;
	line-height: 15px;
	display: block;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
}

/* PROJECT OVERVIEW */
.project_overview .project_description {
	/*width: 550px; */
}
.project_overview .initiation,
.project_overview .completion {
	width: 100px;
	text-align: center;
	float: left;
}
.project_overview .left {
	border: none;
}
.project_overview .year {
	display: block;
	font-size: 24px;
	margin-top: 15px;
	font-family: 'MuseoSans500';
}
.project_overview td.date {
	width: 60px;
	font-size: 13px;
	vertical-align: top;
}


.project_column {
	width: 330px;
	margin-bottom: 20px;
}
.project_column.left {
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
.project_column.right {
	float: right;
	padding-left: 20px;
}



article .project_image_box {
	width: 290px;
	margin-bottom: 20px;
}
article .project_image_box  img{
	display: block;
	margin-bottom: 14px;
}
article .project_image_box .caption {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;	
	color: #666;
	line-height: 14px;
}






/** brian **/
article .center_image_box {
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	margin-bottom: 20px;
}
article .center_image_box  img{
	width: 490px;
	display: block;
	margin-bottom: 14px;
}
article .center_image_box .caption {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;	
	color: #666;
	line-height: 14px;
}

img.shadow_photo {
 	border: 5px solid white;
 	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
	margin-left: 3px;
	margin-right: 3px;
}


