﻿@charset "utf-8";
/* CSS Document */
		
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	margin: 0;
	background: #fff none repeat scroll 0 0;
	color: #222;
	cursor: default;
	font-style: normal;
	padding: 0;
	position: relative;
}
body > section {
	margin: 1.07143em 0;
	padding: 3.57143em 0;
	display: block;
}
*, *::after, *::before {
	box-sizing: border-box;
}
.main-header {
	background-color: #2d373c;
	height: 45px;
	width: 100%;
}

.main-header .menu{
	color: white;
	margin: 0 auto;
	max-width: 960px;
}

.main-header ul.header_nav{
	position: relative;
	float:left;
	width: auto;
	}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	}
	
.main-header ul.header_nav li:first-child .dropdown {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.main-header ul.header_nav li a.dropdown {
	padding: 0 .92857143em;
}

.main-header ul.header_nav li a.dropdown {
	position: relative;
	padding: 0 .35714286em;
}

.main-header ul.header_nav li a {
	padding: 0 .92857143em;
	font-size: 12px;
	font-weight:400;
}

.main-header ul.header_nav li a {
	color: #fff;
	padding: 0 1.35714286em;
	line-height: 45px;
	height: 45px;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.main-header ul.header_nav li a:hover {
	background-color: #fff;
	color: #2d373c;
}
.main-header ul.header_nav li a:hover {
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.logo-wrapper {
	background: #a5d7d2 none repeat scroll 0 0;
}

.main-wrapper {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	width: 100%;
	padding-left: 1em;
}
.logo {
	padding-top:20px;
	height:148px;
}
a {
	-moz-hyphens: auto;
	color: #2ba6cb;
	line-height: inherit;
	text-decoration: none;
}
a img {
	border: 0 none;
}
img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	margin: 0 auto;
}

.unitWrapper {
	background: #d2ebe9 none repeat scroll 0 0;
	margin: 0 auto;
	font-size: 14px;
	padding: 1em 0;
}
.unit {
	margin: 0 auto;
	max-width: 960px;
	padding-left: 1em;
}

.content_wrapper::after {
	clear: both;
	content: "";
	display: block;
}
.content_wrapper {
	margin: 0 auto;
	padding: 1em;
	max-width: 960px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.content_wide {
	padding-left: 0;
	padding-right: 0;
	float: left;
	position: relative;
	width: 100%;
}
.content_wide > h1 {
	color: #333;
	font-size: 2.15em;
	margin-top: 0.3em;
}
.content_wide > h5 {
	color: #333;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height: 25px;
}
.justify {text-align: justify;}
