/* Layout
---------------------------------*/

body,
#wrapper, #content,
.content-wrapper, .grid-layout, .articleInline { 
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: white none !important;
	border: none;
}
.grid-8column {float: left;
	width: auto !important;
}
.articleInline {clear: both}

.feature {
	float: right;
	width: 337pt;
	margin: 0 0 20pt 20pt;
}
.feature img {
	margin: 5pt 0 0 0;
	float: left;
	clear: left;
	width: 337pt;
	height: 199pt;
}
.photo-credit{
	padding: 1pt 0 2pt 0;
	text-align: right;
	font-size: 6pt;
	font-family: Helvetica, Arial, sans-serif;
	clear: both;
}
.cutline{
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
}
.byline{
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
}
.articleInline {
	display: none;
}

/* Masthead
---------------------------------*/
#masthead {
	display: none;
}

#hidden_masthead {
	display: block;
	padding: 10px;
}

/* Typography
---------------------------------*/

body { 
	font-family: 'Times New Roman', times, serif;  
}

h1 {
	font-size: 22pt;
	padding: 30pt 0 5pt 0;
	font-weight: normal;
} 

/* approx 16px*/ h2 {
	font-size: 16pt;
} 

/* approx 14px*/ h3 {
	font-size: 12pt;
} 

.articleInline h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12pt !important;
	padding: 0;
	margin: 24pt 0 0 0 !important;
	line-height: 1;
	width: auto;
	left: 0;
	color: #990000 !important;
	clear: both !important;
	float: none !important;
}

.articleInline h4
{
	position: static !important;
	margin: 0;
	left: auto;
	width: auto;
	clear: both;
	display: block;
}

p {
	font-size: 11pt;
	line-height: 1.25;
	font-family: 'Times New Roman', times, serif;
}

/* Hidden
---------------------------------*/
#article_tools,
.sidebar,
#nav,
#skip-links,
#footer,
#crumbs {
	display: none;
}


/* Links
---------------------------------*/
a {
	color: #000;
	text-decoration: none;
	}
.articleInline a {
	background: transparent none !important;
	text-indent:  0 !important;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	}
.articleInline a:link { 
	color: #888;
	}
.articleInline a:visited { 
	color: #888;
	}
.articleInline a:active { 
	color: #888;
	}
.articleInline a[href]:after {
	content: ": "attr(href);
	}