@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0; padding: 0; }

header a.logo {
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

header a.ectopic {
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
    }

nav {
	width: 100%;
	display: block;
	position: absolute;
	background-color: #477e93;	
	}

/* Layout Large Screens (default for older browsers) */


header {
	height: 275px;
	background: url(../images/bet_banner_lge.jpg) ;
	
	}

header a.logo {
	width: 150px;
	height: 85px;
	top: 28px;
	left: 30px;
	background-image: url(../images/beb_logo_large_welcome.png);	
	}

header a.ectopic {
	width: 400px;
	height: 200px;
	top: 10px;
	left: 20px;
	background-image: url(../images/ectopic_large.png);	
	}
    
article { padding: 60px 20px 10px 20px; }

article h1 { line-height:120%; }
article h2 { line-height:120%; }

.promo_container { padding: 0px 0px 15px 20px; }
.promo_container .promo {
	width: 33%;
	float: left;
	background-position: 0px 3px;
}

.promo_container .promo .content { padding: 0px 30px 0px 70px; }

nav { top: 275px; }
nav a { margin: 12px 0px 10px 20px; }

@media screen and (max-width:990px) {
	footer { padding-left: 20px; }
	}