@charset "utf-8";
/*
'======================================================================================
' CSS RESET
'======================================================================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	float:none !important;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
'======================================================================================
 * CSS FILE 
 * @CLIENT		   CLIENT
 * @TYPE		   GLOBAL
 * @DATE_CREATED   23/03/2009
 * @AUTHOR		   QT CREATIVE (STEVE C)
'======================================================================================
*/

h2 
{ 
margin-bottom:14px;
font-family:"Times New Roman", Times, Arial, Helvetica, serif;
font-size:100%;
color:#000000;
line-height:23px; 
}

h3 
{ 
margin:20px 0px 20px 0px;
font-family:"Times New Roman", Times, Arial, Helvetica, serif;
font-size:90%;
color:#000000;
line-height:23px; 
}

p 
{ 
margin-bottom:15px;
font-family:"Times New Roman", Times, Arial, Helvetica, serif;
font-size:80%;
color:#000000;
line-height:16px; 
}

#maincontent_mid ul 
{ 
margin-bottom:10px;
font-family:"Times New Roman", Times, Arial, Helvetica, serif;
font-size:80%;
color:#000000;
line-height:14px; 
}

#maincontent_mid li
{
margin-bottom:10px;
}

		#maincontent_mid ul li ul li
		{
		font-family:"Times New Roman", Times, Arial, Helvetica, serif; color:#000000; font-size:150%;
		}

a { font-family:"Times New Roman", Times, Arial, Helvetica, serif; font-size:80%; color:#666666; }

table
{
font-family:"Times New Roman", Times, Arial, Helvetica, serif;
font-size:80%;
color:#000000;
line-height:14px;
margin-bottom:20px;
border:solid 1px #000000;
float:none !important;
}
		th { padding:10px; font-weight:bold; font-size:14px; border:solid 1px #000000; }
		
		td { padding:10px; border:solid 1px #000000; }

			td.left { font-weight:bold; }
			td.tablenote { font-style:italic; }

strong { font-weight:bold; }
em { font-style:italic; }

#wrapper
{
width:auto;
margin:0;
padding:0;
float:none !important;
}

#header_container
{
width:auto;
margin:0;
padding:0;
background:none;
float:none !important;
}

		#header_container h1 
		{
		width:auto;
		margin:0;
		padding:0;
		background:none;
		text-indent:0px;
		font-size:120%;
		font-weight:bold;
		float:none !important;
		}
		
#mainnav_container
{
display:none;
}

#maincontent_container
{
width:auto;
margin:0;
padding:0;
float:none !important;
}

#maincontent_top 
{  
display:none;
}

#maincontent_mid
{
width:auto;
padding:0;
background:none;
position:inherit;
float:none !important;
}

#maincontent_bottom 
{
display:none;
}

		#image_container { display:none; }
			
		#quote_container { display:none; }
				
				
				span.quotebold { font-weight:bold; }
				span.quotetiny { font-size:75%; }
				p.quotebold { margin:0; font-size:80%; font-weight:bold; }
				
				p.bodyquote { margin:4px 0px 10px 0px; }
				p.bodyquoteauthor { margin:4px 0px 15px 0px; font-style:italic; }
				
				p.subtitle
				{
				font-size:80%;
				font-weight:bold;
				margin:0px 0px 6px 0px;
				padding:0;
				text-align:center;
				color:#0000000;
				}
				
				p.subsection { margin:0px 0px 4px 0px; }
				
				span.underline { text-decoration:underline; }
				
		#flash_container 
		{
		display:none;
		}
		
		#content
		{
		width:auto;
		margin:0;
		padding:0;
		float:none !important;
		}
		
		#sub_buttons
		{
		display:none;
		}
		
		#sub_details
		{
		font-family:"Times New Roman", Times, Arial, Helvetica, serif; font-size:80%; color:#000000;
		float:none !important;
		}
		
#footer_container
{
display:none;
}

/*
'===============================================================================================================
' PREPARATION STYLES
'===============================================================================================================
*/

.egg
{
width:300px;
margin-bottom:20px;
clear:both;
overflow:auto;
}

		.eggimg { float:left; margin-right:20px; }

/*
'===============================================================================================================
' CASE LAW STYLES
'===============================================================================================================
*/

#content .backtolink
{
display:none;
}

/*
'===============================================================================================================
' CONTACT PAGE STYLES
'===============================================================================================================
*/

#contact_form
{
display:none;
}
		
/*
'===============================================================================================================
' LINKS PAGE STYLES
'===============================================================================================================
*/

#maincontent_mid .image_pos
{
position:absolute;
right:50px;
bottom:26px;
}

/*
'===============================================================================================================
' MISC PAGE STYLES
'===============================================================================================================
*/

ul.arrowlink
{
margin-left:18px;
padding-left:18px;
list-style:circle;
}

li.arrowlink
{
padding-left:18px;
padding-bottom:6px;
background:none;
}