/*-------------------------- 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 {
	color: white;
	quotes: "" "";
}

/* css reset end */



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

navy: 0C0050
blue pale: F0F4FF

green (titles) 555
mid green: B4D7BB
pale green: DFF2DC

link: 555
link visited: 555
errors: ffa

*/


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


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


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

* {
}

body {
  color: #444;	
  background: #fff;
  font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0 0 30px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


.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: #1260be;
  text-decoration: none;
}

a:hover {
  color: #1260be;
  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: #1260be;
}

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

h2 {
  font-size: 18px;
  margin: 1em 0 .5em 0;
}

h3 {
  font-size: 1.3em;
}

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

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: #1260be;
}

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


/* standard css stuff */

.green {
color : #363;
}
.maroon {
color : #900;
}
.pink {
color : #c66;
}
.blue {
color : #069;
}
.small {
font-size : 0.7em;
}
.caption {
font-size : 0.7em;
font-style : italic;
}
.iright {
text-align : right;
}
.right {
float : right;
padding : 0 0 5px 10px;
}
.left {
float : left;
padding : 0 10px 5px 0;
}
.clear {
clear : both;
}
.block {
padding-left : 2em;
}
.divider {
border-top : 1px solid #555;
margin : 1.5em 0;
}
.underline {
border-bottom : 1px solid #fff;
} 


/* structural stuff */

#bucket {
	background: #fff url('../lifecorner.jpg') top left no-repeat;
}


#container {
  width: 780px;
  margin: 0 0 0 150px;
  padding: 0 10px;
  position: relative;
  background-image: url('../gradback.gif');
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 650px;
}

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

#content a {
	color: #1260be;
}

#content a:hover {
	background: #1260be;
	color: #fff;
}

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

#footer {
  clear: both;
  padding: 10px;
  text-align: right;
  font-size:9px;
  color:#999;
  border-top: 1px solid #fff;
}

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

#logo {
	color: #1260be;
	padding: 10px 0px 20px 0px;
	text-align: right;
}

#strap {
	color: #1260be;
	padding: 6px 0px;
	text-align: right;
}

#search {
	text-align: right;
	margin: 15px 0;
}

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

p#crumbs {
	text-transform: lowercase;
	font-size: .8em;
}

#sidebar {
	float: left;
	width: 180px;
	margin-right: 25px;
	padding: 50px 0px 0px 10px;
	min-height: 200px;
	text-transform: lowercase;
	text-align: right;
}

#sidebar, #sidebar a, #sidebara:visited {
  color: #1260be;
}

#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	margin-bottom: 10px;
	text-align: right;
}

#sidebar li.cms_page a {
	color: #1260be;
}

#sidebar li.cms_currmenu a, #sidebar li.cms_currmenu a:visited {
	color: #1260be;
	border: 1px solid #1260be;
	padding: 2px 6px;
}

#sidebar li.cms_currmenuc, #sidebar li.cms_currmenuc a {
	background: #1260be;
	color: #fff;
	padding: 6px;
	border: 0;
}

#sidebar li.cms_sub {
	margin-left: 1em;
}

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

#menu ul {
  list-style-type: none;
  padding: 3px 0 3px 20px;
  margin: 0;
  border-bottom: 1px #1260be solid;
}

#menu li {
	padding-bottom: 10px;
	display: inline;
	}

#menu a,  #menu a:visited {
  color: #a6531d;
  text-decoration: none;
  padding: 5px 10px;
	text-transform: lowercase;
}

#menu a:hover {
  color: #4e4f35;
  text-decoration: none;
}


/*-------------------------- newslist big */

#newslistbig div {
	margin-bottom: 2em;
}

#newslistbig .cms_newstitle {
	font-size: 1.2em;
	text-decoration: none;
	color: #a00;
}
#newslistbig .cms_newstitle:hover {
	background: #fff;
	text-decoration: underline;
}

#newslistbig .cms_newsextract {
	margin: .5em 0;
	padding: 0;
}
#newslistbig .cms_newsposted {
	font-style: italic;
	font-size: .9em;
	color: #999;
}


/*-------------------------- login */

#cms_login {
	margin: 70px auto;
	border: 1px solid  #1260be;
	padding: 15px;
	width: 290px;
	text-align: right;
	background: #fff;
}

#cms_login p {
	color: #868973;
}


/*-------------------------- site map */

div#sitemap a {
	font-size: 12px;
	text-decoration: none;
}

div#sitemap a:hover {
	background: #fff;
	text-decoration: underline;
}

#sitemap ul {
	margin-left: 2em;
}

div#sitemap li {
	list-style-type: none;
}
	
div#sitemap a.cms_cat {
	color: maroon;
}	

#sitemap .cms_topcat {
}

#sitemap .cms_cat {
	border-bottom: 1px solid #eee;
}


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

#gallerylist ul li {
	padding: 10px;
	border: 1px solid #ddd;
	float: left;
	display: block;
}

#gallerylist ul li a {
	display: block;
}

#gallery {
	vertical-align: middle;
}

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

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

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

#gallery ul li {
	display: inline;
}

#mlform {
width: 400px;
text-align: right;
padding: 20px;
}

#msform span {
	display: block;
	margin-top: 1em;
}

#msform input, #msform textarea {
	margin-left: 50px;
}

#msform span.missing {
	color: #900;
	}
	
	
