@font-face { font-family: SuisseNeue; src: url('SuisseNeue-Regular.otf'); } 

body {
overflow: scroll;
}
.container {
width: 920px;
margin-bottom: 30px;
}
/* Menu bar on index page */
.menu {
	margin-top: 31px;
	font-weight: 500;
	font-family: SuisseNeue, Georgia, "Times New Roman", Times, serif;
	line-height: 1.0em;
}
.menu a {
margin-right: 31px;
text-decoration: none;
cursor: pointer;
font-weight: 500;
line-height: 1.0em;
}

.menu a:hover {
text-decoration: none;
font-weight: 500;
line-height: 1.0em;
}

.menu hr {
height: 3px;
background-color: #000;
}
/* Slider on index page */
.slider ul, .item-slider ul  {
margin: 0;
padding: 0;
}
.bx-wrapper .bx-viewport {
border: 0;
box-shadow: none;
left: 0;
}
/* Content on index page */
.content {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.item-head {
	font-family: SuisseNeue, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #666666;
	font-weight: 600;
	line-height: 0.9em;
}

.item-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	line-height: 1.2em;
}
.item-body a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.2em;
}
.item-body a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.2em;
}

.item-content p {
  line-height: 1.2em;
}

p {
	margin-bottom: 0.3em;
}

.jsExpand {
cursor: pointer;
}
.item {
margin-bottom: 3px;
padding: 5px 25px 1px 25px;
}
.item-arrow {
width: 100%;
text-align: center;
padding-top: 1px;
}
.item-content {
padding-top: 3px;
}

.item-slider img {
cursor: pointer;
}
