/* CSS Document */
/****************** General stuff *****************/

html, body, ol, ul, li, dl, dd, img, dt img, dd img, li img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	padding: 0 389px 0 389px; /* the critical side padding that sets the natural min-width! */
	font-size: 78%; /* this body font-size fixes an IE bug and maintains x-browser uniformity and permits the basis for 'elastic' layouts*/
}
#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
	padding: 0;
	border: 0;
	width: 39%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
	max-width: 200px;
}
#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -389px 0 -389px; /* neg side margin values should be < or = to side body padding */
	padding: 0;
	min-width: 778px; /* This prevents Safari from losing the negative margins in narrow windows */
	border: 0;
}
#wrapper0 {
  margin-left: 24px;
  padding-left: 15px;
  padding-right: 39px;
  padding-bottom: 15px;
}
#wrapper1 {
  margin: 0;
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer {
	/* background: url("../img/bgcentre.png"); this BG tiles the center column */
	border-left: 0px solid #fff; /*** Critical left divider dimension value ***/
	border-right: 0px solid #fff; /*** Critical right divider dimension value ***/
  margin-top: 0;
  margin-bottom: 0;
}
.float-wrap {
	float: left;
	width: 100%;
}
.center {
	border: 0;
  margin: 0;
  float: right;
	width: 100%;
}
.left {
	float: left;
	margin-right: 0;   /*** + Critical left divider dimension value ***/
	padding: 0;
}
.right {
	float: right;
	margin-left: 0;   /*** + Critical right divider dimension value ***/
	padding: 0;
}
.centerbox {
	margin: 8px 0 26px 0;
	border: 0;
  overflow: visible;
}
.textpadderc {
  padding: 5px 10px 10px 10px;
}
.container-right {
	margin-top: 6px;
}

/*************** Header, footer and comment elements *****************/

#header {
	position: relative;
  z-index: 10;
  height: 79px;
	padding: 0;
	top: -4px;
  clear: both;
}
.footer {
	position: relative;
	margin: 0;
	clear: both;
	position: relative;
}
.footer p {
	padding: 3px 154px 12px 15px;
  margin: 0;
	text-align: right;
	color: #fff;
  font-weight: normal;
}
div#maincomment {
	position:relative;
	padding: 5px 8px 5px 8px;
	margin: 2px 0;
	font-style: italic;
}
.botlogo {
	position: absolute;
	z-index: 101;
	top: -58px;
	right: 10px;
	margin-right: -10px;
}
/*stc*/
.toplogo {
	position: absolute;
	z-index: 101;
	top: 5px;
	right: 10px;
	margin-right: -10px;
}
/************** Spacing Controls for various column contents ***************/

.outer ul, dl {
	margin: 10px 0;
}
.textpadderr {
	margin: 0 0 12px 0;
	padding: 6px;
}
.textpadderad {
	margin: 24px 0 12px 0;
	padding: 6px;
}
.textpadderl {
	margin: 24px 0 12px 0;
	padding: 6px;
  text-align: right;
}
#textpadderlnav {
	margin: 0 0 12px 0;
	padding: 6px;
  text-align: right;
}
#textpadderrnav {
	margin: 0 0 12px 0;
	padding: 5px;
}
div.iteminner {
	padding: 8px;
	float: right;
	margin: 0 0 5px 10px;
	width: 157px;
}
#notepadder {
	padding: 30px 50px 0 50px;
	margin: 0 -15px 0 -12px;
	text-align: justify;
}

/************** Typography Base Rules *************/

p  {
	margin: .6em 0;
}
p.quote {
	padding: 10px 16px;
	font-style: italic;
}
p.date {
	font-weight: bold;
	font-size: 85%;
	padding: 0;
	margin: 0;
}
p.access	{
	height: 0;
	margin: 0;
	margin-left: -9999px;
	font-size: 0px;
	line-height: 0px;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.08em;
}
h1 {
	font-size: 230%;
	margin-top: 0;
}
h1.banner {
  z-index: 10;
  height: 65px;
  width: 525px;
  margin-top: 8px;
  margin-left: 2px;
}
h1.banner, h1.banner a, h1.banner a:link {
	position: absolute;
	text-indent: -9999px; /*Means there's a link area but the text is not visible to sighted users (but reads normally to screen readers) */
	display: block;
	cursor: pointer;
}
h2 {
	font-size: 140%;
	line-height: 120%;
	margin-bottom: 3%;
	padding-bottom: 5px;
	margin-top: 0;
  border-bottom: 1px solid #000;
}
h2.logo, h2.logo a, h2.logo a:link {
	border: 0;
	position: absolute;
	display: block;
	top: 3px;
	right: 0;
	height: 100px;
	width: 154px;
	cursor: pointer;
	z-index: 1000;
}
h2.logo a:hover {
  text-decoration: underline;
}
#notepadder h3 {
	border: 0;
}
h3 {
	margin: 0 0 2% 0;
	font-size: 110%;
	line-height: 120%;
}
#textpadderlnav h3, #textpadderrnav h3 {
	margin: 0;
}
.textpadderr h3, .textpadderad h3 {
	margin: 0;
	font-size: 100%;
}
div.iteminner h3 {
	border-top: 0;
}
h4 {
	margin: 0 0 1% 0;
	font-size: 100%;
	line-height: 120%;
}
h5 {
	margin: 0 0 1% 0;
	font-size: 100%;
	font-style: italic;
	line-height: 120%;
}
h6 {
	line-height: 120%;
}
.alignright {
	margin: 0 10px 10px 0;
	text-align: right;
}
.small {
	font-size: 80%;
}
#notepadder h2 {
	font-size: 130%;
}
#notepadder p {
	font-size: 95%;
}
#notepadder h2, #notepadder h3, #notepadder h4, #notepadder h5, #notepadder p {
	margin: 0 0 1% 0;
}

