/*-------------------------- 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: #fff;
}
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) 555
mid green: B4D7BB
pale green: DFF2DC

link: 555
link visited: 555
errors: ffa

*/



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

* {
}

body {
  color: #444;	
  background: #fff;
  font-family: 'gill sans','trebuchet ms', sans-serif;
  font-size: 0.8em;
  line-height: 1.2em;
}

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: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  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','Lucida Grande','Lucida Sans','myriad pro','Trebuchet MS', Sans-Serif;
  color: #555;
}

h1 {
  font-size: 28px;
  margin: 1em 0;
  text-align: left;
  font-weight: bold;
}

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

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


/* 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 */

#menu {
	padding-top: 40px;
	background: #ddd;
}

#header {
	width: 778px;
	margin: 0 auto;
	background: #ddd;
	color: #333;
	text-align: left;
	position: relative;
}

#header h1 {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'gill sans','trebuchet ms','lucida grande', serif;
	font-weight: normal;
	font-size: 24px;
}

#content {
  width: 778px;
  margin: 20px auto;
  padding: 10px;
  position:relative;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	background: #aaa;
	text-decoration: none;
}

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

#footer {
  clear: both;
  margin: 5px auto 0 auto;
  text-align: right;
  font-size:9px;
  color:#999;
  width: 778px;
}

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

.maincol {
	float: left;
	width: 250px;
}

.mainpic {
	float: right;
	padding-left: 30px;
}

.mainpic img {
	max-width: 480px;
}

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


#sidebar {
	display: none;
	float: left;
	width: 150px;
	margin-right: 15px;
	padding: 20px 10px 10px 10px;
	background: #fff;
	min-height: 200px;
	text-transform: lowercase;
}

#sidebar, #sidebar a, #sidebara:visited {
  color: #a6531d;
}

#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
}

#sidebar .cms_page a {
	color: #888;
}

.cms_currmenuc {
	background: #e5e5e5;
	color: #fff;
	padding: 0 0 3px 0;
}

.cms_currmenu a, .cms_currmenu a:visited {
	color: #444;
	background: #fff;
}

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

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

ul#menubar {
  list-style-type: none;
  padding: 5px;
  margin: 0 0 0 -10px ;
}

#menubar li {
	display: inline;
	text-align: center;
	}

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

#menubar a:hover {
	color: #555;
	text-decoration: none;
	background: #aaa;
}

#menubar .cms_currmenu a, #menubar .cms_currmenu a:visited {
	color: #444;
	background: #fff;
}


/*-------------------------- 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;
}

.newsitem h1 {
	font-size: 18px;
	text-decoration: none;
	color: #a00;
	font-weight: normal;
}

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

#cms_login {
	margin: 20px auto;
	border: 1px solid  #afb296;
	padding: 15px;
	width: 290px;
	text-align: right;
	background: #f6f6f3;
}

#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;
}


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


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


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

#pflist
{
	margin-left: 90px;
}

#pflist li
{
	min-height: 7em;
	clear: both;
}
#pflist a, #pflist a:visited
{
	color: #648900;
	font-size: 1.2em;
	text-transform: capitalize;
	font-style: normal;
}

span.listimg
{
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
	margin: 0 0 0 -85px;
	
}

a.imgbox
{
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	text-decoration: none;
	margin: 0 10px 10px 0;
}


/* --------------- misc */
table td
{
	padding: 5px 8px;
}