html,body {
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.aesbrandingheader {
	width: 100%; 
	height: 80px;
	border-color: #FEBE11;
	background-color: #FEBE11;
	font-family:'Open Sans', sans-serif;
	z-index:100;
	position: relative;
}

.aesbrandinglogo {
	background: url(../images/aeslogo.png) no-repeat top left;
	width: 100px;
	height: 50px;
	position: absolute; 
	top: 15pt;
	left: 24pt;
	float: left;
}

.aesbrandingmessage {
    height: 80px;
	line-height: 80px;
	margin-left: 150px;
	position: absolute; 
	color: #fff;
	float:left;
	min-width: 500px;
	font-weight: bold;
	font-size: 15px;
}

.myaes {
	background: url(../images/myaes.png) no-repeat top left;
	width: 50px;
	height: 50px;
	top: 15pt;
	right: 24pt;
	float: right;
	position: absolute; 
}


.aesbrandingfooter {
	width: 100%; 
	height: 80px;
	border-color: #FEBE11;
	background-color: #FEBE11;
	color: #fff;
	font-family:'Open Sans', sans-serif;
	z-index:100;
	position: relative;
}

.aesbrandingfooter a {
	color: #fff;
}

.aesbrandingcopyright {
	padding-left: 24pt;
    float: left;
    height: 80px;
	line-height: 80px;
}

.aesbrandingsocial {
	float: right;
	margin-right: 15pt;
	height: 50px;
	line-height: 50px;
}

.aesbrandingsocial-icons li {
	display: inline;
    float: left;
    padding-right: 15pt;
}

