/***********************************************/
/* 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-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
	margin: 0px;
	padding: 0px;
}

/****** Anchors ******/
a{
	color: #ffffff;
	text-decoration: none;
}

a:link{
	color: #000000;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

p.acrobatDownloadLogo img{
	border:0px;
}

.pageHeading, .pageHeading a {
	font-size:130%;
}

/****** Headings ******/
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 150%;
}

h2{
	font-size: 110%;
}

h3{
	font-size: 105%;
}

h4{
	font-size: 100%;
}

h5{
	font-size: 100%;

}
h6{
	font-size: 100%;
}

#googlesignupform {
	border:none;

}

/****** 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 {
	max-width:930px;
	margin: 0px auto 0px auto;
	padding: 0 20px 20px 20px;
	background-color: #FFFFFF;
}
/*******************************************************************************************/ 

/*******************************************************************************************/
/* The main header section of the site containing accessibility links, clickable 'home'    */
/* logo and the search form                                                                */
/*******************************************************************************************/ 
#masthead{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0;
	width: 100%;
	height: 218px;
	background-repeat: no-repeat;
	/*background-color: #C2D81B;*/
	background-image:url(/gardens-for-life/images/structure/gfl-banner.jpg);
	background-position:bottom;
}

#masthead .clickableHomeLogo{
	/*float:right;*/
	border:0;
}

/**************** #accessibilityLinks styles ***********/
#masthead #accessibilityLinks {
	font-size:70%;
	color:#b8c176;
	/*float:left;*/
	margin-right: 3px;
	margin-top: 0px;
	display:none;
}

#masthead #accessibilityLinks a{
	margin-left:0px;
	color:#d3e92c;
}

#masthead a{
	color:#444444;
}

/*******************************************************************************************/

/*******************************************************************************************/
/* The main site navigation bar - positioned just underneath the masthead                  */
/*******************************************************************************************/ 
#globalNav{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	float:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#globalNav a {
	margin: 0 40px;
}
/*******************************************************************************************/

/*******************************************************************************************/
/* The section name header                                                                   */
/*******************************************************************************************/ 
#sectionName{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	margin-bottom: 5px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*******************************************************************************************/

/*******************************************************************************************/
/* The left column of the page containing subnavigation                                    */
/*******************************************************************************************/ 
#leftColumn{
	float: left;
	width: 156px;
	padding: 0;
	margin: 0 14px 0 0;
}

#leftColumn a {
	color:#000000;
}

/* 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{
	font-weight:bold;
	margin: 0px auto;
	padding: 0 0 20px 0;
	width:156px;
	font-size: 80%;
}

#leftColumn #subNavigation ul{
	/*background-color:#f7c639;*/
	/*background-color:#eaea86;*/
}

/*#leftColumn #subNavigation p.menuheader{*/
p.menuheader{
	font-size:110%;
	padding: 5px 0px 2px 10px;
	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{
	float: left;
	font-size:82%;
	width: 80%;
}

#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;
}

#content .floatLeft {
	float:left;
	margin: 6px 10px 6px 0;
}

/*******************************************************************************************/

/*******************************************************************************************/
/* The right column of the page containing permanent sitewide essential links and adverts  */
/*******************************************************************************************/ 
#rightColumn{
	float:right;
/*	width: 15%;*/
	width: 200px;
	padding: 0;
	margin: 0px 0px 0px 10px;
	font-size:82%;
}
#rightColumn a {
	color:#000000;
}
/* general paragraph style for rightColumn */
#rightColumn p{
	/*padding: 5px 0;*/
}

/* link styles for #rightColumn menus that are built from unordered lists */
#rightColumn ul a:link, #rightColumn ul a:visited {
	display: block;
}

#rightColumn ul {
	list-style: none; margin: 0; padding: 0;
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#rightColumn li {
	border-bottom: 1px solid #EEE; 
}

/* fix for browsers that don't need the hack */
html>body #rightColumn li {
	border-bottom: none;
}

/*******************************************************************************************/

/*******************************************************************************************/
/* The footer navigation bar - positioned under the left/main/right columns                */
/*******************************************************************************************/ 
#footer {
	width:910px;
	/*	float:right;*/
	font-weight:normal;
	margin-top: 20px;
	padding: 10px;
	font-size:82%;
	background-color: #6C790F;

}

#footer a {
	color:#ffffff;
}

#footerTopSection {
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align:center;
}
#footerNavigation{
	margin-bottom:0px;
	padding-right: 0px;
}

#footerNavigation a{
	margin: 0px 75px 0px 75px;
}
/*******************************************************************************************/
#footerPhoneNumber {
	font-weight:bold;
	float:left;
	font-size:150%;
}

/*******************************************************************************************/
/* The site links navigation area contains other links available on every page but deemed   */
/* of less importance than other navigation - positioned at the bottom of the page         */
/*******************************************************************************************/ 
#siteLinks{
	margin-top:5px;
}

#siteLinks a{
	margin: 0px 0px 0px 0px;
}

.siteLinksColumn {
	width:200px;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.siteLinksColumn img{
	vertical-align:middle;
	margin-bottom:0px;
	margin-top:0px;
	padding-right:5px;
}

.siteLinksTitle {
	font-weight:bold;
	color:#ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
/*******************************************************************************************/

/*******************************************************************************************/
/* A navigation bar containing links to social networking sites                            */
/*******************************************************************************************/ 
#socialNetworkSites{

color: #fffffe; /* nearly white on white bg to hide link separators */
	padding: 2px;
	margin-top:0px;
}

#socialNetworkSites .menutitle{
	color:#000000;
}

#socialNetworkSites a{
	margin: 0px 0px 0px 0px;
}
#socialNetworkSites div{
	display:inline;
	margin-right:10px;
}

#socialNetworkSites img{
	border:0;
	vertical-align:middle;
	margin-bottom:0px;
	margin-top:0px;
}
/*******************************************************************************************/

/*******************************************************************************************/
/* A footer element containing the copyright notice                                        */
/*******************************************************************************************/ 
#copyright {
	font-size:75%;
	text-align:right;
	margin-top: 0px;
	padding-top:5px;
	border-top-style: solid;
	border-top-width: 1px;
}

/*******************************************************************************************/

/********************************************
* wc3 accessibility logos
*********************************************/
#accessibilityLogos {
	text-align:right;
}

.clearfloat {
	clear:both;
	height:0px;
	line-height: 0px;
}
	
.forcenewline {
	clear:both;
}

/*******************************************/
/* Form layouts                            */
/*******************************************/ 
form legend {
	padding:0 5px;
	color:#ffffff;
}

form fieldset{
/*	background-color:#ececec; */
	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;
	/*margin: 5px 0 0 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;
}

