/***
	General tag overrides
***/
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 760px;
	margin: 0px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
/***
	'container' holds everything within the body.
***/
#container {
	position: relative;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: white;
	height: 570px;
/*	border: #CCC 1px solid;	*/
}
/***
	The following id's are used for the top section of the page
***/	
#charade {
	position: absolute;
	top: 20px;
	left: 230px;
	font-size: 30px;
	font-weight: bold;
}

#westbury {
	font-size: 18px;
	font-weight: normal;
}
/***
	'content' holds the main content of the page
***/	
#content {
	position: absolute;
	font-size: 0.8em;
	top: 250px;
	left: 150px;
	width: 380px;
}

#content h1 {
	font-size: 1.4em;
}

#content h2 {
	font-size: 1.2em;
	font-style: italic;
}

#content h3 {
	font-size: 1.0em;
}

.boxit {
	border-right: 3px solid #996600;
	border-bottom: 3px solid #996600;
	border-top: 3px solid #FFD5AF;
	border-left: 3px solid #FFD5AF;

	padding: 5px;
		
	background-color: #FC9;
}

/***
	Each page has a graphic assigned, although this may be replaced by a piece of text
***/	
#graphic {
	position: absolute;
	font-size: 0.8em;
	top: 250px;
	left: 560px;
	border: 1px solid gray;
	padding: 2px;
}

/***
	Navigation processing
***/	
#NavBar {
	position: absolute;
	font-size: 0.7em;
	top: 200px;
	left: 10px;
	width: 100px;
}

#vertnav{
	list-style: none;
	width: 100%;
	padding:0;
	padding-top: 10px;
	margin:0;


     /*text-align: right;*/
}

#vertnav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width:135px;                       /* USER defined: menu width */
     z-index:99;
     position:absolute;
     overflow:visible;
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{           /* NB - only 3 tiers defined in this CSS as it stands */
     display:none;
     position:absolute;
     top:0;
     left:135px;                       /* USER defined: (menu width - border width) */
     padding-left: 5px;
}

#vertnav li.button {	/* for simple menu links */
	top: 0px;
	margin:0;
	position: relative;
	width: 135px;                       /* USER defined: menu width */
/*     background-color:#F1F3F4;           /* USER defined: ordinary button background colour */
/*     border-top:solid 1px #FFFFFF;	*/
	display:block;
	height:1.5em;
	padding-bottom: 10px;
}

#vertnav li.arrow {	/* for cascading menu items */
	top: 0px;
	margin:0;
	position: relative;
	width: 135px;                                  /* USER defined: menu width */
/*	background-color:#F1F3F4;                      /* USER defined: next tier button background colour */
/*	background-image: url(images/navArrow.gif);    /* USER defined: next tier button arrow background image */
	background-repeat: no-repeat;
	background-position: left top; 
/*	border-top:solid 1px #FFFFFF;	*/
	display:block;
	height:1.5em;
	padding-bottom: 10px;
}

#vertnav a {
     text-decoration:none;
     display:block;
     padding: 0.1em;
     margin: 0px 0px 0px 0px;
     padding: 3px 0px 3px 7px;
     height:1em;
 	 color: #995555;                         /* USER defined: button font colour */
/*	 border: 1px solid silver;		*/
}

#vertnav a:hover, 
#vertnav li.button:hover, 
#vertnav ul li.button:hover, 
#vertnav ul li.button a:hover {
	 background-image: url(../none);
/*     background-color:#478CB1;               /* USER defined: ordinary button rollover background colour */
	 color: #0000ff;                         /* USER defined: ordinary button rollover font colour */
}

/* NB - only first 2 tiers can have arrows in this CSS as it stands */

#vertnav li.arrow:hover, 
#vertnav li.arrow a:hover, 
#vertnav ul li.arrow:hover, 
#vertnav ul li.arrow a:hover {
 /*    background-color:#478CB1;                      /* USER defined: next tier button rollover background colour */
	 color: #bb9933;                                /* USER defined: next tier button rollover font colour */
/*	 background-image: url(../images/navArrow.gif);    /* USER defined: next tier button rollover background image */
	 background-repeat: no-repeat;
	 background-position: right center;
}

/* non-IE browsers see this */

#vertnav ul li>ul, 
#vertnav ul ul li>ul {
     margin-top:-1.4em;
}

#vertnav li:hover ul ul, 
#vertnav li:hover ul ul ul, 
#vertnav li:hover ul ul ul ul, 
#vertnav li:hover ul ul ul ul ul {
     display:none;
}

#vertnav li.over ul, 
#vertnav li:hover ul, 
#vertnav ul li:hover ul, 
#vertnav ul ul li:hover ul, 
#vertnav ul ul ul li:hover ul, 
#vertnav ul ul ul ul li:hover ul {
     display: block;
	 left: -140px;
	 top: 0px;
	 border: solid 1px #bb9933;
	 padding-right: 10px;
/*	 background-color: #eee;	*/
}

li>ul {
     top: auto;
     left: auto;
}
/* Win IE only \*/
* html #vertnav li{float:left;}
/* end holly hack */ 


/***
	'contactform' is on the contacts page for submitting enquiries.
***/

#contactform {
	position: relative;
}

#contactform .indent {
	margin-left: 20px;
}

#contactform input, #contactform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contactform textarea {
	font-size: 1em;
}

#contactform .input {
	width: 380px;
	margin-bottom: 20px;
}

#contactform .box {
	padding: 5px;
	border: 1px solid brown;
	margin-bottom: 20px;
}

.message {
	font-weight: bold;
	color: red;
}



form#contact {
	background-color: #EEDDBB;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #000000;
	border: 1px solid #bb9933;
	border-bottom-color: white;
	border-right-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

form#contact .box {
	padding: 5px;
	width: 340px;
	border: 1px solid brown;
	margin-top: 20px;
	margin-bottom: 20px;
}

form#contact .indent {
	margin-left: 20px;
}

form#contact input, form#contact textarea, form#contact button {
	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form#contact input.check {
	width: inherit;
}

#formbutton {
	height: 27px;
	width: 350px;
	background-image:   url(images/button_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid brown;
	border-right: 1px solid brown;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#formbutton .button {
	position: relative;
	height: 27px;
	top: 0px;
	width: 350px;
/*	padding-left: 7px;	
	padding-right: 7px;	
*/	background-image:   url(images/button_bg.gif);
	background-repeat: repeat-x;
	float: left;
	font-size: 0.9em;
}

#formbutton a.button {
	text-decoration: none;
	color: black;
	font-weight: bold;
	line-height: 27px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#formbutton a:hover.button {
	color: red;
	background-image: url(images/button_bg_hover.gif);
	background-repeat: repeat-x;
}

