/* This is the globally-defined stylesheet for the Federal Reserve Bank of Philadelphia website. */
@charset "utf-8";
html, body {
	background-color: #E5E8D7;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	height: auto;
	text-align: center;		/* centers layers in browser window for IE 6 */
}
/* styles for common elements */
form {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #4D8CAD;
	text-decoration: none;
}
a:visited {
	color: #CB670C;
	text-decoration: none;
}
a:active, a:hover {
	color: #41526C;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.5em;
	color: #41526C;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #41526C;
	font-size: 1em;
	line-height: 130%;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #41526C;
	font-size: 0.9em;
	line-height: 130%;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-transform: none;
}
h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #63645F;
	font-size: 0.9em;
	line-height: 130%;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-transform: none;
	font-style: italic;
}
p, label, h5   {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #63645F;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.75em;
	margin-left: 0em;
	text-align: left;
	display: block;
	vertical-align: top;
}
input, select, textarea {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
}

/* Added by PRB with permissoin from FRB Philly */
table {background-color: #F4F5F0;}
td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
}
/* Added by PRB with permissoin from FRB Philly */

p.Breadcrumbs {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: normal;
	font-weight: normal;
	padding: 0pt;
	text-align: left;
	display: block;
	margin: 0pt;
}
sup, span.Superscript  {
	font-size: 70%;
	font-weight: bold;
	vertical-align: text-top;
}
ul, ol {
	margin-top: 0em;
	margin-bottom: 0.75em;
}
li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #63645F;
	font-size: 0.9em;
	line-height: 130%;
	font-weight: normal;
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	text-align: left;
	display: list-item;
	vertical-align: top;
}

li ul, li ol {
	margin-top: 0.75em;
}

li ul li, li ol li {
	font-size: 100%;
}

ul.Footnote {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEAFAB;
	padding-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}
ul.Footnote li {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.7em;
}
#container {		/* layer to "contain" all other layers in fixed width and centered on page; needed because "page-body" layer will align to left due to "float" attribute */
	display: block;
	padding: 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;		/* centers layer in browser window */
	margin-bottom: 0px;
	margin-left: auto;
}
/* header elements */
#header {
	display: block;
	overflow: visible;
	position: relative;
	width: 1000px;
	clear: both;
	height: 192px;
	background-color: #000000;
	padding: 0px;
	visibility: visible;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	z-index: 0;
	margin-top: 0px;
	margin-right: auto;		/* centers layer in browser window */
	margin-bottom: 0px;
	margin-left: auto;		/* centers layer in browser window */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/Philly/header_independence-hall.jpg);
}
#frbp-logo {
	/* background-image: url(http://www.philadelphiafed.org/_images/frbp-logo.png); */
	position: absolute;
	height: 96px;
	width: 546px;
	/* background-repeat: no-repeat; */
	display: block;
	z-index: 1;
	top: 50px;
	left: 16px;
	overflow: hidden;
	visibility: visible;
}
#frbp-logo a {
	height: 96px;
	width: 546px;
	display: block;
}
/* top navigation elements (Research & Data, Education, etc.) */
#top-navigation {
	height: 31px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	display: inline;
	width: 695px;
	left: 0px;
	top: 161px;
	overflow: hidden;
	visibility: visible;
	z-index: 1;
}
#top-navigation ul {
	margin: 0px;
	display: block;
	height: 31px;
	text-align: left;
	left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
}
#top-navigation li {
	background-image: url(../images/Philly/global-navigation-left-edge.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: inline;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}
