/* CSS Document */

		/* link colors*/
a:link {
	color:#0E447A;
	text-decoration:none;
	}
a:visited {
	color:#7E95B3;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
	}
#header h1 a:link,
#header h1 a:visited {	
}
#header h1 a:hover {
	background-color:transparent;
}
#globalnav a:link,
#globalnav a:visited {
	color: #990000;
	}	
#globalnav a:hover {
	color: #000000;
	text-decoration:underline;	
	}	
#localnav a:link,
#localnav a:visited {
	color:#660000;
	}
#localnav a:hover {
	color: #000000;
	text-decoration:underline;	
	}
.toplink a,
.toplink a:link,
.toplink a:visited {
	}
	
		/* navigation */
#globalnav {
	float: right;
	width: 25%;
	margin: 0 0 15px;
	}
#globalnav ul{
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 15px 15px 0;
	padding-left: 0;
	font-family:"Courier New", Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, monospace;
	}
#globalnav ul li {
	padding: 4px 9px 1px;
	}	
#globalnav ul li a{
	padding: 4px 0 2px 5px;
	}	
#localnav ul{
	list-style-type: none;
	margin: 0 0 0 2.5em;
	padding-left: 0;
	list-style-position: outside;
	}
#localnav ul li{
	list-style-image:  url(../images/bl_arrows.gif);
	margin-left: 0;
	padding-left: 0px;
	}	
#localnav ul li.nobullet{
	list-style-image: none;
	}	
.toplink {
	text-align:right;
}
		/* general layout */
body {
	}
#outerwrap {
	width:760px;
	padding:0;
	text-align:left;
	}		
#header {
	height:150px;
	}
#header h1 {
	width:240px;
	height: 150px;
	float: left;
	margin: 0;
	text-indent: -9999px;
	}
#header h1 a {
	display:block;
	height:150px;
	width: 240px;
	}

p.tagline {
	width:207px;
	height: 38px;
	float: left;
	margin: 0;
	position: relative;
	top: 89px;
	left: 5px;
	text-indent: -9999px;
	}
div.spacer {
	clear:both;
	}
#maincontent {
	}
#col1 {
	width:25%;
	float: left;
	}
#col2 {
	width:75%;
	float: left;
	}
#col1 .content {
	padding:0 20px 0 10px;
	}
#col2 .content {
	padding:0 45px 0 0;
	}
.home #col1 .content {
	padding:4.25em 0 0;
	}
.home #col2 .content {
	padding:1.75em 45px 0 0;
	}
#arnold,	
#feinstein{
	width:455px;
	margin-top:20px;
	}
#press{
	width:466px;
	margin-top:20px;
	}
#arnold .subcontent,
#feinstein .subcontent,
#press .subcontent {
	padding:0 10px 10px 15px;
	}	
#arnold h3.arnold {
	margin: 0 -2px 50px -7px;
	padding:0;
	height:46px;
	text-indent: -9999px;	
	}	
#feinstein h3.feinstein {
	margin: 0 -2px 50px 0px;
	padding:0;
	height:46px;
	text-indent: -9999px;	
	}
#press h3.press {
	margin:0 0 1em;
	padding:12px 15px;
	text-transform:none;
	color:#fff;
	font-family: courier;
    font-size: 16px;
	}
#press a {
	font-weight:bold;
	}
#feature .subcontent {
	padding:0 10px 30px 200px;
	}	
#feature h4 {
	margin:0;
	padding-top:2em;
	}
.box {
	padding: 5px 10px;
	background: #f0f0f0;
}
#localnav {
	margin-bottom:30px;
	}
#footer address{
	text-align: right;
	padding: 40px 10px 15px 10px;
	}
.hide, hr {
	display:none;
	}	
.f-left {
	float:left;
	margin:0 5px 0 0;
	}
img.f-left {
	margin:5px 10px 0 0;
	}
.profile img.f-left {
	margin:4px 5px 0 0;
	}
.f-right {
	float:right;
	margin:0 0 0 5px;
	}
img.f-right {
	margin:5px 0 0 10px;
	}
.right {
	text-align:right;
}
.indent {
	margin-left:15px;
	}

		/* type */
body {
	font-family: 'Helvetica Neue','HelveticaNeue', sans-serif;
	color: #000000;
}		
em {
}
h1,h2,h3,h4,h5,h6,h7 {
	margin:1em 0 .5em;
	color: #000000;
	}			
#maincontent h2 {
	font-family: courier,monospace,sans-serif;
    font-size: 150%;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin: 0 0 1.5em 25%;
    padding-top: 2em;
    text-transform: uppercase;
	}
#maincontent h2.sub {
	margin: 0 0 .5em 0;
	}
h3 {
	font-size: 150%;
    font-weight: normal;
	color:#aaa;
	}
h4 {
	font-size: 125%;
	}		
.home h4 {
    border-top: 1px solid #DDDDDD;
    padding-top: 1em;
}
.home .box h4 {
	border-top: none;
}
.home h4.noborder {
	border-top:none;
}
.home h4.nopad {
	padding-top:0;
}
h5 {
	font-size: 100%;
}
.marginless,
.margin-bott0 {
	margin:1em 0 0 0;
	}
.margin-top0 {
	margin-top:0;
	}
.shiftup {
	margin-top:-5px;
	margin-bottom:1.5em;
	}
p {
	margin:0 0 1.5em 0;
	}
#globalnav,
#localnav {
	font-size: 78%;
	}	
#maincontent {
	line-height:150%;
	padding-top:10px;
	}	
#col1 .content {
	font-size: 85%;
	}	
