/* 	
	CSS print styles for Burton/DP recruitment
	Authored by Russ Back, April 2006 
*/

/*  
Structure:
1. 	Default values and basic styles
2. 	Wrapper and header
3. 	Accessibility elements
4. 	Top-level nav
5. 	Subnav menus
6. 	Footer
7. 	Headlines
8. 	Content blocks
9. 	The brands
10.	Departments
11.	FAQs
12. Case studies
13. Current vacancies
14. Contact us
*/

/* 1. Default values and basic styles */ 

	body {
		font: 0.75em/1.4 Arial, Helvetica, Verdana, sans-serif;
		color: #000;
		}
		
	h2 {
		text-transform: lowercase;
		font-size: 2.2em;
		}
	
	h3 {
		font-size: 1.2em;
		text-transform: lowercase;
		}
		
	h4 {
		font-size: 1em;
		margin-top: 10px;
		}
		
	a {
		text-decoration: underline;
		}
		
	img {
		border-style: none;
		}
				
	.strong {
		font-weight: bold;
		}
		
	.centre {
		text-align: center;
		}
		
	table {
		border-bottom: 1px #CCC solid;
		}
		
	th, td {
		vertical-align: top;
		text-align: left;
		padding: 5px 10px 5px 0;
		border-top: 1px #CCC solid;
		}
		
	.to_top {
		display: none;
		}
		
		
/* 2. Wrapper and header */

	
/* 3. Accessibility elements */

	.reader_label {
		display: none;
		}
		
	#access_menu {
		display: none;
		}

/* 4. Top-level nav */

	#nav {
		display: none;
		}
		
		
/* 5. Subnav menus */
		
		
/* 6. Footer */

	#footer {
		display: none;
		}

		
/* 7. Headlines */

		
/* 8. Content blocks */

	#left_column ul, .right_column ul {
		display: none;
		}
		
/* 9. The brands */


/* 10. Departments */

	
/* 11. FAQs */


/* 12. Case studies */

	
/* 13. Current vacancies */
	
		
/* 14. Contact us */

	#contact_address {
		font-weight: bold;
		}
