/***********************************************/
/* edenwebstyles.css                           */
/***********************************************/

/*******************************************************************************************/
/* Default HTML TAG styles define the base look and feel for elements on the site          */
/* such as fonts, sizes, colours, link styles etc.                                         */
/*******************************************************************************************/ 
* {
	padding:0;
	margin:0;
}

body{
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #222222;	
	margin: 0px;
	padding: 0px;
	padding-bottom:60px
}

/****** Anchors ******/
a{
	color:#8ba017;
	text-decoration: none;
}

a:link{
	color:#8ba017;
}

a:visited{
	color: #8ba017;
}

a:hover{
	color: #8ba017;
	text-decoration: underline;
}

p.acrobatDownloadLogo img{
	border:0px;
}

.pageHeading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:130%;
}

.pageHeading a {
	color:#000;
}

/****** Headings ******/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1{
	font-size: 140%;
	padding-bottom:12px;
	color:#8ba017;
}

h2{
	font-size: 110%;
	color:#8ba017;
}

h3{
	font-size: 105%;
}

h4{
	font-size: 100%;
}

h5{
	font-size: 100%;

}
h6{
	font-size: 100%;
}

/****** lists ******/
ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

/****** other html tags ******/
hr {
	height:1px;
	width: 80%;
	margin: 0 auto;
}

label {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin:0px;
}

img {
	border: 0;
	margin-top:5px;
}

table {
	margin-bottom:15px;
	margin: 0 auto;
}

table td, th{
	padding:3px 10px 3px 3px;
	text-align:center;
	border: solid #005500 1px;
}

table th {
		background-color:#005500;
}

table td {
/*	background-color:#006600;*/
}

/* to renmove the object dotted outline in firefox 3 / PC */
div>object {
    outline:none;
}

/* To allow two sequential objects to touch without a vertical border
* necessary because objects are treated as inline elements and hence by default include
* space for character descenders */
object {
    vertical-align: bottom;
}

/*******************************************************************************************/ 

/*******************************************************************************************/
/* Wrapper DIV for all other divs and page contents. Use for centering, or to specify      */
/* max / min widths etc                                                                    */
/*******************************************************************************************/ 
#wrapper {
	width:930px;
	margin: 0 auto;
	background-color: #f8f8f8;
}
/*******************************************************************************************/ 

/*******************************************************************************************/
/* The main header section of the site containing accessibility links, clickable 'home'    */
/* logo and the search form                                                                */
/*******************************************************************************************/ 
#masthead{
	background:#fff url(/images/structure/masthead-bg.gif) no-repeat 100% 0;
	width:930px;
	height:144px;
	position:relative;
}

#logoLink {
	position:absolute;
	top:6px;
	left:8px;
}

#strapline {
	position:absolute;
	top:113px;
	left:54px;
	color:#96b059;
	font-size:70%;
}

/************************/
/* main site navigation */
/************************/
#mainNavigation {
	height:40px;
	margin-bottom:10px;
}

#mainNavigation ul {
	float:left;
	width:930px;
	background:url(/images/structure/mainnav-bg.gif) repeat-x;
}

#mainNavigation li{
	display:block;
	float:left;
	text-align:center;
	width:auto;
	margin:0;
	padding-bottom:8px;
	font-size:90%;
	font-weight:bold;
}

#mainNavigation li:hover,
#mainNavigation li.active {
	background:url(/images/structure/mainnav-arrow.gif) no-repeat 50% 90%;
}

#mainNavigation li:hover a,
#mainNavigation li.active a {
	background:#8ba017;
}

#mainNavigation a{
	display:block;
	padding:0 10px;
	line-height:32px;
	color:#fff;
	text-decoration:none;
}

#mainNavigation a:hover {
	color:#fff;
	text-decoration:none;
}

/**************** #accessibilityLinks styles ***********/
#masthead #accessibilityLinks {
	font-size:70%;
	color:#b8c176;
	float:right;
	width:auto;
	margin-right: 3px;
	margin-top: 0px;
	visibility:hidden;
}