#col2 .content a {
	font-weight:bold;
	}	
ol.pdf {
	list-style-image:  url("../images/ic_pdf.gif");
	border: 1px solid #CCCCCC;
	padding:0;
	list-style-position: inside;
	}
ol.pdf li{
	border-bottom: 1px solid #EDEDED;
	padding:5px;
	}
ol.pdf li.last{
	border-bottom: none;
	}
a.pdf	{
	padding:2px 0 2px 22px;
	background:url("../images/ic_pdf.gif") no-repeat 0 50%;
	}
h4 a.pdf	{
	padding:0 20px 0 0;
	background:url("../images/ic_pdf.gif") no-repeat 100% 50%;
	}
/* .stories #col2 .content a,
div.stories a,
.report #col2 .content a{
	font-weight:bold;
	} */
.dt {
	font-size: 75%;
	color: #888888;
	}
.note {
	font-size: 75%;
	color: #444444;
	line-height:1.35em;
	}
#feinstein p.note {
	font-size: 75%;
	color: #444444;
	line-height:1.35em;
	padding-right:70px;
	}
/* div.f-right p.note {
	line-height:1.35em;
	} */
.toplink {
	font-size: 75%;
	}
#footer address{
	font-style:normal;
	font-size: 10px;
	}
.highlight {
	color:#FFFFFF;
	padding: 5px;
	}	
.highlight a:link,
.highlight a:visited {
	color:#FFFFFF;
	font-weight:bold;
	}

		/* other colors, backgrounds */
body {
	background-color:#fff;
	margin:0;
	}
.shd1 {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
  }
.shd2 {
}
.shd3 {
  }
#outerwrap {
	}		
#header {
}
#header h1 {
	background-image: url(../images/logo-w.jpg);
	background-repeat: no-repeat;
}
#arnold {
	background-image: url(../images/bg_arnold-top.gif);
	background-repeat: no-repeat;
	background-position: -7px 0;
	background-color: #FAF6E2;
	}
#arnold h3.arnold {
	background-image: url(../images/hed_arnold.gif);
	background-repeat: no-repeat;
	}
#arnold .subcontent {
	background-image: url(../images/bg_arnold-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	}
#feinstein {
	background-image: url(../images/bg_feinstein-top.gif);
	background-repeat: no-repeat;
	background-position: -7px 0;
	background-color: #FAF6E2;
	}
#feinstein h3.feinstein {
	background-image: url(../images/hed_feinstein.gif);
	background-repeat: no-repeat;
	}
#feinstein .subcontent {
	background-image: url(../images/bg_arnold-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	}
#feinstein {
	background-image: url(../images/bg_feinstein-top.gif);
	background-repeat: no-repeat;
	background-position: -7px 0;
	background-color: #FAF6E2;
	}
#press {
	background-image: url(../images/bg_press-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FAF6E2;
	}
#press .subcontent {
	background-image: url(../images/bg_press-bottom.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	}
p.tagline {
	background-image: url(../images/tagline02.png);
	background-repeat: no-repeat;
	}
#globalnav ul {
	border:1px solid #EB9B9B;
	}
#globalnav ul li{
	border-bottom:1px solid #EB9B9B;
	}	
#globalnav ul li.last {
	border-bottom:none;
	}	
.home #globalnav ul li.home{
	background-image: url(../images/bg_navselect1.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	}
.home #globalnav ul li.home a,
.stories #globalnav ul li.stories a,
.report #globalnav ul li.report a,
.arnold #globalnav ul li.arnold a,
.feinstein #globalnav ul li.feinstein a,
.profile #globalnav ul li.profile a,
.press #globalnav ul li.press a {
	color:#aaa;
	}
.stories #globalnav ul li.stories,
.press #globalnav ul li.press{
	background-image: url(../images/bg_navselect2.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	}
.report #globalnav ul li.report{
	background-image: url(../images/bg_navselect3.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	}
.arnold #globalnav ul li.arnold{
	background-image: url(../images/bg_navselect3.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	}
.feinstein #globalnav ul li.feinstein{
	background-image: url(../images/bg_navselect3.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	}
.profile #globalnav ul li.profile{
	background-image: url(../images/bg_navselect4.gif);
	background-repeat: no-repeat;
	background-position: 2px 0;
	}
#localnav {
	padding-right:30px;
	}
#maincontent {
	}
a.ext {
	background-image: url(../images/ic_ext.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-right: 10px;
	}
.highlight {
	background-color:#A51C1C;
	background-image: url(../images/bg_highlight.gif);
	}
	
.new,
.hot {
	background-position: 100% 2%;
	background-repeat: no-repeat;
	}
.new {
	background-image: url(../images/icon_new.gif);
	}
.hot {
	background-image: url(../images/icon_hot.gif);
	}
.hiatus {
	background: url(../images/icon_hiatus.gif) no-repeat 100% 0;
	}
.subcontent .new {
	background-image: url(../images/icon_new2.gif);
	padding-top:.5em;
	}
.subcontent .hot {
	background-image: url(../images/icon_hot.gif);
	padding-top:.5em;
	}
.assignment {
	background-image: url(../images/icon_sci-am.gif);
	/* background-image: url(../images/icon_assignment.gif); */
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
p.assignment {
	height:61px;
	padding:10px 0 0 107px;
	font-family: "Courier New", Courier, mono;
	font-weight:bold;
	line-height:1.25em;
	color:#cd5330;
	}
	
/* =hacks
------------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
	
/* Holly */
	/* Hide from IE-mac \*/
	* html #globalnav a {height:1%;}
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
