/*main body of all pages*/
body{
	width: 1010px;
	background-color: #8D8D8D;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container{
	width: 100%;
	background-color: #C7E4EB;
}
#header{
	width:100%;
	height:60px;
	background-color:#E8F9FF;
	background-image: url(../images/logo3.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:60px;
	padding-bottom:0;
	margin-bottom:20px;
}
/* headings*/
h1{
	margin-left:-10000px;
}
h2{
	font-size:2.5em;
	text-align:center;
	margin-left:-90px;
	margin-bottom:150px;
}
h3{
	font-size:1.5em;
	margin-bottom:-5px;text-decoration:underline;
	background-image: url(../images/pinecones3.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:7px;
}
h3.staff{
	margin-top:-20px;
}
h3.map{
	background-image:none;
	text-align:center;
}
h3.chestnuts{
	font-size:1.5em;
	margin-bottom:-5px;text-decoration:underline;
	background-image: url(../images/chestnuts3.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:7px;
}
h3.clapham{
	font-size:1.5em;
	margin-bottom:-5px;text-decoration:underline;
	background-image: url(../images/clapham3.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:7px;
}
h3.sandy{
	font-size:1.5em;
	margin-bottom:-5px;text-decoration:underline;
	background-image: url(../images/sandy3.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:7px;
}
h3.arlesey{
	font-size:1.5em;
	margin-bottom:-5px;text-decoration:underline;
	background-image: none;
	padding-top:30px;
	padding-bottom:7px;
}
h4{
	font-size:1.25em;
	margin-bottom:-5px;text-decoration:underline;
	
}
h5{
	font-size:1.15em;
	margin-bottom:-5px;text-decoration:underline;
}
span.heading{
	font-size:90%;
	font-weight: lighter;
}
p.heading{
	margin-left:-10000px;
}
p.statement{
	background-color: #ADD8E6;
	padding: 10px;
	border: thick ridge #E8F9FF;
}
p.bold{
	font-weight:bold;
}
p.address{
	font-weight:bold;
	font-size:1.15em;
}
p.describe{
	font-weight:bold;
	text-decoration:underline;
	font-size:1.15em;
}
p.describe2{
	font-weight:bold;
	text-decoration:none;
	font-size:1.15em;
}
image.map{
	margin-top:-10px;
}

ul.address{
	text-align: left;
	padding: 10px;
	width: 100%;
	margin: auto;
}
ul.address li{
	margin-left: 20px;
	list-style: circle;
	padding-top:10px;
}
ul.missionstatement{
	text-align: left;
	background-color: #ADD8E6;
	padding: 10px;
	border: thick ridge #37869F;
	width: 80%;
	margin: auto;
	
}
ul.missionstatement li{
	margin-left:20px;
	
}
/*staff page sub-headings*/
span.staff{
	font-weight: lighter;
	
}
/*overall navigation*/
#leftnav{
	padding-left:10px;
	width:150px;
	height: 100%;
	float: left;
	
}

#leftnav ul {
	margin-left:0;
	padding: 0;
	list-style-type: none;
	color: #3B4F1D;
}
#leftnav ul li a {
	padding: 10px;
	color: navy;
	text-align: left;
	font: 14px arial;
	
	text-decoration: none;
	display: block;
	height: 12px;
	margin-bottom: 1px;
	width: 144px;
	background: url(../images/nav1.png);
}
#leftnav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/nav2.png);
}
#leftnav ul li a.active {
	color:navy;
	text-decoration: none;
	font-weight:bold;
	background: url(../images/nav6.png);
}

/*subsidiary left-side navigation*/
#sub{
	float:left;
	width:160px;
	font-size: 1.75em;

}
ul#subnav{
	margin-left:10px;
	padding: 0;
	width:150x;
	list-style-type: none;
	color: navy;
	border: 1px solid navy;
	background-color: #E5F5F7;
	}
ul#subnav li a {
	padding: 10px;
	color: navy;
	text-align: left;
	font: 14px arial;
	text-decoration: none;
	display: block;
	height: 12px;
	margin-bottom: 1px;
	width: 128px;
	background-color: #C1E0E8;
	
	
}
ul#subnav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:navy;
}
ul#subnav li a.active {
	color: navy;
	font-weight:bold;
	text-decoration: none;
	background-color:white;
}


/*home page maincontent*/
#maincontent{
	margin:5px;
	width:800px;
	float:right;
	padding-bottom:10px;
	padding-right:10px;
/*subsidiary pages main content*/
}
#maincontent2{
	margin: 0 5px 5px 5px;
	width: 600px;
	float: right;
	padding-bottom: 10px;
	background-image: url(../images/pinecones1.png);
	background-repeat:no-repeat;
}
#maincontent3{
	margin: 0 5px 5px 5px;
	width: 600px;
	float: right;
	padding-bottom: 10px;
	background-image: url(../images/chestnuts1.png);
	background-repeat:no-repeat;
}
#maincontent4{
	margin: 0 5px 5px 5px;
	width: 600px;
	float: right;
	padding-bottom: 10px;
	background-image: url(../images/clapham1.png);
	background-repeat:no-repeat;
}
#maincontent5{
	margin: 0 5px 5px 5px;
	width: 600px;
	float: right;
	padding-bottom: 10px;
	background-image: url(../images/sandy1.png);
	background-repeat:no-repeat;
}
#maincontent6{
	margin: 0 5px 5px 5px;
	width: 600px;
	float: right;
	padding-bottom: 10px;
	
}
/*home page intor boxes*/
#introboxes{
	clear: both;
	margin: -120px 5px 5px 5px;
	width: 800px;
	float: right;
	padding-bottom: 10px;
}
#lefttop{
	float:left;
	width:48%;
	padding-bottom:10px;
}
#righttop{
	float:right;
	width:48%;
	padding-bottom:10px;
}
#leftbottom{
	float:left;
	width:48%;
	;
}
#rightbottom{
	float:right;
	width:48%;
	}
