.feature .photo .overlay {	background: url(feature.photo.overlay.png);	}

#masthead {
	-moz-box-shadow: none;
	}
	

#page-header .title { background: url(page-header.title.png); }
#page-header .readmore 	{background-image: url(read-more.gif);}
	
/* Subnav - JS Version with sprites */

#subnav.active {
	width: 970px;
	background: url(subnav.png);
	position: relative;
	}

#subnav.active li {
	position: absolute;
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	} 
	
#subnav.active a {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	height: 50px;
	text-indent: -9000px;
	background-image: url(subnav.png);
	}
	
#subnav.active li.selected a {
	-moz-box-shadow: none;
	-moz-border-radius: 0;
	background: url(subnav.png);
	}
	
	
/* Individual items */

#subnav.active #item-0 {	left: 280px; top: 0; }
#subnav.active #item-1 {	left: 340px; top: 0; }
#subnav.active #item-2 {	left: 435px; top: 0; }
#subnav.active #item-3 {	left: 880px; top: 0; }



#subnav.active #item-0 a	{	width: 60px; background-position: -280px 0;	}
#subnav.active #item-1 a	{	width: 95px; background-position: -340px 0;	}
#subnav.active #item-2 a	{	width: 150px; background-position: -435px 0;	}
#subnav.active #item-3 a	{	width: 90px; background-position: -880px 0;	}

#subnav.active #item-0 a:hover	{	width: 60px; background-position: -280px -50px;	}
#subnav.active #item-1 a:hover	{	width: 95px; background-position: -340px -50px;	}
#subnav.active #item-2 a:hover	{	width: 150px; background-position: -435px -50px;	}
#subnav.active #item-3 a:hover	{	width: 90px; background-position: -880px -50px;	}

#subnav.active #item-0.selected a	{	width: 60px; background-position: -280px -100px;	}
#subnav.active #item-1.selected a	{	width: 95px; background-position: -340px -100px;	}
#subnav.active #item-2.selected a	{	width: 150px; background-position: -435px -100px;	}
#subnav.active #item-3.selected a	{	width: 90px; background-position: -880px -100px;	}