/* @override http://irp/css/site.css */

/* @group Generic */

/* Reset */
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%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generic */
body {
	color: #2B353C;
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.1em;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	line-height: 1.2em;
}

h1 {
	color: #2B353C;
	font-size: 2.4em;
	line-height: 1.2em;
	margin: 1.5em 0 0;
}

h2 {
	color: #49667B;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.1em;
}

p {
	margin: 0.5em 0;
}

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

/* Tables */
table {
	margin: 1.3em 0;
}


table td,
table th {
	padding: 9px 11px;
}

/* Links */
a:link {
	color: #103961;
}

a:visited{
	color: #75808d;
}

a:hover {
	color: #b23514;
}

a:active {
	color: #67abe6;
}

/* Images */
a img {
	border: 0px;
}

.callout-left,
.graphic-left,
.image-left,
.pullquote-left {
	float: left;
	display: inline;
	margin: 0px 15px 5px 0px;
}

.callout-right,
.graphic-right,
.image-right,
.pullquote-right {
	float: right;
	display: inline;
	margin: 0px 0px 5px 15px;
}


.callout-left,
.callout-right,
.graphic-left,
.graphic-right {
	border: 1px solid #E9EBEC;
	padding: 5px;
}

#content-main .image-left p,
#content-main .image-right p,
#content-main .graphic-left p,
#content-main .graphic-right p,
#content-main .callout-left p,
#content-main .callout-right p {
	color: #49667B;
	font-size: 1.1em;
	margin: 0;
}

.image-left p cite,
.image-right p cite,
.graphic-left p cite,
.graphic-right p cite,
.callout-left p cite,
.callout-right p cite {
	color: #7A8A95;
	display: block;
	font-size: 0.91em;
	font-style: normal;
	text-align: right;
}

.image-left img,
.image-right img {
	border: 1px solid #E9EBEC;
	margin-top: 15px;
}

/* Clear */
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @group Layout */

#header {
	background: transparent url('../images/layout/header.png') repeat-x 0 0;
}

#content {
	background: transparent url('../images/layout/content.png') repeat-x 0 0;
}

#nav-footer {
	padding: 4px 0 6px;
}

#nav-footer-outer {
	background: #d6dadd url('../images/layout/footer-menu.png') no-repeat 50% 0;
	margin-bottom: 5px;
}

#footer {
	background: transparent url('../images/layout/footer.png') repeat-x 0 0;
}

#header-inner,
#content-inner,
#content-header,
#footer-inner,
#nav-footer {
	width: 983px;
	margin: 0 auto;
}

#content-header h2.generic-content-header  {
	height: 20px;
}


/* @end */

/* @group Header */

#header-inner {
	position: relative;
}

#header #logo {
	background: transparent url('../images/layout/irp-logo.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 125px;
	left: -4px;
	position: relative;
	text-indent: -9999px;
	width: 330px;
}

#header #nav-utility,
#header #nav-main {
	float: right;
	position: relative;
	right: -4px;
}

#header li {
	float: left;
	display: inline;
	margin-left: 12px;
}

#header #nav-utility {
	margin: 16px 0;
}

#header #nav-utility li {
	font-size: 1.0em;
}

#header #nav-utility li a:link,
#header #nav-utility li a:visited {
	color: #49667B;
	display: block;
	text-decoration: none;
}

#header #nav-utility li a:hover {
	color: #990000;
}

#header #nav-utility li.podcasts a:link,
#header #nav-utility li.podcasts a:visited {
	background: transparent url('../images/layout/icon-podcast.gif') no-repeat 100% 50%;
	padding-right: 20px;
}

#header #nav-utility li.youtube a:link,
#header #nav-utility li.youtube a:visited {
	background: transparent url('../images/layout/icon-youtube.gif') no-repeat 100% 50%;
	padding-right: 20px;
}

#header #nav-utility li.facebook a:link,
#header #nav-utility li.facebook a:visited {
	background: transparent url('../images/layout/icon-facebook.gif') no-repeat 100% 50%;
	padding-right: 20px;
}

#header #nav-utility li.twitter a:link,
#header #nav-utility li.twitter a:visited {
	background: transparent url('../images/layout/icon-twitter.gif') no-repeat 100% 50%;
	padding-right: 20px;
}

#header #nav-utility li.feeds a:link,
#header #nav-utility li.feeds a:visited {
	background: transparent url('../images/layout/icon-feeds.gif') no-repeat 100% 50%;
	padding-right: 20px;
}

#header form p,
#header form .input-text {
	color: #5E707B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	position: relative;
}

#header form label {
	left: 5px;
	position: absolute;
	top: 1px;
}

#header form input {
	display: inline;
	float: left;
}

#header form .input-text {
	border: 1px solid #CECECE;
	height: 19px;
	line-height: 15px;
	padding: 0 2px;
	position: relative;
	top: -1px;
}

#header form .input-submit {
	background: transparent url('../images/layout/search-button.png') no-repeat 0;
	border: 0 none;
	height: 17px;
	margin-left: 5px;
	text-indent: -9999px;
	width: 22px;
}

#header #nav-main {
	bottom: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

#header #nav-main li {
	font-size: 2.2em;
	height: 47px;
	margin: 0 0 0 18px;
	text-transform: uppercase;
}

#header #nav-main li a:link,
#header #nav-main li a:visited {
	display: block;
	float: left;
	height: 47px;
	padding: 0 1px;
	text-decoration: none;
	color: #990000;
}

#header #nav-main li.active a:link,
#header #nav-main li.active a:visited,
#header #nav-main li a:hover {
	background: transparent	url('../images/layout/nav-main.gif') repeat-x 0 100%;
	color: #103961;
}

/* @end */

/* @group Footer */

#nav-footer li {
	display: inline;
	font-size: 1.0em;
	padding: 6px;
}

#nav-footer li a:link,
#nav-footer li a:visited {
	color: #2B353C;
	text-decoration: none;
}

#nav-footer li a:hover {
	color: #990000;
	text-decoration: underline;
}

#nav-footer li.middle {
	background: transparent url('../images/layout/footer-menu-divider.png') no-repeat 100% 0;
	padding-right: 15px;
}

#footer-inner {
	padding: 10px 13px;
}

#footer .sais {
	float: left;
	margin: 4px 10px 10px 0;
}

#footer .sais a {
	background: transparent url('../images/layout/logo-sais.png') no-repeat 0 0;
	display: block;
	height: 60px;
	text-indent: -9999px;
	width: 60px;
}

#footer .new-america {
	float: left;
	margin: 4px 10px 10px 0;
}

#footer .new-america a {
	background: transparent url('../images/layout/NewAmericaLogo.jpg') no-repeat 0 0;
	display: block;
	height: 60px;
	text-indent: -9999px;
	width: 60px;
}

#footer p {
	color: #7A8A95;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
	margin: 0 0 3px;
}

#footer p a:link,
#footer p a:visited {
	color: #990000;
	display: block;
	font-weight: normal;
}

#footer p a:hover {
	color: #49667B;
}

#footer p.copyright {
	color: #000000;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
}

/* @end */

/* @group Content */

#content-header h2.stories {
	background: transparent url('../images/layout/header-stories.png') no-repeat;
	height: 43px;
	margin: 0;
	text-indent: -9999px;
	width: 207px;
}

#content-inner {
	background-color: #ffffff;
	padding: 12px;
}

/* @group Main */

#content-main {
	float: right;
	width: 737px;
}

