.stories #top {
	background: url(/images/bg-image-blue-tan.jpg) top center no-repeat;
	-webkit-background-size: 2597px 1116px; 
}

.stories #top .wrap {
	width: 100%;
	padding: 0 0 2em 0;
}

.stories #top #header,
.stories #top #feature {
	width: 965px;
	margin: 0 auto;
}

/* Stories Page Content
======================================*/

#stories-wrap {
	background: url(/images/stories-page-gradient.jpg) top left repeat-x #03255e;
	width: 965px;
	margin: 0 auto;
}

#stories-wrap a {
	color: #f98a40;
}

#stories-wrap .name {
	text-transform: uppercase;
}

#stories-wrap #stories-image {
	padding: 35px 0 18px 0;
	background: url(/images/stories-image-shadows.png) top left repeat-x;
}

/* Stories Index Page
........................................*/

#stories-wrap #stories-content.index {
	padding: 23px 10px 0 35px;
}

#stories-wrap #stories-content.index .story {
	width: 280px;
	float: left;
	margin: 0 25px 4em 0;
}

#stories-wrap #stories-content.index .story h2 {
	border-bottom: 2px solid #15397d;
	padding: 0 0 .6em 0;
	margin: 0 0 .6em 0;
}

#stories-wrap #stories-content.index .story li {
	margin: 0 0 .5em 0;
}

/* Stories Detail Page
........................................*/

.stories #stories-header {
	margin: 0 100px;
}

.stories #stories-header #stories-nav {
	padding: 40px 0 0 0;
	margin: 0 0 2em 0;
}

.stories #stories-header #stories-nav ul#links {
	float: left;
	padding: 8px 0 0 0;
}

.stories #stories-header #stories-nav ul#links li {
	float: left;
	border-right: 1px solid #15397d;
	padding: 0 14px 0 0;
	margin: 0 14px 0 0;
	height: 14px;
}
.stories #stories-header #stories-nav ul#links li#stories-about {
	border: none;
	margin: 0;
}

.stories #stories-header #stories-nav #select-story {
	width: 565px;
	height: 30px;
	background: url(/images/select-story-gradient.jpg) top left repeat-x #314ead;
	float: left;
	margin: 2px 0 0 0;
	position: relative;
}

.stories #stories-header #stories-nav #select-story span.toggle {
	display: block;
	color: #fff;
	height: 30px;
	padding: 5px 0 0 12px;
	background: url(/images/select-story-arrow.gif) top right no-repeat;
	background-position: 540px 10px;
	cursor: pointer;
}

.stories #stories-header #stories-nav #select-story span.toggle.open {
	background: none;
}

.stories #stories-header #stories-nav #select-story #story-dropdown {
	background: #314ead;
	padding: 0 12px 10px 12px;
	margin: 0 0 0 0;
	position: absolute;
	top: 30px;
}

.stories #stories-header #stories-nav #select-story #story-dropdown li a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #4C7DD4;
	width: 541px;
	padding: 5px 0 6px 0;
}

.stories #stories-header #stories-nav #select-story #story-dropdown li.last a {
	border: none;
}

.stories #stories-header h1 {
	color: #fff;
	font-size: 2.077em;
	margin: 0;
}

#stories-wrap #stories-content.detail {
	padding: 23px 100px 4em 90px;
}

#stories-wrap #stories-content.detail #side-col {
	float: left;
	width: 185px;
	margin: 0 25px 0 0;
}

#stories-wrap #stories-content.detail #side-col li {
	padding: 0 0 0 13px;
}

#stories-wrap #stories-content.detail #side-col li.active {
	background: url(/images/stories-nav-arrow.gif) top left no-repeat;
	background-position: 0 10px;
}

#stories-wrap #stories-content.detail #side-col li a {
	display: block;
	padding: .5em 0;
	border-bottom: 1px solid #15397d;
}
#stories-wrap #stories-content.detail #side-col li.first a {
	border-top: 1px solid #15397d;
}
#stories-wrap #stories-content.detail #side-col li.active a {
	color: #94acea;
}

#stories-wrap #stories-content.detail #main-col {
	float: left;
	width: 560px;
	font-size: 1.154em;
	line-height: 1.5em;
	color: #94acea;
	margin: 0;
}

#stories-wrap #stories-content.detail #main-col #related-links {
	float: right;
	margin: 0 0 10px 10px;
	padding: 12px;
	width: 156px;
	background: #183a81;
}

#stories-wrap #stories-content.detail #main-col #related-links {
	font-size: .85em;
}

#stories-wrap #stories-content.detail #main-col #related-links h3 {
	margin: 0 0 1em 0;
}

#stories-wrap #stories-content.detail #main-col #related-links li {
	margin: 0 0 1em 0;
	list-style: none;
	font-weight: bold;
	color: #F98A40;
	line-height: 1.2em;
}

#stories-wrap #stories-content.detail #main-col #related-links li ul {
	padding: .5em 0 0 0;
}

#stories-wrap #stories-content.detail #main-col #related-links li li {
	margin: 0 0 .5em 20px;
	list-style: disc;
	font-weight: normal;
}







.stories #footer .wrap {
	border: none;
}








