
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  color: black;
  text-decoration: underline; white-space: nowrap;
}

    
#logo {
   background: url("../images/logo.gif") no-repeat;
}
#key_visual {
   background: url("../images/dynamic/key_visual1.jpg") no-repeat;
}
#slogan {
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

#main_nav_container a {
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;  
  font-weight: normal;
  text-decoration: none;
  color: black;
  background-position: top left;
}
#main_nav_container a.active {
  background: url("../images/buttonset/main_nav_active_button.gif") no-repeat;
}
#main_nav_container a {
  background: url("../images/buttonset/main_nav_link_button.gif") no-repeat;
}
#main_nav_container a:hover {
  background: url("../images/buttonset/main_nav_hover_button.gif") no-repeat;
}

#sub_nav_container a {
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;  
  font-weight: normal;
  text-decoration: none;
  color: black;
}
#sub_nav_container a.active {
  background: url("../images/buttonset/sub_nav_active_button.gif") no-repeat;
}
#sub_nav_container a  {
  background: url("../images/buttonset/sub_nav_link_button.gif") no-repeat;
}
#sub_nav_container a:hover {
  background: url("../images/buttonset/sub_nav_hover_button.gif") no-repeat;
}

#content_container h1, #content_container h2, #content_container h3  {
  font-family: Verdana,Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: #0062A0;
}
#content_container h1 { font-size: 16px; }
#content_container h2 { font-size: 14px; }
#content_container h3 { font-size: 12px; }

.content, #content_container a, #footer_text {
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

#content_container a { color: #0062A0; }
#content_container a:link { text-decoration: underline; }
#content_container a:active { text-decoration: underline; }
#content_container a:visited { text-decoration: underline; }
#content_container a:hover { text-decoration: none; }

#footer_text {
  font-size: 11px;
}
