/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for Chartwell - Main Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd
Created:	02/11/2006
Updated:	

History:

02/11/2006	Stylesheet created
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

body						{ background-color: #fff; font: 12px verdana, arial, helvetica, sans-serif; }

h1, .h1					{ font: bold 14px arial, verdana, helvetica, sans-serif; color: #000; }
h2						{ font: bold 13px arial, verdana, helvetica, sans-serif; color: #000; }
h3						{ font: bold 12px arial, verdana, helvetica, sans-serif; color: #000; margin: 10px 0 0; }

p, li						{ font-size: 12px; color: #000; }
a, a:visited				{ color: #000; }

form, table				{ background: transparent; font-size: 12px;  }


/* Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container				{ width: 100%; background: #fff none; }

#header					{ background-color: #fff; padding: 0; }

#mainnav				{ display: none; }

#content				{ margin-left: 0; }

#footer					{ display: none; }	



/* Header Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header img#logoweb	{ display: none; }
#header img#logoprint	{ display: block; }

#header #search			{ display: none; }
#search .button			{ width: 30px; background: none; color: #000; border: 1px solid #000; }



/* Content Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#content a, #content a:visited { border-bottom: 0; }
#content .padding	{ max-width: 100%; }



/* Misc Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container					{ width: 100%; }
#content .padding		{ width: auto; }