/* Style.CSS */

div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline; white-space: nowrap;
}
   
#logo {
   background: url(resources/SchmidtResearch+LogoBlock_GrayBG80x80.jpg) no-repeat;
}
#key_visual {
   background: url(colorschemes/colorscheme6/images/dynamic/key_visual16.jpg) no-repeat;
}
#slogan {
  font-family: Trebuchet MS,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #992b33;
}

#slogan_subtitle {
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #992b33;
}

#main_nav_list a.main_nav_active_item {
  background: url(images/dynamic/buttonset4/main_nav_active.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-position: top left;
}
#main_nav_list a.main_nav_item {
  background: url(images/dynamic/buttonset4/main_nav.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffff99;
  background-position: top left;
}
#main_nav_list a.main_nav_item:hover {
  background: url(images/dynamic/buttonset4/main_nav_active.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-position: top left;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(images/dynamic/buttonset4/sub_nav_active.gif) no-repeat;
  border-radius: 10px;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.sub_nav_list a.sub_nav_item {
  background: url(images/dynamic/buttonset4/sub_nav.gif) no-repeat;
  border-radius: 10px;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffff99;   /* was: #73b9ff; */
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(images/dynamic/buttonset4/sub_nav_active.gif) no-repeat;
  border-radius: 12px;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
#content_container h1 {
  font-family: arial, verdana, tahoma, sans-serif?;
  font-style: normal;
  font-size: 29px;
  font-weight: bold;
  text-decoration: none;
  color: #FF9;
}
#content_container h2 {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: italic;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  color: #FF9;
}
#content_container h3 {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #FF9;
}

/* #content_container, #content_container p {   <---AJS: I separated this original version into the following 2 statements */
#content_container {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
}

#content_container p {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
}

/* Added by AJS to provide blue text coloring throughout a series of paragraph sections */
#content_container_RoyalBlue p {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #ffff99;   /* was: #73b9ff; */
}

#content_container a:visited {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #9999ff;
}
#content_container a:link {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #088;
}
#content_container a:hover {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
  color: #088;
}
#content_container a:active {
  font-family: arial, verdana, tahoma, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #ff0303;
}
#footer_text {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}




