@charset "UTF-8";

/* Layout Medium Screens */

header { height: 200px; background:url(../images/VOC_BannerMedium.gif) no-repeat 90% 0px; background-size: 800px 200px;

}

header a.logo {
	width: 176px;
	height: 89px;
	top: 40px;
	right: 401px;
	background-image: url(../images/logo_medium.png);
	background-size: 115px 70px;

}

nav { top: 150px;
margin-top:12px;
}
nav a { margin-right: 20px; }

.promo_container { padding: 0px 20px 15px 20px;}

.promo_container .promo { background-position:: 0px 0px; }

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

body { background-image: none; }

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	header a.logo { background-image: url(../images/logo_medium_2x.png); }
	header { background-image: url(../images/VOC_BannerMedium.gif); }

}
