
/* colours

	#830000  dark red
	#C28080  pale red
	#598c00  dark green
	#DCE4CE  pale green
*/


/*
	Common styles:
	cms_cat
	cms_page
	cms_currmenu
*/

*
{
}

body, html
{
  background:#fff url(body-bg.png) repeat-x;
}

body
{
  font-family: Verdana, "Lucida Grande", "Lucida Sans", sans-serif;
  font-size: 0.9em;
  background-attachment:fixed;
}

p, blockquote, li, h3
{
  font-family: Verdana, "Lucida Grande", "Lucida Sans", sans-serif;
  font-size: 0.9em;
  text-align: left;
}

a, a:visited
{
  color: #598c00;
  text-decoration: none;
}

#sidebar a
{
  border: 0px;
  color: #830000;
}

h1
{
  font-weight: normal;
  text-decoration:none;
  font-family: "Century Gothic","lucida sans", sans-serif;
  font-size: 3em;
}

h2
{
  font-weight: normal;
  font-family: "Century Gothic","lucida sans", sans-serif;
  font-style: italic;
  font-size: 1.2em;
}

h3
{
  font-weight: normal;
  font-family: "Century Gothic","lucida sans", sans-serif;
}

h3 a
{
  border: 0px;
  font-weight: normal;
  font-family: "Century Gothic","lucida sans", sans-serif;
  font-size: 1.5em;
}

h4
{
  border: 0px;
  font-weight: normal;
  font-family: "Century Gothic","lucida sans", sans-serif;
  font-size: 1em;
}

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

p.bigbutton
{
width: 150px;
margin: .5em auto;
border: 1px solid #808000;
text-align: center;
background:#fff url(images/body-bg.png) repeat-x;
}

p.bigbutton a, p.bigbutton a:link
{
display: block;
padding: 10px;
font-weight: normal;
font-size: 1.2em;
color: #808000;
}

p.bigbutton a:hover
{
background: #800202;
color: #fff;
}

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

img.left
{
  float: left;
  padding: 0 1em 1em 0;
}

img.right
{
  float: right;
  padding: 0 0 1em 1em;
}

.green
{ color: #598c00; }
.maroon
{ color: #830000; }

a img
{ border: 0; }

.u
{ text-decoration: underline; }





/* !structure */

#container
{
  width: 790px;
  margin: 0 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: #fff;
  position: relative;
}

#prehead
{
	font-family: "Century Gothic","lucida sans", sans-serif;
	color: #830000;
	font-size: 26px;
	text-align: right;
	padding: .3em 0 .6em 0;
}

#prehead span
{
	font-weight: bold;
}

#head
{
  text-align: center;
  height: 145px;
  background: #830000 url('ptes_otter.jpg') no-repeat;
  color: #fff;
}

#head h1
{
  margin: 0;
  padding: 0;
  color: #fff;
}

#homesidebar
{
  float: right;
  width: 220px;
  margin: 0;
  padding: 0;
}


#homecontent
{
  margin: 0;
  padding: 0;
  width: 550px;
  float: left;
}

#foot
{
  clear: both;
  margin-top: 5px;
  padding: 10px 20px;
  background: #598c00;
  color: #fff;
}


/*  associated styles */


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

#homecontent h1
{
  font-size: 20px;
  color: #830000;
  margin-top: 0;
}

#homecontent hr
{
  color: #ccc;
  width: 66%;
  margin-top: 2em;
  margin-bottom: 2em;
}

img.divider
{
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.comments_error
{ 
  background-color: #ffa 
}

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


.n
{
	color: #999;
}



/* home side bar */

#homesidebar .smain
{
	background: #dce4ce;
	padding: 10px;
}

#homesidebar h1
{
  font-size: 20px;
  color: #830000;
  margin-top: 0;
}




/* !search box and footer stuff */

#search
{
	padding: 3px 6px 6px 6px;
	/* background: #DCE4CE; */
	margin: 0 20px 0 0;
	display: inline;
	color: #fff;
}

#search input 
{
	border: 1px solid #fff;
	background: #dce4ce;
	color: #333;
	padding: 5px;
}

#search .button
{
	color: #fff;
	border: 0;
	background: #830000;
}

#foot a.icon img
{
	margin-bottom: -8px;
}

#subfoot, #subfoot a,#subfoot a:visited
{
	font-size: 9px;
	color: #aaa;
	text-align: right;
}





/* !home page news list */

#newslisthome p
{
	min-height: 100px;
	width: 260px;
	padding: 10px 0 20px 10px;
	margin: 0;
	float: left;
	display: inline;
	background: #f2f3e9 url(news_bg.jpg) repeat-x;
}

#newslisthome a, #newslisthome a:visited
{
	font-size: 1.1em;
}

#newslisthome 
{
	color: #999;
}

span.newsimg
{
	width: 250px;
	height: 100px;
	display: block;
}



/* !buttons */

a.button-donate
{
	display: block;
	width: 220px;
	height: 40px;
	background: #598c00 url(donate.gif) top left;
}

a.button-donate:hover
{
	background: #598c00 url(donate.gif) bottom left;
}


/* colours

	#830000  dark red
	#C28080  pale red
	#598c00  dark green
	#DCE4CE  pale green
*/

/* !drop down menu ----------------------*/

	#ttmenu
	{
		padding: 4px;
		background: #830000;
		position: relative;
		height: 25px;
		margin-bottom: 1em;
	}
	
	#navbar 
	{
		margin: 0;
		padding: 0;
		height: 1em; 
		position: relative;
		z-index: 1000;
	}
	#navbar li 
	{
		list-style: none;
		float: left; 
	}
	#navbar li a 
	{
		display: block;
		padding: 3px 8px;
		background-color: #830000;
		color: #fff;
		text-decoration: none;
	}
	#navbar li ul li a 
	{
		padding: 6px 8px;
	}
	#navbar li ul 
	{
		display: none; 
		width: 10em; /* Width to help Opera out */
		background-color: maroon;
		position: relative;
		z-index: 101;
		
	}
	#navbar li:hover ul 
	{
		display: block;
		position: absolute;
		margin: 0;
		padding: 0;
		width: 175px;
	}
	#navbar li:hover li
	{
		float: none;
	}
	#navbar li:hover li a
	{
		background-color: #830000;
		border-bottom: 1px solid #a30000;
		color: #fff;
	}
	#navbar li li a:hover
	{
		background-color: #598c00;
	}	


/* !slideshow --------------------*/

div#slideshow
{
	height: 210px;
	position: relative;
}


