﻿/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 * 
 * Original Tutorial: https://www.cssreset.com/2010/css-tutorials/how-to-keep-footer-at-bottom-of-page-with-css/
 * License: Free - do whatever you like with it! Credit and linkbacks much appreciated.
 *
 * NB: Make sure the value for 'padding-bottom' on #content is equal to or greater than the height of #footer.
 */
html,
body {
	margin:0;
	padding:0;
	height:100%;
		background:#ffffff;
}


#wrapper {

overflow:hidden;
	min-height:100%;
	position:relative;
}

#left-column-top{
width:50%;
height:100%;
float:left;
background:#323232;
}

#left-column-topx{
width:50%;
height:100%;
float:left;
background:#323232;
}











.zeataline1 {
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-size: 30px;
color: #1B99E8;}
  
.zeataline2{
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-size: 38px;
padding-left: 30px;
padding-right: 3px;
position:relative;
bottom:10px;
vertical-align:bottom;
text-align: right;
color: white;}
	
.zeataline3{
font-family: Tahoma,Verdana,Segoe,sans-serif;
text-align: left;
position:relative;
bottom:10px;
vertical-align:bottom;
font-size: 38px;
color: #062134;}

.zeataline4{
font-family: Arial, Verdana, sans-serif;
font-size: 38px;
padding-left: 0px;
padding-right: px;
position:relative;
bottom:0px;
vertical-align:bottom;
text-align: right;
color: white;}

.zeataline5{
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
padding-left: 0px;
padding-right: px;
position:relative;
bottom:0px;
vertical-align:bottom;
text-align: right;
color: white;}

#container{
	width:960px;
	background-color: #ffffff;
	margin: auto;
	text-align: left;}
	
#col-envelope{
	width:100%;
	float:left;
	background:white;}
	
#header {
	background:#323232;
	
	height:100px;
	
	padding:0px;
}
#content {
	padding-bottom:0px; /* Height of the footer element */
	background:#ffffff;
}
#footer {
	background:#F1F1F1;
	width:100%;
	height:56px;
	position:absolute;
	bottom:0;
	left:0;
}

#right-column{
width:50%;
height:20px;
float:right;
text-align: right;
background:#323232;
margin-top: 10px;
}

#left-column-btm{
width:50%;
height:40px;
float:left;
background:#F1F1F1;
}


#right-column-btm{
width:50%;
height:40px;
float:right;
text-align: right;
background:#F1F1F1;
margin-top: 2px;
}

#Title-Box {
    padding: 3.125% 3.125% 0px 3.125%;
    background-color:white;
	width: 93.75%;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;}
	
	
	
	

	
.ButtonFacebook {
	display: block;
	width:128px;
	height:110px;
	background: url('https://www.pipedata.com/05_images/FacebookHover.png') bottom;
	 background-size: 128px 220px;
	text-indent: -99999px;
}
.ButtonFacebook:hover {	
	background-position: 0 0;
}

.ButtonTwitter {
	display: block;
	width:128px;
	height:110px;
	background: url('https://www.pipedata.com/05_images/TwitterHover.png') bottom;
	 background-size: 128px 220px;
	text-indent: -99999px;
}
.ButtonTwitter:hover {	
	background-position: 0 0;
}

.ButtonLinkedIn {
	display: block;
	width:128px;
	height:110px;
	background: url('https://www.pipedata.com/05_images/LinkedInHover.png') bottom;
	 background-size: 128px 220px;
	text-indent: -99999px;
}
.ButtonLinkedIn:hover {	
	background-position: 0 0;
}


