/* ************************************************************************** */
/*                             Generic Site Styles                            */
/* ************************************************************************** */

body {
	margin: 0px;
	padding-bottom: 20px;
	
	text-align: left;
	background-image: url("imagens/bg_page.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #333333;
	
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	/* Create a consistent base font size across browsers. */
	font-size: 70.7% !important;
	
	/* For other elements, the font-size calculation is: */
	/*        (#px / 11.2666666665) = #em; round it up.  */
}
body > * { /* IE6-only filter */
	text-align: left;
}

a {

}

a img {
	border-width: 0;
}

a.map-item-popup, a.map-item-popup:hover {
	color: #4c6e58 !important;
	text-decoration: none !important;
	border-bottom: 1px dashed #4c6e58 !important;
}
img.map-item-popup {
	vertical-align: -1px;
}

/* Hide the Homepage Contextual Section Headers */
.contextual-section-header {
	display: none;
}

/* Outer Container for bottom shadow */
div#outer-container {
	width: 772px;
	padding: 0;
	margin: 0px auto;
	
	background-image: url("/images/global_page_side_shadow.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	
	background-color: white;
	
	position: relative;
}

/* Gradient background addition. */
div#pre-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 772px;
	height: 132px;
	
	background-image: url("/images/global_header_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

/* Main Container for All Content */
div#container {
	width: 760px;
	padding: 0 6px 6px 6px;
	margin: 0px auto;
	text-align: left;

	background-image: url("/images/global_page_bottom_shadow.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	
	position: relative;
}

#skip-nav-link {
	position: absolute;
	top: 3px;
	left: -1000em;
	font-size: 107%;
	text-decoration: none;
	color: #900;
}
#skip-nav-link:focus, #skip-nav-link:active {
	left: 19px;
}


/* ************************************************************************** */
/*                            Site Header Section                             */
/* ************************************************************************** */

div#globalheader {
	padding: 20px;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	min-height: 39px;
	height: auto !important;
	height: 39px; /* For IE6 */
}

#globalheadframe {
	width: 500px;
	height: 39px;
}

/*div#globalheaderframediv {
	padding: 0px;
	text-align: right;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	min-height: 39px;
	height: auto !important;
	height: 39px; /* For IE6 */
/*}*/

#globalheader a#header-apu-logo {
	float: left;
	width: 30%;
	text-align: left;
}
#globalheader form {
	display: inline;
	margin: 0 0 0 20px;
	position: relative;
	top: 10px;
}
#globalheader form select, #globalheader form input {
	font-size: 90%;
}
#globalheader form #google-search-query {
	background-image: url('/images/google_search_background.jpg');
	background-position: 85% 45%;
	background-repeat: no-repeat;
}


/* ************************************************************************** */
/*                                Page Header                                 */
/* ************************************************************************** */

#header {
	margin: 0;
	border-bottom: 1px solid #333;
	position: relative;

	/* Default APU Colors */
	background-color: #950000;
	color: white;
}

#header h1 {
	/* Text Style for the Header */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
	font-size: 215%;
	font-weight: bold;
	word-spacing: 3px;
	letter-spacing: 1px;	

	/* Generally Don't Change These */	
	padding: 11px 20px 10px 20px;
	margin: 0;
	line-height: 120%;
}

#header h1 a {
	/* Force the anchors in the header to inherit parent colors by default. */
	color: white;
	text-decoration: none;
	line-height: 120%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

div.shadow { /* Special Little Shadow-Creating Divs */
	border-top: 1px solid black;
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 80;
}
div.shadow-1 {
	opacity: 0.23;
	top: 0px;
}
div.shadow-2 {
	opacity: 0.12;
	top: 1px;
}
div.shadow-3 {
	opacity: 0.04;
	top: 2px;
}
div.shadow-container {
	height: 3px;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

/* ************************************************************************** */
/*                                   Footer                                   */
/* ************************************************************************** */

#footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	clear: both;
	margin: 0px;
	min-height: 45px;
	position: relative;
	background-color: white;
	background-image: url("/images/footer/footer_top_shadow.jpg");
	background-position: left top;
	background-repeat: repeat-x;
}
#footer p, #footer address {
	margin: 0;
	font-size: 100% !important;
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
}
#footer p.badges {
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 45px !important;
	line-height: 100%;
}
#footer p.badges a {
	line-height: 100%;
}
#footer p.tools {
	position: absolute;
	right: 0;
	top: 14px;
	width: 232px;
	text-align: right;
	padding-right: 4px;
}
#footer a.badge {
	margin-right: 7px;
}
#footer a.badge img {
	vertical-align: middle;
}
#footer p.copyright {
	text-align: center;
	padding-top: 14px;
	color: #666666;
	width: 270px;
	margin: 0 auto;
}
#footer address {
	text-align: center;
	font-style: normal;
	color: #666666;
	width: 280px;
	margin: 0 auto;
}
#footer p.policy {
	text-align: center;
	color: #666666;
	width: 270px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#footer a.tool {
	padding: 2px 4px 4px 22px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	display: block;
	text-align: left;
}
#footer #footer-tool-contact {
	width: 5.3em;
 	background-image: url("/images/footer/footer_contact.gif");
}
#footer #footer-tool-email {
	width: 7.3em;
 	background-image: url("/images/footer/footer_email.gif");
}
#footer #footer-tool-apply {
	clear: right;
	width: 5.3em;
 	background-image: url("/images/footer/footer_apply.gif");
}
#footer #footer-tool-feedback {
	width: 7.3em;
 	background-image: url("/images/footer/footer_feedback.gif");
}

