/*	===============================================================	© Hunt & Palmer	http://www.huntpalmer.co.uk/	Type:				Basic Styles	Built by:			TDG Digital	Author:				James Bates	Creation Date:		25 August 2005	---------------------------------------------------------------	Version no:			1.0	Last edited:		n/a still in development	============================================================ *//*	---------------------------------------------------------------	These styles are basic formatting that older browsers can	understand, most are overwritten in (structure.css) the 	structural stylesheet.	------------------------------------------------------------ *//*	General rules to cover any font-family inheritance bugs. 	and global whitespace reset. */	*	{	 	font-family: "Lucida Grande", Arial, Verdana, Geneva, sans-serif;	margin: 0; 	padding: 0;	}		body {	background-color: #fff;	padding: 0; /* Adds 50px space to bottom edge of page */	margin: -10px; /* Eliminates early NN margin issue */	text-align: center; /* For IE5 */	}body, div, table, th, tr, td, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote {	font-family: "Lucida Grande", Arial, Verdana, Geneva, sans-serif;	font-size: 11px;	}	/*	Adds 1em btoom margin to all block text elements*/	h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote {	margin: 0 0 1em 0;	padding: 0;	}		/*	Removes space after form elements. */ form { 	display: inline;		font-size: 11px;	}/*	Removes margin/padding around form elements. */ input, select, textarea { font-size: 10px; }/*	Removes borders from images. */img { border: none; }/*	Makes sure both are presented correctly */	strong, b { font-weight: bold; }/*	no list-markers by default, since lists are used more often for semantics */ul,ol { list-style: none; } /*	---------------------------------------------------------------	DOWNLOAD PDF BOX - ADDED BY JAMES 22/11	------------------------------------------------------------ */				div#downloadbox2 {		float: right !important;		width: 210px !important;		\width: 240px !important;		w\idth: 210px !important;		padding: 15px !important;		margin: 0 0 2em 1em !important;		border: 1px #ccc solid !important;		background-color: #e6e6f0 !important;		}			div#downloadbox2 h3 {		font-size: 1.2em !important;		line-height: 1.6em !important;		padding-left: 22px !important;		background: url(../img/global/pdf_icon.gif) no-repeat 0 0 !important;		}			div#downloadbox2 p {		font-size: 1.1em !important;		line-height: 110% !important;		margin: 0 !important;		}/*	---------------------------------------------------------------	HOMEPAGE DOWNLOAD PDF BOX - Added by John 03/03/06	------------------------------------------------------------ */				div#downloadboxhome2 {		float: right !important;		width: 260px !important;		\width: 290px !important;		w\idth: 260px !important;		padding: 15px !important;		margin: 0 0 2em 1em !important;		border: 1px #ccc solid !important;		background-color: #e6e6f0 !important;		}			div#downloadboxhome2 h3 {		font-size: 1.2em !important;		line-height: 1.6em !important;		padding-left: 22px !important;		background: url(../img/global/pdf_icon.gif) no-repeat 0 0 !important;		}			div#downloadboxhome2 p {		font-size: 1.1em !important;		line-height: 110% !important;		margin: 0 !important;		}