

*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

html
{
font-size: 16px;	margin: 0;
	padding: 0;
}

body
{
	text-align: left;
	margin: 20px auto;
	font-family: Futura, Times, "Times New Roman", serif;
	font-size: 1rem;
	color: black;
}

#Container
{
	width: 100%;
	text-align: left; /* Counteract to IE5/Win Hack */
	background-color: white;
}

.HeaderContainer
{
	float: left;
	width: 100%;
	background-color: #10069f;
}

#Header
{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 1rem;
	font-style: italic;
	font-weight: 500;
	font-family: Futura, Times, "Times New Roman", serif;
	color: white;
    z-index: -10;
	background-color: #10069f;
}

#Header a
{
	color: white;
}

#Header a
{
	color: white;
}

#Header a:hover
{
	color: #C03;
}

.MyButton
{
	width: 100%;
	max-width: 300px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	text-align: center;
	background-color: #00b050;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
}

.MyButton a
{
	text-decoration: none !important;
}

.MyButton:hover
{
	background-color:#00cc66;
	text-decoration: none;
}

#HeaderImage
{
	float: left;
    width: 100%;
	max-height: 900px;
	min-height: 200px;
}

#HeaderImage img
{
	float: left;
	width: 100%;
	max-height: 900px;
	min-height: 200px;
	object-fit: cover;

}

.HeaderLogo
{
	float: left;
	width: 30%;
}

.HeaderLogo img
{
	float: left;
	width: 100%;
	max-width: 280px;
}

#Content
{
	width: 100%;
	padding-bottom: 3rem;
}

#Footer
{
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 2rem;
	color: white;
	text-align: center;
	background-color: #555555;
}

#Footer a
{
	color: white;
}

#Copyright
{
	float: left;
	width: 100%;
	max-width: 1200px;
	color: black;
	text-align: center;
	padding-top: 1rem;
	background: url(images/layout/background.gif) left top repeat;
}

.NarrowColumn
{
	float: left;
	width: 80%;
    display: block;
	margin-left: 10%;
	padding-top: 1rem;
}

.BackContainer
{
	float: left;
	width: 100%;
	height: 800px;
}

.InsertVideo
{
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 50%;
	width: 100%;
	height: 500px;
	z-index: -100;
	object-fit: cover;
	overflow: hidden;
}

.BackVideo
{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 300px;
	z-index: -1;
}


nav
{
	float: left;
	width: 60%;
	margin-top: 2rem;
	margin-left: 20px;
	align-items: center;
	font-family: Futura, Times, "Times New Roman", serif;
}

nav ul li
{
	float: left;
	display: flex;
	list-style: none;
	margin-right: 5px;
}

nav ul li a
{
	text-decoration: none;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.9rem;

}

nav ul li a:hover
{
	color: yellow;
}

/* navigation */
.TopNavigation
{
	float: right;
	width: 50%;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.9rem;
	padding-top: .3rem;
	padding-bottom: .3rem;
	font-family: Futura, Times, "Times New Roman", serif;
	z-index: -20;
}

.TopNavigation a
{
	padding-left: 1rem;
	padding-right: 1rem;
	text-decoration: none;
	color: white;
	text-align: center;
	font-stretch: condensed;
}

.TopNavigation a:hover
{
	color: #C03;
	text-decoration: underline;
}

.SocialClass
{
	float: right;
	width: 30px;
}

.SocialClass img
{
	float: left;
	width: 100%;
}

.LatestBlogPosts
{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.LatestBlogPostsEntries
{
	float: left;
	width: 40%;
	margin-right: 10%;
	margin-bottom: 1rem;
}

.TheButton
{
	float: right;
	background-color: #3366cc;
	border: none;
	color: white;
	padding: 15px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	cursor:pointer;
}

.TheButton:hover
{
	background-color: #6699ff;
	color: white;
}

.ButtonWrapper
{
	float: right;
	width: 40%;
	padding-top: 1rem;
	padding-right: 2rem;
}


.NewWrapper
{
	float: left;
	width: 100%;
	padding-bottom: 4rem;
}



.LargePhoto
{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 2rem;
}

.LargePhoto img
{
	float: left;
	width: 100%;
}


.ArticlePhoto
{
	float: left;
	width: 400px;
	height: 266px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.ArticlePhotoFull
{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 2rem;
}

.ArticlePhoto2
{
	float: left;
	width: 300px;
	height: 450px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.ArticlePhoto3
{
	float: left;
	width: 400px;
	height: 161px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}

@media all and (max-width : 1000px)
{

	.LatestBlogPostsEntries
	{
		float: left;
		width: 90%;
		margin-right: 10%;
		margin-bottom: 1rem;
	}

	nav
	{
		width: 90%;
		margin-right: 5px;
		padding-right: 0;
		margin-top: 0;
	}

	.HeaderLogo
	{
		float: left;
		width: 80%;
	}
	.HeaderLogo img
	{
		float: left;
		width: 50%;
		max-width: 400px;
	}


}

@media all and (max-width : 768px)
{


}


@media all and (max-width : 785px)
{


}


/* tags */
h1
{
	font-size: 2rem;
	color: #000;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 1rem;
}

h1 a
{
	color: #000;
}

h2
{
	font-size: 1.1rem;
	color: #000;
	margin:5px 0px 5px 0px;
	text-align: center;
	padding-top: 1rem;
	font-weight: 400;
}

h2 a
{
	color: #000;
}

h3
{
	font-size: 1.1rem;
	color: #003800;
	margin:0px 0px 5px 0px;
	text-align: center;
}

h4
{
	font-size: 1.1rem;
	color: #FF0;
	margin:0px 0px 5px 0px;
}

h5
{
	font-size: 2rem;
	color: #F00;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 1rem;
}

h6
{
	font-size: 2rem;
	color: #FFF;
	margin:0px 0px 10px 0px;
	text-align: center;
	padding-top: 1rem;
}


p
{
	margin: 1rem 0px 2rem 0px;
}

a
{
	color:#000000;
	font-family: Futura, Times, "Times New Roman", serif;
}

li
{
	list-style: disc;
	margin-left: 3rem;
	margin-right: 3rem;
}

.HomeSectionDiv
{
	float: left;
	width: 100%;
	padding-top: 5REM;
	paddint-bottom: 4REM;
}

.HomeSectionText
{
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}

.HomeSectionFullText
{
	float: left;
	width: 90%;
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}

.HomeSectionImage
{
	float: left;
	width: 40%;
}

.HomeSectionImage img
{
	float: left;
	width: 100%;
}

.HomeSectionTextHeader
{
	font-size: 1.2rem;
	font-weight: bolder;
}

.HomeSectionTextFloatRight
{
	text-align: right;
}

.HomeSectionTextFloatCenter
{
	text-align: center;
}

td
{
  vertical-align: baseline;
}

.NavDiv
{
	margin: 0;
	padding: 0;
	padding-left: 3%;
	padding-top: 10px;
	width: 97%;
	background-color: #000000;
}


