@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	height:100%;
	background:#f2f3f4;
	font-family:'FrutigerLTStd-Light', Arial, Helvetica, sans-serif;
	min-width:960px;
}

.eb-top-line{
	height:10px;
	background:#00557e;
}

html{
	height:100%;
}

img{
	border:none;
}


@font-face {
	font-family: 'FrutigerLTStd-Light';
	src: url('../fonts/FrutigerLTStd-Light.eot');
	src: url('../fonts/FrutigerLTStd-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/FrutigerLTStd-Light.woff') format('woff'),
		 url('../fonts/FrutigerLTStd-Light.ttf') format('truetype'),
		 url('../fonts/FrutigerLTStd-Light.svg#FrutigerLTStdLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FrutigerLTStd-Bold';
	src: url('../fonts/FrutigerLTStd-Bold.eot');
	src: url('../fonts/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/FrutigerLTStd-Bold.woff') format('woff'),
		 url('../fonts/FrutigerLTStd-Bold.ttf') format('truetype'),
		 url('../fonts/FrutigerLTStd-Bold.svg#FrutigerLTStdBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clearfix{
	clear:both;
}

.eb-wrapper{
	min-height:100%;
	margin-bottom: -70px;
	min-width:985px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.page-wrap:after {
  /* .push must be the same height as footer */
  height: 70px; 
}

.global-margin{
	width:900px;
	padding:0 30px;
	margin:0 auto;
	overflow:hidden;
}

.eb-logos{
	height:102px;
	background:url(../images/eb-logobg.jpg) repeat-x top;
}

.eb-logo-dana{
	float:left;
	margin-top:12px;
}

.eb-logo-clever{
	float:right;
	width:400px;
	margin-top:32px;
}

.eb-nav{
	background:url(../images/eb-nav-bg.jpg) repeat-x top;
	height:52px;
}

.eb-nav h1{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:18px;
	color:#6f9abb;
	margin-top:17px;
	font-weight:normal;
}

.eb-nav h1 strong{
	font-family:'FrutigerLTStd-Bold', Arial, Helvetica, sans-serif;
	color:#00557e;
	font-weight:normal;
	text-transform:uppercase;
}

.eb-images{
	background:url(../images/eb-img-bg.jpg) repeat-x top;
	height:450px;
	overflow:hidden;
	width:100%;
}

.eb-images .eb-img-left,
.eb-images .eb-img-right{
	height:450px;
	background-repeat:no-repeat;
}

.eb-images .eb-img-left{
	float:left;
	width:50%;
	background-position:top right;
}

.eb-images .eb-img-right{
	background-position:top left;
	display:block;
	overflow:hidden;
}

.eb-split-text{
	background:url(../images/eb-text-bg.png) no-repeat top;
	width:985px;
	min-height:234px;
	margin:0 auto;
	position:relative;
	z-index:10;
	margin-top:-60px;
	padding-bottom:80px;
	font-size:13px;
	line-height:16px;
	color:#909093;
	overflow:hidden;
}

.eb-split-text h2{
	font-size:17px;
	line-height:21px;
	color:#c00519;
	font-family:'FrutigerLTStd-Bold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

.eb-button-red{
	overflow:hidden;
	display:inline-block;
	color:#c00519;
	text-transform:uppercase;
	font-size:18px;
	line-height:20px;
	font-family:'FrutigerLTStd-Bold', Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.eb-button-red div{
	float:left;
	background:url(../images/eb-button-left.png) no-repeat left top;
	padding:11px 30px 13px 10px;
}

.eb-button-red span{
	float:left;
	background:url(../images/eb-button-red.png) no-repeat;
	width:43px;
	height:44px;
}

.eb-button-blue{
	color:#005581;
}

.eb-button-blue span{
	background:url(../images/eb-button-blue.png) no-repeat;
}

.eb-split-text p{
	margin:0;
	margin-bottom:25px;
}

.eb-text-left,
.eb-text-right{
	width:425px;
	overflow:hidden;
	margin-top:33px;
}

.eb-text-left{
	float:left;
	margin-left:40px;
}

.eb-text-right{
	float:right;
	margin-right:40px;
}

.eb-text-right h2{
	color:#005581;
}


.eb-footer{
	background:url(../images/eb-footer-bg.png) no-repeat top;
	width:988px;
	height:70px;
	margin:0 auto;
	overflow:hidden;
	color:#fff;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
	z-index:99;
	position:relative;
}

.eb-footer span{
	display:inline-block;
}

.eb-footer a{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin-left:20px;
}

.eb-footer p{
	float:right;
	margin-top:43px;
	margin-right:25px;
}