/*
*	CSS for print media
*	*******************
*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: "trebuchet ms", arial, sans-serif;
}

div#logo span {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

.handheld, #searchbox, #newsarticles, #shortselect, #boxes_right, #shortselect_options, #footerlinks, #changelang, #navigation, #quickLinks, #regionallinks, #skip_content, .noprint, .hide, noscript, #utilLinks, #banners, .hidden, .innercontent .right {
	display: none;
}
#container, #main {
	width: 100%;
	position: relative;
}
#header {
	position: relative;
	border: 1px solid white; /* border is necessary for gecko */
}
#logo {
	position: absolute;
	right: 0;
}
#div logo h1 {
	background: transparent url('http://www.stepstone.com/2008/resources/images/stepstone_logo.png') no-repeat;
	width: 140px;
	height: 91px;
}
#content {
	position: relative;
	margin-top: 3em;
}
.inner #content {
	margin-top: 120px;
}
#footer {
	position: relative;
	clear: both;
	padding: 30px 0;
}
h1 {
	font-size: 18pt;
	color: #0c2577;
	font-weight: normal;
}
.inner #content h1 {
	position: absolute;
	top: -125px;
	right: 20px;
	left: 180px;
	font-size: 20pt;
	padding: 0;
}
h2 {
	font-size: 13pt;
	font-weight: normal;
}
h3 {
	font-size: 13pt;
	font-weight: normal;
}
h4 {
	font-size: 12pt;
}
p, ul, ol, dl {
	font-size: 10pt;
}
ol {
	list-style-type:lower-alpha;
}
address {
	font-size: 8pt;
	color: gray;
	border-top: 1px solid silver;
	padding-top: 5px;
}
a:link, a:visited {
	text-decoration: none;
	color: black;
}
ul.logo_list {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
}
ul.logo_list li {
	margin-left: 0;
	display: inline;
	width: 130px;
	margin: 10px;
	padding: 5px;
}
acronym {
	border: none;
}
#copyright {
	font-size: smaller;
}