#masthead #accessibilityLinks a{
	margin-left:10px;
	color:#8ca118;
}

#masthead a{
	color:#ffffff;
}

/*******************************************************************************************/

/*******************************************************************************************/
/* The left column of the page containing subnavigation                                    */
/*******************************************************************************************/ 
#leftColumn{
	float: left;
	width: 156px;
	padding: 0;
	margin: 0 14px 0 0;
}

#leftColumn a {
	color:#222222;
}

/* link styles for any #leftColumn menus that are built from unordered lists */
#leftColumn ul a:link, #leftColumn ul a:visited {
	display: block;
}

#leftColumn ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#leftColumn ul ul{	/* indent for nested lists used for submenus */
	list-style: none;
	margin: 0 0 0 10px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftColumn li {
border-bottom-width:1px;
border-bottom-style:dashed;
}

/* fix for browsers that don't need the hack */
html>body #leftColumn li {
border-bottom-width:1px;
border-bottom-style:dashed;
}

/*********** #subNavigation menu styles ***********/

#leftColumn #subNavigation{
/*	background-image:url(../images/structure/transbg/transbg_opacity_60.png);*/
	font-weight:bold;
	margin: 0px auto;
	padding: 0 0 20px 0;
	width:156px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 80%;
}

#leftColumn #subNavigation ul{
	/*background-color:#f7c639;*/
	/*background-color:#eaea86;*/
}

/*#leftColumn #subNavigation p.menuheader{*/
p.menuheader{
	font-size:110%;
	/*height:20px;*/
	padding: 5px 0px 2px 10px;
	/*background-image:url(../images/structure/red-menuheader.gif);*/
/*	background-color:rgb(135,170,227);*/
/*	background-color:rgb(40,47,107);*/
	background-repeat:no-repeat;
	border-bottom: 2px solid #ffffff;
	margin:0;
	font-weight: bold;
	color:#ffffff;
}

/******* special styles for menu header used as links *******/
/*#leftColumn #subNavigation p.menuheader a{*/
p.menuheader a{
	color: #FFFFFF;
	padding: 0;
	border:0;
	margin:0;
}

/******** link style for the subnavigation menu *********/
#leftColumn #subNavigation ul a {
	display: block;
	border-bottom: 0px solid #ffffff;  /* spacing between elements */
	padding: 5px 0px 5px 10px;
}

#leftColumn #subNavigation ul a:hover{
	/*background-color: #f2a620;*/
	/*background-color: #bfbf47;*/
}

/****************** style the menu item for the current section *****************/
#leftColumn #subNavigation li.currentSection {	
	font-weight:bold;
/*	background-color: #ffffff;*/
	/*background-color: #bfbf47;*/
/*	font-weight:bold;*/
}

/********* additional styles separately to style the sub lists contained in the menu ********/
#leftColumn #subNavigation li.sublistHeading {	/* style the menu item and the entire BG for the sublist */
	/*background-color:#ffffff;*/
	font-weight:bold;
}

#leftColumn #subNavigation li.sublistHeading a{ /* style the actual anchor part of the sublist heading */
		/*background-color: #f2a620;*/
	/*background-color: #bfbf47;*/
/*	font-weight:bold;*/
}

#leftColumn #subNavigation li.sublistHeading ul.sublist a{ /* style each of the individual sublist entry anchors */
	/*background-color:#ffffff;*/
	font-weight:normal;
}

/*******************************************************************************************/
/* The main content area of the site */
/*******************************************************************************************/ 
#content{
	border-right:1px dashed #94C11A;
	float: left;
	font-size:82%;
	width: 61%;
	padding-right:10px;
}

#content p{
	padding: 0 0 20px 0;
}

#content ul {
	padding: 0 0 20px 50px;
}

#content ol {
	padding: 0 0 20px 50px;
}

#content a {
	text-decoration:underline;
}

#content .headlineimage {
	padding: 0px 0px 10px 0px;
}