#subfooter {
	width: 760px;
	padding: 10px;
	margin: 0px auto 20px auto;
	
	text-align: center;
	color: #555;
}

#subfooter a {
	text-decoration: none;
	color: #777777;
}

#subfooter a:hover {
	text-decoration: underline;
	color: #990000;
}

/* ************************************************************************** */
/*                                Language Bar                                */
/* ************************************************************************** */

#language-bar {
	height: 23px;
	background-image: url(/images/language_bar_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d6d6c2;
	font-size: 11px;
	text-align: right;
	color: #000;
}
#language-bar-links {
	padding-right: 40px;
	padding-left: 30px;
	padding-top: 2px;
	height: 21px;
	background-image: url(/images/language_bar_globe.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: right;
	float: right;
	color: #000;
}
#language-bar:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}
#language-bar-bottom {
	height: 3px;
	background-image: url(/images/language_bar_bottom_bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d6d6c2;
	/* Because IE's dumb and thinks it needs to reserve space for the font inside an empty div. */
	font-size: 0;
}
#language-bar span.active {
	font-weight: bold;
}
#language-bar span.arrow {
	font-size: 15px;
}
#language-bar span.disabled {
	color: #777;
}
#language-bar a {
	color: #000;
	text-decoration: none;
}
#language-bar a:hover {
	text-decoration: underline;
}

/* ************************************************************************** */
/*                               Content Section                              */
/* ************************************************************************** */

#content-section {
	position: relative;
}

#content-section.with-local-nav {
	background-image: url("/images/local_nav/menu_background.gif");
	background-repeat: repeat-y;
	background-position: left top;
}

/* ************************************************************************** */
/*                             "Share This" Icons                             */
/* ************************************************************************** */

#sharing_section {
	margin-top: 3em;
	width: 240px;
	border: 1px solid #eee;
	padding: 5px;
}
#sharing_section:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}
#sharing_section a {
	display: block;
	float: left;
	margin-right: 10px;
	color: #666;
	text-decoration: none;
}
#sharing_section a#sharing_help {
	float: right;
	margin: 0;
	font-size: 95%;
	padding-top: 2px;
}
#sharing_section a#sharing_help:hover {
	text-decoration: underline;
}

#sharing_section img {
	width: 16px;
	height: 16px;
	border: 0;
}



/* ************************************************************************** */
/*                              Local Navigation                              */
/* ************************************************************************** */

#localnav {
	width: 179px;
	padding-right: 1px;
	font-size: 98%;
	padding-bottom: 20px;
	float: left;
}

#localnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 100% !important;
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
}
#localnav ul.context {
	background-color: #737373;
}
#localnav ul.menu {
	background-color: #F6F6F6;
}

#localnav ul li {
	display: block;
	padding: 0;
	z-index: 10;
	
	/* Counteract simpler rules on "li" in general out there. */
	margin: 0;
	line-height: 120%;
	font-size: 100% !important;
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
}
#localnav ul.context li {
	border-bottom: 1px solid #999;
}
#localnav ul.menu li {
	border-bottom: 1px solid #CECECE;
	background-color: #e6e6e6;
	background-image: url("/images/local_nav/menu_item_bg.jpg");
	background-repeat: repeat-x;
}
#localnav ul.menu li li {
	/* Lines between them are #ddd and #fdfdfd */
	z-index: 5;
	background-color: #f8f8f8;
	background-image: none;
	border-top: 1px solid #fdfdfd;
}
#localnav ul.menu li.subnav {
	border-bottom-width: 0;
	padding-bottom: 0;
	background-image: none;
	background-color: #f8f8f8;
}

