body {
	background: #fff url('/media/img/nypr/nypr-splash-background.gif') repeat-x 0 -179px;
	margin-top: 57px;
	font: normal normal 10px/14px rrial, sans-serif;
	color: #000;
}

body.nypr_home {
	background-position: 0 0;
}

a {
	color: #e21838;
	text-decoration: none;
}	

.splash-press-list a {
	color: #000;
}

a:hover {
	color: #999;
}	

h1.masthead {
	text-indent: -9999px;
	margin: 0 auto 37px;
	background: transparent url('/media/img/nypr/nypr-interior-title.gif') no-repeat top center;
	height: 122px;
}
.nypr_home h1.masthead {
	width: 374px;
	height: 151px;
	background: transparent url('/media/img/nypr/nypr-splash-title.gif') no-repeat 0px 0px;
}
ul.splash-nav {
	height: 114px;
	width: 811px;
	margin: 0 auto;
	display: none;
}

.nypr_home ul.splash-nav {
  display: block;
  background: transparent url('/media/img/nypr/nypr_njpr_splash_nav.png') no-repeat 0px 0px;
}

ul.splash-nav li {
	display: inline;
	float: left;
}

ul.splash-nav li a {
  text-indent: -9999px;
  display: block;
  height: 114px;
  width: 202px;
}

h2.title {
	margin: 0 auto 30px;
	text-align: center;
	width: 475px;
	height: 20px;
}

.splash-content {
	width: 922px;
	margin: 53px auto 0;
}

ul.splash-subnav {
	float: left;
	height: 120px;
	width: 126px;
	margin: 50px 100px 0 0;
}

ul.splash-subnavnav li { }

ul.splash-subnav li a {
	display: block;
	width: 126px;
	height: 30px;
	background: transparent url('/media/img/nypr/nypr-splash-subnav.gif') no-repeat 0px 0px;
	text-indent: -9999px;
}

ul.splash-subnav li.about-us a {
	background-position: 0px 0px;
}

ul.splash-subnav li.about-us a:hover {
	background-position: -126px 0px;
}

ul.splash-subnav li.development a {
	background-position: 0px -30px;
}

ul.splash-subnav li.development a:hover {
	background-position: -126px -30px;
}

ul.splash-subnav li.support a {
	background-position: 0px -60px;
}

ul.splash-subnav li.support a:hover {
	background-position: -126px -60px;
}

ul.splash-subnav li.underwriting a {
	background-position: 0px -90px;
}

ul.splash-subnav li.underwriting a:hover {
	background-position: -126px -90px;
}

.page-titlegroup,
.article-tools,
.sidebar { 
	display: none !important; 
}

.splash-body,
.article-description {
	width: 475px;
	margin-top: 4px;
	margin-right: 85px;
	float: left;
	font-size: 9pt;
	line-height: 1.5em;
}

.splash-body p {
	padding-bottom: 10px;
}

.splash-body p.read-more {
	text-transform: uppercase;
}

.splash-press {
	margin-top: 57px;
	width: 135px;
	float: left;
}

h2.press-releases {
	display: block;
	width: 133px;
	height: 11px;
	background: transparent url('/media/img/nypr/nypr-splash-lbl-press.gif') no-repeat 0px 0px;
	text-indent: -9999px;
	margin-bottom: 16px;
}

.splash-press-list { }

.splash-press-list li { }

.splash-press-list li a {
	display: block;
	background: transparent url('/media/img/nypr/nypr-splash-bullet.gif') no-repeat 0px 3px;
	padding: 0px 0px 7px 18px;
}

#footer {
	width: 100%;
	height: 35px;
	background-color: #e3e5e5;
}

#footer.fixed {
	position: absolute;
	bottom: 0px;
	z-index: 10;
}

#footer .footer{
	width: 922px;
	height: 35px; 
	margin: 0px auto;
	overflow: hidden;
}

#footer .footer ul {
	width: 922px;
	height: 35px; 
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
}

#footer .footer ul li {
	font-size: 9px;
	line-height: 9px;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #000;
}

#footer .footer ul li a:hover {
	color: #e21838;
}

#footer .footer ul li.copyright {
	border-left: 0px;
	padding-right: 40px;
}

#footer .footer ul li.contact {
	border-left: 0px;
}

/* --- CLEARING ---- */

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

.clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* redundant to screen.css,
   but it's not included in nypr */
a.stf, .stfh {
  display:none;
}