#content-main #breadcrumb,
#content-main #content-tools {
	margin: 0;
}

#content-main #breadcrumb {
	float: left;
}

#content-main #content-tools {
	float: right;
}

#content-main #breadcrumb li,
#content-main #content-tools li {
	float: left;
	font-size: 1.1em;
	margin: 0;
}

#content-main #breadcrumb li a:link,
#content-main #breadcrumb li a:visited {
	background: transparent url('../images/layout/bullet-arrow-small-blue.gif') no-repeat 100% 63%;
	color: #2B353C;
	margin-right: 8px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
}

#content-main #breadcrumb li a:hover {
	color: #990000;
}

#content-main #breadcrumb li.last,
#content-main #breadcrumb li.last {
	background: transparent none;
	color: #990000;
	font-weight: bold;
}

#content-main #content-tools li {
	margin-left: 12px;
}

#content-main #content-tools li a:link,
#content-main #content-tools li a:visited {
	color: #2B353C;
	padding-left: 15px;
	text-decoration: none;
}

#content-main #content-tools li a:hover {
	color: #990000;
	text-decoration: none;
}

#content-main #content-tools li.reprint a:link,
#content-main #content-tools li.reprint a:visited {
	background: transparent url('../images/layout/icon-reprint.gif') no-repeat 0 50%;
	padding-left: 12px;
}

#content-main #content-tools li.print a:link,
#content-main #content-tools li.print a:visited {
	background: transparent url('../images/layout/icon-print.gif') no-repeat 0 50%;
}

#content-main #content-tools li.comment a:link,
#content-main #content-tools li.comment a:visited {
	background: transparent url('../images/layout/icon-bubble.gif') no-repeat 0 50%;
}

#content-main #content-tools li.share a:link,
#content-main #content-tools li.share a:visited {
	background: transparent url('../images/layout/icon-share.gif') no-repeat 0 50%;
}

#content-main h1 {
	clear: both;
}

#content-main p {
	font-size: 1.3em;
	margin: 1em 0;
}

#content-main #byline {
	margin: 1em 0;
}

#content-main #byline p {
	color: #7A8A95;
	font-size: 1.1em;
	margin: 0;
}

/* @group Fellows and Editors */

#content-header h2.fellows {
	background: transparent url('../images/layout/header-fellows.png') no-repeat;
	height: 43px;
	margin: 0;
	text-indent: -9999px;
	width: 506px;
}

.fellows h1 {
	color: #2b353c;
	float: left;
	font-size: 2.2em;
	margin: 0;
	text-transform: uppercase;
}

.fellows #nav-section li.trip {
	margin: 2px 0;
}

.fellows ul.header-links {
	float: left;
	margin: 4px 0px 0 10px;
}

.fellows ul.header-links li {
	float: left;
	margin: 0 14px 0 0;
	font-size: 1.1em;
	background: none;
}

.fellows ul.header-links a:link,
.fellows ul.header-links a:visited {
	float: left;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.fellows #fellows {
	background: url('../images/layout/fellows-bg.png') top repeat-x;
	height: 330px;
	overflow: auto;
	margin-bottom: 25px;
	position: relative;
}

.fellows #fellows ul {
	margin: 15px 0 0 16px;
}

.fellows #fellows li {
	width: 50%;
	float: left;
	margin-bottom: 19px;
	height: 109px;
}

.fellows #fellows h2 {
	color: #990000;
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: "Arial Narrow";
}

.fellows #fellows h2 a:link,
.fellows #fellows h2 a:visited {
	color: #990000;
	text-transform: uppercase;
	background: url('../images/layout/fellows-arrow.gif') no-repeat 100% 48%;
	text-decoration: none;
	padding-right: 7px;
}

.fellows #fellows img {
	float: left;
	margin-right: 12px;
}

.fellows #fellows dl {
	font-size: 0.9em;
}

.fellows #fellows dt {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	line-height: 1.3em;
}

.fellows #fellows dd {
	line-height: 1.3em;
}

.fellows #fellows p {
	background: url('../images/layout/fellows-line.png') no-repeat;
	background-position: 121px 8px;
	font-size: 1em;
	margin: 0;
	padding-top: 15px;
	line-height: 1.3em;
}

.fellows #feature-boxes {
	width: 732px;
	padding-left: 5px;
	background: url('../images/layout/feature-boxes-bg.gif') repeat-x;
}
.fellows #feature-boxes #feature-about li {
	float: left;
	padding: 7px 1px 7px 7px;
	width: 134px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fellows #feature-boxes #feature-about li a:link,
.fellows #feature-boxes #feature-about li a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding-right: 6px;
	background: transparent url(../images/layout/bullet-arrow-small-white.gif) no-repeat 100% 45%;
}

.fellows #feature-boxes #feature-about li a:hover {
	text-decoration: underline;
	color: #990000;
}

.fellows #content-main #feature-boxes #feature-about li a.pic {
	display: block;
	padding: 0;
	margin: 0;
	background: none;
}

.fellows #about-news-columns {
	padding-left: 0;
}

.fellows #about-news-columns h3 {
	text-transform: uppercase;
	margin: 0;
}

.fellows #newscol-left span {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
}

.fellows #about-news-columns span a:link,
.fellows #about-news-columns span a:visited {
	color: #49667B;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 5px;
	background:  url('../images/layout/bullet-arrow-blue-right-small.gif') no-repeat 100% 60%;
}

.fellows #about-news-columns #newscol-right span a:link,
.fellows #about-news-columns #newscol-right span a:visited {
	font-size: 1em;
}

.fellows #newscol-left ul.storylist,
.fellows #newscol-right ul.storylist {
	margin-top: 10px;
}

.fellows #about-news-columns ul.storylist {
	margin-bottom: 20px;
}

.fellows #newscol-left ul.storylist p {
	padding-top: 0px;
}

.fellows #about-news-columns #newscol-right span.date {
	padding: 0px 0 4px 0;
	margin: 0;
	font-weight: bold;
	color: #445e70;
	font-size: 0.9em;;
}

.fellows #about-news-columns ul.storylist li p {
	padding: .25em 0 .5em 0;
}

.fellows #about-news-columns #newscol-right ul.storylist li{
	padding: 0 0 0.6em;
	overflow: hidden;
}

.fellows #content-main .profile-list {
	padding-top: 30px;
}

.fellows #content-main .profile-list li h2 {
	color: #990000;
	font-size: 1.6em;
	text-transform: uppercase;
	clear: both;
}

.fellows #content-main .profile-list li h4 {
	color: #2B353C;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.25em 0 0.35em;
	clear: both;
}

.fellows #content-main .profile-list li h4 a:link,
.fellows #content-main .profile-list li h4 a:visited {
	color: #2B353C;
	font-weight: bold;
	text-decoration: none;
}

.fellows #content-main .profile-list li h4 a:hover,
.fellows #content-main .profile-list li h4 a:active {
	text-decoration: underline;
	color: #990000;
}

.fellows #content-main .profile-list   dl {
	font-size: 0.9em;
}

.fellows #content-main .profile-list  dt {
	float: left;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 3px;
}

.fellows #content-main .profile-list dd {
	line-height: 1.3em;
}

.fellows #content-main .profile-list li  {
	margin: 20px 0;
}

.fellows #content-main .profile-list p {
	margin: 0;
	clear: both;
	font-size: 1em;
}

