
.top-nav {
	width:760px;
	margin:0;
    padding:0;
	list-style: none;
	background-color:#670001;
}
.top-nav li {
	float:left;
	margin:0;
    padding:0;
}
.top-nav a{
	display:block;
	margin:0;
	padding:0px;
}

.top-nav img {
	border:none;
}

.local-nav {
	width:150px;
	margin:0;
    padding:0;
	list-style: none;
}
.local-nav li {
	margin:0;
    padding:0;
}
.local-nav a{
	display:block;
	margin:0;
	padding:0px;
	zoom: 1;
}
.local-nav a:hover {
	display:block;
}

#back_to_top {
	position:fixed;
	right:5px;
	bottom:5px;
	display:none;
}
#back_to_top img {
	border:none;
}

.nav_fixed {
	position:fixed;
	top:0px;
}

.footer {
  width: 740px;
  background-color: #943333;
  padding: 10px;
  color: #FFFFCC;
  text-align: right;
}
.footer a{
  color: #FFFFCC;
}
.footer a:hover{
  color: #FFFFCC;
  text-decoration-line: underline;
}

.footer .footer_text{
  width:700px;
}
.footer .footer_logo{
  float: right;
  width:30px;
}

.footer .copyright {
	font-size: 10px;
	line-height: 170%;
	padding-top: 5px;
	font-family: "Century Gothic";
	padding-bottom: 20px;
  color: #FFFFCC;
}


/*-- hr --*/
.hr_fade {
  border-width: 0 0 1px;
  border-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(0, 0%, 100%, 0) 100%) 0 0 100%;
  border-style: solid;
}

.hr_dotstyle {
	border: 1px dotted #FFFFCC;
}




/*-- slide show --*/
.slider {
	width: 100%;
	margin: 1px 0px 0px 0px;
}

.slick-slide img {
  margin: 0;
  width: 100%;
}
/*-- /slide show --*/




.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


.pg12{
  width: 80px !important;
}
.r15{
  width: 80px !important;
}
.r18{
  width: 80px !important;
}
.udcast{
  width: 80px !important;
  vertical-align: bottom;
}