/*-------------------------- CSS Reset by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* css reset end */



/*-------------------------- main colours:
text 444

navy: 0C0050
blue pale: F0F4FF

green (titles) 1F5C39
mid green: B4D7BB
pale green: DFF2DC

link: 1F5C39
link visited: 1F5C39
errors: ffa

*/



/*-------------------------- main structure */

* {
}

body {
  color: #444;	
  background: #fff url('../back.jpg') top left repeat-x;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 2em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


.blue {
color: #0C0050;
}

.leadpara {
color: #0C0050;
font-weight: bold;
}

.imgright {
margin: 0 0 10px 10px;
float: right;
clear: right;
}

.imgleft {
margin: 0 10px 10px 0;
float: left;
}

p {
	margin-bottom: 1em;
}

p, blockquote, li, h3, h4 {
  text-align: left;
}

a, img {
	border: 0;
}

a, a:visited {
  color: #1F5C39;
  text-decoration: none;
}

a:hover {
  color: #1F5C39;
  text-decoration: underline;
}

blockquote {
  margin-left: 20px;
  margin-right: 0px;
}

h1, h2, h3, h4 {
  font-weight: normal;
  text-decoration:none;
  font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
  color: #1F5C39;
}

h1 {
  font-size: 1.5em;
  margin: 1em 0;
}

h2 {
  font-size: 1em;
  font-style: italic;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 .5em 0;
  color: #0C0050;
}

h3 a:link, h3 a:visited {
  font-weight: normal;
  font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
  /* font-size: 1.5em; */
  color: #1F5C39;
}

h1 a, h2 a, h3 a {
  border: 0px;
}

#head {
  text-align: center;
  height: 200px;
  background: #0D2D4F url('../header.jpg') top left no-repeat;
  color: #fff;
  position: relative;
}

#head span {
  color: #fff; 
  position: absolute; 
  bottom: 8px; 
  left: 20px;
}

#container {
  width: 778px;
  margin: 0 auto 30px auto;
  background: #fff;
}

#content {
  margin-left: 220px;
  margin-right: 20px;
  padding-top: 10px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	background: #DFF2DC;
}

#content a:hover img {
	background: #fff;
}

#kids #content {
margin-left: 20px;
}

#foot {
  clear: both;
  margin-top: 5px;
  text-align: center;
  height: 30px;
  background: #002145 url('../footer.jpg') bottom left no-repeat;
}

#accessibility {
  position: absolute;
  top: -10000px;
}

#breadcrumbs {
	background: #eee;
	padding: 2px;
	font-size: .8em;
}




/*-------------------------- sidebar and menu */

#sidebar {
  float: left;
  width: 170px;
  margin-right: 5px;
  padding: 20px 10px 10px 10px;
  /* border-right: 1px solid #ddd; */
}

#kids #sidebar {
display: none;
}

#sidemenu2 {
  /* line-height: 150%; */
}

#sidemenu2 a, #sidemenu a:link {
display: block;
padding: 2px 8px;
margin-bottom: 1px;
background: #F0F4FF;
color: #0C0050;
}

#sidemenu2 div a {
background: #DFF2DC;
  /* border-bottom: 1px solid #eee; */
}

#sidemenu2 a:hover {
  background: #6B689A;
  color: #fff;
  text-decoration: none;
}

#sidemenu2 a.cms_currmenu {
	color: #fff;
	background: #0C0050;
}


#sidemenu2 a.cms_sub {
	color: #1F5C39;
	background: #DFF2DC;
	padding-left: 2em;
  /* border-bottom: 1px solid #eee; */
}

#sidemenu2 a:hover.cms_sub {
	color: #fff;
	background: #1F5C39;
	padding-left: 2em;
  /* border-bottom: 1px solid #eee; */
}


#sidemenu2 form {
  font-size: .9em;
	  margin-top: 1em;
}



/*-------------------------- top menu */

#topmenu {
  text-align: center;
  /* background: #9C9ABF; */
  background: #0C0050;
  padding: 8px;
}