.fellows #content-main .profile-list li h2 a:link,
.fellows #content-main .profile-list li h2 a:visited {
	background: transparent url(../images/layout/fellows-arrow.gif) no-repeat scroll 100% 48%;
	color: #990000;
	padding-right: 7px;
	text-decoration: none;
	text-transform: uppercase;
}
/* @end */

/* @group About Country */

#content-header h2.about {
	background: transparent url('../images/layout/header-about.png') no-repeat;
	height: 43px;
	margin: 0;
	text-indent: -9999px;
	width: 374px;
}

#content-main .country-about {
	background: transparent url('../images/layout/comments.png') repeat-x 0 0;
	border: 1px solid #e9ebec;
	padding: 8px;
	float: right;
	margin: 0 0 10px 10px;
	width: 219px;
}

#content-main .country-about h3 {
	color: #49667B;
	font-size: 1.8em;
	margin: 0 0 3px;
	text-transform: uppercase;
}

#content-main .country-about img {
	display: block;
	margin-bottom: 10px;
}

#content-main .country-about li {
	background: transparent url('../images/layout/rule-fade-right.png') no-repeat 100% 100%;
	padding: 3px 0 5px;
}

#content-main .country-about li a:link,
#content-main .country-about li a:visited {
	text-decoration: none;
}

#content-main .country-about li.more a:link,
#content-main .country-about li.more a:visited {
	background: transparent url('../images/layout/bullet-arrow-small-blue.gif') no-repeat 100% 45%;
	font-weight: bold;
	padding-right: 6px;
}

#content-main .country-about li a:hover {
	text-decoration: underline;
}

#content-main .country-about li.more {
	background: transparent none;
	padding-bottom: 0;
}

/* @end */

/* @group Comment Bar */

#content-main .comments-bar {
	margin: 1.5em 0;
}

#content-main .comments-bar li {
	display: inline;
	font-size: 1.3em;
	margin-right: 12px;
}

#content-main .comments-bar li a:link,
#content-main .comments-bar li a:visited {
	color: #49667B;
	font-weight: bold;
	text-decoration: none;
}

#content-main .comments-bar li.post a:link,
#content-main .comments-bar li.post a:visited {
	background: transparent url('../images/layout/icon-bubble.gif') no-repeat 100% 45%;
	padding-right: 16px;
}

#content-main .comments-bar li a:hover {
	color: #990000;
	text-decoration: underline;
}

/* @end */

/* @group Accessory */

#content-main #content-accessory {
	border: 1px solid #E9EBEC;
	border-width: 1px 0;
	margin: 1.5em 0 3em;
}

#content-main #content-related,
#content-main #content-fellows,
#content-main #content-appearances {
	border: 1px solid #E9EBEC;
	border-width: 0 1px;
	float: left;
	padding: 14px;
	position: relative;
}

#content-main #content-related,
#content-main #content-appearances {
	width: 182px;
}

#content-main #content-related {
	border-left: 0 none;
}

#content-main #content-fellows {
	left: -1px;
	width: 280px;
}

#content-main #content-appearances {
	border-width: 0 0 0 1px;
	left: -2px;
}

#content-main #content-accessory h4 {
	color: #990000;
	margin: 0;
	text-transform: uppercase;
}

#content-main #content-accessory ul {
	margin: 0 0 1.5em;
}

#content-main #content-accessory a:link,
#content-main #content-accessory a:visited {
	color: #2B353C;
	text-decoration: none;
}

#content-main #content-accessory p {
	font-weight: bold;
}

#content-main #content-accessory p a:link,
#content-main #content-accessory p a:visited {
	background: transparent url('../images/layout/bullet-arrow-small-blue.gif') no-repeat 100% 45%;
	padding-right: 5px;
}

#content-main #content-accessory a:hover {
	color: #990000;
	text-decoration: underline;
}

#content-main #content-accessory ul.tags li {
	display: inline;
	font-size: 1.3em;
	margin-right: 4px;
}

#content-main #content-accessory ul.tags li a:link,
#content-main #content-accessory ul.tags li a:visited {
	color: #2B353C;
	text-decoration: underline;
}

#content-main #content-accessory ul.tags li a:hover {
	color: #990000;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Section */

#content-section {
	background: transparent url('../images/layout/content-section.png') repeat-x 0 0;
	float: left;
	width: 236px;
	min-height: 490px;
}

#nav-section {
	padding: 14px;
}

.fellows #nav-section {
	min-height: 1px;
}

#nav-section h3 {
	color: #49667B;
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 0;
	text-transform: uppercase;
}

#nav-section h3 a:link,
#nav-section h3 a:visited {
	background: transparent url('../images/layout/bullet-arrow-blue.gif') no-repeat 100% 40%;
	color: #49667B;
	padding-right: 8px;
	text-decoration: none;
}

#nav-section h3 a:hover {
	color: #990000;
	text-decoration: underline;
}

#nav-section ul {
	margin: 0 0 6px 0;
	padding: 0 0 4px 0;
	background: transparent url('../images/layout/rule-fade-right.png') no-repeat scroll 0% 100%;
}

#nav-section ul.last-list {
	background: none;
}

#nav-section ul li ul li {
	font-size: 1em;
}

#nav-section ul li ul li a:link,
#nav-section ul li ul li a:visited {
	padding: 0 0 0 8px;
	background: url('../images/layout/bullet-arrow-blue.gif') no-repeat 0 50%;
	font-weight: normal;
}

#nav-section ul ul {
	background: none;
	margin: 0;
	padding: 0;
}

#nav-section li {
	margin: 3px 0;
	line-height: 1.2em;
}

#nav-section li.utility {
	padding-top: 10px;
}

#nav-section li a:link,
#nav-section li a:visited {
	color: #2B353C;
	font-weight: bold;
	text-decoration: none;
}

#nav-section li a:hover {
	color: #990000;
	text-decoration: underline;
}

#nav-section li.trip a:link,
#nav-section li.trip a:visited {
	color: #2B353C;
	font-weight: normal;
	text-decoration: none;
}

#nav-section li.trip a:hover {
	color: #990000;
	text-decoration: underline;
}

#nav-section li.trip strong {
	color: #990000;
}

#nav-section li.trip span {
	color: #445e70;
	font-weight: bold;
}

#nav-section .current-trip {
	margin-top: 5px;
}

#nav-section .current-trip img {
	float: left;
	padding: 0 10px 5px 0;
}

#nav-section .current-trip a:link,
#nav-section .current-trip a:visited {
	color: #2B353C;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#nav-section .current-trip a:hover,
#nav-section .current-trip a:active {
	text-decoration: none;
}

#nav-section .current-trip div {
	float: left;
	margin: 10px 0;
}

#nav-section .current-trip span {
	display: block;
	color: #990000;
	font-size: 2.5em;
	text-transform: uppercase;
}

#nav-section .gatekeeper-trip-nav li {
	position: relative;
	top: -14px;
}

#nav-section ul.past-trips {
	margin-top: 10px;
}

#nav-section .past-trips li {
	color: #49667b;
	font-weight: bold;
	font-size: 1em;
	margin: 2px 0;
}

#nav-section ul.past-trips li ul li {
	font-size: 1em;
}

#nav-section ul.past-trips li ul li a:link,
#nav-section ul.past-trips li ul li a:visited  {
	font-weight: normal;
}

#reader-comments {
	background: transparent url('../images/layout/comments.png') repeat-x 0 0;
	border: 1px solid #e9ebec;
	padding: 14px;
}