/************** Image stuff *************/

img.left-align {
	float: left;
	padding: 5px 5px 5px 0;
}
img.right-align {
	float: right;
	padding: 5px 0 5px 5px;
}
.alignright img {
	vertical-align: middle;
}

/************** Forms stuff *************/
/*
form {
	margin: 0;
	text-align: left;
	clear: both;
	padding: 0;
	border: 0;
}
form.main {
	width: 360px;
}
form.full {
	width: 100%;
}
form.search {
  text-align: right;
  margin: 0;
  border: 0;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
}
form p {
	display: block;
	clear: both; 
}
form label  {
	display: block;
	clear: both;
	width: 310px;
	padding: 0 0 9px 0;
}
form input {
	margin: 2px 0 0 0;
}
form select {
	float: left;
	display: block;
}
form label.first, form label.city {
	clear: left;
	margin-right: 10px;
	width: 150px;
}
form label.second, form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.county { 
  width: 60px; 
 }
form label.first input, form label.city input, form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}
form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}
form label.postcode, form label.postcode input {
	float: left;
	width: 80px;
}
form label.postcode {
	clear: none;
}
form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 150%;
}
form label input {
	float: left;
	width: 310px;
	padding: 0;
}
form input.radio, form input#radiobutton1, form input#radiobutton2, form input#radiobutton3, form input#radiobutton4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}
form label.radio, form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
form input.checkbox, form input#checkbox1, form input#checkbox2, form input#checkbox3, form input#checkbox4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}
form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
*/
/* style the form elements to look similar across browsers ... emulates Safari */
form label input, form textarea {
	padding: 0 2px;
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}
form label input.calc {
	width: 100px;
	clear: left;
	padding: 0;
}
form input.button {
	clear: left;
}

/************** Table stuff *************/

table {
  border:0;
  margin: 0;
  padding: 0;
}
tr {
  border:0;
  margin: 0;
  padding: 0;
}
td {
  border:0;
  margin: 0;
  padding: 0;
}

/****************** Lists stuff *****************/

ol li {
	display: list-item;
  list-style: decimal;
}
ul li, dl dt, dl dd {
	display: list-item;
	list-style: square;
}
.textpadderc ul, .textpadderc ol {
  margin-left: 3em;
}

/****************** Page top navigation *****************/

.topnav {
	padding: 0;
	height: 24px;
	margin-top: 12px;
	margin-bottom: 10px;
}
.topnav ul {
	margin: 3px 0 4px 0;
  padding: 0;
	list-style: none;
	font-size: 95%;
	float: left;
}
.topnav li {
/*float the main list items*/
  border-left: 2px solid #fff;
	padding: 0 13px 0 8px;
	display: inline;
	float: left;
}
.topnav a, .topnav a:link {
	display: block;
	float: left;
	cursor: pointer;/* This fixes an error where IE doesnt display the hand when you roll over the navigation link.  */
}
.topnav a:hover { 
  text-decoration: underline;
}
/* see also the array in the page header */

/************** Left and right nav buttons *************/

.leftsidenav li {
  font-size: 95%;
  list-style: none;
}
.leftsidenav li ul, .leftsidenav li dl {
  margin: 0;  
}
.leftsidenav li ul li {
  font-size: 88%;
}

/**************** Utility Rules *******************/

/*\*/ /*/
.leftsidenav a:hover {position: relative;}
.rightsidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */

.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0px;
	margin:0;
	display: block;
}
.tools {
	padding: 0;
	text-align: right;
	float: right;
	margin: 0 0 0 5px;
	height: 20px;
}
.sec12blockimg {
  margin: -3px -7px 0px -7px;
}
input.submit {
  vertical-align: text-bottom;
}
.clicker {
	display: block;
	text-align: center;
	padding: 3px;
	cursor: pointer;
}
.hide {
	display: none;
}
span.left-align {
	float: left;
	padding: 5px 5px 5px 0;
}
span.right-align {
	float: right;
	padding: 5px 0 5px 5px;
}
span.clear-align {
	clear: both;
	padding: 5px 5px 5px 0;
}
div.left-align {
	float: left;
	padding: 5px 5px 5px 0;
}
div.right-align {
	float: right;
	padding: 5px 0 5px 5px;
}
div.clear-align {
	clear: both;
	padding: 5px 5px 5px 0;
}
