@charset "utf-8";
/* CSS Document */

#sub_nav {
  clear:left;
  float:left;
  width:155px;
  padding-left:17px;
  height:auto !important;
  height:50px;
  min-height:50px;
  }

#sub_nav ul, #sub_nav li {
  margin:0;
  padding:0;
  list-style-type:none;
  }

#sub_nav ul{
  clear:left;
  float:left;
  border-top:1px solid #d9d9d9;
  }
 
#sub_nav li{
  width:145px;
  border-bottom:1px solid #d9d9d9;
  line-height:20px;
  padding:4px 4px 5px 4px;
  }
 
#sub_nav li a{
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
  color:#4e4d4d;
  display:block;
  }
 
#sub_nav li a:hover{
  color:#d80d25;
  }
 
#sub_nav li.on a{
  color:#d80d25;
  }
 
#sub_nav li.on{
  background-color:#f2f2f2;
  }
 
#content {
  clear:left;
  float:left;
  width:898px;
  padding:13px 0 30px 0;
  border:1px solid #d9d9d9;
  border-top:0;
  border-bottom:0;
  }  
 
#cotnent_txt {
  float:left;
  padding: 0 20px 0 48px;
  width:652px;
  }