#reader-comments h3 {
	background: transparent url('../images/layout/bullet-arrow-blue-down.gif') no-repeat 100% 35%;
	color: #49667B;
	float: left;
	font-size: 1.8em;
	margin: 0;
	padding-right: 11px;
	text-transform: uppercase;
}

#reader-comments ul {
	clear: both;
	margin-bottom: 0;
}

#reader-comments li {
	background: transparent url('../images/layout/rule-fade-right.png') no-repeat 100% 100%;
	padding: 4px 0;
}

#reader-comments li p {
	font-size: 1em;
	display: inline;
}

#reader-comments li.more {
	background: transparent none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#reader-comments li a:link,
#reader-comments li a:visited {
	color: #49667B;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#reader-comments li a:hover {
	color: #990000;
	text-decoration: underline;
}

#reader-comments li.more a:link,
#reader-comments li.more a:visited {
	background: transparent url('../images/layout/bullet-arrow-small-blue.gif') no-repeat 100% 45%;
	padding-right: 5px;
	text-transform: none;
}

#content-section div.blurb {
	background: transparent url('../images/layout/blurb-bg.png') repeat-x 0 0;
	width: 189px;
	margin: 0 auto 20px auto;
	padding: 0 10px;
}

#content-section div.blurb p {
	padding: 10px 0 4px 0;
	margin: 0;
	font-weight: bold;
	color: #445e70;
	line-height: 1.1em;
}

#content-section div.blurb strong a:link,
#content-section div.blurb strong a:visited {
	color: #990000;
	text-transform: uppercase;
	font-size: 1.6em;
	text-decoration: none;
}

#content-section div.blurb a:link,
#content-section div.blurb a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
}

#content-section div.blurb h3 {
	color: #49667B;
	font-size: 1.6em;
	line-height: 1.1em;
	padding-top: 10px;
	margin: 0;
	text-transform: uppercase;
}

/* @end */

/* @end */


/* @group About styles */
h1#header-about {
	color: #2c373e;
	text-transform: uppercase;
	margin: 0;
	padding: 0 8px;
}

p.pad {
	padding-left: 8px;
	width: 700px;
}

p.pad strong a {
	font-size: 1.25em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

p.pad strong a:hover {
	text-decoration: underline;
}

#feature-boxes {
	width: 717px;
	margin: 0.5em 0;
	background: url('../images/layout/feature-boxes-bg.gif') repeat-x;
}
#feature-boxes #feature-about li{
	float: left;
	padding: 7px 3px 7px 7px;
}

#feature-boxes #feature-about li a:link,
#feature-boxes #feature-about li a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding-right: 6px;
	background: transparent url(../images/layout/bullet-arrow-small-white.gif) no-repeat 100% 45%;
}

#feature-boxes #feature-about li a:hover {
	text-decoration: underline;
	color: #990000;
}

#feature-boxes #feature-about li a.pic{
	display: block;
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
	background-image: none;
}


#signup-box {
	width: 717px;
	margin: 1em 0;
	background: url(../images/layout/signup-box-bg.jpg) repeat-x;
	font-size: 11px;
}

#signup-box h3{
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px;
}

#signup-box .signup-copy {
	float: left;
	padding: 7px;
	width: 415px;
}

#signup-box .signup-form {
	float: right;
	width: 236px;
	padding: 7px 40px 7px 0;
}


#signup-box form p,
#signup-box form .input-text {
	color: #5E707B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
}

#signup-box form p {margin: 0; padding: 0;}

#signup-box form input {
	display: inline;
	float: left;
}

#signup-box form .input-text {
	border: 1px solid #CECECE;
	width: 140px;
	height: 23px;
	line-height: 23px;
	padding: 0 2px;
	position: static;
}

#signup-box form .input-subscribe {
	background: transparent url('../images/layout/subscribe-button.png') no-repeat 0;
	border: 0 none;
	height: 23px;
	margin-left: 5px;
	text-indent: -9999px;
	width: 77px;
	font-size: 0;
}

.signup-past {
	position: relative;
	width: 236px;
	padding-top: 4px;
	margin: 0px;
	display: block;
}

.signup-past a:link, .signup-past a:visited {
	background: transparent url('../images/layout/bullet-arrow-small-red.gif') no-repeat 100% 45%;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	padding-right: 6px;
	text-decoration: none;
}

.signup-past a:hover {
	text-decoration: underline;
}

#about-news-columns {
	padding-left: 8px;
}

#about-news-columns h3 {
	font-size: 2.2em;
	color: #990000;
	text-transform: capitalize;
	margin: 0 0 .5em 0;
}

#about-news-columns h3 a:link,
#about-news-columns h3 a:visited {
	text-decoration: none;
	color: #990000;
}

#about-news-columns h3 a:hover,
#about-news-columns h3 a:active {
	text-decoration: underline;
	color: #990000;
}


#about-news-columns #newscol-left{
	float: left;
	width: 339px;
}

#about-news-columns #newscol-right{
	float: left;
	width: 339px;
	padding-left: 25px;
}



#about-news-columns ul.storylist {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#about-news-columns ul.storylist li{
	margin: 0;
	padding: 0 0 1.0em 0;
}

#about-news-columns ul.storylist li h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2b353c;
	margin: 0 0 0.2em 0;
}

#about-news-columns ul.storylist li h4 a:link,
#about-news-columns ul.storylist li h4 a:visited{
	font-weight: bold;
	color: #2b353c;
	text-decoration: none;
}
#about-news-columns ul.storylist li h4 a:hover{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#about-news-columns ul.storylist li p{
	margin: 0;
	padding: .35em 0 1.0em 0;
	font-size: 1.0em;
	line-height: 1.15em;
}

#about-news-columns ul.storylist li .byline,
#about-news-columns ul.storylist li .byline a:link,
#about-news-columns ul.storylist li .byline a:visited {
	font-size: 1.0em;
	text-decoration: none;
	color: #2b353c;
	margin: 0;
	padding: 0;
}

#about-news-columns ul.storylist li .byline a:hover{
	text-decoration: underline;
	color: #990000;
}

#about-news-columns ul.storylist li .dateloc,
#about-news-columns ul.storylist li .dateloc a:link,
#about-news-columns ul.storylist li .dateloc a:visited {
	font-size: 1.0em;
	font-style: italic;
	text-decoration: none;
	color: #49667b;
	margin-bottom: 0;
	padding: 0;
}

#about-news-columns ul.storylist li .dateloc a:hover{
	text-decoration: underline;
	color: #990000;
}

#about-news-columns .leftimg{
	float: left;
	margin: 0 8px 8px 0;
}
#about-news-columns .rightimg{float: right; margin: 0 0 8px 8px;}


/* @end */


/* @group Stories */
#content-main #tools-header {
	display: block;
	padding: 8px 0;
	clear: both;
}

#content-main #tools-header h3{
	float: left;
	text-transform: uppercase;
	color: #2b353c;
	font-size: 2.2em;
	margin: 0;
	padding: 0;
}

#content-main #follow-tools {
	border: 1px solid #e9ebec;
	padding: 3px 0 3px 3px;
	/*width: 285px;*/
	float: right;
	margin: 0;
}

#content-main #follow-tools li{
	font-size: 1.1em;
	float: left;
	padding: 0 8px 0 2px;
	margin: 0;
}

#content-main #follow-tools a:link,
#content-main #follow-tools a:visited {
	color: #49667B;
	display: block;
	text-decoration: none;
}

#content-main #follow-tools li a:hover {
	color: #990000;
}

