
#top {
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
	height: 109px;
}
#content_wrapper {
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
}

#nav_wrapper {
	width: 95% !important;
	max-width: 980px;
}
#nav_bar {
	width: 100% !important;
	max-width: 980px;
}

#bottom {
	width: 95% !important;
	max-width: 980px;
}

@media screen and (max-width:980px) {
	#top_right {
		display: none;
	}
	#top_wrapper, #top {
		height: auto;
	}	
	#top {
		text-align: center;
		width: 95% !important;
		padding: 14px 2.5% !important;
	}
	#site_logo {
		float: none !important;
		max-width: 75%;
		margin: 0 !important;
	}
	#idf_social_links {
		display: none;
	}
	#hpla_footer_right {
		display: none;
	}
}

@media screen and (max-width:770px) {
	#content {
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
	}
	#sidebar1 {
		display: block;
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto;
	}
	
	#nav_wrapper {
		width: 100% !important;
	}
	#nav_bar {
		height: auto;
	}
	.nav {
		text-align: center;
	}
	.nav li {
		display: inline-block;
		vertical-align: middle;
		float: none;
		text-align: center;
	}
	.nav li a {
		display: block;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 8px;
	}
	.nav li ul {
		display: none !important;
	}
	
	#wrapper #content_wrapper h1 {
		font-size: 35px !important;
		line-height: 35px;
	}
	#wrapper #content_wrapper h3 {
		font-size: 23px;
		line-height: 23px;
	}
}

@media screen and (max-width:590px) {
	#content_wrapper {
		width: 95% !important;
		padding: 2.5% !important;
	}
}

@media screen and (max-width:550px) {
	#content {
		display: block;
		width: 100% !important;
		min-height: 0;
		margin-left: 0;
		margin-right: 0;
	}
	#sidebar1 {
		display: block;
		width: 90% !important;
		min-height: 0;
	}
}

