 img {
  /* This fixes png image backgrounds in IE */
  behavior: url(/script/iepngfix/iepngfix.htc)
}
* {                /* Default for all elements. */
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: black;
  background-color: white;
  font-size: 14px;
  font-family: "Arial", "Liberation Sans", "Helvetica", sans-serif;
}
a:link {
  color: blue;
  text-decoration: underline;
  background-color: inherit;
}
a:active {
  color: #cc0000;
  text-decoration: underline;
  background-color: inherit;
}
a:visited {
  color: #cc00cc;
  text-decoration: underline;
  background-color: inherit;
}
a:hover {
  color: blue;
  text-decoration: underline;
  background-color: inherit;
}
#container {       /* Contains the entire document inside the body tags. */
  display: block;
  width: 991px;
  border: none;
  background-color: transparent;
  margin: 0;
  margin: 0 auto 0 auto;
  padding: 5px;
}
#container-lit {
}
#masthead {
  display: block;
  width: 100%;
  border: none;
  background-image: url(/_ArtWork/backgrounds/org_fade_back.png);
  background-repeat: repeat-x;
  background-position: center center;
  text-align: center;
  height: 115px;
  margin: 0 0 5px 0;
  padding: 0;
}
#masthead #tti-logo a {
  text-decoration: none;
}
#masthead #tti-logo a img {
  border: none;
}
#masthead #tti-logo p {
  white-space: nowrap;
  margin: 0 10px 10px 10px;
  padding: 0;
}
#bread-crumbs {    /* Bread-crumb trail navigation aid. */
  display: block;
  background-image: url(/_ArtWork/backgrounds/org_fade_crumb.png);
  background-repeat: repeat-x;
  background-position: center center;
  vertical-align: center;
  text-align: left;
  width: 100%;
  height: 40px;
  margin: 0 0 5px 0;
  padding: 0;
}
#bread-crumbs p.youarehere {
/*
*/
  margin: 0 10px 0 10px;
  padding: 8px 0;
  font-size: 80%;
  line-height: 2.4em;
}
#bread-crumbs p.youarehere a {
  display: inline;
}
#bread-crumbs p.youarehere a:link {
  color: #582C00;
  text-decoration: none;
  padding: 2px;
  border: 3px inset;
  /* border-color needed for IE6 */
  border-color: #582C00 #D86C00 #D86C00 #582C00;
  background-color: #F7E464;
  font-weight: normal;
}
#bread-crumbs p.youarehere   a:visited {
  color: #582C00;
  text-decoration: none;
  padding: 2px;
  border: 3px inset;
  /* border-color needed for IE6 */
  border-color: #582C00 #D86C00 #D86C00 #582C00;
  background-color: #F7E464;
  font-weight: normal;
}
#bread-crumbs p.youarehere  a:hover {
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px;
  border: 3px outset;
  /* border-color needed for IE6 */
  border-color: #D86C00 #582C00 #582C00 #D86C00;
  background-color: #582C00;
  font-weight: normal;
}
#bread-crumbs p.youarehere a:active {
}
p.pagemenu {
  margin: 0;
  padding: 0;
}
#document {        /* Encloses the content and the menu. */
  border: none;
  /* Work magic to make footer clear both floats contained within. */
  /* Expands #document vertically to fit largest float contained. */
  overflow: auto;
  margin: 0 0 5px 0;
  padding: 0;
  /* Background image is exactly as wide as #menu in order to provide
     a background for #menu that extends all the way down to the #footer
     no matter how tall the #menu or #content is. */
  background-image: url(/_ArtWork/backgrounds/org_fade_container_200px_wide.png);
  background-position: left top;
  /* Don't show o background other than under #menu. */
  background-color: transparent;
  background-repeat: no-repeat;
}
#content {         /* Meat of the web page. */
  display: block;
  width: 785px;
  /* Flyout menus cause #menu to bounce down below #content if they extend
     below #content.  Make sure that never happens until there is a proper fix. */
  min-height: 500px;
  float: left;     /* left content */
  float: right;    /* right content */
  border: none;
  margin: 0 auto auto 0; /* left content */
  margin: 0 0 auto auto; /* right content */
  padding: 0;
  background-image: url(/_ArtWork/backgrounds/org_fade_container.png);
  background-repeat: repeat-x;
  background-position: center center;
  text-align: center;
}
#content.literature {
  width: 779px; /* 785px - 3px - 3px = ContentWidth - LeftBorderWidth - RightBorderWidth */
  background-image: none;
  border: 3px solid #FF9900;
}
#menu {            /* Navigation Menu. */
  display: block;
  width: 200px;
  height: 100%;
  float: right;    /* right menu */
  float: left;     /* left menu */
  border: none;
  margin: 0 0 auto auto; /* right menu */
  margin: 0 auto auto 0; /* left menu */
  padding: 0;
  text-align: center;
  /* #menu derives it's background from #document */
  background-color: transparent;
}
#menu ul,
#menu li,
#menu p {
  display: block;
  margin: 0;
  padding: 0;
}
#menu .menutitle {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#footer {
  display: block;
  clear: both;     /* Helps out with IE6 rendering, doesn't hurt anywhere else. */
  width: 100%;
  border: none;
  margin: 0;
  padding: 0.6em 0em 0em 0em;
  height: 2.25em;
  text-align: center;
  background-image: url(/_ArtWork/backgrounds/org_fade_crumb.png);
  background-repeat: repeat-x;
  background-position: center center;
}

/*
  Style to be given to sections of an web page.  This will allow semantic markup
  of the html document while providing a handle to render the document sections
  using multiple columns.
*/

.section {
  border-bottom: 1px solid #999999;
  padding-bottom: 1em;
  margin-bottom: 2em;
  column-count: auto;         /* Make as many columns as will fit.      */
  column-width: 30em;         /* 30em seems to be a good maximum width. */
  column-gap: 4em;            /* Gap between columns.                   */
  column-rule: 1px solid black; /* Line between columns.  
                                        Seems to be broken.  Bummer... :(    */
}
.section h1,
.section h2 {
  column-span: all;
}
#content h1 {
  font-size: 125%;
  font-weight: bold;
  border-bottom-width: medium;
  border-bottom-style: inset;
  border-bottom-color: #FF3300;
  font-family: "Arial", "Liberation Sans", "Helvetica", sans-serif;
}
#content h2 {
  font-size:110%;
  font-weight: bold;
  font-family: "Arial", "Liberation Sans", "Helvetica", sans-serif;
  text-align: left;
  padding-left: .5em;
  padding-right: .5em;
  margin: 2em auto 1em auto;
}
#content p {
  font-family: "Arial", "Liberation Sans", "Helvetica", sans-serif;
  left: .94em;
  display: block;
  padding-left: .5em;
  padding-right: .5em;
  text-align: left;
  line-height: 1.2em;
}
#tti-logo p {
  text-align: center;
}
.textmenu  p {
  margin-left: 2em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.textmenu h2 {
  padding: 0 0.5em;
  margin-bottom: 0.25em;
  margin-top: 1.5em;
}
.no_bullet,
.no_bullet li {
  list-style-type: none;
}
.photo-gallery img {
  background-color: white;
}
.photo-gallery a img {
  border: none;
  text-decoration: none;
}
.photo-gallery td {
  text-align: center;
  padding: 5px;
}
