*{
    margin:0;
    padding:0;
}

.container{
	padding-top:20px;
		margin-left:auto;
		margin-right:auto;
		width:980px;
	}

body{
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;   font-weight:100;
}
h4{color:#666;
font-size:18px;
letter-spacing: 2px;	
margin: -3em auto 1em auto;
line-height:45px;
	}
	
table{
	margin-top:20px;
	}	

header{
	color:#246EC1;
	font-size:25px;
	margin-left:auto;
		margin-right:auto;
		width:100%;
}
header h1{
/*	position:relative;*/
	margin: -1.45em auto auto 2em;
	letter-spacing: 2px;
	font-weight:bold;
	}
header img{
	position:relative;
	margin: auto auto auto -0.01em;
	}


.index-box{
	background:#f6ef7a;
	color:#d62827;
	margin:1.5em auto 1.5em auto;
    width: 100%;
	height:115px;
	}
	
.index-box h2{
	padding-top:15px;
	padding-bottom:10px;
	font-size:38px;
	font-weight:200;
	text-align:center;
	}
	
.index-box h3{
	font-size:25px;
	font-weight:200;
	font-stretch:ultra-expanded;
	text-align:center;
	}	

.css-slideshow{
  position: relative;
  max-width: 980px;
  height: 383px;
  margin: 2.5em auto .5em auto;
}
.css-slideshow figure{
  margin: 0;
  max-width: 980px;
  height: 383px;
  background: #000;
  position: absolute;
}
.css-slideshow img{
  /*box-shadow: 0 0 2px #666;*/
}
.css-slideshow figcaption{
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 980px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  /*color: #666;*/
}
.css-slideshow figure{
  opacity:0;
}
figure:nth-child(1) {
  -webkit-animation: xfade 20s 0s infinite;/* Chrome, Safari, Opera */
  animation: xfade 20s 0s infinite;
}
figure:nth-child(2) {
  -webkit-animation: xfade 20s 10s infinite;/* Chrome, Safari, Opera */
  animation: xfade 20s 10s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes xfade{
  0%{
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes xfade{
  0%{
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}