/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for Matlock Town Council - Main Stylesheet
Author:		Alison Lee / Silktide Ltd
Created:	24/05/2006
Updated:	

History:

24/05/2006
	Stylesheet created
	
	
COLORS

Dark Green		#045822
Pale Green		#DBECDB
Gold				#FCB526
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* commented backslash hack \*/ html, body { height: 100%; } /* end hack */

body						{ font: 12px verdana, arial, helvetica, sans-serif; text-align: left; }

h1						{ font: bold 18px arial, verdana, helvetica, sans-serif; }
h2						{ font: normal 16px arial, verdana, helvetica, sans-serif; }
h3						{ font: bold 14px arial, verdana, helvetica, sans-serif; }
h4						{ font: bold 12px arial, verdana, helvetica, sans-serif; }

p							{ font-size: 12px;  }

img						{ border: 0; }
form, table				{ font-size: 12px;  }


/* Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container 	  		{ width: 100%; height: auto; background: none; margin: 0 auto 0; } 

#header					{ height: 115px; background: none; }
#header img			{ display: block; margin: 0 0 0 1px; }

#navigation			{ display: none; }

#contentwrapper		{  }

#leftcol					{ display: none; }

#rightcol				{  }

#content				{ margin-left: 0;  }

#clearfooter			{ display: none; }
#footer					{ display: none; }


/* Content Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#content ul li			{ background: none; list-style-type: square; padding-left: 10px; }




/* Home Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#home #content ul li	{ background: none; list-style-type: square; padding-left: 10px; }

