@charset "UTF-8";

/* Layout 768 Screens */

/* 768 style for header */
header {
	height:200px;
	background:url(../images/banner_medium.jpg) no-repeat 90% 0px;	
}

/* 768 style for the a href tag labeled logo in the header */
header a.logo {
	width:250px;
	height:70px;
	top:20px;
	right:10px;
/*	background-image:url(../images/logo_medium.png); */
}

/* 768 style for nav positioning */
nav {
	top:200px;	
}

/* 768 style for nav margins */
nav a {
	margin-right:20px;
}

/* 768 style for the promo area containing the promos or columns */
.promos {
	padding:0px 20px 15px 20px;	
}

/* 768 style for all of the promos or columns inside the promo container area */
.promos .promo {
	background-position:0px 0px;	
}

/* 768 style for the content area inside all of the promo or columns within the promo container area */
.promos .promo .content {
	padding:70px 30px 0px 0px;	
}

/* getting rid of background image since you can't see it */
body {
	background-image:none;	
}