/*

Created by yasheen.harris@beyonddesign.co.uk
Beyond Interactive 2007

/* ---------------- general ----------------*/

* {
	font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif; 
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}	
	
#left { position: absolute; }	

#homeText, #mainText {
	float: right;
	width: 400px;
	text-align:justify;
	}	
	
#clearAdd, .clearing { 
	height: 0; 
	clear: both; }  			 	

/* ---------------- fonts ----------------*/

h1, h2, h3, h4, p, li, th, td {
	color:#000;
	}

h1  {
	font-size: 20pt;
	line-height: 24pt;
	margin-bottom: 7px;
	border-bottom: 1px solid #eee; 
	}	

h2  { 
	font-size: 14pt;
	line-height: 16pt;
	padding-top: 10px;
	margin-bottom: 5px; 
	}

h3, h4 { 	
	font-size: 12pt; 
	line-height: 14pt;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	font-style:italic;
	}		
		
p, li, blockquote, th, td, dd, dt {
	font-size: 10pt;
	line-height: 12pt;
	}	

li {
	margin-left: 15px;	
	list-style: square;
	}
	
ul {
	margin: 10px 15px;
	}	
		
blockquote {
	margin-left: 0px;
	font-weight: bold;
	}	
	
a {	text-decoration: underline;
	}	
	
a:link, a:visited, a:hover, a:active {
	color: #00457c;
	}				
	
/* ---------------- img elements ----------------*/	
		   	   
#adminProfile img{ 
	height: 150px;
	margin: 5px 0px;
	}	
	
#adminProfile p { 
	padding: 0px 0px 15px 0px;
	}	 

*html #artbox {
	height: 0; 
	}
	
#artbox img { 
	height: 243px; 
	}	
	
#conferenceThumbs .first{ 
	margin-top: 30px; 
	}	
	
#logobox { 
	width: 243px; 
	height: 243px; 
	background-color: transparent; 
	}
	
#logobox img{ 
	overflow:hidden; }
	
.logo { 
	font-size: 9pt; 
	line-height: 14px; 
	text-decoration:none;  
	margin: 5px 10px 0px 0px; }		

/* ---------------- no display ----------------*/	

fieldset, legend,	
.faceAbout, .faceAdmin, .faceADR, .faceBarristers, .faceContact, .faceHome, .facePractice, .faceRecruitment, .faceResources, .hidden, .inputfield, .inputfieldMandatory,	.press, .searchButton, .searchform p, .ws-title p, #button, #footer, #menu, #phonebox, #sidebar, #sideText #thumbs img { 
	display: none;}

