@charset "UTF-8";
body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font: medium;
    background-color: #FFFFFF;
    padding: 0;
    color: #000000;
	margin: 0;
}
a {
    font: bold;
    color: #F59022;
}
.nav {
    text-align: center;
}
.footer {
    text-align: center;
}
h2 {
	color: #F7941D;
}
.tblBrdr {
	border: thin solid #CCC;
}
.tblWhite {
	border: thin solid #CCC;
	background-color: #FFFFFF;
	align-items: center;
	 
}
#test_email {
    display: none;
}
.maincontent {
    width: 98%;
    height: auto;
    overflow: visible;
    padding: 1%;
    background-color: #70706F;
    color: #FFFFFF;
    float: left;
    margin: 0;
}
.maincontent h1 {
    color: #ffffff;
    font-size: larger;
}
.maincontent h2 {
    font-size: large;
    font-weight: normal;
    color: #FFFFFF;
}
.columns2 {
	margin: 0px;
	padding: 2%;
	float: left;
	width: 46%;
}
.columns3 {
	margin: 0px;
	padding: 2%;
	float: left;
	width: 29%;
}
.orangecontentnav {
    width: 100%;
    height: auto;
    overflow: visible;
    background-color: #F7941D;
    color: #FFFFFF;
    float: left;
    margin: 0;
    text-align: center;
}
.orangecontentnav a {
    font: bold;
    color: #FFFFFF;
    text-decoration: none;
	
}
.orangecontent {
    width: 98%;
    height: auto;
    overflow: visible;
    background-color: #F7941D;
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 1%;
    text-align: center;
}
.orangecontent a {
    font: bold;
    color: #FFFFFF;
    text-decoration: none;
	
}
.whitecontent {
    width: 98%;
    height: auto;
    overflow: visible;
    padding: 1%;
    background-color: #FFFFFF;
    float: left;
    margin: 0;
}
.lightgreycontent {
    width: 98%;
    height: auto;
    overflow: visible;
    padding: 1%;
    background-color: #C7C7C7;
    float: left;
    margin: 0;
}


.nav a {
	float: left;
	display: block;
	color: #FFF;
	text-align: center;
	padding: 12px 12px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
}

.nav a:hover {
  background-color: #70706F;
  color: #FFF;
}

.active {
	background-color: #000;
	color: #FFF;
}

.nav .icon {
  display: none;
}

#test_email {
    display: none;
}



@media screen and (max-width: 600px) {
  .nav a:not(:first-child) {display: none;}
  .nav a.icon {
    float: right;
    display: block;
  }
  
  .columns2 {
	margin: 0px;
	padding: 1%;
	float: left;
	width: 98%;
}
.columns3 {
	margin: 0px;
	padding: 1%;
	float: left;
	width: 98%;
}

#footer {
	width: 98%;

}
.logo {
	width: 50%;
}
}

@media screen and (max-width: 600px) {
  .nav.responsive {position: relative;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}







