/*need to set background colours wherever there are background images */
body {
	margin:0;
	padding:0;
	background-color: #cc9933;
}

hr {
	color: #cc9933;
	background-color: #cc9933;
	height: 1px;
	border: none;
}

div#textonly {
	left: 50%;
	position: absolute;
	margin-left: -375px;
	width: 750px;
}
/*places text-only link and accessibility links in line with the main page*/  

div#container {
	padding: 0px;
	width: 750px;
	position: absolute;
	background-color:#ffffcc;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 50%;
	margin-left: -375px;
}
/*holds whole page and centres it*/

div#popupwindow {
	padding: 5px;
	position: absolute;
	background-color:#ffffcc;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*for pop-up windows only*/

.popupheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #990033;
}
/*for pop-up windows only*/

div#columnleft {
	background-color: #ffffcc;
	float: left;
	width: 144px;
	background-image: url(images/charterhouseylogo.gif);
	background-repeat: no-repeat;
	background-position: 11px 7px;
}

#sidebar {
	padding-top: 168px;
	margin-left: 17px;
	padding-bottom: 15px; /*added to make sure logo doesn't sit over the longer menus*/
}
/* hide from IE */
html>body #sidebar {
	padding-top: 164px;
}
/* holds Sustainable Development image and Latest News menu */

#latestnews {
	background-color: #990033;
	display: block;
	width: 110px;
	height: 16px;
	text-align: left;
	font-size: 70%;
	font-weight: normal;
	color: #ffffcc;
	padding-top: 1px;
}

#latestnewsbullets ul {
	width: 98px;
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
}
/* hide from IE */
html>body #latestnewsbullets ul {
	padding-bottom: 2em;
}

#latestnewsbullets li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	width: 96px;
	background-image: url(images/latestnewsbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 16px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 0.9em;
	color: #990033;
}
/*used only on home page for latest news section*/

div#columnright {
	margin-left: 146px;
	margin-top: 0;
	padding: 0;
	background-color: #ffffcc;
}

html>body #columnright {
	margin-left: 146px; /* for other browsers */
}

/*page is split into 2 columns as above - left column will hold the Sustainable Dev image and Latest News links on home page and the menu in all other pages */

div#banner {
	background-image: url(images/topbannernew3.jpg);
	background-repeat: no-repeat;
	width: 601px; /* different width for IE - cannot go any wider than this */
	height: 100px;
	padding: 0;
	margin: 0;
}

html>body div#banner {
	background-image: url(images/topbannernew3.jpg);
	background-repeat: no-repeat;
	width: 604px;
	height: 100px;
	padding: 0;
	margin: 0;
}
/*contains the top banner with fields as a background image*/

.center{text-align: center;}

.right{text-align: right;}

div#mainnav {
	position: absolute;
	left: 159px;
	top: 76px;
	width: 585px;
	color: #ffffcc;
}
/*top-level navigation positioning over banner e.g. Home | The Centre etc. */

/*sets picture on home page*/
div#maincontentcontainer1 {
	position: relative;
	top: 0px;
	background-image: url(images/sunsetmain.jpg);
	background-repeat: no-repeat;
	width: 586px;
	height: 335px;
	overflow-y: auto;
	background-color:#000000;
}

div#maincontentcontainer2 {
	position: relative;
	top: 0px;
	background-image: url(images/sunsetmain.jpg); /* alternate deer pic was here */
	background-repeat: no-repeat;
	width: 586px;
	height: 335px;
	overflow-y: auto;
	background-color:#000000;
}

div#schoolsmaincontentcontainer {
	background-image: url(images/schoolsintro.jpg);
	background-repeat: no-repeat;
	width: 586px;
	border: 1px solid #990033;
	padding-top: 0.4em;
	margin-bottom: 1.5em;
}

div#schoolscontenttext {
	padding-left: 0.4em;
	padding-right: 0.4em;
	position: relative;
	top: 8.5em;
	padding-bottom: 0.4em;
	height: 475px;
}

.schoolscontenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	line-height: 1.25em;
}
/*used on schools home page - could use redborderbox, main content and maincontenttext instead*/


div#envscontenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	line-height: 1.25em;
	padding-left: 240px;
	padding-right: 0.4em;
	padding-top: 6px;
	
	
}	
/*used on envstudies.asp page - used with image left to create 2 column look for detail pages*/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

a.mainnav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffcc;
	text-decoration: none;
	font-weight: normal;
}
a.mainnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffcc;
	text-decoration: none;
	font-weight: normal;
}
a.mainnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffcc;
	text-decoration: underline;
	font-weight: normal;
}
a.mainnav:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffcc;
	text-decoration: none;
	font-weight: normal;
}

#mainnav #current {
color: #ffcc00;
}

.mainnavdividers {
	color: #ffffcc;
	font-size: 70%;
}

/*mainnav links used for top nav bar, pubs/legal etc. i.e. yellow links - current is bright yellow*/

a.small:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
a.small:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}
a.small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #990033;
	text-decoration: underline;
}
a.small:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}

