/* resets */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* 960 text styles */

body{font:15px/1.5 Georgia, serif}a:focus{outline:1px dotted invert}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:square}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

/* rufford specific styles */

	 body {
	   background: #fff url(/site-media/headerbg-outside.jpg) repeat-x top left;
	 }
	 #logo {
	   width:309px;
	   height:150px;
	   margin-left:-40px;
	   position:relative;
	   z-index:2;
	 }
	 #left-sidebar {
	   background:#B19A7D url(/site-media/sidebar-foot.png) no-repeat bottom left;
	   height: 600px;
	 }
	 #header {
	   width:700px;
	   height:126px;
	   background: #fff url(/site-media/headerbg-centre.png) repeat-x top left;
	 }
	 #header h1 {
	   float:right;
	   margin-top: 60px;
	   margin-right: 8px;
	 }
	 #content {
	   position:relative;
	   z-index:1;
	   background-color:#F7F9E2;
	   padding: 30px 8px 8px 12px;
	   color:#3E2100;
	 }
	 #content a {
	   color: #D25A00;
	 }
	 #nav {
	   margin-left:10px;
	   font-size:16px;
	 }
	 #nav a {
	   color:#fff;
	   text-decoration:none;
	 }
	.orgtable td {
		padding-right: 15px;
	}
	/* images in right hand div with captions */
	 .display {
	   width: 300px;
	   float:right;
	   margin-left:12px;
	 }
	 .display p {
	   font-size: 11px;
	 }
	 /*other inline images */
	 .inline {
	   float:right;
	   margin-left: 12px;
	 }
	 
	 
.next{
		text-align:right;
		float:right;
		width:300px;
	}
.prev {
		float:left;
		width:300px;
	}
/*different styling required for home page and rest of site footers*/
  #footer p{
   padding: 12px 6px 18px 12px;
   background-color:#DBE3BA;
  }
  
  #hpfooter, #footer p {
    background:#AFB9A7;
    color:#fff;
    font: 12px/18px Georgia, serif;
  }
  #hpfooter p{
    margin:10px 18px;
  }
  
#socialorgs tr td {
  vertical-align:top;
  margin-bottom: 15px;
  
}
#socialorgs tr td.img{
  text-align:right;
  vertical-align: center;
  padding-right: 12px;
    padding-bottom: 15px;
}