.ButtonEmail {
	display: block;
	width:128px;
	height:110px;
	background: url('https://www.pipedata.com/05_images/EmailHover.png') bottom;
	 background-size: 128px 220px;
	text-indent: -99999px;
}
.ButtonEmail:hover {	
	background-position: 0 0;
}






	
	
	
	
	
.dropdown{
	width:250px;
	padding:6px;
	background-color:#DAEDFF;
	border:1px solid #1468A8;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
 
.dropdown:focus{
	border: 1px solid #062134;
	box-shadow:0px 0px 3px 1px #66A3FE;}
.inputtxt{
	width:250px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:#DAEDFF;
	border:1px solid #1468A8;
	padding:6px;}

.inputtxt:focus{
	border:0px solid:#DAEDFF;
        border: 1px solid #062134;
	box-shadow:0px 0px 3px 1px #66A3FE;}


.memarea{
	width:250px;
	border-radius:6px;
	background:#DAEDFF;
	border:0px solid #000000;
	padding:6px;}

	
a.StdButton {
	color: white;
	padding: 6px 9px 6px 9px;
	
	border: 1px solid #323232;

	text-decoration: none;

	background-color: #323232;


	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}


a.StdButton:hover {
border: 1px solid #AFCBE0;
	color: #062134;
	background: #AFCBE0;}			
	
	
	
	
	

a.MainButton {
	color: white;
	padding: 10px 12px 10px 12px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #1468A8;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial;
	font-weight: regular;
	background-color: #1468A8;
	background: rgb(95,185,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(95,185,238,1) 0%, rgba(69,172,238,1) 31%, rgba(64,169,235,1) 38%, rgba(53,165,237,1) 49%, rgba(25,141,214,1) 51%, rgba(26,149,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,185,238,1)), color-stop(31%,rgba(69,172,238,1)), color-stop(38%,rgba(64,169,235,1)), color-stop(49%,rgba(53,165,237,1)), color-stop(51%,rgba(25,141,214,1)), color-stop(100%,rgba(26,149,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(95,185,238,1) 0%,rgba(69,172,238,1) 31%,rgba(64,169,235,1) 38%,rgba(53,165,237,1) 49%,rgba(25,141,214,1) 51%,rgba(26,149,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(95,185,238,1) 0%,rgba(69,172,238,1) 31%,rgba(64,169,235,1) 38%,rgba(53,165,237,1) 49%,rgba(25,141,214,1) 51%,rgba(26,149,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(95,185,238,1) 0%,rgba(69,172,238,1) 31%,rgba(64,169,235,1) 38%,rgba(53,165,237,1) 49%,rgba(25,141,214,1) 51%,rgba(26,149,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(95,185,238,1) 0%,rgba(69,172,238,1) 31%,rgba(64,169,235,1) 38%,rgba(53,165,237,1) 49%,rgba(25,141,214,1) 51%,rgba(26,149,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb9ee', endColorstr='#1a95e2',GradientType=0 ); /* IE6-9 */

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}


a.MainButton:hover {
	background: rgb(181,215,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(181,215,242,1) 0%, rgba(162,205,239,1) 49%, rgba(139,183,218,1) 51%, rgba(145,193,231,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,215,242,1)), color-stop(49%,rgba(162,205,239,1)), color-stop(51%,rgba(139,183,218,1)), color-stop(100%,rgba(145,193,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(181,215,242,1) 0%,rgba(162,205,239,1) 49%,rgba(139,183,218,1) 51%,rgba(145,193,231,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(181,215,242,1) 0%,rgba(162,205,239,1) 49%,rgba(139,183,218,1) 51%,rgba(145,193,231,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(181,215,242,1) 0%,rgba(162,205,239,1) 49%,rgba(139,183,218,1) 51%,rgba(145,193,231,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(181,215,242,1) 0%,rgba(162,205,239,1) 49%,rgba(139,183,218,1) 51%,rgba(145,193,231,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5d7f2', endColorstr='#91c1e7',GradientType=0 ); /* IE6-9 */}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	p.ParaQuote {
	vertical-align: text-top;
	padding: 0px 0px 0px 0px  ;
	  font-style: italic;
	font-size: 16px;
	color: #062134;
	line-height: 1.4em;}
	
	a.inline-link {
	color: #1468A8;
	padding: 0px 0px 0px 0px;
	border: 0px solid #1468A8;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;}
	
a.inline-link-selected {
	color: #BDCBE0;
	padding: 0px 0px 0px 0px;
	border: 0px solid #1468A8;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;}

a.inline-link:hover {
	color: #BDCBE0;}
	
	
			a.inline-smalllink {
	color: #1468A8;
	padding: 0px 0px 0px 0px;
	border: 0px solid #1468A8;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;}
	
	
	a.inline-smalllink-selected {
	color: #BDCBE0;
	padding: 0px 0px 0px 0px;
	border: 0px solid #1468A8;
	font-size: 18px;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;}

a.inline-Smalllink:hover {
	color: #BDCBE0;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	p.Para-Title1 {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
	margin:0em 0px 0px 0px;

	padding: 0px 20px 0px 0px;
	font-size: 30px;
	color: #062134;}
	
		p.Para-Large {
    font-family: Arial, Verdana, sans-serif;
    margin:0em 0px 0px 0px;

	padding: 0px 20px 0px 0px;
	font-size: 20px;
	color: #062134;}


	* {
	font-family: Arial, Verdana, sans-serif;
	color: #00305B;
	font-size: 16px;
	line-height: 1.4em;}
	
	.PageTitle{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 72px;
    color: #062134;}
}

	p.Para1 {
margin-top: 0
	vertical-align: text-top;
	padding: 0px;
	font-size: 16px;
	color: #000000;
	line-height: 1.7em;}
	
		p.ParaFooter {
margin-top: 0
	vertical-align: text-top;
	padding: 0px;
	font-size: 16px;
	color: #062134;
	line-height: 1.7em;}
	
			p.ParaCheckForUpdates{
margin-top: 0
	vertical-align: text-top;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	line-height: 1.3em;}

	
			p.ParaSmall {
margin-top: 0
	vertical-align: text-top;
	padding: 0px;
	font-size: 12px;
color: #062134;
	line-height: 1.7em;}
	
	
	a.header-link {
	color: #D2D0D0;
	padding: 5px 22px 5px 0px;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial;
	font-weight: regular;}
	
		a.footer-link {
	color: #ffffff;
	padding: 5px 16px 5px 16px;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial;
	font-weight: regular;}
	
	
	
a.header-link-selected {
	 color: white;
    text-decoration: underline;
    text-underline-position: under;
	padding: 5px 22px 5px 0px;
	border: 0px solid #5EAD37;
	font-size: 16px;
	font-family: Arial;
	font-weight: regular;}
	
	a.header-link:hover {
	color: #ffffff;
	padding: 5px 22px 5x 0px;
	border: 0px solid #1468A8;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial;
	font-weight: regular;}	
	

.flex {
width:100%;
}

@media screen and (max-width:959px) {
#container{
overflow:hidden;
	width:100%;
}
	#left-column{
		width:0%;}
		
	#right-column{
		width:100%;}
	
		#left-column-btm{

		width:100%;}
		
	#right-column-btm{
		width:0%;}
		
		
				#left-column{
		display:none;
		width:0%;}
		
		#left-column{
		width:0%;}
		
		
				#left-column-top{
		display:none;
		width:0%;}
		
		
		
.PageTitle{
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 36px;
    color: #00305B;}

		

.flex {
width:100%;
}
		
	
		

}

@media screen and (max-width:640px) {
	#left-column{
		width:0%;}
		
	#right-column{
		width:100%;}
		
	#left-column-btm{

		width:100%;}
		
	#right-column-btm{
		width:10%;}
		
.flex {
width:100%;
}

}



@media screen and (max-width:320px) {
	#wrapper{
		width:320px;
	}

}