a.ecomap:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #990033;
	text-decoration: none;
}
a.ecomap:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #990033;
	text-decoration: none;
}
a.ecomap:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #990033;
	text-decoration: underline;
}
a.ecomap:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #990033;
	text-decoration: none;
}

div#ecomaplinksspacing {
	line-height: 0.8em;
	text-align: center;
}

div#contenttext {
	padding: 0.4em;
	position: relative;
	top: 165px;	
}

.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.25em;
}

/*these two are used on the home page - first, positions text over the image and the second sets text properties*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%;
	line-height: 1.8em;
	color: #990033;
	margin-top: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #990033;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

ul li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: url(images/singlearrow.jpg);
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

div#logos {
	padding-top: 6px;
	padding-bottom: 0px;
	margin: 0;
}
/*used on home page to position 4 logos at bottom of page*/	

div#weatherband {
	margin-top: 5px;
	margin-bottom: 0px;
}
/*used on all pages to position weather, gallery etc*/

#footer {
	height: 20px;
	background-color: #ffffcc;
	clear: both;
	padding: 0;
	margin: 0;
	text-align: right;
}

.containerfooter {
	background-image: url(images/pubslegalbar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	/*width: 155px;
	height: 18px;*/
	margin: 0;
	padding-bottom: 3px;
}

.verticalmenudivider {
	font-size: 75%;
	color: #ffffcc;
}

#scclogo {
	background-repeat: no-repeat;
	position: absolute;
	left: 16px;
	bottom: 8px;
	width: 38px;
	height: 73px;
	border-width: 0px;
	border-style: none;
}

#scclogo a img {
		border: 0 none;
}

div#imageleft {
	float: left;
	text-align:right;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 0px;
	
}
/*used on details pages to position image to left e.g. envstudies.asp*/

#detaillinks {
	background-color: #990033;
	display: block;
	width: 10em;
	font-size: 70%;
	text-align: center;
	padding: 3px 0px 3px 3px;
	margin-left: 0;
}

html>body #detaillinks {margin-left: 100px;}

#detaillinks a {color: #ffffcc;font-weight: normal;}
/*sets properties for 'download pdf' and 'more pictures' links on detail pages e.g. envstudies.asp*/

#redborderbox {
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #990033;
	width: 584px;
	margin-bottom: 1em;
	margin-top: 0px;
	padding-bottom: 0.6em;
	padding-top:0;
	padding-left: 0;
	padding-right: 0;
}
/* hide from IE */
html>body #redborderbox {
	left: 1px;
	width: 584px;
	margin-bottom: 1em;
	margin-top: 0px;
}
/* hide from IE Mac \*/
html>body #redborderbox {
	left: 0px;
	width: 584px;
	margin-bottom: 1em;
	margin-top: 0px;
}

#redborderbox2 {
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #990033;
	width: 586px;
	margin-bottom: 1em;
	margin-top: 0px;
	padding-bottom: 0.6em;
	padding-top:0;
	padding-left: 0;
	padding-right: 0;
}
/* hide from IE */
html>body #redborderbox2 {
	left: 1px;
	width: 584px;
	margin-bottom: 1em;
	margin-top: 0px;
}
/* hide from IE Mac \*/
html>body #redborderbox2 {
	left: 0px;
	width: 586px;
	margin-bottom: 1em;
	margin-top: 0px;
}

.maincontenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	line-height: 1.25em;	
}

.maincontenttextplain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.25em;	
}

div#maincontent {
    padding-right: 0.4em;
	padding-left: 0.4em;
	padding-top: 0.4em;
	padding-bottom: 0em;
}

.maincontenttextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #000000;
	line-height: 1.0em;	
}
	
/*used together on primary/default.asp for main content section - places image in html rather than as a background image */	

#linkstable {
	padding: 0.3em;
	width: 100%;
}

#linkstable td {
	border: 1px solid #cc9933;
	vertical-align: middle; 
	width: 100px;
	height: 80px;}
	
/**/	

.strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#floatleft {
	float: left;
	padding-left: 1.5em;
	padding-right: 7.0em;
}

.formbutton {
	color: white;
	background-color: #990033;
	font-size: 1em;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

input {
	border-top: 3px double #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

select {
	border-top: 3px double #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 200px;
}

textarea {
	border-top: 3px double #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 50px;
	width: 515px;
	
	
}

#enquiryalign{margin-left: 1.5em;}

form {
line-height: 1em;
}
/*form-related styles e.g. enquiries.asp*/
			
	/* new working NAVIGATION */		

#navigation a 
{
	color: #ffffcc;
	background: #990033 url("images/left-tab.jpg") left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
} 

#navigation a span 
{ 
background: url("images/right-tab.jpg") right top no-repeat; 
padding-right: 10px 
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: left 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */ 

#navigation a:hover 
{ 
color: #ffcc00; 
background: #660033 url("images/left-tab-hover.jpg") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a:hover span 
{ 
background: url("images/right-tab-hover.jpg") right top no-repeat; 
padding-right: 10px 
} 

#navigation 
{ 
list-style: none; 
padding: 0; 
margin: 0;
} 

#navigation li 
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0 
}

.style3 {color: #ffcc00; }	

#tabs {
	width: 586px;margin: 0;padding: 0;
}
/* hide from IE */
html>body #tabs {
	width: 586px;
}
/* hide from IE Mac \*/
html>body #tabs {
	width: 586px;
} 
/* end IE Mac hide */

#floatright{
	background-image: url(images/uk-map-01.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	width: 193px;
	height: 335px;
}

#clickmap{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 1.3em;
	/*position: relative;
	left: 28em;
	top: 3em;*/
	position: absolute;
	left: 276px;
	top: 8px;
	width: 85px;
	border: 1px black solid;
	background: #ffffff;
	padding: 4px;
}

