/* Main CSS for 2010 report */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: #eeeeee url(/oldassets/green/assets/images/00_home/usps_green_bg_tile.jpg) repeat left top;
}

p, td, th, li, dt, dd {
	font-size: 1.2em;
	color: #333333;
	margin-top: .25em;
}

li li {
	font-size: 1em;
}

blockquote {
	font-size: 1.2em;
	color: #015697;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.5em;
	color: #333333;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 0;
}

h3 {
	font-size: 1.1em;
}

cite {
	font-style: italic;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #003366;
}

a:hover,
a:focus {
	color: #ff0000;
	text-decoration: underline;
}

#container {
	width: 780px;
	margin: 5px auto;
	padding: 0 5px;
	border-color: #6a5433;
	border-width: 2px;
	border-style: solid;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* use if needed to enforce parent wrapping around floated content */
.clearfloats {
	clear: both;
}

.rtjustify {
	text-align: right;
}

/***********************************************************
 * header section of page
 ***********************************************************/

#header {
	width: 780px;
	margin: 0 auto 0;
	padding: 1em 0 .5em;
}

#header #postallogo {
	float: left;
	width: 210px;
}

#header #skipnav {
    position: absolute;
	top: -2000px;
}

#header #rpttitle {
	float: left;
	width: 420px;
}

/***********************************************************
 * footer section of page
 ***********************************************************/

#footer {
	width: 780px;
	margin: .5em 0 1em;
	padding-bottom: 3px;
	clear: both;
	background-color: #797979;
}

#footer p {
	font-size: 1em;
	margin: 0;
	color: #ffffff;
}

#footer p.copy {
	padding: 5px 0 5px 5px;
	float: left;
}

#footer p.prepby {
	padding: 5px 5px 5px 0;
	float: right;
	text-align: right;
}

#footer p.prepby a:link,
#footer p.prepby a:visited,
#footer p.prepby a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer p.prepby a:hover,
#footer p.prepby a:focus {
	text-decoration: underline;
}

/**********************************************************
 * Callouts
 **********************************************************/

.callbox p {
	font-size: 1.2em;
	color: #586983;
	margin: .25em 0 .5em;
}

.callbox p.caption {
	font-style: italic;
}

.callbox p.captitle {
	font-size: 1.3em;
	font-weight: bold;
}

/* use to float callouts left or right */
.floatLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.floatRight {
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}

/***********************************************************
 * main content area of page
 ***********************************************************/

#main {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding-bottom: .5em;
}

#mainnav {
	float: left;
	width: 190px;
}

#contentarea {
	float: right;
	width: 585px;
}

#contentarea li {
	margin-bottom: 5px;
}

#pubpdflink {
	font-style: italic;
	color: #586983;
}

#footnotes {
	margin-top: 1em;
	border-top: 1px solid #586983;
	padding-top: .5em;
	clear: both;
}

#footnotes p {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

#pagenav {
	clear: both;
	float: left;
	width: 100%;
	font-size: 1em;
	padding: .5em 0 1em;
}

#learnmore {
	margin: 0;
	padding: 0;
}

#learnmore li {
	list-style-type: none;
	float: left;
	width: 20%;
}

/*******************************************************************
 * Landing page
 *******************************************************************/

#otherinfo p {
	margin: 2px auto 5px;
}

#coverimg {
	border: 1px solid #909090;
}

#home #learnmore {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

#home #learnmore li {
	list-style-type: disc;
	float: none;
	width: auto;
}

/******************************************************************
 * Publishing info
 ******************************************************************/

#publish .marks {
	color: #003399;
}

#publish .info {
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	padding: 1em 0;
}

/****************************************************
 * Megamenu info
 ****************************************************/

#docnav {
	margin-bottom: 1em;
	float: left;
	width: 780px;
	background: #888888 url(/oldassets/green/sspp/2010/overview/assets/images/menu-background.gif) repeat-x 0 0;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #888888;
}

#docnav ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	padding: 5px 10px;
	float: left;
}

#docnav li {
	margin: 0;
	padding: 0;
	float: left;
}

#docnav li a:link,
#docnav li a:visited {
	border-width: 1px 2px 0 1px;
	border-style: solid;
	border-color: transparent #a9a9a9 transparent transparent;
	color: #ffffff;
	display: inline-block;
	font-size: 1.15em;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 5px 8px;
	position: relative;
	text-decoration: none;
	z-index: 10;
}

#docnav li a:hover,
#docnav li a:focus {
	color: #FFFF66;
}


/*****************************************************************
 * Strategy page formatting
 *****************************************************************/

#areasandgoals {
	margin: 0 0 1em;
	border-collapse: collapse;
	border: 1px solid #333333;
}

#areasandgoals th {
	background-color: #003366;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #003366;
}

#areasandgoals #area {
	border-right: 1px solid #ffffff;
}

#areasandgoals td {
	border: 1px solid #333333;
	padding: 5px 3px;
	text-align: center;
}

#areasandgoals td.description {
	text-align: left;
}

/******************************************************************
 * Summary page formatting
 ******************************************************************/

#summary .backtotop {
	text-align: right;
	font-size: .9em;
}

#summary .backtotop a {
	text-decoration: none;
}

/******************************************************************
 * Contents page - used only when JavaScript is turned off
 ******************************************************************/

#toclist,
#toclist ol {
	list-style-type: none;
	margin-left: 4px;
	padding-left: 4px;
}
