/* CSS Document */
/****************** General stuff *****************/

html, body, ol, ul, li, dl, dd, 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: 83%; /* this body font-size fixes an IE bug and maintains x-browser uniformity and permits the basis for 'elastic' layouts*/
  background: #fff url('../img/011_bg0.png') repeat-x top center;
	color: #333;
}
#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 {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  font: 1em/1.3em "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; /* set global font-size here */
}
#wrapper1 {
  margin: 0;
  background: transparent url('/img/011_bg1.jpg') no-repeat bottom right;
}

/****************** 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: 2px;
  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 ***/
	margin-top: 9px;
  padding: 0;
}
.right {
	float: right;
  margin-top: 15px;
	margin-left: 0;   /*** + Critical right divider dimension value ***/
	padding: 0;
}
.centerbox {
	position: relative;
  margin: -22px 0 26px 0;
	border: 0;
  overflow: visible;
}
.container-right {
	margin-top: 6px;
}
.inner {
  border-left: 0px solid #fff; /*** Critical left divider dimension value ***/
  border-right: 0px solid #fff; /*** Critical right divider dimension value ***/
  margin-right: 0px;
  margin-left: 220px;    /*** Critical left col width value - see also .innerleft below ***/ 
}
.innerleft {
  float: left;
  width: 220px;
  margin-top: 15px;
  margin-left: -220px;
}

/*************** Header, footer and comment elements *****************/

#header {
  position: relative;
  height: 30px;
	padding: 0;
  margin: 0;
  clear: both;
  left: 0;
  background: transparent;
/* header bg, if used, should be set in fixed position here - specify left and top position in pixels */
}
.footer {
	position: relative;
	margin: 0;
	clear: both;
	position: relative;
  background: #f5f5f5;
  border-top: 1px solid #cdaba8;

}
.footer p {
	padding: 4px 15px 6px 15px;
  margin: 0;
	text-align: center;
  font-weight: normal;
  font-size: 0.9em;
}
.footer a, .footer a:link {
	border-bottom: 1px dashed #fff;
}
div#maincomment {
	position:relative;
	padding: 5px 8px 5px 8px;
	margin: 2px 0;
	font-style: italic;
}

/************** Spacing Controls for various column contents ***************/

.textpadderc {
  margin: 5px 20px 20px 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdaba8;
}
.textpadderr {
	margin: 24px 15px 12px 15px;
	padding: 0;
}
.innerleft .textpadderr {
	margin: 24px 5px 12px 30px;
}
.textpadderad {
	margin: 24px 15px 12px 15px;
	padding: 6px;
}
.textpadderl {
	margin: 65px 15px 12px 15px;
	padding: 6px;
	border-top: 3px solid #cdaba8;
	border-bottom: 1px dashed #cdaba8;
}
#textpadderlnav {
	margin: 0 15px 12px 15px;
	padding: 0;
	border-top: 3px solid #cdaba8;
}
.innerleft #textpadderlnav {
  margin: 0 5px 12px 30px;  
}
div.iteminner {
	padding: 8px;
	float: right;
	margin: 0 0 5px 10px;
	width: 157px;
}
#notepadder {
	padding: 25px 15px 12px 15px;
	margin: 5px 20px 40px 30px;
	text-align: justify;
	border-bottom: 1px solid #d1dbbf;
	background: transparent url("../img/011_bg4.png") repeat-x center top;
	color: #333333;
}

/************** Typography Base Rules *************/

a, a:link {
	color: #656222;
	text-decoration: none;
  font-weight: bold;
}
a:hover {
	color: #656222;
	background-color: #f5f5f5;
}
a:visited {
	color: #656222;
}
p  {
	margin: .8em 0;
}
p.quote {
	padding: 10px 16px;
	font-style: italic;
	background: #f5eee7;
}
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;
}
.strapline {
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}
h1 {
	font-size: 200%;
	margin-top: 0;
}
h1.banner, h1.banner a, h1.banner a:link, h1.banner a:hover {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	margin: -34px 0 0 -7px;
	height: 183px;
	width: 183px;
	background: transparent;
	cursor: pointer; /* 	header bg should be set in fixed position here - specify left and top position in pixels */
  z-index: 100;
}