#content-main #follow-tools li.twitter a:link,
#content-main #follow-tools li.twitter a:visited {
	background: transparent url('../images/layout/icon-twitter.gif') no-repeat 0% 50%;
	padding-left: 18px;
}

#content-main #follow-tools li.facebook a:link,
#content-main #follow-tools li.facebook a:visited {
	background: transparent url('../images/layout/icon-facebook.gif') no-repeat 0% 50%;
	padding-left: 18px;
}

#content-main #follow-tools li.rss a:link,
#content-main #follow-tools li.rss a:visited {
	background: transparent url('../images/layout/icon-rss.gif') no-repeat 0% 50%;
	padding-left: 18px;
}

#content-main .dispatch-map {
	margin: 10px 0;
	padding: 0;
}


/* @end */

/* @group Stories - World/Country */

.stories h1 {
	color: #82191E;
	font-size: 2.2em;
	margin: 0;
	text-transform: uppercase;
}

.stories #content-main p.legend-info {
	color: #2b353c;
	font-size: 1.1em;
	margin: 0 0 8px;
	line-height: 1em;
}

.stories #content-main #map-legend {
	float: right;
	margin: -22px 0 0;
}

.stories #content-main #map-legend li {
	color: #2B353C;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	margin-left: 15px;
	padding-left: 19px;
	text-transform: uppercase;
}

.stories #content-main #map-legend li.fellow {
	background: transparent url('../images/layout/map-icon-fellow.png') no-repeat 0 0;
	padding-top: 20px;
}

.stories #content-main #map-legend li.gatekeeper {
	background: transparent url('../images/layout/map-icon-gatekeeper.png') no-repeat 0 0;
	padding-top: 20px;
}

.stories #content-main #nav-map {
	background: transparent url('../images/layout/map-shadow-top.png') 50% 100% repeat-x;
	margin-bottom: -11px;
	padding-bottom: 11px;
	position: relative;
	z-index: 1000;
}

.stories #content-main #nav-map-inner,
.fellows #content-main #nav-map-inner {
	background: #2c363d url('../images/layout/map-header.png') repeat-x 0 0;
	clear: both;
	padding: 0 25px;
	position: relative;
	z-index: 1000;
}

.stories #content-main #nav-map p,
.fellows #content-main #nav-map p {
	margin: 0;
}

.stories #content-main #nav-map .next,
.stories #content-main #nav-map .previous,
.fellows #content-main #nav-map .next,
.fellows #content-main #nav-map .previous {
	position: absolute;
	left: 0;
	top: 0;
}

.stories #content-main #nav-map .next,
.fellows #content-main #nav-map .next {
	left: auto;
	right: 0;
}

.stories #content-main #nav-map .next a,
.stories #content-main #nav-map .previous a,
.fellows #content-main #nav-map .next a,
.fellows #content-main #nav-map .previous a {
	background: url('../images/layout/map-arrow-left.png') no-repeat 50% 50%;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 25px;
}

.stories #content-main #nav-map .next a,
.fellows #content-main #nav-map .next a {
	background-image: url('../images/layout/map-arrow-right.png');
}

.stories #content-main #nav-map ul,
.fellows #content-main #nav-map ul {
	float: left;
	margin: 0;
	position: relative;
	left: 50%;
}

.stories #content-main #nav-map ul li,
.fellows #content-main #nav-map ul li {
	float: left;
	margin: 0;
	position: relative;
	right: 50%;
}

.stories #content-main #nav-map ul li a,
.fellows #content-main #nav-map ul li a {
	color: #ffffff;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	text-decoration: none;
}

.stories #content-main #nav-map ul li.active a,
.fellows #content-main #nav-map ul li.active a {
	background: transparent url('../images/layout/map-header-active.png') repeat-x 0 0;
	color: #2B353C;
}

.stories #content-main .dispatch-map {
	margin: -11px 0 0;
	position: relative;
	z-index: 500;
}

.stories #map .map-cap {
	background: transparent url('../images/layout/map-shadow-bottom.png') repeat-x 50% 100%;
	height: 11px;
	margin-top: -12px;
	position: relative;
	z-index: 1000;
}

.stories #dispatch-map {
	width: 737px;
	height: 400px;
}


#overlay {
	background: transparent url('../images/layout/map-detail-top.png') no-repeat 0 0;
	color: #fff;
	display: none;
	padding: 8px 0 0 0;
	position: absolute;
	width: 325px;
}

#overlay-inner {
	background: transparent url('../images/layout/map-detail-main.png') repeat-y 0 0;
	padding: 8px;
}

#overlay h3 {
	color: #2B353C;
	font-size: 1.0em;
}

#overlay dl {
	margin: 5px 0;
}

#overlay dt,
#overlay dd {
	float: right;
	line-height: 1.3em;
	width: 268px;
}

#overlay dt {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
}

#overlay dt a:link,
#overlay dt a:visited {
	color: #990000;
	text-decoration: none;
}

#overlay dt a:hover {
	color: #2B353C;
	text-decoration: underline;
}

#overlay dd.image {
	float: left;
	margin: 0 5px 5px 0;
	width: 36px;
}

#overlay dd {
	color: #2B353C;
	font-style: italic;
	font-size: 1.0em;
}

#overlay h4 {
	background: transparent url('../images/layout/rule-fade-right.png') no-repeat scroll 100% 0%;
	color: #2B353C;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 8px 0 3px 0;
	padding-top: 8px;
}

#overlay ul {
	margin: 0 0 12px;
}

#overlay li {
	line-height: 1.2em;
	margin: 2px 0;
}

#overlay li a:link,
#overlay li a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

#overlay li a:hover {
	color: #2B353C;
	text-decoration: underline;
}

#overlay a.button {
	background: #ebebeb url('../images/layout/button.png') repeat-x scroll 0% 0%;
	border: 1px solid #e9ebec;
	color: #990000;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

#overlay a.button span {
	background: transparent url('../images/layout/icon-search.png') no-repeat scroll 0% 50%;
	padding: 1px 0 0 17px;
}

#overlay h2 {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 3px 0;
}

#overlay p {
	color: #2B353C;
	font-size: 1.1em;
	margin: 2px 0;
}

#overlay p.byline {
	font-size: 1.0em;
	font-style: italic;
}

#overlay .story h3 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 3px 0;
}

#overlay .story h3 a:link,
#overlay .story h3 a:visited {
	color: #990000;
	text-decoration: none;
}

#overlay .story h3 a:hover {
	color: #2B353C;
	text-decoration: underline;
}

#overlay .story p {
	line-height: 1.2em;
}

#overlay .story p.byline {
	margin-bottom: 8px;
}

#overlay .story p.byline a:link,
#overlay .story p.byline a:visited {
	color: #2B353C;
	text-decoration: none;
}

#overlay .story p.byline a:hover {
	color: #000000;
	text-decoration: underline;
}

#overlay .story dl {
	background: transparent url('../images/layout/rule-fade-right.png') no-repeat scroll 100% 0%;
	margin-top: 10px;
	padding-top: 10px;
}

#overlay .close {
	position: absolute;
	top: 12px;
	right: 6px;
}

.stories #stories-left {
	float: left;
	padding: 15px 8px;
	width: 492px;
}

.stories #stories-right {
	float: right;
	padding: 15px 0;
	width: 229px;
}

.stories #stories-right p {
	font-size: 1.1em;
	line-height: 1.2em;
}

