/* authors: Steve Arbitman and David Price */
/* Revised date: 3/16/2011 */

* {
margin:0;
padding:0;
}

/* Set initial font styles */
body {
   text-align: center;
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-size:  .82em;  
   line-height: 1em;
   background: url(images/bkg1.jpg) repeat-x;
   background-color: white;
   margin-top: 40px;
}

p {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-size: .82em;
   line-height: 1em;
}


a {
	color: #3333FF;
        font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #cf7018;
}

/* set font size for all divs, this overrides some body rules */
div { font-size: 1em; }

#dataarea {
   margin: 0 auto;       /* this centers wrapper */
   width: 960px;	      
}

#header {
	text-align: right;
	margin: 16px 21px 40px 25px;  /* originally 20 21 44 25 */
}
#header img {
	float: left;
}

#topnav {
	padding-top: 52px;
}

#header li {
	display: inline;
	list-style-type: none;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 2px;
}

#header a {
	color: #9b8a73;
	text-decoration: none;
}
#header a:hover {
	color: #cf7018;
}

#outer {
   margin: 0 auto;       /* this centers wrapper */
   width: 960px;	
   background: #b6bbbf;
   background: url('images/graygradient.jpg') repeat-x; 
   padding: 18px 0;  
}

#inner {
   margin: 0 auto;       /* this centers wrapper */
   width: 924px;
   text-align: left;
}

#inner table {
   width: 924px;
}

#menu {
   width: 232px;
   background-color: #58595b;
   color: white;
   vertical-align: top;
}

#menu ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

#menu a {
   display: block;
   padding: 10px 20px;
   width: 192px;
   color: white;
   background-color: #58595b;
   text-decoration: none;
   border-bottom: 1px solid #b6bbbf;
}

#menu a:hover {
   background-color: #cf7018;
}

#menu .lastnav a {
   border-bottom: none;
   border-top: 1px solid #b6bbbf;
}

#menu h3 {
   font-size: 1em;
   font-weight: normal;
   padding: 10px 20px;
   border-bottom: 1px solid #b6bbbf;
}

#blackbox {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	padding: 19px 20px;
	color: white;
    background-color: #999;
}



#thumbs {
   float: right;
   font-size: 0px;
   margin-top: 30px;
   margin-right: 16px;
   display: inline;
}

#thumbs ul {
   list-style-type: none;
}

#thumbs li {
   display: inline;
   padding:0;
   margin: 0;
}

.currentpage img {
   border: 3px solid #b6bbbf;
}

#lleft {
   margin-top: 30px;
   margin-right: 665px;
   margin-left: 18px;
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   text-align: left;
}

#thumbs a img {
	border: 3px solid white;
}

#thumbs a:hover img {
	border: 3px solid #cf7018;
}

H6 {
   font-weight: normal;
}

/* DP Additional Explicit Styles -- only show up in style menu when placed here? */

#textarea_below_bigpic {
	margin: 30px;
	width: 625px;
}

.project_title {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   text-align: left;
   font-size: 1.3em;  
   line-height: 1.5em;
}

.project_services {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   text-align: left;
   font-size: 1em;
   color: #009999;  
   line-height: 1.3em;
}

.project_desc {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   text-align: left;
   font-size: 1em;  
   line-height: 1.3em;
}


.category_head {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-weight: bold;
   text-align: left;
   font-size: 1.2em;  
   line-height: 1.4em;
   margin-left: 10px;
}

.category_comment {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   text-align: left;
   font-size: 1.2em;  
   line-height: 1.4em;
   color: #666666;
   margin-left: 10px;
}

.article_head {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   color: #666666;
   text-align: left;
   font-size: 2.2em;  
   line-height: 1.2em;
   letter-spacing: -1px;
   margin: 0px 0px 20px 0px;
}

.article_topline {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   color: #666666;
   text-align: left;
   font-size: 2.2em;  
   line-height: 1.2em;
   color: #FF9900;
}

.article_subhead {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-size: 1.0em;  
   line-height: 1.2em;
   font-weight: bold;
   color: #000;
}



/* DP Special Styles for articles - paper used for context -------------------------------------*/

.large_intro_phrase {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   color: #F90;
   text-align: left;
   font-size: 2.3em;  
   line-height: 1.1em;
   letter-spacing: -1px;
   margin: 25px 20px 0px 0px;
   border-top-width:thin;
   border-bottom-width:thin;
}

