@charset "UTF-8";

/* Layout Medium Screens */
header { background: url(../images/banner_medium.jpg) no-repeat 90% opx;}

header a.logo {
	width: 81px;
	height: 72px;
	top: 10px; right: 20px;
	background-image: url(../images/logo_medium.png);
}

nav a { margin-right: 20px;}

.promo_container { padding: 0px 20px 15px 20px;}

.promo_container .promo {
	width:25%;
	height:300px;
}

.promo_container .promo .content {
	width:150px;
	height:274px;
	margin:auto;
	text-align:center;
	padding: 5px 10px 5px 10px;
}


	
body { background-image: none;}

#hero { height: 200px;}
#hero .homepanel { width: 100%; height: 200px;}
#hero .homepanel .caption { width: 40%; top:64px;}




