/*
	SECTION THEMING
*/

#section_theme {
	height: 120px;
}

.resources_and_papers #section_theme {
	/*background: url( ../assets/sections/resources_and_papers.png) top center no-repeat;*/
}

.tools_and_techniques #section_theme {
	/*background: url( ../assets/sections/tools_and_techniques.jpg) top center no-repeat;*/
}

.gallery #section_theme {
	height: 50px;
}


#content #page_title h1 {
	margin: 0;
	padding: 0;
}

/*
	SECONDARY NAVBAR
*/

#content .secondary_nav ul.nav {
	list-style: none;	
	margin-right: 40px;
}

#content .secondary_nav ul.nav li {
	line-height: 1em;
	margin: 0.5em 0 0.9em 0;
}

#content .secondary_nav ul.nav li a {
	color: #7b7a76;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
}

#content .secondary_nav ul.nav li.selected a {
	color: #484744;
	font-size: 12px;
	font-weight: bold;
}

#content .secondary_nav ul.nav li a.pdf {
	padding: 2px 0 2px 20px;
	background: url( ../assets/icons/pdf.png ) left center no-repeat;
}

/*
	SECONDARY FOOTER
*/

#footer p {
	padding-left: 300px;
}

