@charset "UTF-8";
body {
    background-image: url("../images/Topbg.png"), url("../images/Bottombg.png");
    background-repeat: no-repeat;
	background-position: top right, bottom left;
    background-size: 100%;
}
p {
	
}
.container {
	width: 70%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.navtab {
	width: 30%;
	height: 100%;
	margin-left: 3.33%;
	margin-right: auto;
	background-color: #00506F;
	float: left;
}
#header {
	width: 100%;
	height: 400px;
	float:right;
}
#main {
}
#footer {
	width: 100%;
	height: 10px;
	
}
#logo {
    margin-left: 94px;
    margin-top: 30px;
	margin-bottom: 30px;
    float: left;
	width:30%
}
#topcontent {
	width: 98%;
	overflow: hidden;
	margin-bottom: 0px;
}
#topcontent figure {
	position: relative;
    width: 500%;
	margin-left: 2%;
    animation: 20s topcontent infinite;
}
#topcontent figure img {
    width: 20%;
    float: left;
}
@keyframes topcontent{
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
	
}
#nav {
	width: 100%;
	height: 50px;
	background-color: white;
}
#navcontent {
    width: 50%;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-align: left;
    color: #016DA2;
    padding-top: 12px;
	margin-top: 20px;
	margin-left: 20px;
}
