/* font-family: 'Raleway', sans-serif; */
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,300italic,400italic,600italic,700italic,800,800italic);
/* font-family: 'Montserrat' */
@import url(//fonts.googleapis.com/css?family=Montserrat:regular,700);


html, body {
  /**/
  font-family: 16px/1.6 'Open Sans', sans-serif;
  background-image:none;
  background-color: white;
}

.PageHeading {
/**/
  font-family: Montserrat;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1.3rem;
  color:#474747;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

.BodyPadding {
  	min-width: 1049px;
    padding: 2rem;
}

#logo {
  top:10px;
  left:10px;
}
#logo img {
	height:100px;
}

#wrapper {
  /**/
  background-image:none;
  background-color: white;
  width:100%;
	min-width: 1049px;

}


/*HEADER*/

#pageHeader {
  /**/
  background-image: url(/images/template2/header2020.jpg);
  background-color: white;
  background-size: cover;
}


/*Main Navigation*/

#navBar {
  /**/
  background: #70af5f;
  width: 100%;
  left:0;
	bottom:0
}

#navBar li a:hover {
	color: black;
}

#menu {
	border-radius: 0;
	margin:0;
}

/*
css from home master page template
*/



a, a:visited {
	color: #70af5f;
	/*font-size:11px;*/
}

a:hover{
	color: #5f965a;
}


#menu ul li.current a {
	background-color: #70af5f;
}

#menu ul li a:hover {
	color: #ffffff;
	background-color:#757575;
}

/*Footer*/

#footer {
	width: 100%;
  background-image: none;
  background-color: #222;
}


#contentEnd {
/**/
  background-image: none;
  background-color: #222;
  color: white;
}
#contentEnd h2 {
  /**/
	font-family: Montserrat;
	font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1.3rem;
  color:#70af5f;
}

#contentEnd ul li a:link , #contentEnd ul li a:visited{
    color:#adadad;
		font-size: 12px;
}


.NewsTicker {
right: 50px;
}
#smallMenu {
right: 50px;
}