#content .floatRight {
	float:right;
	margin: 6px 0 10px 6px;
	width:auto;
}

#content .floatLeft {
	float:left;
	margin: 6px 10px 6px 0;
	width:auto;
}

/*******************************************************************************************/

/*******************************************************************************************/
/* The right column of the page containing permanent sitewide essential links and adverts  */
/*******************************************************************************************/ 
#rightColumn{
	float:right;
	width: 170px;
	padding: 0;
	margin: 0px 0px 0px 5px;
	font-size:82%;
}

#rightColumn h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:130%;
	margin-bottom:1em;
}

#rightColumn a {
	color:#000000;
}

#rightColumn li {
	list-style:none;
	margin-bottom:1em;
}

/*******************************************************************************************/

/*******************************************************************************************/
/* The footer navigation bar - positioned under the left/main/right columns                */
/*******************************************************************************************/ 

#footer {
	clear:both;
	background:url(/images/structure/footer-bg.gif) repeat-x 0 0;
	font-size:80%;
	height:82px;
	padding-top:20px;
}

#footer-inner {
	width:930px;
	margin:0 auto;
	text-align:center;
}

#footernav {
	list-style:none;
	height:42px;
	line-height:42px;
}

#footernav li {
	display:inline;
	background:url(/images/structure/footernav-sep.gif) no-repeat 0 80%;
	padding:0 0 0 6px;
}

#footernav li.last {
	background:none;
}

#footernav .adobeReader {
	background:url(/images/structure/adobe-acrobat-reader.gif) no-repeat 0 0;
	padding:2px 0 2px 22px;
}

#footernav a {
	color:#000;
	text-decoration:none;
}

#footernav a:hover {
	text-decoration:underline;
}

#copyright {
	line-height:39px;
	color:#fff;
	font-size:90%;
	margin:0;
}

/*******************************************/
/* Form layouts                            */
/*******************************************/ 
form legend {
	padding:0 5px;
	color:#ffffff;
}

form fieldset{
	padding:15px 10px 10px 10px;
	margin:10px 0;
}

form label{
	font-weight:normal;
	display:block;
	float:left;
	width:200px;
	text-align:right;
	margin-top:4px;
}

form textarea,
form input,
form select,
form checkbox,
form radio {
	width:auto;
	margin-left:10px;
}

form p.formfields{
	margin:0;
	padding:2px;
}

form #forminfo {
	float:right;
	width:200px;
	background-color:#FFFF99;
	padding:5px;
	margin-right:10px;
	font-size:80%;
}

/***********************************************************
* styles for the 'simple gallery' script
************************************************************/
#simplegallery{
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	border: 0px solid #000000;
	margin: auto;
}

#simplegallery img{
	margin:0px;
	padding:0px;
	border:none;
}

#simplegallery .gallerydesctext{ 
	text-align: left;
	padding: 2px 5px;
}

/*****************************************************************
* some general formatting styles                                 *
*****************************************************************/

.smallText {
	font-size:80%;
}

.centreText {
	text-align:center;
}

.leftText {
	text-align:left;
}

.rightText {
	text-align:right;
}

.justifyText {
	text-align:justify;
}

.boldText {
	font-weight:bold;
}

.linkSeparator{
	visibility:hidden;
	display:none;
}

.invisible {
	visibility:hidden;
	display:none;
}

.clearFloats {
	clear:both;
}

/********************/
/* super navigation */
/********************/
#superNavigationOuter {
	margin: 0 auto;
	height:31px;
	background-color:#333333;
	background-image:url(/images/structure/supernav-bg.jpg);
	background-repeat:repeat-x;
}

#superNavigationInner {
	color:#ffffff;
	width:930px;
	height:30px;
	margin: 0px auto;
}

#superNavigationInner p {
	margin:0px;
	line-height:30px;
}

#superNavigationInner a, 
#superNavigationInner a:visited, 
#superNavigationInner a:link, 
#superNavigationInner a:active {
	color:#ffffff;
}

