
		
    html, body {
      width: 100%;
      height: 100%;
      margin: 0px;
    }
    body {
      background-image: url("./assets/back2.png");
      background-size: cover;
      background-repeat: repeat;
    }		
		
    .tableFont {
			color: white;
      text-align: left;
			vertical-align: top;
      padding: 6px 16px;
      text-decoration: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: normal;
		}
		
		.tableFont a{
			color: white;
      text-align: left;
			font-family: Wingdings;
			font-size: 14px;
			margin-left:30px;
		}
		
    
		.mainMenuWrapper {
			padding: 0px;
			margin: 0px;
			background-color: #000000;
			width: 100%;
			height:100px;
			border: 0px;
		}
		
		.mainMenu {
			vertical-align: middle;
			background-color: #000000;
			height:100%;
			border: 0px;
		}
		
		.mainMenu a {
			display: inline-block;
      color: white;
      text-align: left;
      text-decoration: none;
			font-size: 20px;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
			padding-right: 20px;
		}
		
		.mainMenu td {
			vertical-align: middle;
		}
		
		.mainMenu img {
		  padding-right: 5px;
			padding-bottom: 5px;
			padding-top: 5px;
			padding-left: 5px;
			vertical-align:middle;
		}
	
		.menuActive {
      background-color: rgb(51, 51, 51);
    }
		
		.contactInfo {
		  color: white;
      text-align: left;
      padding: 6px 16px;
      text-decoration: none;
			font-size: 16px;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		.overview {
		 display: inline-block;
      color: white;
      text-align: left;
      padding: 6px 16px;
      text-decoration: none;
			font-size: 22px;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		.listing {
		  padding-left: 30px; 
			margin-top: -10px;
		}
		
		.listing li {
      color: white;
      text-decoration: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			margin-left:30px;
    }
		
		
		
		
		
		.whatWeDo {
		  display: inline-block;
      color: white;
      text-align: left;
      padding: 6px 16px;
      text-decoration: none;
			font-size: 14px;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
		}
		

	
		.serveMenu {
			height="70px";
			background-color: #333333;
			width="100%"
			align: center;
		}

		.serveMenuItem {
		
		  color: white;
      text-align: left;
      text-decoration: none;
			font-size: 20px;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		
		.serveMenuItemActive{
		
		  color: white;
      text-align: left;
      text-decoration: none;
			font-size: 36px;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		.serveMenu img {
			padding-right: 50px;
			vertical-align: middle;
		}
		
		.footer {
			color: white;
      text-align: left;
      text-decoration: none;
			font-size: 16px;
			font-weight: normal;
			font-family: Arial, Helvetica, sans-serif;
			position: fixed;
			bottom: 0px;
			padding-top:5px;
			width: 100%;
			height:30px;
			background-color:#000000;
		}
	
		
		
	