@charset "utf-8";
/* CSS Document */
#header{
 position:relative;
}
#header_slogan{ width:512px; height:150px; float:left; }
#header_photo{ width:388px; height:150px; float:left; }
.clearfloat { clear:both; height:0px;  }
#acuff_logo{
 clear:both;
 width:79px;
 height:96px;
 margin:0px; padding:0px;
 position:absolute;
 top:60px;
 left:15px;
 z-index:3;
}
#nav_area { 
  height:64px;
  width:900px;
  background-image:url(images/home_head_horizstripbg.jpg); background-repeat:repeat-x;
  background-color:#91592f;
  position:relative;
}
.textbox{
 padding:0px 60px; 20px; 60px;
}

.maintitle{
 text-align:left;
 padding-left:60px;
 padding-top:30px;
 font-size:20px;
 color:#663300;
 font-weight:400;
}

table.tabular{
 border: 1px solid #663300;
 border-collapse:collapse;
 border-spacing: 0px;
}
table.tabular tr>td:first-child{
 font-weight:bold;
 font-size:12px;
}
table.tabular td {
 padding:10px 5px 10px 5px;
 border-right:1px dotted #AAAAAA;
 border-bottom:1px dotted #AAAAAA;
}
table.tabular tr.r1{
 background-color:#EEEEEE;
}
table.tabular th{
 background-color:#281811;
 color:#FFFFFF;
 padding:5px;
}
.backtotop{
  margin-left:-20px;
  font-size:11px;
  border-bottom:1px dotted #BBBBBB;
  margin-top:10px;
}

.faq_question{
 font-style:italic;
 font-size:16px;
 color:#663300;
}

th.theader a:hover{
 text-decoration:underline;
 color:#CC9966;
}