/* floats */
.logo, .nav a,.content,.contentWide,.aside,.asideWide,.relatedSections,.relatedImages,.content2col,.content3col,.content4col,.container4col { float: left; }
.utilities,.socialMedia,.siteSearch { float: right; }

.logo {
	width: 90px;
	margin: 0 0 20px;
}

.utilities { width: 315px; }
.socialMedia { margin: 0 0 24px; }
.socialMedia a { margin: 0 0 0 10px; }
.searchBox { width: 205px; }
.nav { border-radius: 4px 4px 0 0; }

.nav a
{
	width: 23%;
	padding: 10px 1% 5px;
	background: url(../images/new/nav-divider.png) no-repeat 100% 0;
	text-align: center;
	text-decoration: none;
}

.nav4 a,.nav8 a { background: none; }
.nav5 a { clear: left; }
.nav1 a, .nav2 a, .nav3 a, .nav4 a { border-bottom: 1px solid #555; }

.categoryBanner
{
	height: 177px;
	background: #000000 url(../images/new/banner-science.jpg) no-repeat 100% 0;
}

.categoryBanner h2
{
	padding: 10% 4% 0;
	color: #fff;
	opacity: .9;
}

.category-research-and-collections { background: #000000 url(../images/new/banner-science.jpg) no-repeat bottom left; }
.category-Education-Services { background: #000000 url(../images/new/banner-education.jpg) no-repeat bottom left; }
.category-Animals { background: #000000 url(../images/new/banner-animals.jpg) no-repeat bottom left; }
.category-Blogs { background: #000000 url(../images/new/banner-blogs.jpg) no-repeat bottom left; }
.category-about-us { background: #000000 url(../images/new/banner-about2.jpg) no-repeat bottom left; }
.category-cultures { background: #000000 url(../images/new/banner-cultures.jpg) no-repeat bottom left; }
.category-Kids-at-the-AM { background: #000000 url(../images/new/banner-kids.jpg) no-repeat bottom left; }
.category-trailblazers { background: #000000 url(../images/new/trailblazers_banner.jpg) no-repeat bottom left; }
.category-scicom { background: #000000 url(../images/new/scicom_banner.jpg) no-repeat bottom left; }
.category-amplify { background: #000000 url(../images/new/amplify_banner.jpg) no-repeat bottom left; }
.category-frogs { background: #000000 url(../images/new/banner-frog.jpg) no-repeat bottom left; }

.content,.contentWide
{
	width: 92%;
	margin: 0 0 0 4%;
	padding: 30px 0;
}

.aside,.asideWide
{
	clear: left;
	width: 50%;
	margin: 0 0 0 4%;
	padding: 30px 0;
}

.relatedSections
{
	width: 100%;
	margin: 0 0 30px;
}

.relatedImages { width: 100%; }

.content2col
{
	width: 47%;
	margin: 0 0 0 6%;
}

.content3col
{
	width: 29%;
	margin: 0 0 0 6%;
}

.content4col
{
	width: 20%;
	margin: 0 0 0 6%;
}

.container3col { margin: 0 4% 10px; }

.container4col
{
	width: 44%;
	margin: 0 0 10px 4%;
}

.container5col { margin: 0 4% 10px; }

.ctaBanner > ul > li {
	display: block;
}

/* Responsive hide/shows according to current AM breakpoints */
	/* - shows .header-desktop when on big screen sizes
	   - shows .header-mobile when on small screen sizes */
.header-desktop { display: none; }
.header-mobile { display: block; }
