*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.max{
	width: 100%;
	max-width:1100px;
}

html{
	height: 100%;
}


body{
    font-family: calibri, arial, sans-serif;
    font-size: 14.5px;
    color: #222;
	height: 100%;
    margin: 0;
    padding: 0;
}

iframe.map{
	height: 650px;
	border: 0;
	margin: 4px 0;
}

a{
    font-family: calibri, arial, sans-serif;
    font-size: 14px;
    color: #222;
}

h1{
    font-size: 17px;
    font-weight: normal;
    color: white;
    padding: 3px 6px 3px;
    margin-top: 8px;
    background-color: #147;
	border-radius: 4px;
}

h2{
    font-size: 17px;
    font-weight: bold;
    color: #2E74B5;	
    padding: 8px 0 3px;
}

h3{
    font-size: 16px;
    font-weight: bold;
    color: #2E74B5;	
    padding: 8px 0 3px;
}

strong{
    font-weight: bold;
}

img{
	max-width:100%;
}


div.top{
	width: 100%;
	height: 40px;
	background-color: #49b;
	text-align: center;
}

div.topcontent{
	position: relative;
	margin: 0 auto;
}

div.toplogo{
	display: inline-block;
	width: 49%;
	text-align: left;
	visibility: hidden;
}

div.topright{
	display: inline-block;
	width: 49%;
    height: 40px;
	position: relative;
	text-align: right;
}

div.topright a{
	display: inline-block;
	line-height: 36px;
	color: white;
	margin-right: 12px;
}

div.topright img{
	display: none;
	cursor: pointer;
	height: 40px;
	vertical-align: top;
	margin-right: 12px;
	padding: 0 10px;
}

div.bottom{
	margin-top: 30px;
	width: 100%;
	background-color: #bbb;
}

div.bottomcontent{
	position: relative;
	margin: 0 auto;
	text-align:right;
	padding: 0 8px;
}

div.bottomcontent a{
	line-height: 70px;
	color: #222;
}


div.navlogo{
    font-size: 48px;
    line-height: 60px;
    color: #2E74B5;	
	display: inline-block;
	float: left;
}

div.menudiv{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
	cursor: alias;
	background-color: rgba(55,50,50,0.40);
}

div.menu{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	background-color: white;
	z-index: 100;
}

div.menu a{
	font-size: 17px;
    color: #666;
	display: block;
	padding: 16px 0;
	text-decoration: none;
	border-bottom: 1px solid #999;
	text-align: center;
}

div.menu a:hover{
    color: #222;
	background-color: #ddd;
}

div.navigation{
	height: 60px;
	text-align:right;
}

div.page{
	position: relative;
	margin: 0 auto;
	text-align:left;
	min-height: 100%;
}

div.container{
	display: -webkit-flex;
	display: flex;
}

div.content{
	padding: 0 20px;
}

div.contentleft{
	display: inline-block;
	width: 62%;
	padding: 0 20px 0 0;
}

div.contentright{
	display: inline-block;
	width: 38%;
	padding: 0 0 0 20px;
}

div.contentright img{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div.news{
	border: 1px solid grey;
	border-radius: 4px;
	margin-bottom: 12px;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2)
}

div.news a{
	display: block;
	text-align: center;
	padding: 2px;
    background-color: #f4f4f4;
    text-decoration: none;
}

div.news a:hover{
    text-decoration: underline;
}

div.newshead{
    font-size: 17px;
    font-weight: normal;
    text-align:left;
    color: white;
    padding: 2px 6px 1px;
    background-color: #2E74B5;
}

div.newscontent{
	padding: 4px 8px;
	max-height: 100px;
	overflow: hidden;
}

div.newshead span{
    font-size: 13px;
    margin-right: 12px;
    float:right;
}


@-webkit-keyframes slidefade {
    from {position:absolute; top: -100px; opacity: 0;}
    to {position:relative; top: 0px; opacity: 1;}
}
@keyframes slidefade {
    from {position:absolute; top: -100px; opacity: 0;}
    to {position:relative; top: 0px; opacity: 1;}
}

div.front{
	position: relative;
	top: 0px;
    animation-name: slidefade;
    animation-duration: 1s;
    background-image: url('front1.jpg');
	height: 230px;
}

img.logo{
	padding:15px;
	height:230px;
	background-color: rgba(255, 255, 255, 0.6);
}

ul{
	list-style-type:disc;
	margin-left: 20px;
}

/* Main Styles */	
#nav {
	position:relative;
	margin:0 auto;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:right;
	height: 100%;
}

ul#navigation li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	list-style: none;
}

ul#navigation li a {
	padding:10px 25px;
	font-size: 16px;
	line-height: 40px;
    color: #666;
	height: 60px;
	text-align: center;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
    color: #222;
	background-color: #ddd;
}

ul#navigation li span {
	padding:10px 25px;
	font-size: 16px;
	line-height: 40px;
    color: #666;
	height: 60px;
	text-align: center;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	cursor: pointer;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li span:hover {
    color: #222;
	background-color: #ddd;
}

ul#navigation li:hover > a {
	background-color: #ddd;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul {
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;	
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:150px;
	background:#fff;
	box-shadow:0 2px 2px -1px rgba(0, 0, 0, 0.055);
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 60px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 151px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:10px 15px;
	font-size: 15px;
	line-height: 20px;
	color:#666;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:150px;
	height: 36px;
}

ul#navigation li  ul li:hover > a {
	background-color: #ddd;
}