.stories #stories-right p a:link,
.stories #stories-right p a:visited  {
	padding: 0 5px 0 0;
	text-decoration: none;
	font-weight: bold;
	color: #49667b;
	background: url('../images/layout/bullet-arrow-small-blue.gif') no-repeat 100% 65%;
}

.stories #stories-right p a:hover,
.stories #stories-right p a:active  {
	text-decoration: underline;
}

.stories #stories-right .about {
	padding: 0 9px;
}

.stories #stories-right .about dt {
	font-size: 1.2em;
	color: #49667b;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.stories #stories-right .about dd {
	font-size: 1.1em;
	margin: 0 0 0 8px;
}

.stories #stories-right .about dd a:link,
.stories #stories-right .about dd a:visited {
	color: #2b353c;
	text-decoration: none;
}


.stories #stories-right .about dd a:hover,
.stories #stories-right .about dd a:active {
	text-decoration: underline;
}

.stories #content-main h2 {
	clear: both;
	font-size: 2.2em;
	margin-bottom: -5px;
}

.stories #content-main #overlay h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-right: 15px;
}

.stories #content-main h2 a:link,
.stories #content-main h2 a:visited {
	color: #990000;
	font-size: 0.45em;
	position: relative;
	text-decoration: none;
	left: 5px;
	top: -5px;
}

.stories #content-main #overlay h2 a:link,
.stories #content-main #overlay h2 a:visited {
	font-size: inherit;
	left: 0;
	top: 0;
}

.stories #content-main h2 a:hover {
	color: #49667B;
	text-decoration: underline;
}

.stories #content-main h2.stories a:link,
.stories #content-main h2.stories a:visited {
	color: #2B353C;
}

.stories #content-main h2.stories a:hover {
	color: #990000;
}

.stories #content-main h2 span {
	text-transform: uppercase;
}

.stories #content-main .story-list {
	padding-right: 20px;
}

.stories #content-main .story-list li {
	clear: both;
	margin: 0 0 10px;
}

.stories #content-main .story-list li h3 {
	margin: 3px 0;
	font-size: 1.27em;
}

.stories #content-main .story-list li h3 a:link,
.stories #content-main .story-list li h3 a:visited {
	color: #2B353C;
	text-decoration: none;
}

.stories #content-main .story-list li h3 a:hover,
.stories #content-main .story-list li h3 a:active {
	color: #2B353C;
	text-decoration: underline;
}

.stories #content-main .story-list li p {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 3px 0;
}

.stories #content-main .story-list li p.byline {
	font-size: 1.0em;
}

.stories #content-main .story-list li p.byline a:link,
.stories #content-main .story-list li p.byline a:visited {
	color: #2B353C;
	text-decoration: none;
}

.stories #content-main .story-list li p.byline a:hover {
	color: #990000;
	text-decoration: underline;
}

.stories #content-main .story-list li img {
	float: right;
	margin: 0 0 10px 10px;
}

.stories #content-main .pagination {
	margin-bottom: 15px;
}

#content-main ul.pagination li {
	display: inline;
}

#content-main .pagination strong,
#content-main .pagination a:link,
#content-main .pagination a:visited {
	border: 1px solid #c3c9ce;
	color: #2b353c;
	display: inline;
	float: left;
	margin-right: 4px;
	padding: 2px 5px;
	text-decoration: none;
}

#content-main .pagination strong {
	background-color: #c3c9ce;
}

#content-main .pagination a:link,
#content-main .pagination a:visited {
	background-color: #FFFFFF;
	font-weight: bold;
}

#content-main .pagination a:hover {
	background-color: #cccccc;
}

.stories #related-media {
	background: transparent url('../images/layout/related-media.png') repeat-x 0 0;
}

.stories #related-media li {
	display: inline;
	float: left;
	margin: 12px;
	width: 222px;
}

.stories #related-media li img.image-left {
	margin-right: 7px;
}

.stories #related-media li h3 {
	font-size: 1.1em;
	margin: 0 0 2px;
}

.stories #related-media li h3 a:link,
.stories #related-media li h3 a:visited {
	text-decoration: none;
	color: #2B353C;
}

.stories #related-media li h3 a:hover,
.stories #related-media li h3 a:active  {
	text-decoration: underline;
}

.stories #related-media li p {
	font-size: 1.0em;
	float: left;
	margin: 2px 0;
}



.stories #related-media li p.audio {
	background: url('../images/layout/audio.png') no-repeat 0 50%;
	padding-left: 18px;
}

.stories #related-media li p.video {
	background: transparent url('../images/layout/icon-video.png') no-repeat 0 1px;
	padding-left: 21px;
}

.stories #related-media li p.slideshow {
	background: transparent url('../images/layout/icon-slideshow.png') no-repeat 0 2px;
	padding-left: 17px;
}

.stories #fellows-list {
	background: transparent url('../images/layout/comments.png') repeat-x 0 0;
	padding: 9px;
}

.stories #fellows-list li {
	margin: 0 0 10px;
}

.stories #fellows-list img.image-left {
	border: 1px solid #ffffff;
	margin-right: 7px;
}

.stories #fellows-list h3 {
	color: #990000;
	font-size: 1.2em;
	margin: 0 0 3px;
}

.stories #fellows-list h3 a:link,
.stories #fellows-list h3 a:visited {
	color: #990000;
	text-decoration: none;
}

.stories #fellows-list h3 a:hover,
.stories #fellows-list h3 a:active {
	text-decoration: underline;
}

.stories #fellows-list dl {
	float: left;
	margin: 0;
	width: 163px;
}

.stories #fellows-list dl dt,
.stories #fellows-list dl dd {
	font-size: 1.0em;
	font-style: italic;
}

.stories #fellows-list dl dt {
	clear: both;
	float: left;
	margin-right: 4px;
}

/* @end */

/* @group Person Detail */

.person-detail #nav-person {
	float: right;
	margin: 0;
}

.person-detail #nav-person li {
	float: left;
	margin-top: 0;
	margin-left: 10px;
}

.person-detail #nav-person li a:link,
.person-detail #nav-person li a:visited {
	color: #2B353C;
	text-decoration: none;
}

.person-detail #nav-person li a:hover {
	color: #990000;
	text-decoration: underline;
}

.person-detail #nav-person li.previous a:link,
.person-detail #nav-person li.previous a:visited {
	background: transparent url('../images/layout/bullet-arrow-blue-left.gif') no-repeat 0 50%;
	padding-left: 7px;
}

.person-detail #nav-person li.next a:link,
.person-detail #nav-person li.next a:visited {
	background: transparent url('../images/layout/bullet-arrow-blue.gif') no-repeat 100% 50%;
	padding-right: 7px;
}

.person-detail #person-info {
	clear: both;
	float: left;
	margin-left: 6px;
	width: 460px;
}

.person-detail #person-info h1 {
	margin-top: 14px;
}

.person-detail #person-info dt {
	font-weight: bold;
	float: left;
	margin-right: 4px;
}

.person-detail #person-info dt,
.person-detail #person-info dd {
	font-size: 1.2em;
}

.person-detail #person-info .person-contact {
	border: 1px solid #e9ebec;
	margin: 4px 0;
	padding: 3px 6px;
}

.person-detail #person-info .person-contact dt,
.person-detail #person-info .person-contact dd {
	float: left;
}

.person-detail #person-info .person-contact dt {
	margin-right: 12px;
}

.person-detail #person-info .person-contact dd {
	font-size: 1.1em;
	margin-right: 4px;
}

