/*===============================================
General
===============================================*/

abbr {
  border-style: none;
  font-style: normal;
  text-decoration: none;
}
acronym {
  border-style: none;
  font-style: normal;
  text-decoration: none;
}
address {
  display: inline;
  font-style: normal;
}
blockquote {
  margin: 0;
}
body {
  background-attachment: scroll;
  background-color: #FFFFFF;
  background-image: url(../images/background.jpg);
  background-repeat: repeat;
  behavior: url(csshover.htc);     /* voids validation */
  color: #000000;
  font-family: Verdana, Arial, 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: "Times New Roman", serif;
  font-size: 26pt;
}
h2 {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 20pt;
}
h3 {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 20pt;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
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: #000000;
  text-decoration: none;
}
a:visited {
  background-color: transparent;
  color: #999999;
  text-decoration: none;
}
a:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}
a:active {
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}

/* Menu items -----------------------*/
#main_menu a:link {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
#main_menu a:visited {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
#main_menu a:hover {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
}
#main_menu a:active {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

/* Secondary ------------------------*/
a.secondary:link {
  background-color: transparent;
  color: #6666CC;
  text-decoration: none;
}
a.secondary:visited {
  background-color: transparent;
  color: #CC3333;
  text-decoration: none;
}
a.secondary:hover {
  background-color: transparent;
  color: #CC6666;
  text-decoration: none;
}
a.secondary:active {
  background-color: transparent;
  color: #CC6666;
  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%;
}
.back_to_top {
  clear: right;
  font-size: small;
  position: relative;
    bottom: -2em;
  text-align: right;
}
.menu_item_current {
  background-color: transparent;
  color: #FFFFFF;
}
.secondary {
  background-color: transparent;
  color: #666666;
}
.underlined {
  text-decoration: underline;
}



/*===============================================
ID selectors
===============================================*/

#breadcrumb {
  font-size: xx-small;
  text-align: right;
}
#content {
  background-color: transparent;
  color: #FFFFFF;
  float: none;
  font-family: "Times New Roman", serif;
  font-size: large;
  font-style: normal;
  font-weight: normal;
  margin: 0.25em 5em 0.5em 10em;
  height: 31em;
  padding: 0.5em 0.5em 2em 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 10;
}
#content img {
  position: relative;
  z-index: 15;
}
#footer {
  border-top: 0.1em solid #999999;
  clear: both;
  font-size: xx-small;
  margin: 0;
  padding: 0 0 0 0.25em;
  text-align: left;
}
#footer ul {
  display: inline;
  list-style-type: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
#footer li {
  display: inline;
}
#header {
  background-color: transparent;
  color: #FFFFFF;
  margin: 0 auto 0.25em auto;
  padding: 0.25em 0.1em 0.25em 0.1em;
  position: relative;
  min-width: 134px;
  width: 8.75em;
}
#header h1 {
  display: inline;
  font-family: "Times New Roman", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#header h1 img {
  display: block;
  margin: 0 auto 0 auto;
}
#header h2 {
  display: inline;
  font-family: "Verdana", Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  white-space: normal;
}
#header h2 img {
  display: block;
  margin: 0 auto 0 auto;
}
#main_menu {
  background-color: transparent;
  color: #FFFFFF;
  float: left;
  font-family: Arial, Verdana, sans-serif;
  margin: 0.25em 0 0 0;
  padding: 0.25em;
  position: absolute;
    top: 9em;  /* or 4.5em at normal size */
  text-align: left;
  white-space: normal;
  width: 10em;         /*    */
}
#main_menu ul {
  list-style-type: disc;
  margin: 0 0 0 1em;     /* shorthand: top right bottom left */
  padding: 0 0 0 0;
}
#main_menu ul li {
  display: block;
  font-size: 20pt;
  font-weight: bold;
  padding: 0 0 0.5em 0;
  margin: 0;
  white-space: nowrap;
}
#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 {
  float: right;
  font-size: xx-small;
  margin: -2.75em 0.25em 0 0;
  text-align: right;
}
#resources ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sub-menu {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  color: #000000;
  float: right;
  font-family: Arial, Verdana, sans-serif;
  font-size: small;
  margin: 0.25em;
  padding: 0.25em;
  position: relative;
  width: 9em;
  z-index: 5;
}
#sub-menu p {
  font-weight: bold;
}
#sub-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sub-menu ul li {
  background-color: #FFFFFF;
  color: #000033;
}
#sub-menu_title {
  background-color: #FFFFFF;
  color: #000033;
  font-size: medium;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
#wrapper_-_header_and_main_menu {
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
    left: 0.25em;
    top: 0.25em;
}