#topmenu ul, ul#sidemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#topmenu li {
  display: inline;
  padding: 0 5px;
}

#topmenu a,  #topmenu a:visited {
  color: #fff;
  text-decoration: none;
  padding: 0;
}

#topmenu a:hover {
  color: #fff;
  text-decoration: underline;
}



/*-------------------------- news list on main news page */

div.newslistitem {
padding-bottom: 1em;
border-bottom: 1px solid #ccc;
margin-bottom: 1em;
}

.newslistitem p {
margin-top: 0;
padding-top: 0;
}

.newslistitem {
font-size: 1.1em;
}



/*-------------------------- homepage news list block */

#newslist { 
  float: right; width: 200px;
  margin: 1em 0 2em 0;
  padding: 0; 
  background: #DFF2DC;
}

#newslist h1 {
  background: #1F5C39;
  color: #fff;
  padding: 5px;
  margin: 0 0 .5em 0;
  font-weight: normal;
  font-size: 15px;
  font-family: 'Lucida Grande Unicode',LucidaGrande,'Lucida Sans','Trebuchet MS', Sans-Serif;
}

#newslist div, #newslist p {
	margin: .5em;
	border-bottom: 1px dotted #595;
	padding-bottom: 5px;
}

#newslist a {
	display: block;
	text-decoration: none;
	font-size: .8em;
}

#newslist span.cms_newsposted {
	margin: 0;
	font-size: 10px;
	font-style: italic;
	color: #5a6;
}


/*-------------------------- news page */

#newslistbig div {
	border-bottom: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0 0 1em 0;
}

#newslistbig a {
	text-decoration: none;
}

#newslistbig a.cms_newstitle {
	font-size: 16px;
	font-family: "Lucida Grande Unicode",LucidaGrande,"Lucida Sans","Trebuchet MS", Sans-Serif;
	padding: 5px;
}

#newslistbig p.cms_newsextract {
	margin: 5px 0 0 20px;
}

#newslistbig span.cms_newsposted {
	margin: 0 0 0 20px;
	font-size: 10px;
	font-style: italic;
}



/*-------------------------- misc styles */

#sitemap ul {
	margin: 0 0 1em 1em;
}
#sitemap ul li {
	margin-left: 1em;
}

.cms_cat, .cms_cat a, .cms_topcat, .cms_topcat a {
	color: navy;
	padding-top: 5px;
}



/*-------------------------- misc styles */

.caps {
  letter-spacing: 0.1em;
  font-size: .9em;
}

.comments_error { 
  background-color: #ffa 
}

div.comments_error {
  border: 1px solid #cc8;
  padding : 0.3em;
}

img .left {
  float: left;
  margin: 0 10px 10px 0;
}

img .right {
  float: right;
  margin: 0 0 10px 10px;
}

#search {
	margin: 1em 0;
	border: 1px solid #B2C9B4;
	background: #E0F3DC;
	/* border: 1px solid #D0D5EF;
	background: #F0F4FF; */
	padding: 6px;
}

#gallerylist ul {
	width: 440px; /* keep the floats in order */
}

#gallerylist ul li {
	list-style-type: none;
	padding-bottom: 1em;
	float: left; /* to wrap the floats below without using a clear */
	width: 440px; /* violence <li>'s into line in IE 5 and 6 */
}

#gallerylist ul li img {
	display: inline;
	float: left;
	padding-right: 2em;
}



/*------------------------- letters home */

#letterslist {
	clear: right;
}

#letterslist li {
	margin-bottom: 1em;
}

#letterslist .cms_fsize {
display: block;
font-size: .9em;
}



/*------------------------- picture galleries */

#gallery {
	vertical-align: middle;
}

#gallery img {
	padding: 10px;
	border: 1px solid #ddd;
}

#gallery a:hover {
	background: #fff;
}

#gallery a img:hover {
	background: #F0F4FF;
}

#gallery ul li {
	display: inline;
}