.person-detail #person-info .person-contact dd.twitter,
.person-detail #person-info .person-contact dd.facebook {
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin-right: 8px;
	padding-left: 18px;
}

.person-detail #person-info .person-contact dd.twitter {
	background-image: url('../images/layout/icon-twitter.png');
}

.person-detail #person-info .person-contact dd.facebook {
	background-image: url('../images/layout/icon-facebook.png');
	margin-right: 18px;
}

.person-detail #person-media {
	float: right;
	padding: 1px 0;
	width: 250px;
	margin-top: 15px;
}

.person-detail #person-media .now-playing {
	color: #7A8A95;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

.person-detail #person-media h3 {
	color: #990000;
	font-size: 1.2em;
	margin: 3px 0;
}

.person-detail #person-media img {
	display: block;
}

.person-detail #person-media #previous,
.person-detail #person-media #next {
	background: transparent none no-repeat 50% 50%;
	display: block;
	float: left;
	height: 13px;
	padding: 24px 2px;
	text-indent: -9999px;
	width: 5px;
}

.person-detail #person-media #previous {
	background-image: url('../images/layout/bullet-arrow-large-left.png');
	background-position: 0 50%;
	float: left;
}

.person-detail #person-media #next {
	background-image: url('../images/layout/bullet-arrow-large-right.png');
	background-position: 100% 50%;
	margin-left: 2px;
}

.person-detail #person-media .media-container {
	float: left;
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 57px;
}

.person-detail #person-media .media-container ul {
	float: left;
	width: 30000px;
	position: absolute;
}

.person-detail #person-media li {
	float: left;
	margin: 0 4px;
}

.person-detail #person-media .media-container p {
	position: absolute;
	top: -9999px;
}

.person-detail #person-post-irp {
	background: #f4f5f6 url('../images/layout/post-irp.png') repeat-x 0 0;
	border: 1px solid #ebeded;
	clear: both;
	padding: 9px;
}

.person-detail #person-post-irp h3 {
	color: #2B353C;
	font-size: 1.8em;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.person-detail #person-post-irp p,
.person-detail #person-post-irp li {
	font-size: 1.1em;
	margin: 6px 0;
}

.person-detail #person-post-irp li {
	font-style: italic;
	font-size: 1.0em;
}

.person-detail #person-post-irp h4 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
}

.person-detail #person-post-irp h4 a:link,
.person-detail #person-post-irp h4 a:visited {
	color: #2B353C;
	text-decoration: none;
}

.person-detail #person-post-irp h4 a:hover {
	color: #990000;
	text-decoration: underline;
}

.person-detail #person-post-irp #since-the-irp,
.person-detail #person-post-irp #post-irp {
	float: left;
	width: 350px;
}

.person-detail #person-post-irp #post-irp {
	float: right;
}

#content-main p.more {
	font-size: 1.1em;
	margin-bottom: 0;
}

#content-main .more a:link,
#content-main .more a:visited {
	background: transparent url('../images/layout/bullet-arrow-blue.gif') no-repeat 100% 50%;
	color: #49667B;
	font-weight: bold;
	padding-right: 7px;
	text-decoration: none;
}

#content-main .more a:hover {
	color: #990000;
	text-decoration: underline;
}

.person-detail #person-stories,
.person-detail #person-blog {
	float: left;
	width: 360px;
}

.person-detail #person-blog {
	float: right;
}

.person-detail #person-stories h3,
.person-detail #person-blog h3 {
	color: #990000;
	font-size: 2.2em;
	margin: 10px 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.person-detail #person-stories li {
	font-size: 1.0em;
	margin: 10px 0;
}

.person-detail #person-stories li img {
	float: right;
	margin: 0 0 7px 7px;
}

.person-detail #person-stories li p {
	font-size: 1.1em;
	margin: 3px 0;
}

.person-detail #person-stories li .award-winner {
	background: transparent url('../images/layout/award-winner.png') no-repeat 0 30%;
	color: #990000;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	text-transform: uppercase;
}

.person-detail #person-stories li h4 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0;
}

.person-detail #person-stories li h4 a:link,
.person-detail #person-stories li h4 a:visited {
	text-decoration: none;
}

.person-detail #person-stories li .byline {
	font-size: 1.0em;
	font-style: italic;
}

.person-detail #person-stories li .byline a:link,
.person-detail #person-stories li .byline a:visited {
	color: #2B353C;
	text-decoration: none;
}

.person-detail #person-stories li .byline a:hover {
	color: #990000;
	text-decoration: underline;
}

.person-detail #person-blog h3 {
	font-size: 1.0em;
}

.person-detail #person-blog h3 span {
	font-size: 2.2em;
}

.person-detail #person-blog h3 a:link,
.person-detail #person-blog h3 a:visited {
	background: transparent url('../images/layout/icon-rss.png') no-repeat 100% 50%;
	color: #990000;
	display: inline-block;
	line-height: 20px;
	margin-left: 10px;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
	top: -5px;
}

.person-detail #person-blog h3 a:hover {
	color: #49667B;
	text-decoration: underline;
}

.person-detail #person-blog li {
	font-size: 1.0em;
	font-weight: bold;
	margin: 10px 0;
}

.person-detail #person-blog h4 {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0;
}

.person-detail #person-blog h4 a:link,
.person-detail #person-blog h4 a:visited {
	color: #2B353C;
	text-decoration: none;
}

.person-detail #person-blog h4 a:hover {
	color: #990000;
	text-decoration: underline;
}

/* @end */

/* group= List Page */
.list-page h1 {
	margin: 0;
}

.list-page #content-main p {
	margin: 0;
}

.list-page #content-main  ul.storylist {
	margin: 2em 0 0 0;
	padding: 0;
	list-style-type: none;
}

.list-page #content-main   ul.storylist li{
	margin: 0;
	padding: 0 0 1.0em 0;
}

.list-page #content-main   ul.storylist li h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2b353c;
	margin: .25em 0 .35em 0;
}

.list-page #content-main   ul.storylist li h4 a:link,
.list-page #content-main   ul.storylist li h4 a:visited{
	font-weight: bold;
	color: #2b353c;
	text-decoration: none;
}
.list-page #content-main   ul.storylist li h4 a:hover{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.list-page #content-main   ul.storylist li p{
	margin: 0;
	padding: .35em 0 1.0em 0;
	font-size: 1.0em;
	line-height: 1.15em;
}

.list-page #content-main   ul.storylist li .byline,
.list-page #content-main   ul.storylist li .byline a:link,
.list-page  #content-main  ul.storylist li .byline a:visited {
	font-size: 1.0em;
	text-decoration: none;
	color: #2b353c;
	margin: 0;
	padding: 0;
}

.list-page #content-main   ul.storylist li .byline a:hover{
	text-decoration: underline;
	color: #990000;
}

.list-page #content-main   ul.storylist li .dateloc,
.list-page #content-main   ul.storylist li .dateloc a:link,
.list-page #content-main   ul.storylist li .dateloc a:visited {
	font-size: 1.0em;
	font-style: italic;
	text-decoration: none;
	color: #49667b;
	margin-bottom: 0;
	padding: 0;
}

.list-page #content-main   ul.storylist li .dateloc a:hover{
	text-decoration: underline;
	color: #990000;
}

.list-page #content-main   .leftimg{
	float: left;
	margin: 0 8px 8px 0;
}
.list-page #content-main   .rightimg {
	float: right;
	margin: 0 0 8px 8px;
}

/* end */

/* group = comment */

