body {
	background-color: #f1f1f1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
}

p {
	font-size: 12px;
}
	
img {
	border: 0px;
}

h1 {
	font-size: 40px;
	color: white;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	color: #003e86;
}

header {
	width: 100%;
	height: 133px;
	position: sticky;
	top: 0%;
	left: 0%;
	display: block;
}

header.scrolled {
	background-color: #fff;
}

#welcome {
	background-image: url("images/blueridge.jpg");
	width: 100%;
	height: 100vh;
	margin-top: -133px;
}

.logo {
	width: 250px;
	height: 113px;
	padding: 10px;
	position: relative;
	float: left;
}
	
nav {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	display: block;
	left: 20%;
}

nav li {
	float: left;
	padding: 40px;
}


nav li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: inline;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

main {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

section.welcome {
	width: 1500px;
	height: 250px;
	background-color: #003e86;
	bottom: 0%;
	position: absolute;
	display: flex;
	justify-content: center;
}

section.welcome .left {
	width: 40%;
	padding: 40px;
	float: left;
	margin: auto;
}

section.welcome .right {
	width: 35%;
	padding: 40px;
	font-size: 16px;
	color: white;
	margin: auto;
}

section.welcome .scroll {
	width: 25%;
	padding: 40px;
	border: 0px;
	margin: auto;
}

button.scrolldown {
	background-color: transparent;
	border: 0px;
	width: 75px;
	margin: auto;
}

section.news {
	width: 100%;
	height: 250px;
	background-color: white;
	position: relative;
	display: flex;
	bottom: 0%;
	left: 0%;
}

#contentslider {
	width: 100%;
	margin: 5px auto auto auto;
	text-align: center;
	font-size: 20px;
	z-index: 0;
	overflow: hidden;
}

#contentfooter {
	width: 975px;
	height: 300px;
	margin: 10px auto auto auto;
	position: relative;
	clear: both;
	text-align: center;
}

.contentbox {
	width: 300px;
	height: 250px;
	background-color: #fff;
	margin: 0px 10px 0px 10px;
	border-radius: 5px;
	float: left;
	color: #717171;
}

.contenthead {
	background: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.13);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.13);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3), inset 0px 1px 0px rgba(255,255,255,0.13);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color:#003e86;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	overflow: hidden;	
	margin-bottom: 4px;
	text-align: center;
}

.textbox {
	padding: 5px;
	font-size: 11px;
	margin-top: 10px;
}

.textbox ul {
	margin: auto auto auto auto;
	display: inline-block;
}

.textbox li {
	float: left;
	line-height: 40px;
	margin: auto auto auto 25px;
}

.textbox iframe{
	width: 275px;
	height: 200px;
}