h2 {
	font-size: 148%;
	line-height: 125%;
	margin: 0 0 4px 0;
	margin-top: 0;
	font-weight: bold;
}
#notepadder h3 {
	border: 0;
}
h3 {
	margin: 0;
	font-size: 131%;
	line-height: 120%;
}
div.textpadderr h3 {
  border-top: 3px solid #cdaba8;
}
div.iteminner h3 {
	border-top: 0;
}
h4 {
	margin: 0 0 1% 0;
	font-size: 107%;
	line-height: 120%;
	font-style: italic;
	font-weight: bold;
}
h5 {
	margin: 0 0 1% 0;
	font-size: 105%;
	font-style: italic;
	line-height: 120%;
}
h6 {
	font-size: 110%;
	line-height: 120%;
}
.alignright {
	margin: 0 10px 10px 0;
	text-align: right;
}
.small {
	font-size: 80%;
}

/************** Image stuff *************/

img {
  padding: 5px;
  border: 1px solid #d2d2d2;
}
a img, a:link img {
  border: 0;
  padding: 0;
}
img.logo-clear {
	float: left;
  border: 0;
  margin: 0;  
}
img.left-align {
	float: left;
	margin: 5px 5px 5px 0;
}
img.right-align {
	float: right;
	margin: 5px 0 5px 5px;
}
.alignright img {
	vertical-align: middle;
}

img.plainimage {
  padding: 0px;
  border: none;
}
/************** Forms stuff *************/
/*search form on display page */
form.form1 {
	position: absolute;
  float:right;
	right: 30px;
	margin-top: -27px;
	font-size: 9px;
}
form.form1 input {
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
		
form.form1 .button {
	padding: 2px;
}


/* stc
form {
	margin: 0;
	text-align: left;
	clear: both;
	padding: 0;
	border: 0;
}
form.main {
	width: 360px;
}
form.full {
	width: 100%;
}

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;
}
.outer ul, dl {
	margin: 10px 0;
}
.textpadderc ul, .textpadderc ol {
  margin: .6em 0 .6em 3em;
}

/****************** Page top navigation *****************/
.topnav {
	height: 30px;
	margin: 4px 0 0 140px;
}
.topnav ul {
	margin: 3px 0 4px 8px;
  padding: 0;
	font-size: 95%;
	list-style: none;
  position: relative;
	height: 20px;
	float: left;
	background: transparent;
}
.topnav a, .topnav a:link, .topnav a:visited, .topnav a:active {
	text-decoration: none;
}
.topnav li {
/*float the main list items*/
	float: left;
	display: inline;
	padding: 0 10px 0 10px;
	margin: 0;
	border-left: 2px solid #656222;
}
.topnav li a, .topnav li a:link {
	float: left;
	line-height: 1.5em;
	margin:0;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
}
.topnav li a span, .topnav li a:link span {
	display: block;
	float: left;
	cursor: pointer;/* This fixes an error where IE doesnt display the hand when you roll over the navigation link.  */
}
.topnav li.off a:hover{
  text-decoration: none;
	background-color: #e5e5e5;
}
.topnav li.on a {
	font-weight: bold;
}
.topnav img {
  vertical-align: text-top;
  border: 0;
  float: left;
}

/****************** Secondary navigation *****************/

#textpadderlnav ul {
  margin-top: 0;
}
#textpadderlnav ul li {
  margin-left: 0;
	padding-left: 0;
	list-style: none;			
	float: left;
	width: 95%;
}
#nav2 a, #nav2 a:link {
	display: block;
	padding: 6px;
	width: 95%;
	border-bottom: 1px dashed #cdaba8;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
}	
#nav2 li.this a, #nav2 li.this a:link {
	background: #f5f5f5 url('../img/arrow.gif') 96% 50% no-repeat;
  font-weight: bold;
}
#nav2 a:hover {
	background: #f5f5f5 url('../img/arrow.gif') 96% 50% no-repeat;
}

/*added these to remove the arrows when menu on right*/
/*stc: modified by martin to address some IE6 layout issues*/

#nav2b a, #nav2b a:link {
	display: block;
	padding: 6px 4px 6px 14px;
	width: 95%;
	border-bottom: 1px dashed #cdaba8;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
}	
#nav2b li.this a, #nav2b li.this a:link {
	background: #f5f5f5 url('../img/arrow_left.gif') 2% 50% no-repeat;
  font-weight: bold;
}
#nav2b a:hover {
	background: #f5f5f5 url('../img/arrow_left.gif') 2% 50% no-repeat;
}


/**************** Utility Rules *******************/

.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: 5px 0 0 5px;
	height: 20px;
}
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;
}

