@charset "utf-8";
/* CSS resets*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, aspNetHidden, form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  text-align: left;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*end of reset*/
/*overall styles for ITS Boulder*/
body  {
  font: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: #EEF2F9;
  text-align: center; 
  color: #000000;
}
p {
  padding: 0.4em 0.5em 0.2em 0.7em;
  font-size: 0.9em;
  line-height: 1.2em
}
.blue {
  color: #005A8C;
  font-weight: bold;
}
.pubTR {
  color: #005A8C;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em
}
.pubTitle {
  color: #005A8C;
  font-size: 1.1em;
  font-weight: bold;
}
.pubTitleBlack {
  font-size: 1.1em;
}
.pubFileLink {
  color: #005A8C;
  font-weight: bold;
}
.pubBackLink {
  color: #005A8C;
  font-weight: bold;
  font-style: italic;
}
h1 {
  font-size: 1.3em;
  color: #173662;
  padding: 0.2em  0.3em;
  font-weight: bold;
}
h2 {
  font-size: 1.1em;
  color: #173662;
  padding: 0.5em 0.3em 0.2em 0.4em;
  font-weight: bold;
}
h3 {
  font-size: 1em;
  color: #005A8C;
  font-weight: bold;
  padding: 0.4em 0.4em;
}
h4 {
  font-size: 0.9em;
  color: #005A8C;
  font-weight: bold;
  padding: 0 0.4em 0.4em 0.4em;
}
a:link {
  color: #005A8C;
}
a:active {
  color: #005A8C;
}
a:visited{
  color: #005A8C;
}
a:hover {
  color: #000000;
}
/*just for testing purposes*/
/*div {
  outline: 1px dashed red; 
  padding: 0;
  margin: 0;
}*/
/*website content */
#container { 
  width: 950px;  
  background: #FFFFFF;
  margin: 0 auto; 
  border: 5px solid #BFC8D6;
  text-align: left; 
} 
/*NTIA top header*/
#header { 
  background-image:url(../images/ntia_banner.jpg);
  background-repeat:no-repeat;
  background-position: left top;
  background-color: #173662;
  padding: 0 10px 0 20px;  
}
#ntia_logo {
  padding: 0.1em 0 0 0.1em;
}
/*ITS header*/
#header2 {
  background-image:url(../images/its-banner.jpg);
  background-repeat:no-repeat;
  background-position:top left;
}
#its_logo {
  padding: 4.4em 1.2em 0.5em 1.2em;
}
/*top navigation bars*/
.nav {
  background-image:url(../images/menu-bg2.gif);
  background-repeat:repeat-x;
  background-position:bottom;
  background-color: #163762;
  font-family:Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #CCCCCC;
}
.nav li{
  display:inline-block;
  font-size: 0.78em;
  text-transform: uppercase;
  font-weight: bold;
}
.nav a:link {
  text-decoration: none;
  padding: 0.8em 1.8em;
  display: block;
  color: #FFFFFF;
  border-right: 1px solid #34699A;
  margin-right: -4px;
}
.nav a:active {
  text-decoration: none;
  padding: 0.8em 1.8em;
  display: block;
  color: #FFFFFF;
  border-right: 1px solid #34699A;
  margin-right: -4px;
}
.nav a:visited{
  text-decoration: none;
  padding: 0.8em 1.8em;
  display: block;
  color: #FFFFFF;
  border-right: 1px solid #34699A;
  margin-right: -4px;
}
.nav a:hover{
  text-decoration: none;
  padding: 0.8em 1.8em;
  display: block;
  color: #FFFFFF;
  background-color: #1F4872;
  border-right: 1px solid #34699A;
  margin-right: -4px;
}