.medium_intro_phrase {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   color: #F90;
   text-align: left;
   font-size: 2.0em;  
   line-height: 1.3em;
   margin: 25px 20px 20px 0px;
}

.black_text {;
	font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #000;
    text-align: left;
}



.paper_head {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   color: #F90;
   text-align: left;
   font-size: 3.3em;  
   line-height: 1.6em;
   letter-spacing: -1px;
   margin: 0px 0px 10px 0px;
}
.paper_body {
   margin: 0px 10px 0px 0px;
   color: #444;
}

.paper_body p {
   font-family: Georgia, serif;
   font-size: 1.2em;  
   line-height: 1.6em;
   font-weight: normal;
   margin-bottom: 18px;
}

.paper_contact {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-size: 1.0em;
   line-height: 1.3em;
   font-weight: normal;
   color: #006666;
   border-style: dotted;
   border-color: #333;
   border-top: thin;
   border-bottom: none;
   border-left: none;
   border-right: none;
}

.title_byline {
   font-family: HelveticaNeue, "Helvetica Neue", helvetica, arial;
   font-size: 1em;
   color: #336699;
   margin: 9px 0px 18px 0px; }

.article_body {
   font-family: Georgia, serif;
   font-size: 1.2em;  
   line-height: 1.3em;
}


.contact_cluster {
	width: 310px;
	line-height: 1.6em;
	margin-bottom: 15px;
	border-style: dotted;
	border-width: thin;
	border-top: none;
	border-left: none;
	border-right: none;
}


.bold_orange {
	font-weight: bold;
	color:#F90;
}

.contact_caps {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-size: .82em;
   font-weight: bold;
   letter-spacing: 2px;
   color: #F90;
   margin-left: 0px;
}

/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */





#content {
   font-size: 1em;
   line-height: 1.2em;
   background-color: white;  /* This puts white over the gradation background yielding a clean grey blend as a border only */
   padding: 20px 25px;
   vertical-align: top;
   width: 100%;
}


#content h2 {
   font-size: 1em;
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-weight: normal;
}

#right {
   vertical-align: top;
   background-color: white;
}

#botright {
   padding: 10px 20px;
}

#botright h2 {
   color: #8f9d22;
   font-size: 1.5em;
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   margin: 25px 10px 15px 0px;
}

#botright ul {
   list-style-type: none;
}

#botright ul a {
   text-decoration: none;
   font-weight: bold;
   color: black;
}

#botright ul a:hover {
   color: #cf7018;
   font-weight: bold;
}
#botright li {
  padding-top: 5px;
  border-bottom: 1px dotted gray;
  line-height: 1.5em;
}

#botright form {
   margin-top: 16px;
}

#botright form {
   margin-top: 10px;
}





p {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-size: 1em;
   line-height: 1.3em;
   color: #666;
   margin: 0px 5px 15px 0px; }



* html table #toc3 {
   width: 100%;
   background-color: white;
}

table #toc3 {
   width: 100%;
   margin-top: 18px;
}

table #toc3 td{
   width: 32%;
   vertical-align: top;
   padding-left: 15px;
   padding-right: 5px;
}

/* ------ Special setting for Individual Papers ------- */
table #toc3 td.narrowmargin{
   width: 692px;
   vertical-align: top;
   padding-left: 0px;
   padding-right: 0px;
}

.middle {
   border-right: 1px dotted gray;
}

table #toc3 td.leftcol {
   border-right: 1px dotted gray;
   padding-left: 0;
}


/* ------------------- MODS for Large Image at top of a Paper ----------- */
* html table #tocbigpic {
   width: 692px;
   background-color: white;
}

table #tocbigpic {
   width: 692px;
   padding: 0;
   margin: 0;
   background-color: white;
}

table #tocbigpic td{
   width: 692px
   vertical-align: top;
   padding: 0;
   margin: 0;
   background-color: white;
}





/* ---------MODS DP Typography----------*/

.paper_teaser {
margin: 0px 0px 0px 0px; }


.paper_teaser h3 {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-size: 1.3em;
   line-height: 1.3em;
   color: #333;
   margin: 6px 0px 0px 0px;}

.paper_teaser p {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-size: 1em;
   line-height: 1.3em;
   color: #666;
   margin: 6px 0px 4px 0px; }

.title_byline {
   font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
   font-size: 1em;
   color: #F60;
   margin: 2px 0px 4px 0px; }

