#lede {
	color: #fff;
	height: 295px;
}
#lede a:link,
#lede a:visited,
#lede a:hover,
#lede a:active,
#lede a:focus {
	color: #fff;
}

#nav-main {
	float: left;
	margin: 0 29px 0 0;
	padding-top: 31px;
	width: 216px;
}


#content .container {
	padding-left: 0;
	padding-top: 15px;
	width: 910px;
}
#content #primary {
	float: right;
	width: 637px;
}
#content #secondary {
	width: 273px;
}

#spotlights {
	padding-top: 3px;
}
#spotlights .spotlight {
	display: inline;
	float: left;
	margin-left: 32px;
	padding-bottom: 10px;
	position: relative;
	width: 191px;
}
#spotlights div.spotlight:first-child {
	margin-left: 0;
}
#spotlights img {
	display: block;
	margin-bottom: 15px;
}
#spotlights .shadow {
	height: 111px;
	width: 191px;
}
#spotlights h2 {
	color: #005f7e;
	font: 20px/1.2 georgia, times, serif;
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 6px;
}
#spotlights p {
	color: #433c26;
	font-size: 12px;
	line-height: 1.4615;
	margin: 0 0 8px;
}
#spotlights p a {
	font-weight: bold;
}


.notice {
	background: url(../images/bkgd/bg-notice-btm.png) repeat-x bottom left;
	margin-bottom: 20px;
	padding-bottom: 24px;
}
.notice .wrapper {
	background: #c16b32 url(../images/bkgd/bg-notice-top.png) no-repeat bottom right;
	color: #e5e2ce;
	min-height: 51px;
	padding: 25px 30px 15px;
	width: 577px;
}
.notice h2,
.notice h2 a,
.notice h3,
.notice p {
	color: #e5e2ce;
	margin: 0;
}
.notice h2 {
	background: url(../images/bkgd/bg-notice-divider.png) no-repeat right;
	color: #fff;
	float: left;
	font: 20px/1.2 georgia, times, serif;
	margin-right: 18px;
	padding: 5px 26px 9px 0;
	text-align: right;
	width: 169px;
}
.notice h3 {
	font-size: 16px;
	line-height: 1.125;
}
.notice p {
	font-size: 14px;
	line-height: 1.2857;
}


.article-lists {
	background: url(../images/bkgd/bg-article-list-divider.png) repeat-y top;
	overflow: hidden;
	padding-bottom: 80px;
	width: 637px;
	margin-top: 20px;
}
.home .article-list {
	float: left;
	margin-left: 48px;
	width: 292px;
}
.home .article-list:first-child { margin-left: 0; }
.article-list h2 {
	color: #4e4731;
	font-size: 22px;
	line-height: 1;
	margin: 0 0 22px;
	padding: 0;
}
#news h2 {
	background: url(../images/titles/latest-news.png) no-repeat;
	color: #4e4731;
	height: 21px;
	text-indent: -12345px;
	width: 292px;
}
#blog h2 {
	background: url(../images/titles/peace-corps-blog.png) no-repeat;
	color: #4e4731;
	height: 21px;
	text-indent: -12345px;
	width: 292px;
}
#twitter {
	position: relative;
}
#twitter h2 {
	background: url(../images/titles/peace-corps-on-twitter.png) no-repeat;
	color: #4e4731;
	height: 21px;
	text-indent: -12345px;
	width: 217px;
}
#twitter .twitter-follow-button {
	position: absolute;
	right: 0;
	top: 1px;
}
#twitter > div {
	border: 1px solid #d1ccb8;
	border-radius: 5px;
	padding: 0px 10px;
}
.article-list ul {
	margin: 0;
}
.article-list li {
	background: transparent;
	border-top: 1px dashed #d1cdb2;
	margin: 0 0 10px;
	padding: 15px 0 0;
	position: relative;
	width: 100%;
}
.article-list li:first-child {
	border-top: 0;
	padding-top: 0;
}
.article-list a {
	color: #005f7e;
}
.article-list p {
	margin: 0;
}
.article-list .meta {
	color: #797979;
	font-size: 12px;
	line-height: 1.3333;
}
.article-list .news-type {
	font-style: italic;
}
.article-list h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}
.article-list li:first-child h3 {
	font: 12px/1.2222;
}
.article-list img {
	float: left;
	margin: 0 10px 10px 0;
}
.article-list li.has-image {
	min-height: 92px;
}
.article-list li.has-image:first-child {
	min-height: 121px;
}
.article-list li.has-image h3,
.article-list li.has-image p {
	margin-left: 108px;
}
.article-list li.has-image:first-child h3,
.article-list li.has-image:first-child p {
	margin-left: 137px;
}
.article-list li:first-child h3 { font-size:14px;}
.article-list li.has-image:first-child h3 { font-size:13px;}

@media print {

	#nav-utility,
	#globalsearch,
	#nav-main,
	#nav-resources,
	#content #secondary,
	#twitter,
	#footer {
		display: none;
	}
	
	#lede {
		color: #4e4731;
		height: auto;
	}
	#lede a:link,
	#lede a:visited,
	#lede a:hover,
	#lede a:active,
	#lede a:focus {
		color: #4e4731;
	}

	#content #primary {
		float: none;
		width: auto;
	}
	
	#spotlights .spotlight {
		float: none;
		width: auto;
	}
	
	
	.notice {
		background: transparent;
	}
	.notice .wrapper {
		background: transparent;
		color: #4e4731;
		min-height: 0;
		padding: 25px 0 15px;
		width: auto;
	}
	.notice h2,
	.notice h3,
	.notice p {
		color: #4e4731;
	}
	.notice h2 {
		background: transparent;
		float: none;
		margin-right: 0;
		padding: 5px 0 9px;
		text-align: left;
		width: auto;
	}
	
	.article-lists {
		background: transparent;
		overflow: visible;
		width: auto;
	}
	.home .article-list {
		float: none;
		margin-left: 0;
		padding-bottom: 40px;
		width: auto;
	}
	.article-list li {
		position: static;
	}
	#news h2,
	#blog h2 {
		background: transparent;
		color: #4e4731;
		height: auto;
		text-indent: 0;
		width: auto;
	}
	.article-list img {
		float: none;
		margin: 0 0 10px;
	}
	.article-list li.has-image,
	.article-list li.has-image:first-child {
		min-height: 0;
	}
	.article-list li.has-image h3,
	.article-list li.has-image p,
	.article-list li.has-image:first-child h3,
	.article-list li.has-image:first-child p {
		margin-left: 0;
	}
	
}