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

.home #top .wrap {
	width: 100%;
}

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

/* Featured Stories (rotating images and text)
======================================*/

.home #top #feature {
	position: relative;
	margin: 0 auto 19px auto;
}

#feature #arrow {
	width: 16px;
	height: 32px;
	position: absolute;
	top: 37px;
	right: 273px;
	background: url(/images/home-feature-arrow.gif) top left no-repeat;
	z-index: 10;
}

#feature #slides {
	width: 965px;
	height: 270px;
	background: #03255e;
}

#feature .slide .image {
	width: 692px;
	height: 270px;
	float: left;
}

#feature .slide .story-callout-text {
	padding: 65px 22px 0 22px;
	float: left;
	width: 228px;
}

#feature #pager {
	position: absolute;
	top: 15px;
	right: 11px;
	z-index: 10;
}

#feature #pager a {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/feature-slides-off.gif) top left no-repeat;
	float: left;
}

#feature #pager a.activeSlide {
	background: url(/images/feature-slides-on.gif) top left no-repeat;
}


/* Programs - Slide-open content
======================================*/

#programs {
	width: 969px;
	margin: 0 auto;
	background: url(/images/home-programs-gradient.jpg) top left repeat-x #e96a33;
	position: relative;
}

#programs #programs-top {
	height: 46px;
	background: url(/images/home-programs-top.gif) top left no-repeat;
	position: relative;
	cursor: pointer;
}

#programs #programs-top #find {
	position: absolute;
	top: 14px;
	left: 22px;
}

#programs #programs-top #headline {
	position: absolute;
	top: 16px;
	right: 100px;
}

#programs #programs-top .toggle {
	position: absolute;
	top: 19px;
	right: 29px;
	width: 57px;
	height: 11px;
	background: url(/images/home-programs-open.gif) top left no-repeat;
}

#programs #programs-top.open .toggle {
	width: 65px;
	background: url(/images/home-programs-close.gif) top left no-repeat;
}

#programs #programs-content {
	background: url(/images/home-programs-sides.gif) top left repeat-y;
	padding: 40px 28px 0 28px;
}

#programs #programs-bottom {
	height: 20px;
	background: url(/images/home-programs-bottom.gif) top left no-repeat #EEECE9;
}

#programs #programs-top.open #find,
#programs #programs-top.open #headline {
	display: none;
}

#programs h2#programs-content-headline {
	position: absolute;
	top: 35px;
	left: 28px;
}

#programs #programs-content #program-navs {
	float: left;
	width: 662px;
}

#programs #programs-content #program-navs .row {
	margin: 0 0 2em 0;
}

#programs #programs-content .program-nav {
	width: 125px;
	padding: 0 40px 0 0;
	float: left;
}

#programs #programs-content .program-nav h4 {
	color: #592100;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}

#programs #programs-content .program-nav li {
	line-height: 1.1em;
	margin: 0 0 .5em 0;
}

#programs #programs-content .program-nav a {
	color: #fff;
}

#programs #programs-content .callouts {
	float: left;
	width: 251px;
}

#programs #programs-content .callout {
	background: url(/images/home-programs-callout-content.gif) top left repeat-y;
	margin: 0 0 10px 0;
}

#programs #programs-content .callout .callout-top {
	height: 4px;
	background: url(/images/home-programs-callout-top.gif) top left no-repeat;
}

#programs #programs-content .callout .callout-bottom {
	height: 6px;
	background: url(/images/home-programs-callout-bottom.gif) top left no-repeat;
}

#programs #programs-content .callout .callout-content {
	padding: 30px 27px 20px 27px;
}

#programs #programs-content .callout h4 {
	margin: 0 0 5px 0;
}

#programs #programs-content .callout p {
	color: #666;
}

/* Main Content
======================================*/

#primary-headlines {
	border-bottom: 2px solid #ccc;
	padding: 0 0 2.5em 0;
	margin: 0 0 2em 0;
}

#primary-headlines .headline {
	float: left;
	width: 205px;
	margin: 0 12px 0 0;
	padding: 0 12px 0 0;
	border-right: 1px solid #ccc;
}

#primary-headlines .headline.right {
	border: none;
	margin: 0;
	padding: 0;
}

#primary-headlines .headline img {
	margin: 0 0 .6em 0;
}

#primary-headlines .headline h2 {
	margin: 0 0 .3em 0;
	font-size: 1.154em;
}

#primary-headlines .headline p {
	margin: 0;
	font-size: 1.154em;
}

#secondary-headlines #spotlight {
	float: left;
	width: 320px;
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
	border-right: 1px solid #ccc;
}

#secondary-headlines #news {
	float: left;
	width: 320px;
}

#secondary-headlines h4 {
	font-size: 1.231em;
	margin: 0 0 1em 0;
}

#secondary-headlines h3 {
	margin: 0 0 .5em 0;
}

#secondary-headlines .article {
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em 0;
	margin: 0 0 1.5em 0;
}

#secondary-headlines .article.last {
	border: none;
	margin: 0;
	padding: 0;
}

#secondary-headlines #more-headlines li {
	margin: 0 0 1em 0;
	list-style: none;
}















