body{
	/*padding-top: 150px;*/
}

#floating-header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

#layout_line0{
	background-color: white;
	height: 80px;
}

#layout_line0 .serviceLogo1{
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 80px;
}

#layout_line0 .serviceLogo2{
	background-position:  center left;
	background-repeat: no-repeat;
	width: 100%;
	height: 80px;
}

#layout_line1{
	background-color: #399C27;
	height: 15px;
}
#layout_line2{
	background: #1c77d4; /* Old browsers */
	background: -moz-linear-gradient(top, #1c77d4 0%, #053178 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1c77d4 0%,#053178 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1c77d4 0%,#053178 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c77d4', endColorstr='#053178',GradientType=0 ); /* IE6-9 */
}
#layout_line3{
	/*min-height: 500px;*/
}

#layout_line4{
	text-align: center;
	font-size: 7pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (max-width: 992px) {
	#layout_line0{
		display: none;
	}
	#layout_line1{
		display: none;
	}
	
	body{
		/*padding-top: 60px;*/
	}
}