.comments {
	border-top: 1px solid #e9ebec;
	border-bottom: 1px solid #e9ebec;
}

.comments li {
	font-size: 1em;
	margin: 15px 0;
}

#content-main .comments p {
	font-size: 1.2em;
	margin: 0;
}

#content-main  .comments p.byline {
	font-size: 1.1em;
	text-transform: uppercase;
}

.comments .byline .name {
	color: #49667b;
}

#content-main #comment_form {
	padding: 15px 0;
	border-top: 1px solid #e9ebec;
	border-bottom: 1px solid #e9ebec;
}

#content-main .comments-bar-post,
#content-main .comments-bar-read {
	padding: 10px 0;

}

#content-main .comments-bar-post h2,
#content-main .comments-bar-read h2 {
	font-size: 1.8em;
	color: #49667b;
	text-transform: uppercase;
	float: left;
	padding: 0 12px 0 0;
	background: url('../images/layout/blue-arrow-down.png') no-repeat 100% 35%;
}

#content-main .comments-bar-post p,
#content-main .comments-bar-read p{
	float: right;
	margin: 0;
}

#content-main .comments-bar-post p a:link,
#content-main .comments-bar-post p a:visited {
	background: transparent url(../images/layout/icon-bubble.gif) no-repeat scroll 100% 45%;
	padding-right: 16px;
	text-decoration: none;
	color: #49667B;
}

#content-main .comments-bar-post p a:hover,
#content-main .comments-bar-post p a:active {
	text-decoration: underline;
	color: #990000;
}

/* end */

/* group = generic-sidebar */

.generic-sidebar .video-multimedia-heading {
	text-indent: -9999px;
	background: url('../images/layout/header-stories.png') no-repeat 0 0;
	width: 540px;
	height: 43px;
}

.generic-sidebar #content-inner {
	width: 967px;
}

.generic-sidebar #content-main {
	width: 720px;
}



.generic-sidebar #content-main-inner {
	float: left;
	width: 476px;
}

.generic-sidebar #content-main-sub {
	width: 232px;
	float: right;
}

.generic-sidebar h1 {
	margin-top: 0;
}

.generic-sidebar h4 {
	margin: 0;
}

.generic-sidebar h2 a:link,
.generic-sidebar h2 a:visited {
	color: #2B353C;
	font-size: 1.33em;
	font-weight: bold;
	text-decoration: none;
}

.generic-sidebar h2 a:hover,
.generic-sidebar h2 a:active {
	text-decoration: underline;
	color: #990000;
}

.generic-sidebar h3 a:link,
.generic-sidebar h3 a:visited {
	color: #2B353C;
	font-size: 0.875em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
	clear: both;
}

.generic-sidebar h3 a:hover,
.generic-sidebar h3 a:active {
	text-decoration: underline;
	color: #990000;
}

.generic-sidebar h3 {
	margin: 0;
}

.generic-sidebar #content-main-inner .feature img {
	float: none;
	margin: 0;
}

.generic-sidebar #content-main-inner img.image-right {
	margin: 0 0 10px 10px;
	float: right;
}

.generic-sidebar #content-main-inner img.image-left {
	margin: 0 10px 10px 0;
	float: left;
}


.generic-sidebar #content-main li {
	font-size: 1em;
}

.generic-sidebar #content-main p {
	line-height: 1.45em;
	margin: 2px 0;
	font-size: 1.1em;
}

.generic-sidebar #content-main p.byline {
	font-style: italic;
	font-size: 1em;
	margin: 2px 0;
}

.generic-sidebar #content-main p.byline a:link,
.generic-sidebar #content-main p.byline a:visited {
	text-decoration: none;

}

.generic-sidebar #content-main p.byline a:hover,
.generic-sidebar #content-main p.byline a:active {

	text-decoration: underline;
}

.generic-sidebar #content-main li {
	margin: 0 0 25px 0;
}

.generic-sidebar #content-main li ul  {
	margin: 2px;
	display: inline;
}

.generic-sidebar #content-main .feature li ul {
	float: left;
	margin: 4px 0;
	width: 467px;
}

.generic-sidebar #content-main li li {
	float: left;
	margin: 0 8px 0 0;
}

.generic-sidebar .slideshow {
	font-style: italic;
	padding-left: 15px;
	background: url('../images/layout/icon-slideshow.png') no-repeat 0 50%;
}

.generic-sidebar .video {
	font-style: italic;
	padding-left: 15px;
	background: url('../images/layout/icon-slideshow.png') no-repeat 0 50%;
}

.generic-sidebar .audio {
	font-style: italic;
	padding-left: 18px;
	background: url('../images/layout/audio.png') no-repeat 0 50%;
}

.award a:link,
.award a:visited {
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background: url('../images/layout/star.png') no-repeat 0 50%;
	padding-left: 11px;
}

.award a:hover,
.award a:active {
	text-decoration: underline;
}

.generic-sidebar #content-main-sub p {
	margin-bottom: 20px;
}

.generic-sidebar #content-main .trip-list h2 {
	clear:both;
	font-size:1.6em;
	text-transform:uppercase;
}

.generic-sidebar #content-main .trip-list li {
	margin: 0;
	width:580px;
}

.generic-sidebar #content-main .trip-list li li {
	margin: 0 0 10px 0;
	float: none;
}



/* @end */

/* @group blogs */

.blogs h1 {
	margin: 0;
}

.blogs #content-main-inner {
	width: 300px;
}

.blogs #content-main-sub {
	width: 400px;
	padding-top: 50px;
}

.blogs .field-blogs {
	float: left;
	margin: 10px 0 10px;
}

.blogs #content-main .field-blogs li {
	float: left;
	font-size: 1em;
	margin-bottom: 10px;
}

.blogs #content-main .field-blogs li.more {
	width: 580px;
}

.blogs .field-blogs li a:link,
.blogs .field-blogs li a:visited {
	text-decoration: none;
}

.blogs .field-blogs li a:hover,
.blogs .field-blogs li a:active {
	text-decoration: underline;
}

.blogs .field-blogs li img {
	border: medium none;
	float: left;
	padding: 0 12px 7px 0;
	width: 275px;
	height: auto;
}

.blogs .field-blogs div {
	float: left;
	width: 295px;
}

.blogs #content-main .field-blogs li ul {
	display: block;
	float: left;
	margin-bottom: 0;
}

.blogs #content-main .field-blogs li li {
	background:transparent url(../images/layout/blog-link-divider.png) no-repeat scroll 100% 50%;
	color: #7b848a;
	float: left;
	margin: 0 5px 0 0;
	padding-right: 7px;
}


.blogs .field-blogs h6 {
	clear: both;
	font-size: 1.2em;
	margin: 0;
	color: #2B353C
}

.blogs .field-blogs h4 {
	font-size: 1.4em;
	margin: 0 0 6px;
}

.blogs #content-main .field-blogs p {
	margin: 0 0 4px;
}

.blogs .field-blogs h6 a:link,
.blogs .field-blogs h6 a:visited {
	color: #2b353c;
}

.blogs .field-blogs h6 a:hover,
.blogs .field-blogs h6 a:active {
	text-decoration: underline;
	color: #2b353c;
}

.blogs #content-main .field-blogs li li.last {
	background: none;
}

.blogs #content-main-sub p {
	margin: 5px 0;
}

/* @end */

#content-header h2.support {
	background: transparent url('../images/layout/header-support.png') no-repeat;
	height: 43px;
	margin: 0;
	text-indent: -9999px;
	width: 437px;
}