@charset "utf-8";
/* CSS Document */
a {
	color:#35688f;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover {text-decoration:none;}


body {
	margin:0px;
}

#slideshow {
	overflow: hidden;
	margin:0px;;
	position: relative;
	width: 770px;
	height: 271px;
}

#slideshow img {
	width: 770px;
	height: 271px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.black {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#head{
	background-image:url(../img/bg_head.gif);
	background-repeat:repeat-x;
	height:75px;
	padding-top:7px;
}

#topbox {
	margin-top:-10px;
	background-image:url(../img/bg_band.gif);
	background-repeat:repeat-x;
	height:271px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#img_top {
	width:770px;
	height:271px;
	/*background-image:url(../img/top_img_bg.jpg);
	background-repeat:no-repeat;
	background-position:right;*/
}

#logo{
 text-align:left;
 margin-top:5px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer{
	background-color:#f88e0e;
}

#footer td{
	color:#35688f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer a{
	color:#35688f;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer a:hover{
	text-decoration:none;
}

#path {
	height:91px;
	background-image:url(../img/bg_path.gif);
	background-repeat:repeat-x;
	margin-top:-10px;
}

#navigator{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:520px;
	margin-bottom:5px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	height:20px;
	padding-top:5px;
}

#navigator ul{
	margin:0px;
}

#navigator ul li{
	white-space: nowrap;
	display: inline;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#navigator li#active{
	white-space: nowrap;
  text-decoration: none;
  font-size: 12px;
  color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
}
