/*Css created for angela woodhouse by Dave Hastings dave.hastings@orange.net*/

  body {
	margin:0;
	padding:0;
	color:#000;
	font: 0.8em Arial, Helvetica, sans-serif;
	 }
#wrapper  {
	width:720px;
	overflow:hidden;
	margin: 0px auto 0;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E7E9EF;
	border-right-color: #E7E9EF;
	border-bottom-color: #E7E9EF;
	border-left-color: #E7E9EF;
}

  #header {
	top:0;
	left:0;
	height:60px;
	color:#009;
	background:url(images/Blue_Banner2.gif) no-repeat center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: none #E7E9EF;
	border-right: none #E7E9EF;
	border-bottom: 2px solid #E7E9EF;
	border-left: none #E7E9EF;
	margin: 0px;
  }
  
  
  h1 {
	font-size: 3em;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	background-position: center bottom;
	margin-top: 10px;
	line-height: 1em;
	font-family: "Trebuchet MS", Arial;
	text-align: right;
	display: none;
}
  h2 {
	font-size: 1.4em;
	color: #333333;
	background-position: left;
	text-align: left;
	padding-right: 0px;
	margin: 30px 0px 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}
h3 {
	font-size: 1.3em;
	color: #333333;
	background-position: right;
	text-align: left;
	padding-right: 10px;
	margin: 40px 0px -10px;
	padding-top: 0px;
	padding-bottom: 5px;
}
  
  #content {
	margin-left:160px;
	padding:0 5px 5px;
	border:none;
	margin-top: 10px;
  }
  #navigation {
	position:relative;
	top: 40px;
	left:2px;
	width:150px;
	border:0px none;
	text-align: left;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 192px;
	float: left;
  }
   #navigation p {
	padding:0em 4px 0em 0em;
	margin: 0px;
	font-size: 1.1em;
}
.noborder	{
	text-decoration: none;
	color: #C0C0C0;
}  
/* Root = Vertical, Secondary = Vertical */
ul#navmenu-v,
ul#navmenu-v li,
ul#navmenu-v ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 140px;
	list-style: none;
	z-index: 20;
}

ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px "Trebuchet MS", Verdana, Arial;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu-v a {
	padding: 0 6px;
	display: block;
	background: #FDFDFD;
	color: #666;
	font: bold 12px/22px "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	border-left: 1px solid #FFF;
}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 140px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  display: block;
}

#nav-two {
	border:none;
	display:inline;
	height:100%;
	margin: 0px;
	padding: 10px 0px 0px;
	}
#nav-two ul {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.3em;
	color: #597393;
}
#nav-two li {
	list-style-type: none;
	display:inline;
	padding: 0px 5px 0px 2px;
	margin: 0px;
	line-height: normal;
	height: auto;
	list-style-position: inside;
	text-align: left;
	text-indent: 0px;
	left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #0000FF;
}
#nav-two li a {
	color: #6A85A6;
	text-decoration: none;
	}
#nav-two li a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

#footer {
	width:97%;
	text-align:center;
	margin-top:5px;
	padding: 0.5em;
	color:#009;
	clear: both;
	margin-left: 3px;
	border-top: 2px solid #EFF1F5;
	border-right: 2px none #EFF1F5;
	border-bottom: 2px none #EFF1F5;
	border-left: 2px none #EFF1F5;
  }
  
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	color: #4B3E4B;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
	 
 
  
  img.right {
	float: right;
	margin: 0px 10px;
	padding: 0px;
}
  
  #skipnav {
	left: -100px;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
a.skipnav {
	FONT-SIZE: 0.7em;
	color: #999999;
	margin: 0px;
	padding: 0px;
	border: none;
}
a.skipnav:hover {
	FONT-SIZE: 0.7em;
	color: #0033FF;
	border: none;
}
a.skipnav:visited {
	FONT-SIZE: 0.7em;
	color: #999999;
	border: none;
	margin: 0px;
	padding: 0px;
	}

strong {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
li {
	list-style-position: outside;
	list-style-type: disc;
}
p {
	line-height: 1.3em;
	color: #666666;
}
p.contact {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 1.0em;
	}
p.year {
	color: #C98801;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#news {
	position:relative;
	top: 15px;
	width:145px;
	border:none;
	text-align: left;
	padding: 0px 0px 10px;
	margin: 0px;
	clear: both;
	height: auto;
	left: 2px;
}
#news p {
	padding:10px 4px 0em 10px;
	margin: 0px;
	color: #6A85A6;
	font-size: 0.9em;
	background-position: top;
	text-indent: 0px;
}
#news h3 {
	padding:10px 4px 0em 10px;
	margin: 0px;
	color: #6A85A6;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 2em;
	color: #666666;
	margin: 0px 0px 5px;
	padding: 0px;
}
.centre {
	float: none;
	margin: 0px 0px 0px 60px;
	padding: 0px;
}
em {
	margin: 0px;
	padding: 0px;
}
dt {
	font-weight: normal;
	margin-left: 20px;
	color: #333399;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
dl {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
dd {
	color: #435770;
}
#homenavigation {

	position:absolute;
	top: 80px;
	left:125px;
	width:150px;
	border:0px none;
	text-align: right;
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 192px;
}
#homenavigation ul {

	list-style-type: none;
	margin: 0px;
	padding: 20px 4px 0px 0px;
	list-style-position: inside;
	border: none;
}
#homenavigation li {

	list-style-type: none;
	padding: 0px;
	margin: 1px;
	border: none;
	line-height: normal;
	height: auto;
}
#homenavigation li a {

	padding: 0px 3px 0px 0px;
	border-right: 5px solid #597393;
	color: #6A85A6;
	text-decoration: none;
	margin: 0px;
	font-size: 1.1em;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#homenavigation li a:hover {

	border-left: none;
	color: #FF9900;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	text-decoration: underline;
	border-right-width: 5px;
	border-right-color: #FFCC00;
	font-weight: normal;
}
h5 {
	font-size: 1.5em;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0px 0px 5px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 140px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.gallerycontainer p {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.indent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
