/* Barker Brettell
   Print Stylesheet
   
   03 July 2006, Richard Pearce for Icomm Technologies Limited
   +44(0)121 248 7878 www.icommtechnologies.co.uk
   */
   
html, body {
  height: 100%;
}
body {
  font: normal 8.5pt/11.5pt verdana,arial,helvetica,sans-serif;
  color: #18296B;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

/** positional and primary containers **/
#container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}
#titlebar {
	display: none;
}

#print_titlebar {
	display: block;
	height: 95px;
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #F77B00;
	padding: 0px 0px 23px 0px;
	margin: 0px 0px 0px 0px;
}

#nav {
	display: none;
}

#navblock {
	display: none;
}

/* homepage */
#mainPic {
	display: none;
}
#siteheader {	/*
  display: none;*/
  height: 200px;
  border-bottom: 1px solid #F77B00;
  border-top: 3px solid #ffffff;
}
#siteheader h1 {
  border-top: 1px solid #F77B00;
}
#siteheader h1 img {
  border-top: 3px solid #ffffff;
}

#pageheader {
  display: none;
  height: 64px;
  border-bottom: 1px solid #F77B00;
  border-top: 3px solid #ffffff;
}
#maincontent {
  padding-bottom: 20px;
}

/* homepage */
#hometextcolumn {
  float: left;
  width: 627px;
  padding: 0px 0px 20px 20px;
  border-right: none;
}
#dynamiccolumn {
  float: left;
  width: 329px;
  padding-bottom: 20px;
}


/* general layout */
#textcolumn {
  float: left;
  width: 627px;
  padding: 0px 0px 20px 20px;
  border-right: none;
}

#textcolumn_search {
  float: left;
  width: 627px;
  padding: 0px 0px 20px 20px;
}

#supportingcolumn {
  display: none;
  float: left;
  width: 204px;
  padding-bottom: 20px;
}

#supportingcolumn_search {
  float: left;
  width: 204px;
  padding: 0px 0px 20px 0px;
  border-left: 1px solid #f77b00;
}

#fullwidth {
  float: left;
  width: 650px;
  padding: 0px 0px 20px 20px;
}


#location_maps {
	width: 660px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-top: none;
}

#footer {
  clear: both;
  float: left;
  width: 650px;
  background: #ffffff;
  color: #18296B;
  padding: 0px 0px 0px 0px;
  border: none;
}


/* elements */
h1 {
  margin: 0px;
  padding: 0px;
  font-size: 11pt;
  font-weight: bold;
  line-height: inherit;
}

h2 {
  margin: 0px;
  padding: 23px 20px 10px 0px;
  font-size: 10pt;
  font-weight: bold;
  font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

/* Indented header for home page */
h2.indented {
	margin: 0px;
	padding: 0px 0px 15px 70px;
}

h2 a {
  margin: 0px;
  padding: 23px 20px 10px 0px;
  font-size: 10pt;
  color: #0000FF;
  font-weight: bold;
  font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

h2 a:hover {
  color: #F77B00;
}

h3 { 
  margin: 0px;
  padding: 20px 20px 10px 0px;
  font-size: 10pt;
  font-weight: bold;
  font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

h4 {
  margin: 0px;
  padding: 0px 20px 10px 0px;
  font-size: 8pt;
  font-weight: bold;
  font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

h5 { 
  margin: 0px;
  padding: 20px 20px 2px 0px;
  font-size: 10pt;
  font-weight: bold;
  font-family: tahoma,verdana,arial,helvetica,sans-serif;
}
h5.noPic {
	padding-top: 5px;
}

h3.news_title {
	margin: 0px;
	padding: 10px 0px 2px 0px;
	font-size: 9pt;
  	font-weight: bold;
  	font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

p {
  margin: 0px;
  padding: 0px 20px 12px 0px;
}
p.first {
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
}

p.first a {
  color: #0000FF;
}
 
#titlebar img {
  margin: 25px 0px 0px 20px;
}

#footer p {
  display: none;
  font-size: 7.5pt;
  line-height: 9pt;
  padding: 0px 20px 5px 20px;
  margin: 0px;
}

#footer p a {
  font-size: 7.5pt;
  line-height: 9pt;
  color: #0000FF;
  text-decoration: none;
}

#footer p.breadcrumbs {
  display: none;
  text-transform: uppercase;
  padding-top: 0px;
}

#footer p.breadcrumbs .label {
  font-weight: bold;
}

#footer p.breadcrumbs a {
  color: #0000FF;
  text-decoration: none;
  padding: 0px 2px 0px 2px;
  margin: 0px;
}

#footer p.breadcrumbs a:hover {
  text-decoration: underline;
}

