/* generic template version 1 */
BODY {
	background-color: #ffffff;
	color: #333333;

	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-right : 2px;
}



/* text for image captions */
.imagecaption {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}


h1 {
    color: #7F0302;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 0.5em;
	height: 3em; 
	border-bottom-width: 1px;
	border-color: #666666;
	border-right-width : 0px;
	border-top-width : 0px;
	border-left-width : 0px;
	border-style : solid;
}

h2 {
	color: #7F0302;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	vertical-align: top;
	border-bottom-width: 0px;
	border-color: #666666;
	border-right-width : 0px;
	border-top-width : 0px;
	border-left-width : 0px;
	border-style : solid; 
}
				 
h3 {
	font-size : 120%;
	font-weight : bold;
	color: #666666;
}


h4 {
    color: #666666;
	font-size: 105%;
	font-weight: bold;
	vertical-align: top;
	border-bottom-width:1px;
}

				 
#header {
    top: 0;
	font-size : x-large;
	color: #666666;
	font-weight : lighter;
	font-style : normal;
	border-bottom-width:1px;
	border-color: #666666;
	border-right-width : 0px;
	border-top-width : 0px;
	border-left-width : 0px;
	border-style : solid;
	margin-bottom : 0px;
}


/* insert site colour here */
.box {
	font-family: tahoma;
	background: #ffdab9;
	font-size: 0.8em;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}	

td {
	font-style : normal;
}



/* insert site colour here */
td.solid {
	font-size: smaller;
	border-width : 1px;
	border-style : solid;
	border-color : #666666;
	padding : 2px;
	background-color : #ffdab9;
}

/* insert site colour here */
td.line {
	border-width : 1px;
	border-style : solid;
	border-color : #ffdab9;
	padding : 2px;
}


				 
hr {
	border-width : 1px;
	border-style : thin;
	border-color : 666666;
}






/* insert site colour here */
#footer {
	position: relative;
	color: #333333;
	font-family: verdana, arial, san-serif;
	font-size: xx-small;
	font-weight: normal;
	vertical-align: top;
	text-decoration: none;
	clear: both;

	background-color: #069859;
	border-top: 1em solid #069859;
	border-bottom: 1em solid #069859;
}
#footer .footer     {
	color: #333333;
	font-family: verdana, arial, san-serif;
	font-size: xx-small;
	font-weight: normal;
	vertical-align: top;
	margin: 0 15% 0 15%;
	border-width : 1px;
	border-style : solid;
	text-decoration: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 70%;
	border-width: 1px;
	border-color: #990000;
	background: #ffdab9;
}



p.crumbs {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

ul { list-style-type: circle }


A:link {
	font-family: verdana, arial, sans-serif;

	font-weight: normal;
	text-decoration: underline;
	color: #0066CC;
}


A:active {
	text-decoration: underline;
	color: #0066CC;
	
}
		   
A:visited {
	text-decoration: underline;
	color: #993366;
	
} 
A:hover   {
	text-decoration: underline;
	color: #0033CC;
	font-weight: normal;
}

A.side:link {
	font-family: verdana, arial, sans-serif;
	font-size: 120%;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
		
			  



.response {
	font-size: 1.2em;
	font-weight: normal;
}

#content {
/*width: 500px;*/
      
margin: 0;
	  margin-left:240px;
top:0;
/*font-size: .9em;*/
}

#content #content-left {
	position: relative;
	top: 0;
	left: 0;
	width: 50%;
}


#content #content-right {
	position: relative;
	top: 0;
	left: 50%;
	width: 50%;
}

#content img { 
    margin-left: 0.5em;
	margin-right: 0.5em;
}
	
/*** Start left hand navigation ***/
#navlh {
	width: 185px;
	float: left;
	padding: 0 5px 0 5px;
	border: 1px solid white;
	font-size: .75em;
}
#search {
   float: right;
   top:0;
}

#navlh #search {
   font-size: 0.8em;
   float: right;
   margin-bottom: 1em;
}
#navlh li.head {
	display: block;
	font-size: 1em;
	font-weight: bold;
	width: 190px;
}

#navlh ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */

/*	border-bottom: 1px solid #ccc; */
	}

#navlh ul li {
	position: relative;
	}
	
#navlh li ul {
	position: absolute;
	left: 190px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#navlh ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	/*background: #E9EABF; /* IE6 Bug */
	background: #069859;
	padding: 5px;
	border: 2px solid white;
	
	}
#navlh ul li a.vhldhm {
	background: #069859;
	color: white;
}
#navlh ul li a.vhst {
	background: #5A141C;
	color: white;
}
#navlh ul li a.model {
	background: navy;
	color: white;
}
#navlh ul li a.history {
	background: black;
	color: white;
}
/* Fix IE. Hide from IE Mac \*/
* html #navlh ul li { float: left; height: 1%; }
* html #navlh ul li a { height: 1%; }
/*
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navlh ul li a:hover { color: #000; background: #fff; border-color: #069859; } /* Hover Styles */
#navlh ul li a:hover.vhldhm { color: #000; background: #fff; border-color: #069859; } /* Hover Styles */
#navlh ul li a:hover.vhst { color: #000; background: white; border-color: #5A141C; } /* Hover Styles */
#navlh ul li a:hover.model { color: navy; background: white; border-color: navy; } /* Hover Styles */
#navlh ul li a:hover.history { color: black; background: white; border-color: black; } /* Hover Styles */
		
#navlh li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#navlh li:hover ul, #navlh li.over ul { display: block; } /* The magic */

#navlh p.counter {
	font-size: 0.7em;
	color: Gray;
}
/*** End left hand navigation ***/

/*** Special styles for Opening Hours ***/
  #content-lhs {
    float: left;
	font-size: 0.8em;
	width: 49%;
}
#content-rhs td {
    font-size: small
}

#content-rhs {
	font-size: 0.8em;
    border-left: 2em;
	border-left-color:#fff;

}
#content-lhs  td {
    vertical-align:top;
	font-size: x-small; 
}

/*** END OF Special styles for Opening Hours ***/

.filesize {font-size: 0.7em;}
.pub-date {font-size: 0.9em; font-style:italic;}
