
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
    
#logo {
   background: url(resources/logoWebSite.png) no-repeat;
}
#key_visual {
   background: url(images/dynamic/key_visual7.jpg) no-repeat;
}
#text_caption {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: oblique;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}
#phone {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: oblique;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
#date {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: oblique;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #383838;
  text-align:right;
}
#main_nav_list a.main_nav_active_item {
  background: url(images/dynamic/buttonset2/n1activeitem.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-position: top left;
}
#main_nav_list a.main_nav_item {
  background: url(images/dynamic/buttonset2/n1.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}
#main_nav_list a.main_nav_item:hover {
  background: url(images/dynamic/buttonset2/n1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  background-position: top left;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(images/dynamic/buttonset2/subnav1active.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFCC;
}
.sub_nav_list a.sub_nav_item {
  background: url(images/dynamic/buttonset2/subnav1.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFCC;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(images/dynamic/buttonset2/subnav1hover.gif) no-repeat;
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFCC;
}
#content_container h1 {
  font-family: Courier New,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #D5D5D5;
}
#content_container h2 {
  font-family: Courier New,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #D5D5D5;
}
#content_container  h3 {
  font-family: Courier New,Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #D5D5D5;
}
.content, .content p {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
}
#content_container a:link {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #FFFFCC;
}
#content_container a:visited {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #FFFFCC;
}
#content_container a:hover {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFCC;
}
#content_container a:active {
  font-family: Tahoma,Verdana, Arial, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  color: #FFFFCC;
}
#footer_text {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
#footer_text  a:link,a:visited,a:active{
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #333;
}
#footer_text  a:hover{
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}
  .firstletter {
	font-family: Tahoma,sans-serif;
    display:block;
    float:left;
    margin: -1em 2px 0 0;
    height : 16;
    color:#fff;
	background-color:#CC0000;
	border:1px solid #ffffff;
  }
 
  .firstletter span {
    font-size:2.5em;
    line-height:0.8em;
  }