/*Top search box */
.search{
  background-image:url(../images/search-box_small.png);
  background-repeat: no-repeat;
  height: 216px;
  width: 375px;
  float:right;
  margin-top: -6em;
  color: #fff;
}
#search-site {
  padding: 4em 1.5em;
  padding-bottom: .3em;
}
#search-authors {
  padding: 0.7em 1em;
}
#advanced-search {
  color: #FFFFFF;
  font-size: 0.8em;
  padding-top: 0.5em;
}
#advanced-search a{
  font-size: 15px;
}
#advanced-search a:link {
  color: #FFFFFF;
}
#advanced-search a:active{
  color: #FFFFFF;
}
#advanced-search a:visited {
  color: #FFFFFF;
}
#advanced-search a:hover {
  color: #CCCCCC;
}
.search p {
  color: #FFFFFF;
  padding: 0 1em 0.5em 2.2em;
  margin-top: -3em;
  font-style: italic;
  font-weight: bold;
}
/*left sidebar*/
#sidebar1 {
  float: left; 
  width: 200px; 
  background: #FFFFFF; 
  font-size: 0.9em;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  margin: -0.15em 0 0 0;
}
#sidebar1 p 
{
    font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  padding-left: 1em;
}
#sidebar1 li {
  font-size: 0.8em;
  line-height: 1.4em;
  padding: 0;
  margin: 0 0.5em 0 3em;
  list-style: square;
}
#left-nav {
  width: 200px;
  background-image: url(../images/left-nav.jpg);
  background-repeat:repeat-x;
  margin: 0;
  padding: 10px 0;
  color: #FFFFFF;
  background-color: #173661;
  -moz-box-shadow:  3px 3px 3px #A8A8A8;
  -webkit-box-shadow: 3px 3px 3px #A8A8A8;
  box-shadow: 3px 3px 3px #A8A8A8;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
#left-nav li {
  font-size: 0.9em;
  padding: 0;
  margin: 0 0.5em 0 1.6em;
  list-style: square;
}
#left-nav li.selected {
  font-size: 0.9em;
  padding: 0;
  margin: 0 0.5em 0 1.6em;
  list-style: square; color:#CC3300;
}
#left-nav a:link {
  color: #FFFFFF;
}
#left-nav a:active {
  color: #FFFFFF;
}
#left-nav a:visited {
  color: #FFFFFF;
}
#left-nav a:hover {
  color: #CCCCCC;
}
/*right sidebar*/
#sidebar2 {
  float: right; 
  width: 200px;
  background: #F4F4F4; 
  padding: 5px 0 0 0; 
  margin: 0;
}
#mainContent { 
  margin: 0 200px 0 210px; 
  padding: 10px 10px; 
  line-height: 1.4em;
} 
#mainContent li {
  margin: 0.2em 1em 0.5em 1.7em;
  font-size: 0.9em;
  line-height: 1.4em;
  list-style:square;
}

#footer { 
  padding: 10px 10px 0 20px; 
  background:#FFFFFF;
  border-top: 2px solid #E90025;
  text-align: center;
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
} 

#footer a:link {
  text-transform: uppercase;
  font-size:0.7em;
  color: #666;
}
#footer a:visited {
  text-transform: uppercase;
  font-size:0.7em;
  color: #666;
}
#footer a:active {
  text-transform: uppercase;
  font-size:0.7em;
  color: #666;
}
#footer a:hover {
  text-transform: uppercase;
  font-size:0.7em;
  color: #000000;
}
#footer h4 {
  padding-bottom: 0em;
}
.clearfloat { 
  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*layout for subpage1 with one column for the main content*/
#mainContent-sub1 { 
  margin: 0; 
  padding: 10px 10px; 
  line-height: 1.4em;
} 

#mainContent-sub1 ul{
  list-style:square;
  margin-left:20px;
} 
#mainContent-sub1 li {
  margin: 0.2em 1em 0.5em 1.7em;
  font-size: 0.9em;
  line-height: 1.4em;
  list-style:square;
}
/*layout for subpage2 with two column for the main content, sidebar on right*/
#mainContent-sub2{
  margin: 0 200px 0 0 ; 
  padding: 10px 10px;
  line-height: 1.4em;
} 
#mainContent-sub2 ul{
  list-style:square;
  margin-left:20px;
}
#mainContent-sub2 li {
  margin: 0.2em 1em 0.5em 1.7em;
  font-size: 0.9em;
  line-height: 1.4em;
  list-style:square;
} 
/*layout for subpage3 with two column for the main content, sidebar on left*/
#mainContent-sub3 {
  margin: 0 0 0 200px; 
  padding: 10px 10px;
  line-height: 1.4em;
} 

#mainContent-sub3 ul{
  list-style:square;
  margin-left:20px;
} 
#mainContent-sub3 li {
  margin: 0.2em 1em 0.5em 1.7em;
  font-size: 0.9em;
  line-height: 1.4em;
  list-style:square;
}

/*browse publication navigation */
#mainContent-sub3 ul.bodynavigation li {
    display: inline;
    margin: 0.2em 1em 0.5em 0;
}

/*content table fixes */
#borderTable table {margin:0.4em 0.5em 0.2em 0.7em; font-size: 0.9em;}
#borderTable td {padding: 5px; border: 1px solid #000;}

.abstract {font-style: italic;color: #444;}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
