/* CSS document for screen */
/* Created by Adrian Robinson www.robinsonit.com */

/* Site wide elements */

body { font-size:100%; }
body,td,th { color: #000; }
body { background-color: #fff; }
img { border:none;}
#wrapper	{ width: 650px; margin:0; }

.accessibility	{ display: block; }

/* Header */

.headerLogo		{ display:none;}
.printLogo		{ display:block; width:118px; height:118px; float:left; margin-right:10px;  }
.headerLogo .accessibility	{ display:none; }
.headerLogo img				{ display:none; }
.headerStrap	{ 
	color:#000; 
	font-weight:bold; 
	font-size:1.4em; 
	padding:0; 
	margin:0; 
	clear:right;  }
.headerStrap img	{ display:none; }
.headerRight	{
	color:#000;
	float:left;
	font-weight:bold;
	font-size:1.0em;
	text-align:left;
	margin:0; padding:0;
	width:450px; }
.headerRight img	{ display:none;  }

/* Main navigation */

#mainNav		{ display:none;  }

/* Location Row */

#locationRow			{ display:none; }
	
/* Images */

#imageRow 					{ display:none; }
#imageRowSection 			{ display:none; }
#imageRowContents 			{ display:none; }

/* Content row */

#contentRow				{ margin-top:4px; border:none; }
#contentRow p a			{ color:#000; }
#contentRow p a:hover	{ color:#000; }
#contentRow li a		{ color:#000;}
#contentRow li a:hover	{ color:#000; }

/* 1st column - Secondary navigation */

.secondaryNav	{ display:none;  }
.column2 		{ display:none;  }
.column3 		{ display:block; clear:both; width:650px; }
.column23 		{ display:block; clear:both; width:650px; }
.column234 		{ display:block; clear:both; width:650px; }
.column4 		{ display:none;  }

/* 4th column home - external advert */

#advert		{  }


/* Footer row */

#footerRow			{ 
	border-top: 1px solid #000;
	margin-top:4px;
	background:#fff; 
	color:#000; }
.access ul li a	{ 
	background:#fff;
	color:#000;  }

.links ul li a	{ 
	background:#fff;
	color:#000; 
	border-left: 1px solid #000; }

