/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for Civil Nuclear Constabulary - Main Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd
Created:	22/08/2007
Updated:	

History:

22/08/2007	Stylesheet created
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url(/cnc.css);

body				{ background: #fff none; font: 11px arial, verdana, helvetica, sans-serif; text-align: left; }


/* Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container 	  		{ width: 100%;  background: transparent none; padding: 0; margin: 0; } 
#home #container	{ background-image: none; }


#sidecol			{ display: none; }
#home #sidecol		{ display: block; }

#content			{ margin-left: 0; }
#home #content		{ margin-right: 255px; }

#footer				{ width: 100%; clear: none; background: transparent none; padding: 0; }

/* Header Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header ul#nav		{ display: none; }

#banner				{ padding: 0; border: 0; }
#banner p a			{ color: #fff; }

#footer a			{ display: none; }

/* Content Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.blockbox p			{ background-color: #fff; color: #227ec9; border: 1px solid #227ec9; }
.blockbox p a		{ color: #227ec9; }