#top-navigation a {
	background-image: url(../images/Philly/global-navigation-right-edge.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
	display: block;
	overflow: visible;
	visibility: visible;
	margin: 0px;
}
#top-navigation li:hover, #top-navigation li:hover a {		/* style needed for "sliding doors" technique */
	background-position: 0% -33px;
}
#top-navigation li:hover a {								/* style needed for "sliding doors" technique */
	background-position: 100% -33px;
}
/* secondary navigation elements (Newsroom, Publications, Careers) */
#secondary-navigation {
	height: 31px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	display: inline;
	width: 300px;
	float: left;
	overflow: hidden;
	visibility: visible;
	z-index: 1;
	clear: left;
	left: 700px;
	top: 161px;
	vertical-align: top;
}
#secondary-navigation ul {
	margin: 0px;
	display: block;
	height: 31px;
	text-align: left;
	width: auto;
	padding: 0px;
}
#secondary-navigation li {
	display: inline;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#secondary-navigation a {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	overflow: visible;
	visibility: visible;
	margin: 0px;
}
/* custom icons for secondary navigation elements */
#secondary-navigation #TopNav_Newsroom a {
	background-image: url(../images/Philly/global-navigation_newsroom.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#secondary-navigation #TopNav_Newsroom a:hover {
	background-image: url(../images/Philly/global-navigation_newsroom.gif);
	background-position: left -20px;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-right: -2px;
}
#secondary-navigation #TopNav_Careers a {
	background-image: url(../images/Philly/global-navigation_careers.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
}
#secondary-navigation #TopNav_Careers a:hover {
	background-image: url(../images/Philly/global-navigation_careers.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
	padding-left: 20px;
	font-weight: bold;
	margin-right: -3px;
}
#secondary-navigation #TopNav_Publications a {
	background-image: url(../images/Philly/global-navigation_publications.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
}
#secondary-navigation #TopNav_Publications a:hover {
	background-image: url(../images/Philly/global-navigation_publications.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
	padding-left: 20px;
	font-weight: bold;
	margin-right: -2px;
}
#secondary-navigation-strip {
	background-color: #000000;
	text-align: right;
	vertical-align: middle;
	display: block;
	height: 27px;
	width: 340px;
	filter: Alpha(Opacity=50);
	opacity: 0.3;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 660px;
	top: 165px;
	z-index: 0;
}
#page-body-top-edge {
	background-image: url(../images/Philly/content-background.jpg);
	background-repeat: repeat-x;
	display: block;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 1000px;
}

/* "wrapper" element for main content */
#page-body {
	width: 1000px;
	visibility: visible;
	z-index: auto;
	display: block;
	float: left;		/* this setting is needed to make the background and border appear behind and to the full height of all layers within this one */
	height: auto;
	min-height: 100%;
	position: relative;
	background-color: #F4F5F0;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	clear: both;
	overflow: visible;
	padding: 0px;
	background-repeat: repeat-y;
}
#center-content-1column/* center content elements */
    {	/* common attributes for all elements */
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 14px;
	display: inline;
	float: left;
	z-index: 1;
	overflow: visible;
	visibility: visible;
	position: relative;
}
#center-content-1column {
	width: 972px;
	padding-right: 14px;
	padding-left: 14px;
}
#footer-top-edge {
	display: block;
	overflow: visible;
	position: relative;
	width: 1000px;
	background-image: url(../images/Philly/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	clear: both;
	height: 8px;
	background-color: #E5E8D7;
	margin-top: 0px;
	margin-right: auto;		/* centers layer in browser window */
	margin-bottom: 0px;
	margin-left: auto;		/* centers layer in browser window */
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* footer elements */
#footer {
	display: block;
	overflow: visible;
	position: relative;
	width: 1000px;
	background-image: url(../images/Philly/footer-background.jpg);
	background-repeat: repeat-x;
	background-position: 0px -8px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	height: auto;
	background-color: #E5E8D7;
	margin-top: 0px;
	margin-right: auto;		/* centers layer in browser window */
	margin-bottom: 0px;
	margin-left: auto;		/* centers layer in browser window */
	left: 1px;
}
#footer p {
	color: #3B4F68;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	display: block;
	vertical-align: top;
	padding: 0pt;
	margin: 0pt;
	line-height: 150%;
}