#footer p.terms {
  display: none;
  text-transform: uppercase;
  padding: 0px 0px 8px 0px;
  margin: 0px 0px 0px 20px;
}

#footer p.terms a {
  color: #0000FF;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#footer p.terms a:hover {
  text-decoration: underline;
}

#footer p.print-footer {
	display: block;
	color: #000000;
    text-decoration: none;
    padding: 0px 2px 0px 20px;
    margin: 0px;
}



ol li {
	padding: 0px 20px 0px 0px;
	list-style: decimal;
}

ul {
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
li {
	margin: 0px;
	list-style-type: none;
}
li a {
	color: #0000FF;
	text-decoration: none;	
}
li a:hover {
	font-weight: bold;
}
li.selected a {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}



/* hompage */

#hometextcolumn p.first {
	padding-top: 30px;
}
#hometextcolumn a {
	color: #0000FF;
}
#hometextcolumn a:hover {
	color: #1c7ccd;
}

#dynamiccolumn h2 {
	padding: 15px 20px 10px 30px;
}
#dynamiccolumn h2.first {
	padding-top: 28px;
}

ul.homelist {
	padding: 0px 20px 0px 30px;
	margin: 0px;
}
ul.homelist li {
	margin: 0px 0px 8px;
	list-style-type: none;
	line-height: 11pt;
}
ul.homelist li a {
	text-decoration: underline;
}
ul.homelist li a:hover {
	font-weight: normal;
	color: #1c7ccd;
}


/* class to make links orange */

.orange_link {
	color: #0000FF;
}

.orange_link:hover{
	font-weight: bold;
}

.orange_link:visited{
	color: #990099;
}


/* forms */
form {
	padding: 0px;
	margin: 0px;
}

#textcolumn .row {
	clear: both;
}
#textcolumn label,
#textcolumn .label {
	float: left;
	display: block;
	width: 150px;
	text-align: left;
}
#textcolumn input {
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;	
}
#textcolumn .textbox {
	float: left;
	display:block;
	width: 280px;
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;	
	color: #F77B00;
	margin: 0px 0px 3px;
	padding: 0px;
}
#textcolumn .button {
	margin-left: 0px;
}


#textcolumn_search .row {
	clear: both;
}
#textcolumn_search label,
#textcolumn_search .label {
	float: left;
	display: block;
	width: 150px;
	text-align: left;
}
#textcolumn_search input {
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;	
}
#textcolumn_search .textbox {
	float: left;
	display:block;
	width: 280px;
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;	
	color: #F77B00;
	margin: 0px 0px 3px;
	padding: 0px;
}
#textcolumn_search .button {
	margin-left: 0px;
}



/* page numbers for news page articles */
#pageNumbering {
	text-align: left;
	margin: 0px;
	padding: 0px 28px 0px 0px;
}

#pageindex {
	text-align: left;
	margin: 0px;
	padding: 0px 28px 0px 0px;
}

#pageindex a {
	color: #18296B;
}

#pageindex a:hover {
	font-weight: bold;
}


/* Divs for details of people */
#left_details {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	border: 0px;
}

#right_details {
	float: right;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 0px;
	text-align: left;
	border: 0px;
}


/* Smaller People pictures */
.smaller_pic {
	width: 150px;
	height: 150px;
	border: 1px solid #F77B00;
	margin: 0px 15px 0px 0px;	
}

/* People pictures border */
.picture {
	border: 1px solid #F77B00;
	margin: 23px 23px 23px 23px;
	height: 230px;
	width: 230px;
}



.right_picture {
	padding: 40px 0px 20px 20px;
}

/* buttons */

#go_back {
	height: 18px; 
	width: 65px;
	border: 0px;
	padding: 3px 20px 10px 20px;
}

#email_button {
	border: 0px; 
	height: 18px; 
	width: 97px;
}	

#view_all_articles {
	padding: 23px 5px 5px 20px;
	width: 83px; 
	height: 18px; 
	border: 0px;
}

#view_cv {
	margin: 0px;
	padding: 20px 4px 0px 0px;
	width: 65px; 
	height: 18px;
	border: 0px;
}

#cvEmailButton {
	margin-bottom: 35px;
}

#email_person {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 97px; 
	height: 18px;
	border: 0px;
}

.email {	
	display: none;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.right_column_button {
	padding: 23px 20px 0px 20px;
	border: 0px;
}

.map_buttons {
	display: none;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.adobe {	
	display: none;
	border: 0px;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

.print { 
	display: none;
}


/* table for closed dates */
#closedtable {
	width: 90%;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#closedtable tr.tinted {
	background: #e4f2fb;
}

#closedtable td {
	color: #F77B00;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #18296B;
}

#closedtable th {
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #18296B;
}