ul.staff{
	margin: 30px 0 0px -20px;
	list-style-type: none;
	text-align: center;
}
ul.staff li{
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0;
}
ul.pinconesactivities{
	margin: 30px 0 0px -20px;
	list-style-type: none;
	text-align: left;
	font-size:1.25em;
}
ul.pinconesactivities li{
	font-size:1.25em;
}
ul.secondary{
	text-align: left;
	font-size:0.5em;
}
p.pinconesactivities {
	font-size:1.25em;
}
/*------------------*/
/*subsidiary pages boxes*/
#leftish{
	width:48%;
	float:left;
}
#rightish{
	width:48%;
	float:right;
}
/*----------------------*/
/*subsidiary pages right side navigation*/
#rightnav{
	margin-left:-20px;
	padding: 0;
	float:right;
	margin-top:50px;
	margin-right:10px;
}
ul#navigation{
	
	list-style-type: none;
	
	
}
ul#navigation li a{
	background-image: url(../images/nav4.png);
	background-repeat: no-repeat;
	color:blue;
	padding-left:20px;
	text-decoration: none;
	text-align: left;
	font: 14px arial;
	line-height: 2em;
	
}
ul#navigation li a:hover {
	background-image: url(../images/nav3.png);
	background-repeat: no-repeat;
	color:black;
	padding-left:20px;
	text-decoration: none;
	text-align: left;
	font: 14px arial;
	line-height: 2em;
}
ul#navigation li a.active {
	background-color:#E8F9FF;
	background-image: url(../images/nav5.png);
	background-repeat: no-repeat;
	color:navy;
	font-weight:bold;
	padding-left:20px;
	text-decoration: none;
	text-align: left;
	font: 14px arial;
	line-height: 2em;
}
ul#navigation ul{
	list-style-type: none;
}
ul#navigation ul li.sub{
	font-weight: bold;
	font-size: 1.5em;
	color: #548C8E;
	margin:5px;
}
/*-------------------*/
/*subsidiary pages*/
h2.subsid{
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/pinecones2.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:0px;
}
h2.subsid1{
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/chestnuts2.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:0px;
}

h2.subsid2{
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/clapham2.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:0px;
}
h2.subsid3{
	font-size:2em;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/sandy2.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:0px;
}
h2.subsid4{
	font-size:2em;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top:0px;
}
.mission{
	text-align:center;
}
/*------------------*/
/*footer all pages*/
#footer{
	clear:both;
	height: 100px;
	border-top: 4px solid #E8F9FF;
	text-align:center;
	background-color: White;
}
/*general links all pages*/
a{
	color: #009999;
	text-decoration:underline;
}
a:hover{
	color: #0042FF;
	text-decoration: none;
}

.myimage{
	float:left;
	margin:15px;
}
ul.bullets {
	list-style-type: none;
	
}
ul.bullets li{
	
	text-align:left;
	background-image: url(../images/bullet.png);
	background-repeat:no-repeat;
	padding-left: 20px;
}
ul.bullets1{
	list-style-type: none;
	width:60%;
	margin:auto;
}
ul.bullets1 li{
	text-align:left;
	background-color: #C7E4EB;
	background-image: url(../images/bullet.png);
	background-repeat:no-repeat;
	padding-left: 20px;
}
ul.newbullets {
	list-style-type: none;
	margin-left:0;
	margin-top:0;
}

ul.newbullets li{
	
	text-align:left;
	background-image: url(../images/bullet.png);
	background-repeat:no-repeat;
	padding-left: 20px;
}
/*forms*/
input.txt {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px inset #996699;
  width: 200px;
}
input.required {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px inset #996699;
  width: 200px;
}
input.btn {
	font-weight:bold;
  color: navy;
  
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
}
textarea.required{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px inset #996699;
	width: 400px;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
fieldset {

  border: 2px dotted #E8F9FF;;
  margin-top: 16px;
  padding: 10px;
}
legend {
  font: bold 1em Arial, Helvetica, sans-serif;
  color: #FFFFFF;
 background-color:navy;
 }
form {
  border: 2px double navy;
  margin-top: 16px;
  padding: 10px;
  width:600px;
}
/*--------------*/
/*timetable*/
table#activities{
	border: navy 2px solid;
	margin-top: 10px;
	background-color: Teal;
}
table#activities th{
	background-color:navy;
	color:#FFFFFF;
}
table#activities td.other{
	background-color:#E8F9FF;
	color:#000000;
	padding:4px;
	width:20%;
	}
table#activities td.venue{
	background-color:#E8F9FF;
	color:#000000;
	padding:4px;
	width:40%;
	}

table#activities a{
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
table#activities a:hover{
	color: #6B8E23;
	font-weight: bold;
	text-decoration:none;
}
p.center{
	text-align:center;
	background-color: #C7E4EB;
}
p.general{
	text-align:left;
	background-color: #C7E4EB;
}
/*------------------*/

h3 span.subheading{
	font-size: 0.75em;
}

span.large{
	font-size: 1.5em;
}

a.link_five, 
a.link_five:visited, 
a.link_five:active, 
a.link_five:hover {
color: #009999;
	text-decoration:underline;
}
a.link_five b {display:none;}
a.link_five:hover {border:0;} /* our trigger for IE5.x and IE6 */
a.link_five:hover b {display:inline; font-weight:normal;}

