/*
 BHP / Nameless
 print styles
 Developed by Ollie B 05/10/07
*/

/* GENERAL */

	body {
		text-align: left;
	}
	
		div {
			float: none;
			clear: none;
		}

		#wrapper {
			margin: 0;
		}
		
		
		
/* page width */


		#wrapper,
		#breadcrumb,
		#maincontent #pagetitle,
		.two-column #maincontent,
		.two-column #maincontent #content,
		.two-column #footer {
			width: 100%;
		}
	
/* header */
	
		.two-column #header {
			background: none;
			height: auto;
			position: static;
		}
	
			#header h1,
			#header h2 {
				position: static;
				width: 100%;
				height: auto;
			}
			
			#header h1 {
				font-size: 1.5em;
				margin: 10px 10px 10px 10px;
			}
			
			#header h2 {
				font-size: 1.3em;
				margin: 0 10px 20px 10px;
			}
			
				#header h1 a,
				#header h2 a {
					width: 100%;
					height: auto;
				}
			
				#header h1 span,
				#header h2 span {
					display: none;
				}
		
			#header h3 {
				display: none;
			}
			
	
/* breadcrumnb */
		
		#breadcrumb {
			background: none;
			min-height: 0;
			height: auto;
			float: none;
			border-top: 5px solid #ff0000;
			border-bottom: 5px solid #bbbbbb;
			margin: 0;
			padding: 15px 10px 15px 10px;
			width: auto;
		}
		
			#breadcrumb ul {
				margin: 0;
				padding: 0;
				float: none;
			}
		
			#breadcrumb li {
				background-image: url(/_images/nav/bullet_bcrumb_print.gif);
				color: #000;
			}
		
				#breadcrumb li a {
					color: #000;
					text-decoration: none;
				}
		
					#breadcrumb form fieldset {
						display: none;
					}
		
		
/* main nav */
	
		#mainnav {
			display: none;
		}
		
		#maincontent {
			margin-top: 0;
			float: none;
		}
		
		
/* pagetitle */
	
			#maincontent #pagetitle {
				background: none;
				min-height: 0;
				height: auto;
				float: none;
			}
			
				#maincontent #pagetitle h2 {
					margin: 15px 0 15px 10px;
				}
		
				#maincontent #pagetitle p,
				#maincontent #pagetitle a {
					display: none;
				}
	
	
/* rightcolumn */
	
			#maincontent #rightcolumn {
				display: none;
			}
			
	
/* content */
		
			.two-column #maincontent #content {
				border-right: none;
				float: none;
			}
			
				.briefing #maincontent #content h3 {
					margin-right: 10px;
				}
	
				#maincontent #content #videocontainer {
					display: none;
				}
				
				.briefing #maincontent #content p,
				.briefing #maincontent #content .section p {
					color: #000;
					padding-right: 10px;
				}
				
	
/* briefing list */
				
				.briefing #maincontent #content ul {
					background: none;
					padding: 0 10px 0 15px;
				}
				
					.briefing #maincontent #content ul li {
						background: none;
						list-style: disc;
						display: list-item;
						padding-left: 5px;
						margin-left: 5px;
					}
				
						.briefing #maincontent #content ul li a {
							text-decoration: none;
						}
						
	
/* boxout */			
			
				#maincontent #content .boxout {
					background: none;
				}	
					
					#maincontent #content .boxout h4 {
						padding: 0;
					}
					
					#maincontent #content .boxout p {
						margin-left: 0;
					}
					
						#maincontent #content .boxout ul li {
							color: #000;
						}	
				
	
/* top of page */
	
				#maincontent #content .topofpage {
					display: none;
				}
			
	
/* footer */
				
			.two-column #footer {
				background: none;
				border-top: 5px solid #ff0000;
			}
			
				.two-column #footer ul {
					display: none;
				}
			
