html 
{
   height: 100%;
}
body {
  margin:0px;
  padding:0px;
  width: 100%;
  height: 100%;
}

#wrapper {
	margin:0px auto;
	padding:0px;
	width: 100%;
	background-color: #FCD298;
  
}

#content {
 background-color: #ffffff;
  background-size: contain;
  position: relative;
  width:100% ;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  
}

.vl 
{
  border-left: 2px solid #ffffff;
  height: 50px;
}

.PETNav
{ 	
  background-color: #8AB0BF;
  position: relative;
  width: 100%;
  display:flex;
  flex-flow: row nowrap;
  justify-content:center;
  padding: 0px;
  height: auto;
  float:left;
  line-height:	1.6;
  text-align: left;
  letter-spacing: 1.68;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size:14pt;
  color:#000000;
  margin: auto;
  padding: 20px 0px 20px 0px;
  
}

.PETNav dl
{
 
 float:left;
 margin-left: 10px;
 border-right: 2px solid #000000;
 padding-right: 50px;
 padding-left: 50px;
	
}

.PETNav a 
{	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";	
	color: #000000;
}

.Buttons {
	font-family: arial;
	font-weight: bold;
	color: #FFF;
}
.Buttons a {
	color: #FFFFFF;
}

.secondaryMenu
{
	position:relative;
	width: 100%;
	background-color: #ffffff;
	height: auto;
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
.secondaryMenu a
{
	
	color: #000000;
	padding: 0px 40px 0px 0px;
	font-size: 12pt;
}

.secondaryMenu p
{
	color: #000000;
	font-size: 12pt;
	padding: 10px;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

#img-box
{
	width:100%;
	align-content: center;
}

.img-box img
{
	display: block;
	width: 100%;
	height:500px;
	object-fit: cover;
	
}

.Headers {
	font-size: 32px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	letter-spacing: 3.84px;
	color: #ffffff;
}

.smallerHeaders {
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	letter-spacing: 2px;
	color: #ffffff;
}

.paragraphs
{
	color: #ffffff;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
.paragraphs a
{
	padding: 0px;
	color: #ffffff;
}

hr
{
	padding 10px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 2px;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

#roundedBox1
{
  align-content: center;
  border-radius: 25px;
  background: #004E69;
  padding: 20px;
  width: 90%;
  height: auto;
  margin: 20px;
  display: inline-block;
}



#roundedBox2
{
  align-content: center;
  border-radius: 25px;
  background: #06525F;
  padding: 20px;
  width: 90%;
  height: auto;
  margin: 30px;
  display: inline-block;
}

p.roundedBox1
{
	float: left;
	border-radius: 25px;
	background: #ffffff;
	height: 330px;
	width: 400px;
	margin-right: 20px;
}



p.roundedBox2
{
	float: right;
	border-radius: 25px;
	background: #ffffff;
	height: 330px;
	width: 400px;
	margin-left:20px;
}



img.roundedBox1
{
	border-radius: 25px;
	display: inline-block;
}

li
{
	margin-right: 10px;
	color: #ffffff;
}

img.reports
{
	padding: 20px 20px 20px 20px;
}

#footer {
  background-color: #23418a;
  float: left;
  width:100% ;
  display: block;
  text-align: left;
  
  
}
#footer_text
{
	width: 40%;
	float: left;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
#footer_logo1
{
	display: block;
	float: left;
	width: 20%;
	vertical-align:bottom;
	
}
#footer_logo2
{
	display: block;
	float: left;
	width: 20%;	
	align-content: center;
	height: 100%;
}

#footer_logo3
{
	display: block;
	float: left;
	width: 20%;
	
	
}

#banner img {
    max-width: 100%;
    height: auto;
    width: auto\9; 
}