#closedtable th.topheader {
	color: #FFFFFF;
	padding: 3px 20px 3px 20px;
	font-size: 9pt;
	font-weight: bold;
	background: #18296B;
}

/* custom text formatting */

#joblist li {
	padding-bottom: 10px;
}


.news_date {
	padding-bottom: 3px;
}

.searchterm {
	font-weight: bold;
	color: #F77B00;
}

.suffix {
	font-size: 8pt;
	font-weight: normal;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

.CVIntro {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 0px;
}

/* supporting column (second column, right hand side) */
#supportingcolumn h2,
#supportingcolumn h3,
#supportingcolumn p,
#supportingcolumn label,
#supportingcolumn .textbox,
#supportingcolumn input {
	margin-left: 20px;
}
#supportingcolumn .row {
	clear: both;
	margin-bottom: 3px;
	padding: 10px 0px 0px 0px;
}
#supportingcolumn label {
	display: block;
	clear: both;
}
#supportingcolumn .textbox {
	width: 150px;
	margin-top: 5px;
	margin-bottom: 4px;
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;
	color: #F77B00;
}
#supportingcolumn select.textbox {
	width: 155px;
}
#supportingcolumn .button {
	float: right;
	margin-right: 28px;
}
#supportingcolumn input {
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;
}

#supportingcolumn ul {
	padding: 0px 5px 5px 20px;
	margin: 0px;
}

#supportingcolumn li {
	margin: 0px;
	list-style-type: none;
}
#supportingcolumn li a {
	color: #F77B01;
}
#supportingcolumn li a:hover {
	font-weight: bold;
}


/* supporting column for the seacrh results page(second column, right hand side) */
#supportingcolumn_search h2,
#supportingcolumn_search h3,
#supportingcolumn_search p,
#supportingcolumn_search label,
#supportingcolumn_search .textbox,
#supportingcolumn_search input {
	margin-left: 20px;
}
#supportingcolumn_search .row {
	clear: both;
	margin-bottom: 3px;
	padding: 10px 0px 0px 0px;
}
#supportingcolumn_search label {
	display: block;
	clear: both;
}
#supportingcolumn_search .textbox {
	width: 150px;
	margin-top: 5px;
	margin-bottom: 4px;
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;
	color: #F77B00;
}
#supportingcolumn_search select.textbox {
	width: 155px;
}
#supportingcolumn_search .button {
	float: right;
	margin-right: 28px;
}
#supportingcolumn_search input {
	font: normal 8.5pt verdana,arial,helvetica,sans-serif;
}

#supportingcolumn_search ul {
	padding: 0px 5px 5px 20px;
	margin: 0px;
}

#supportingcolumn_search li {
	margin: 0px;
	list-style-type: none;
}
#supportingcolumn_search li a {
	color: #F77B01;
}
#supportingcolumn_search li a:hover {
	font-weight: bold;
}


/** based on son of suckerfish navigation
    from www.htmldog.com/articles/suckerfish/dropdowns/ **/
#nav {
	z-index: 100;
	font-size: 7.5pt;
	font-weight: bold;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav ul {
    margin-left: 0px;
}
#nav ul ul {
    margin-left: 0px;
	border-left: 0px;
}

#nav a {
	display: block;

	/*width: 10em;*/
    padding: 5px 9px 6px 9px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #A16F3B;
}
#nav a.firstNavigationElement {
    border-left: 1px solid #A16F3B;
}

#nav a:hover {
	background: #1c7ccd;
	color: #ffffff;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding: 0px;
	margin: 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom: 1px solid #445490;
}

#nav li ul a {
    background: #18296B;
	border-top: 1px solid #445490;
	border-left: 1px solid #445490;
	width: 160px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav .skipnav {
  position: absolute;
	left: -999em;
}



.clear {
	clear: both;
}


/* SITE MAP LISTS */

#sitemap ul {
	padding: 23px 20px 0px 0px;
	margin: 0px;
}

#sitemap li {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#sitemap li a {
	font-size: 10pt;
	color: #18296B;
	font-weight: bold;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
	text-decoration: none;	
}

#sitemap li a:hover {
	color: #F77B00;
}

#sitemap li ul {
	padding: 0px 20px 5px 20px;
	margin: 0px;
}


#sitemap li li {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#sitemap li li a {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #F77B00;
	font-size: 9pt;
	font-weight: normal;
	list-style-type: circle;
}


#sitemap li li a:hover {
	color: #18296B;
}

#sitemap li li ul {
	padding: 0px 20px 0px 30px;
	margin: 0px;
}


#sitemap li li li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: square;
}

#sitemap li li li a {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 9pt;
	color: #F77B00;
	font-weight: normal;
	list-style-type: none;
}

#sitemap li li li a:hover {
	color: #18296B;
}