#localnav ul li a {
	display: block;
	padding: 5px 0;
	line-height: 110%;
	text-decoration: none;
}
#localnav ul li li a {
	padding-top: 4px;
}
#localnav ul li a:hover {
	text-decoration: underline;
}

#localnav ul.context li a {
	color: white;
	padding-left: 12px;
	padding-right: 10px;
}

#localnav ul.menu li a {
	color: black;
	padding-left: 22px;
	padding-right: 10px;
}

#localnav ul.menu li li a {
	padding-left: 32px;
	color: #900;
}


#localnav ul.context li.current {
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
#localnav ul.menu li.current {
	border-top: 1px solid #666666;
	margin-top: -1px;
	margin-bottom: -3px;
	z-index: 20;
	padding-bottom: 3px;
	border-bottom-width: 0;
	background-image: none;
	background-color: transparent;
}
#localnav ul.menu li.current a {
	color: #333;
	border-bottom: 1px solid #666666;
	background-color: white;
	margin-right: -1px;
	font-weight: bold;
	
	/* We're not yet sure about this one.  Selected items get no right padding? */
	padding-right: 0;
}

#localnav ul.menu li.cursub {
	font-weight: bold;
}

#localnav div.shadow-1 {
	top: auto;
	margin-top: 0px;
}
#localnav div.shadow-2 {
	top: auto;
	margin-top: 1px;
}
#localnav div.shadow-3 {
	top: auto;
	margin-top: 2px;
}

#localnav ul.context li.highlighted a {
	margin-right: -1px;
	background-image: url("/images/local_nav/site_marker.gif");
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
}

#localnav ul.menu li.first-icon {
	border-top: 1px solid #666;
}
#localnav ul.menu li.icon-facebook a,
#localnav ul.menu li.icon-youtube a,
#localnav ul.menu li.icon-delicious a,
#localnav ul.menu li.icon-flickr a,
#localnav ul.menu li.icon-itunes a
{
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 22px;
}
#localnav ul.menu li.icon-facebook a {
	background-image: url("/images/local_nav/icon_facebook.gif");
}
#localnav ul.menu li.icon-youtube a {
	background-image: url("/images/local_nav/icon_youtube.gif");
}
#localnav ul.menu li.icon-delicious a {
	background-image: url("/images/local_nav/icon_delicious.gif");
}
#localnav ul.menu li.icon-flickr a {
	background-image: url("/images/local_nav/icon_flickr.gif");
}
#localnav ul.menu li.icon-itunes a {
	background-image: url("/images/local_nav/icon_itunes.gif");
}


#nav-3rd-level {
	margin-bottom: 20px;
}
#nav-3rd-level h2 {
	margin: 0 0 15px 0;
	font-size: 160%
}

#nav-3rd-level ul {
	margin: 0;
	padding: 0;
}
#nav-3rd-level ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	float: left;
	border-right: 1px solid #333;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 92%;
}
#nav-3rd-level ul li.last {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
#nav-3rd-level ul li a {
	text-decoration: underline;
	color: #900;
}
#nav-3rd-level ul li.selected a {
	text-decoration: none;
	color: #333;
}
#nav-3rd-level:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}


/* ************************************************************************** */
/*                                   Content                                  */
/* ************************************************************************** */

#content {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 10px 0px 20px 10px;
	
	font-size: 107%;
	color: black;
	
	background-color: white;
	
	position: relative;
}

#content-section.with-local-nav #content {
	float: left;
}

/* Make the first item under the content have no margin-top by default. IE 
   does this automatically, and browsers that understand the selectors will
   do it explicitly. */
#content > *:first-child {
	margin-top: 0;
}

/* The academic disclaimer shows up inside the content section when enabled. */
#academic-disclaimer {
	clear: both;
	padding-top: 1em;
	font-size: 92%;
	font-style: italic;
	color: #444;
}

/* The previous and next page links. */
div.next-page-links {
	clear: both;
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	padding-top: 1px;
	width: 100%;
}
div.next-page-links hr {
	margin: 0;
	height: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #eee;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
div.next-page-links br {
	display: none;
}
a.prev-page-link, a.next-page-link {
	width: 190px;
	margin-top: 20px;
	color: #900;
	text-decoration: none;
	font-size: 92%;
}
a.prev-page-link:hover, a.next-page-link:hover {
	text-decoration: underline;
}
a.prev-page-link {
	clear: left;
	float: left;
}
a.next-page-link {
	clear: right;
	float: right;
	text-align: right;
}
div.next-page-links:after {
	display: block;
	height: 0;
	clear: both;
	content: ".";
	visibility: hidden;
}

p.footnote {
	font-size: 92%;
	line-height: 120%;
	margin-top: .75em;
	margin-bottom: .75em;
}
