/************************************************************************
	Title: The Berkeley Partnership website 2007 - 2009
	Company: The Berkeley Partnership
	File: print.css
	
	PRINT CSS 
	==========
	
	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique
	
	Author:		DVA  [www.dva.co.uk] - Steven Holt		[stevenh@dva.co.uk]

	Amended by: 	Distinction [www.distinctionhq.com] - Web Dev Team

	Listing Order:
	==============

	Universal
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Forms

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/
html, body {
	margin: 0;
	padding: 0;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 24pt;
	line-height: 24pt;
}

h2 {
	font-size: 22pt;
	line-height: 22pt;
}

h3 {
	font-size: 18pt;
}

h4 {
	font-size: 14pt;
}

p, li {
	font-size: 10pt;
	line-height: 12pt;
}

ul li {
	list-style-position: outside;
	padding-left: 20px;
	margin-bottom: 5px;
}

.hide {
	display: none;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
html,
body,
#topContainer,
#printheader,
#bottomContainer,
#bottomwrapper,
#contentwrapper,
#statement,
#features,
#leftfeature,
#ministatement,
#middlefeature,
#rightfeature,
div.featureText,
#columns5050, 
#columns21,
#profilelg,
#columns5050 #left,
#columns5050 #right,
#columns21 #left,
#columns21 #right,
#columns21 #unspun_left,
#columns21 #unspun_middle,
#columns21 #unspun_right,
#unspun_header {
	width: 100%;
	height:auto !important;
	float: none;
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}

#topwrapper,
#header,
#banner,
#footer,
ul#subnav,
#breadcrumb,
#profilelg ul {
	visibility: hidden;
	display:none;
}
/*
#columns21 #left {
	float: left;
	width: 45%
}

#columns21 #right {
	float: right;
	width: 55%;
}
*/
#columns5050 #left {
	float: left;
	clear: both;
	margin-bottom: 1em;
}

#columns5050 #right {
	float: left;
	clear: both;
}


#profilelg h3,
#profilelg h3 span,
#profilelg img,
#profilecopy {
	position: relative;
	float: left;
	color: #000;
	top: 0;
	left: 0;
}


ul#careers li,
ul#careers li.top,
ul#careers li a {
	background-image: none;
	padding: 0px;
	margin: 0;
	position: relative;
	display: inline;
	width: 100%;
}





