.sitefooterbody {
	position: relative;	
	top: 70px;
	left:50%;
	margin-left:-45%;
	width:90%;
}
.sitefooterleft {
	position:absolute;
	width:50%;
	top:0;
	left:0;
}
.sitefooterleft .logo {
	height:100px;
	margin-bottom: 30px;
}
.logo img {
	height:100%;
}
.sitefooterleft h2 {
	font-size:2em;
	font-weight:normal;
	line-height:1.5;
	color:#666666;
	width:90%;
}
.sitefooterright {
	position:absolute;
	width:49%;
	top:0;
	left:51%;
}
.sitefooterright p {
	font-size:1.7em;
	font-weight:normal;
	line-height:1.5;
	color:#666666;
}
.sitefooterright p a {
	color: #666666;
	text-decoration: none;
}
.sitefooterbanner {
	visibility: hidden;
	position:absolute;
	width: 100%;
	height: 75px;
	bottom:0px;
	border-radius: 5px 5px 0 0;
	background-image: linear-gradient(to right , #071737, #385d9a);
}
.ThreeColsFirst {
	position:absolute;
	top:0;
	left:0;
	width:30%;
}
.ThreeColsSecond {
	position:absolute;
	top:0;
	left:33%;
	width:30%;
}
.ThreeColsThird {
	position:absolute;
	top:0;
	left:66%;
	width:30%;
}
@media screen and (min-width: 1100px)
{
	.sitefooterbody {
		top: 70px;
		margin-left:-460px;
		width:920px;
	}
	.sitefooterleft .logo {
		width:auto;
		height:50px;
	}
	.sitefooterleft h2 {
		font-size:1em;
		font-weight:normal;
		width:65%;
	}
	.sitefooterright p {
		font-size:0.8em;
	}
}