@charset "utf-8";
/* (min-width: 640px) and (max-width: 799px) */
body { background-image: none; }

header { 
	position: static; 
	background: url(../images/banner-logo-medium.jpg) no-repeat left 0px; 
	background-size: 1024px 110px;
/* Distance from top */
	height: 110px;
}

header a.logo {  
	display: block;
	position: relative;
	background-position: 0px 0px;

/*  image & dimensions */	
/*	background-image: url(../images/logo-medium.png); */
	background-repeat: no-repeat;
	background-size: 256px 51px;

/*nudge your logo here */	
	top: 4px;
	right: 0px;


/*  pallette size for logo */	
	width: 256px;
	height: 85px;

}


nav { 
	position: absolute;
	top: 83px; 
	display: block;
	width: 100%;
	background-color: #ffffff;
}

nav a { margin: 0px 0px 0px 10px;}


.promo-container { padding: 0px 0px 0px 0px; }

.promo-container .promo { 
	background-position: 0px 0px;
	width: 50%;
	float: left; 
	background-position: 0px 30px;
	border-top: 0px solid #a67c00; }
	

.promo-container .promo .content { padding: 0px 0px 0px 0px; }

.tagline { padding: 7px 0 0 0; font-size: 1.0em; font-style:italic; color: #; }

/* Replacing the MEDIUM logo and banner graphics with CSS media queries	1:45 */
@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)
{

