﻿
body {
	font-family:'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

A:link       {text-decoration: underline; color: blue;}
A:visited    {text-decoration: underline; color: blue;}
A:hover      {text-decoration: none; color: green;}
.shadecolor  {background: #bbe4fd;}

p, td, .BodyText  { 
   	font-family: 'Segoe UI', Tahoma , Arial, sans-serif;
   	font-size: 14px;
   	color: rgb(38, 38, 38);
}

p  { 
	margin-top: 0px; 
	margin-bottom: 12px;
}

h1  { 
	margin-top:25px;
	margin-bottom: 12px; 
	font-size:14pt; 
   	color: rgb(45, 45, 45);

}

h2 { 
	margin-bottom: 0px; 
	margin-top:0px; 
	font-size:12pt; 
	color: rgb(45, 45, 45);
}

h3           { margin-bottom: 0px; margin-top:0px; }
h4           { margin-bottom: 0px; margin-top:0px; }
h5           { margin-bottom: 0px; margin-top:0px; }
h6           { margin-bottom: 0px; margin-top:0px; }
ul           { text-indent: 0px; margin-left: 19px; margin-top: 0px; margin-bottom: 0px }

        
#HeaderTagline {
	position: absolute; 
	top: 77px; 
	left: 218px; 
	z-index: 10; 
	font-family: tahoma; 
	font-size: 11pt; 
	font-weight: 400; 
	width: 284px; 
	text-align: center;
}

td.SideBar {
	width: 128px; 
	height: 500px; 
	background-color:black;
}

.SideBar p {
	margin-bottom:5px; 
	margin-left: 10px;
	padding-top: 5px;
	font-family: Tahoma;
	font-size: 10pt;
	color: white; 
}

.SideBar A:visited {
   font-family: Tahoma;
   color: white; 
   text-decoration: none;
}

.SideBar A:link {
   font-family: Tahoma;
   color: white; 
   text-decoration: none;
}

.SideBar A:hover {
   color: yellow; text-decoration: none;
}

.SideBarColor {
   background-color: #000000;
}


.Testimonies dt {
	font-family: "Times New Roman";
	font-size: 10pt;
	margin: 19px 3px 6px 8px;
	font-style: italic;
	text-align:left;
}

.Testimonies dd {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 4px;
}

.MyButtonLayout {
   position: relative;
}

.BorderTop {
   border-top: 1px solid #6E6E6E;
}
.BorderBottom {
	border-bottom: 1px solid #6E6E6E;
}
.BorderRight {
   border-right: 1px solid #6E6E6E;
}
.BorderLeft {
   border-left: 1px solid #6E6E6E;
}
.BorderTopRight {
   border-top: 1px solid #6E6E6E;
   border-right: 1px solid #6E6E6E;
}
.BorderTopLeft {
   border-top: 1px solid #6E6E6E;
   border-left: 1px solid #6E6E6E;
}
.BorderBottomRight {
   border-bottom: 1px solid #6E6E6E;
   border-right: 1px solid #6E6E6E;
}
.BorderBottomLeft {
   border-bottom: 1px solid #6E6E6E;
   border-left: 1px solid #6E6E6E;
}

.BorderAll {
   border: 1px solid #6E6E6E;
}

table.TableBorderAll td {
   border: 1px solid #6E6E6E;
}


/* ===================================================== */

	html, body {
	  display: flex;
	  flex-direction: column;
	  min-height: 100vh;
	}
	
	/* page header */
	
	header#Top {
		cursor: pointer;	
	}

	#BlueGradient {
		display: inline-block;
		background: linear-gradient(to right, #1122EF 0%,#FFFFFF 100%);
		width: 135px;
		height: 110px;	
	}
	
	#PageHeaderBox {
		display: inline-block;
		text-align: center;
		padding-left: 80px;
		vertical-align: top;
	}

	#ProductName {
		color: #0F28E2;
		font-family: 'Open Sans';
		font-size: 40px;
		font-weight:bold;
		text-shadow: -3px 3px 6px #9C9C9C; 
		margin-top: 0px; 
		margin-bottom: 12px;
	}
			
	#OHTagLine {
		font-family: Tahoma;
		font-size: 11pt;
		margin-top: 0px; 
		margin-bottom: 12px;
	}
			
	#PageHeaderDivLine {
		width: 100%;
		height: 1px;
		background: linear-gradient(to right, #BDE7BD, #008400, #BDE7BD);
		margin-bottom: 10px;
	}

	/*   flex container  */
			
	#FlexContainer {
	  display: flex;
	  flex: 1 0 auto;
	  margin-top: 4px;
	}	

	#PrimaryNav {
	  flex: 0 0 130px;
	  padding: 28px 0 0 0px;
	  background-color: black;
	}
	
	#PrimaryNav a,
	#SecondaryNav a {
		display: block;
		margin-bottom:5px; 
		margin-left: 10px;
		padding-top: 5px;
		font-family: Tahoma;
		font-size: 10pt;
		color: white; 
		background-color: black;
	}

	#PrimaryNav A:visited,
	#SecondaryNav A:visited {
	   font-family: Tahoma;
	   color: white; 
	   text-decoration: none;
	}
	
	#PrimaryNav A:link,
	#SecondaryNav A:link {
	   font-family: Tahoma;
	   color: white; 
	   text-decoration: none;
	}
	
	#PrimaryNav A:hover,
	#SecondaryNav A:hover {
	   color: yellow; text-decoration: none;
	}
	
	main {
	  flex: 0 1 620px;
	  margin: 0 0 0 25px;
	}
	
	footer {
		height: 50px;	
	}
	
	#SecondaryNav {
		display: none;
	}

	@media (max-width: 700px) {
	
		#BlueGradient {
			width: 110px;
			height: 100px;	
		}

		#PrimaryNav {
			flex: 0 0 105px;
			padding: 28px 0 0 0px;
			background-color: black;
		}
		  
		#PrimaryNav a {
			margin-bottom:10px; 
			padding-top: 10px;
			font-size: 11pt;
		}

		#PageHeaderBox {
			padding-left: 70px;
			padding-top: 10px;
		}

		#ProductName {
			font-size: 30px;
		}
				
		#OHTagLine {
			font-size: 10pt;
		}
			
	}


	@media (max-width: 480px) {
	
		#BlueGradient {
			width: 80px;
			height: 80px;	
		}
	
		#PageHeaderBox {
			padding-left: 20px;
			padding-top: 0px;
		}

		#ProductName {
			font-size: 26px;
		}
				
		#FlexContainer {
			display: block;
		}	
		
		main {
		  margin: 0 0 0 10px;
		}
		
		#SecondaryNav {
			display: block;
			background: black;
		}
		
		footer {
			height: auto;	
		}
		
		#PrimaryNav {
			display: flex;
			justify-content: space-between;
			padding: 10px;
		}

		#SecondaryNav {
			display: block;
			padding: 10px;
			margin-top: 25px;
			margin-bottom: 15px;
			line-height: 40px;
		}

		#PrimaryNav a,
		#SecondaryNav a {
			display: inline;
			margin: 0px;
			padding: 0px;
		}
		
		#SecondaryNav a {
			margin-left: 15px;
		}
		
		#PrimaryNav a:first-child {
			display: none;
		}
		
		#PrimaryNav a:last-child {
			display: none;
		}
	
	}

	@media (max-width: 360px) {
	
		#BlueGradient {
			width: 65px;
			height: 72px;	
		}
	
		#PageHeaderBox {
			padding-left: 0px;
			padding-top: 0px;
		}

		#ProductName {
			font-size: 22px;
		}
							
		#PrimaryNav a {
			font-size: 11pt;
			margin-left: 4px;
			margin-right: 6px;
		}

	}


