/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for LCPT - Print Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd
Created:	01/08/2006
Updated:	

Also in use: lcpt.css - lcpt-home.css - icpt-ie-lt7.css

HISTORY
01/08/2006	Stylesheet created

COLOURS
Cream			#FCF6DE	(background colour)
Light Grey		#D1D3D4	(footer background)
Mid Grey		#A7A9AC	(side bar background)
Dark Grey		#808285	(main text)
Orange			#F54B10	(highlight and link hover)
'Black'			#231F20
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url(/lcpt.css);
@import url(/lcpt-home.css);

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* commented backslash hack \*/ html, body { height: auto; } /* end hack */

body						{ background: none; font: 12px verdana, arial, helvetica, sans-serif; }

h1						{ font: bold 16px arial, verdana, helvetica, sans-serif; padding-top: 0; }
h2						{ font: bold 14px arial, verdana, helvetica, sans-serif; }
h3						{ font: bold 12px arial, verdana, helvetica, sans-serif; }

p, li						{ font-size: 12px; color: #000; }


form, table				{ font-size: 12px;  }


/* Main Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container 	  		{ width: 100%; height: auto; margin-bottom: 0; } 
* html #container 	{ height: auto; }

#sidecol					{ display: none; }

#content				{ margin-left: 0; margin-right: 0; }

#clearfooter			{ display: none; }
#footer					{ display: none; }


/* Search Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#search					{ display: none; }


/* Content Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.subbox					{ background: none; margin: 20px; }
.subbox .graphic		{ display: none; }
.subbox .subimage img	{ margin-left: 0; }
.subbox h2				{ font-weight: bold; margin: 10px 0 10px 10px; }
.subbox p				{ font-size: 12px;  }

.subboxtop				{ display: none; }
.subboxbot				{ display: none; }

.subboxlong			{ width: 100%; background: none; font-size: 11px; padding-bottom: 0; margin: 10px 0; }
.subboxlongtop		{ display: none; }
