/*===============================================
General
===============================================*/

abbr {
  border-style: none;
  font-style: normal;
  text-decoration: none;
}
acronym {
  border-style: none;
  font-style: normal;
  text-decoration: none;
}
address {
  font-style: normal;
}
blockquote {
  margin: 0;
}
body {
  background-color: #fff;
  color: #000;
  font-family: "Times New Roman", Georgia, sans-serif;
  font-size: medium;
  padding: 0;
  margin: 0;
}
cite {
  display: block;
  font-style: italic;
  margin-left: 2.5em;
}
dfn {
  font-style: normal;
}
h1 {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 32pt;
}
h2 {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12pt;
}
h3 {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: large;
  font-weight: bold;
}
h4 {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: large;
  font-weight: normal;
}
h5 {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: bold;
  text-decoration: none;
}
h6 {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  font-weight: normal;
  text-decoration: underline;
}  
img {
  border-width: 0;
  vertical-align: bottom;
}
tfoot {
  font-size: x-small;
}



/*===============================================
Pseudo-class selectors
===============================================*/

/* General -----------------------*/
a:link {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
a:visited {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
a:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
a:active {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

/* Menu items -----------------------*/
a.menu_item:link {
  background-color: transparent;
  color: #003;
  text-decoration: none;
}
a.menu_item:visited {
  background-color: transparent;
  color: #003;
  text-decoration: none;
}
a.menu_item:hover {
  background-color: transparent;
  border-bottom: 1px dashed #000000;
  color: #c00;
  text-decoration: none;
}
a.menu_item:active {
  background-color: transparent;
  color: #c00;
  text-decoration: none;
}

/* General -----------------------*/
abbr:hover {
  cursor: help;
}
acronym:hover {
  cursor: help;
}


/*===============================================
Class selectors
===============================================*/

* html .IEpeekaboobug {  /* thanks http://plone.org/documentation/how-to/internet-explorer-invisible-text */
  height: 0.01%;
}
.addendum {
  background-color: transparent;
  color: #666666;
}
ul.articles li {
  clear: both;
}
h4.article,
h5.article,
h6.article {
  border-bottom: 1px solid #ccc;
  font-size: large;
  font-weight: normal;
  margin-bottom: 0.75em;                         /*  To line-up with the top on div.picture_box  */
  margin-top: 1.5em;                             /*  IE because min-height won't work  */
  text-decoration: none;
}
.back_to_top {
  clear: right;
  display: none;
  font-size: small;
  position: relative;
    bottom: -4em;
  text-align: right;
}
.current {
  background-color: transparent;
  color: #c00;
}
.picture_box {
  background-color: #e8f4ff;
  border: 1px solid #ccc;
  color: #000;
  display: block;                                /*  In case the element is a <li> or something else  */
  float: left;
  margin: 0 5px 5px 5px;
  padding: 5px;
}
.publication,
.publication * {
  font-style: italic;
}
.screen_only {
  display: none;
}

/*===============================================
ID selectors
===============================================*/

#breadcrumb {
  display: none;
  font-size: xx-small;
  text-align: right;
}
#content {
  background-color: #fff;
  color: #000;
  float: none;
  font-family: "Times New Roman", Georgia, serif;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  /*min-width: 35em;*/
  padding: 0.5em 0.5em 5em 0.5em;
  text-decoration: none;
}
#footer {
  border-top: 0.1em solid #000;
  clear: both;
  font-size: x-small;
  margin: 1em 0 0 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#footer ul {
  display: none;
  list-style-type: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
#header {
  background-color: #fff;
  color: #000;
  margin: 0 0 5px 0;
  max-width: 100%;
  padding: 5px 0 5px 5px;
}
#header h1 {
  display: inline;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  white-space: nowrap;
}
#header h2 {
  display: inline;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0 20px;
  /*position: relative;
    left: 193px;*/
  white-space: nowrap;
}
#main_menu {
  background-color: transparent;
  color: #000;
  display: none;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0 0.5em 0.5em 0.5em;
  position: fixed;
    top: 89px;
  text-align: left;
  /*vertical-align: text-top;*/
  /*white-space: nowrap;*/
  width: 9em;
}
#main_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main_menu ul li {
  display: block;
  font-size: medium;
  font-weight: bold;
  padding: 0 0 0.5em 0;
  margin: 0;
}
#main_menu ul li ul {
  display: inline;  /* set to inline to remove space in IE */
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main_menu ul li ul li {
  display: block;
  font-size: small;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 0.5em;
}
#resources {
  display: none;
  float: right;
  font-size: x-small;
  margin: 0 0.25em 0 0;
  text-align: right;
}
#resources ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sub-menu {
  display: none;
  float: right;
  font-family: Arial, Verdana, sans-serif;
  font-size: small;
  padding: 0 0 0 1em;
  position: fixed;
    right: 0;
    top: 89px;
  width: 9em;
}
#sub-menu p {
  font-weight: bold;
}
#sub-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sub-menu ul li {
  background-color: transparent;
  color: #003;
}
#sub-menu_title {
  font-size: medium;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
