@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background-color: #fbfaf4;
	font-size: 76%;
	height: 100%;
}

/*-----Fonts-----*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 185%;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #000000;
}


/*-----Container-----*/
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	min-width: 825px;
	min-height: 1000px;
}


/*-----Header-----*/
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #000000;
	min-width: 800px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 3;
	width: 100%;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ece9d8;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top: #dbd8c7 2px solid;
	border-bottom: #dbd8c7 2px solid;
	bottom: 0px;
}
#header .logo {
	margin: 7px 0px 7px 0px;
}


/*-----LeftMenu-----*/
#leftmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
 	width: 150px;
	height: 100%;
	min-height: 1000px;
	padding-top: 110px;
}
#leftmenu p {
	font-size: 90%;
	text-align: center;
}

#leftmenu ul {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-indent: 0px;
}
#leftmenu li {
	margin: 2px 0px 0px 0px;
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #dddacd;	
	cursor:	pointer;
	height: 15px;
}

#leftmenu a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	color: #000000;
}
#leftmenu a:hover {
	color: #FF0000;
}

#leftmenu li ul {
	display: none;
	position: relative;
	top: -30px;
	left: 140px;
	width: 160px;
	background: #fbfaf4;
}
#leftmenu li:hover {
	color: #FF0000;
}
#leftmenu li:hover ul {
	display: block;
	border: #dbd8c7 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 2;
}
#leftmenu li:hover ul li {
	display: block;
	border: 0px;
	padding: 2px 5px;
	margin: 0px;
}
#leftmenu li ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
}
#leftmenu li ul li a:hover {
	color: #FF0000;
}
#leftmenu img {
	border: 0px;
}


/*-----RightMenu-----*/
#rightmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	bottom: 0px;
	height: 100%;
	min-height: 1000px;
	padding-top: 115px;
}
#rightmenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
#rightmenu img {
	border: 0px;
}
#rightmenu a {
	color: #000099;
	text-decoration: none;
}
#rightmenu a:hover {
	color: #FF0000;
}
#rightmenu hr {
	color: #dbd8c7;
	background-color: #dbd8c7;
	height: 1px;
	border: 0px;
}

#searchform p {
	font-size: 75%;
	margin: 0px 0px 2px 0px;
}


/*-----Breadcrumbs-----*/
#breadcrumbs {
	position: absolute;
	left: 150px;
	right: 150px;
	top: 100px;
	height: 20px;
	border: 0px;
	padding: 5px;
	margin: 0px;
}
#breadcrumbs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #BBBBBB;
	border: 0px;
	padding: 5px;
	margin: 0px;
}
#breadcrumbs a {
	color: #BBBBBB;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #FF0000;
}

/*-----Page-----*/
#page {
	position: absolute;
	left: 150px;
	right: 150px;
	top: 100px;
	background: #FFFFFF;
	min-height: 1000px;
	border-left: #dbd8c7 1px solid;
	border-right: #dbd8c7 1px solid;
	padding: 45px 10px 20px 10px;
}
#page ul {
	list-style: disc;
}
#page li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#page img {
	margin: 0px 10px 5px 10px;
}
#page td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#page th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#page input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#page td textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#page a {
	color: #000066;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#page a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom: 1px solid;
}
#page p.error {
	color: #FF0000;
}

/*-----Column Layout-----*/
.column1 {
width: 31%;
left: 101%;
margin: 1%;
padding: 0px  0px 1em 0px;
border: 1px solid;
overflow: hidden;
float: left;
border-color: #EDD188;
}
.column2 {
width: 31%;
left: 36%;
margin: 1%;
padding: 0px  0px 1em 0px;
overflow: hidden;
float: left;
border: 1px solid;
border-color: #CCCCCC;
}
.column3 {
width: 31%;
left: 71%;
margin: 1%;
padding: 0px  0px 1em 0px;
overflow: hidden;
float: left;
border: 1px solid;
border-color: #CE9359;
}
.column1 p, .column1 ul{
	padding: 0px 1em;
}
.column2 p, .column2 ul{
	padding: 0px 1em;
}
.column3 p, .column3 ul{
	padding: 0px 1em;
}

.column1 h2 {
	font-size: 120%;
	padding: 0.8em;
	display: block;
	background: #EDD188;
	margin: 0px;
}
.column2 h2 {
	font-size: 120%;
	padding: 0.8em;
	display: block;
	background: #CCCCCC;
	margin: 0px;
}
.column3 h2 {
	font-size: 120%;
	padding: 0.8em;
	display: block;
	background: #CE9359;
	margin: 0px;
}

.column1 ul {
	list-style-position: outside;
	margin-left: 1.5em;
	padding-left: -1em;
}
.column1 li {
	padding-bottom: 5px;
}
.column2 ul {
	list-style-position: outside;
	margin-left: 1.5em;
	padding-left: -1em;
}
.column2 li {
	padding-bottom: 5px;
}
.column3 ul {
	list-style-position: outside;
	margin-left: 1.5em;
	padding-left: -1em;
}
.column3 li {
	padding-bottom: 5px;
}

#panel_reading {
	display: block;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_newbury {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_oxford {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_basingstoke {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_london {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_berkshire {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_oxfordshire {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_hampshire {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_thamesvalley {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_heathrow {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}
#panel_homecounties {
	display: none;
	position: absolute;
	background: #FFFFFF;
	padding-right: 10px;
}