.mapcaptions{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 1.3em;
}

#tabanav {
	list-style: none; 
	padding: 0; 
	margin: 0;
	display: inline;
}
	
/*latestsidemenu*/
#navsite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 110px;/*original 120 px too large - pushes down right column*/
	padding: 0;
	margin-bottom: 1em;
	background-color: #990033;
	color: #ffffcc;
	
	}
	
	

#navsite ul{margin: 0;padding: 0;list-style: none;}

#navsite ul li{list-style: none; list-style-image: none;margin: 0;border-top: 0px solid #ffffcc;}/*changing to border-top 1px increases spaces between list items*/


#navsite ul li a{
	font-weight: normal;
	display: block;
	padding: 6px 2px 6px 0.5em;
	border-left: 1px solid #ffffcc;
	border-right: 1px solid #ffffcc;
	border-bottom: 1px solid #ffffcc;
	color: #ffffcc;
	text-decoration: none;
	width: 100%;
	list-style: none;
	
}/*set the height of the list items here - browser differences - 20px doesn't work in Opera*/

html>body #navsite ul li a{width: auto;}

#navsite ul li a:hover {border-left: 1px solid #ffffcc;border-right: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; background-color: #660033; color: #ffcc00;}

#navsite ul li a.currentpage{border-left: 1px solid #ffffcc;border-right: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; background-color: #660033; color: #ffcc00;}

#navsite li.submenu a{display: block;padding: 2px 2px 2px 0.5em;border-left: 1px solid #ffffcc;border-right: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; color: #000000; text-decoration: none; width: 100%;background-color: #cccc99;}

html>body #navsite li.submenu a{width: auto;}

#navsite li.submenu a:hover{border-left: 1px solid #ffffcc;border-right: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; background-color: #cccc99; color: #990033;}

#navsite li.submenu a.currentsubmenu {border-left: 1px solid #ffffcc;border-right: 1px solid #ffffcc; border-bottom: 1px solid #ffffcc; background-color: #cccc99; color: #990033;}

/*end of latest side menu*/

.bold {font-weight: bold;}

#downloadpdf a{
	background-color: #990033;
	display: block;
	width: 110px;
	font-size: 90%;
	height: 17px;
	text-align: center;
	color: #FFFFCC;
	font-weight: normal;
	margin-top: 8px;
}

.links td{
	vertical-align: top;	
}

.leftborder{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cc9933;
	padding-left: 1em;
}

.rightborder{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cc9933;
	padding-right: 1em;
}

#outdoorlinks {
	background-color: #990033;
	display: block;
	width: 10em;
	font-size: 70%;
	text-align: center;
	margin-left: 0;
	padding: 3px 0px 3px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;	
}

html>body #outdoorlinks {margin-left: 105px;}

#outdoorlinks a{color: #ffffcc;	font-weight: normal;}

#outdoorlinks2 {
	background-color: #990033;
	display: block;
	width: 10em;
	font-size: 70%;
	text-align: center;
	margin-left: 0;
	padding: 3px 0px 3px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;	
}

html>body #outdoorlinks2 {margin-left: 105px;}

#outdoorlinks2 a{color: #ffffcc;	font-weight: normal;}

#cavinglinks {
	background-color: #990033;
	display: block;
	width: 10em;
	font-size: 70%;
	text-align: center;
	margin-left: 8px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
}

#cavinglinks a {
	color: #ffffcc;
	font-weight: normal;
}

.redtext {
	color: #990033;
}

.keystage td {
	border: 1px solid #990033;
	padding: 3px;
}

.keystage th {
	background-color: #990033;
	text-align: left;
	color: #ffffcc;
}

#prices {
	border: 1px solid #990033;
}

#prices td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #990033;
	border-bottom-color: #990033;
	padding: 4px;
}

.whitebg {
	background-color: #ffffff;
}

.redbold {
	color:#990033;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.prop {
    width:220px;
    float: left;
	text-align:right;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 0px;
    
  }

  .clear {
    clear:both;
    height:1px;
    overflow: visible;
  }
  /*to define any minimum height, create a class containing only a height property and apply it with the prop class.*/
  .minpx {
    height:310px;}

