/*	-------------------------------------------------------------
	Pixel Farm Interactive
	Web | Video | Simulations | Solutions
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	print styles for screen, Old Republic
	Filename:		print.css
	Version:		1.0
	Modified:		April 13th, 2006
	-------------------------------------------------------------
*/

/* = BASIC STYLES
--------------------------------------------------------------- */

body {
	font-size: .9em;
	background: #fff;
	padding: 10px;
	margin-top: 20px;
}

.bg-subpage, .bg-mainpage {
	background: #fff url("/orsitenational/images/print_logo.gif") no-repeat right top;
}

.print-header {
	color: #666;
	font-size: 130%;
	line-height: 1.2em;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.print-logo {
	float: right;
	margin: -30px 0 0 0;
}

h1 {
	font-size: 110%;
	margin-bottom: -10px;
}

h2 {
	color: #000;
	margin-bottom: -15px;
}

p {
	margin-bottom: 15px;
}

a {
	text-decoration: underline;
}


/* = LAYOUT STYLES
--------------------------------------------------------------- */

#main_header {
	display: none;
}

#subpage_header {
	display: none;
}

#footer {
	font-size: 90%;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin-top: 30px;
}

#sidebar {
	display: none;
}


/* = NAVIGATION STYLES
--------------------------------------------------------------- */

#navcontainer {
	display: none;
}
