﻿/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 * 
 * Original Tutorial: http://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 {
	marin:0;
	padding:0;
	height:100%;
		background:#F1F1F1;
}
#wrapper {

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


#spacer2{
display:block;}
#spacer3{
display:none;}


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


.PictureContainer {
    position: relative;
    text-align: center;
    color: white;
}

.top-left1 {

	font-family: Tahoma,Verdana,Segoe,sans-serif;
    position: absolute;
    top: 112px;
    left: 61px;
    color: white;
    font-size: 80px;

}

.top-left2 {
    position: absolute;
    top: 206px;
    left: 63px;
    color: white;
    font-size: 28px;

}




.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;}

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

#right-column{
width:50%;
height:20px;
float:right;
text-align: right;
background:#1B98E8;
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;}
	

	
	a.footer-link {
	color: #1468A8;
	padding: 5px 0px 5px 0px;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial;
	font-weight: regular;}
	
	a.footer-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.footer-link:hover {
	color: #BDCBE0;}
	
.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 7px 6px 7px;
	
	border: 0px solid #1B99E8;

	text-decoration: none;

	background-color: #1B99E8;


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


a.StdButton:hover {
	color: #062134;
	background: #AFCBE0;}			
	
	
	
	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;}
	

	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;}


	
	.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;
		font-family: Arial;
	color: #062134;
	line-height: 1.7em;}
	
		p.Para1footer {
	margin-top: 0
	vertical-align: text-top;
	padding: 0px;
	font-size: 16px;
		font-family: Arial;
	color: #062134;
	line-height: 1.7em;}

	a.header-link {
	color: #DAEDFF;
	padding: 0px 13px 0px 0px;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial;
	font-weight: regular;}
	
a.header-link:hover {
	color: #BDCBE0;}


.flex {
width:2150px;
}

#HeaderWhite {
	background:#E6E7E8;
	height:130px;
	padding:0px;
}


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


		

.flex {
width:285%;
}
		
		
		
.top-left1 {

	font-family: Tahoma,Verdana,Segoe,sans-serif;
    position: absolute;
    top: 55px;
    left: 32px;
    color: white;
    font-size: 40px;

}

.top-left2 {
    position: absolute;
    top: 100px;
    left: 34px;
    color: white;
    font-size: 14px;
}
	

}

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

	#spacer3{
	display:block;}
		
	.zeataline2{display:none}	
	.zeataline3{display:none}
.flex {
width:285%;
}

.top-left1 {

	font-family: Tahoma,Verdana,Segoe,sans-serif;
    position: absolute;
    top: 55px;
    left: 32px;
    color: white;
    font-size: 40px;

}

.top-left2 {
    position: absolute;
    top: 100px;
    left: 34px;
    color: white;
    font-size: 14px;

}
}



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

}
