/*General Reset and Webpage Settings*/	
	* {padding: 0px; margin: 0px;}

	html{
	text-align: center;
	height: 100%;
	color: #000000;
	background: #FFFFFF url(images/back.jpg) repeat-x center top;
	}
	
	body{
	height: 100%;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: center;
	background: url(images/shadow.gif) no-repeat center top;
	margin: 10px auto 0px;
	padding: 0px;
	}
		
	li li, li p, p, blockquote p {
	font-size:1em;
}
	
	h1, h2, h3, h4, h5, h6, p, blockquote,
	form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
	}

	h1 {
	font-size: 2.5em;
	font-weight: bold;
	}
	h2 {
	font-size: 1.2em;
	font-weight: bold;
	}

	p {
	font-size: 1.1em;
	}

/*End General Reset and Webpage Settings*/

		#container {
	width: 769px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background: #FFFFFF;
	color: #333333;
	}
		
		#header {
	height: 137px;
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;}
		#header h1 {
	height: 137px;
	width: 326px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	float: left;
	position: absolute;

		}	

	#header h1 a { /* mimicks image map */
	width: 261px;
	line-height: 104px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	margin-top: 17px;
	}	
	
#image_fade {
	height: 137px;
	width: auto;
	margin: 0px;
	padding: 0px;
	float: right;
	z-index: 0;
	position: absolute;
	right: 0px;
}
#banner {
	height: 135px;
	width: 389px;
	position: absolute;
	z-index: 1;
	right: 0px;
	background-image: url(images/banner-ad.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 1px 0px 0px;
	padding: 0px;

}

	#banner p {
	height: 137px;
	width: 418px;
	float: right;
	font-size: 1px;
	z-index: 1;
	margin: -1px 0px 0px;
	}
	#banner p a { /* mimicks image map */
	width: 418px;
	line-height: 137px;
	display: block;
	text-indent: -9000px;
		z-index: 1;
	}			
	
	#bar {
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	height: 22px;
	margin: 0px;
	padding: 0px;
		}
		#bar p{
	padding: 1px 0px 0px;
	margin: 0px 10px 0px 0px;
	text-align: right;
	line-height: 16px;
	color: #333333;
	background: #DAF2B0;
		}
		
		#wrapper {
	width: 770px;
	height: 100%;
	margin: 10px auto 0px;
	clear: both;
	padding: 0px 0px 20px;
	position: relative;
}


#text {
	width: 590px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
	float: left;
			}
#text img{
	text-align: center;
	display: block;
	border: 1px solid #92AC51;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
}

#text ul {
	list-style-type: disc;
	margin-left: 50px;
}
#text ol {
	list-style-type: decimal;
	margin-left: 55px;
}

#text h2 {
	color: #EE2424;;
	margin: 0px 0px 0px 8px;
		background: #FFFFFF;
	
}
#text h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #EE2424;;
	margin: 0px 0px 0px 8px;
	padding: 0px;
		background: #FFFFFF;
}


			#text h1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 40px;
	line-height: 25px;
	color: #EE2424;
	font-weight: normal;
	margin-bottom: 10px;
		background: #FFFFFF;
			}
			#text p {
	color: #333333;
	margin-left: 10px;
	padding: 0px;
	background: #FFFFFF;
			}
		
#text a:link, #text a:visited {
	color: #92AC51;
	text-decoration: underline;
	background-color: #FFFFFF;
}

#text a:hover {
	color: #92AC51;
	text-decoration: underline;
	background-color: #FFFFFF;
}
		#footer {
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	font-size: 0.9em;
	width: 750px;
	margin: 10px auto 0px;
	padding: 0px;
	}
	
.valid {
	text-align: left;
	display: block;
	width: 150px;
	float: left;
	margin-left: 10px;
}
.created {
	text-align: right;
	display: block;
	width: 200px;
	float: right;
	margin: 0px 5px 0px 0px;
}




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

		
		
/*Australian Garden Industry Award Settings*/	
#agia {
	background: url(images/menu_r5_c.gif) no-repeat bottom;
	width: 150px;
	height: 170px;
	padding: 0px;
	margin: 0px 0px 0px;
	clear: both;
}
#native p a{
	display: block;
	text-indent: -10000px;
	width: 156px;
	margin: 0px;
	padding: 0px;
	line-height: 55px;

}

#agia p {
	display: none;
}
#native p{
	background: url(images/birds.gif) no-repeat top;
	height: 55px;
	width: 156px;
}
#native {
	height: 55px;
	width: 156px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}
/*End Australian Garden Industry Award Settings*/





img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






/*Menu Settings*/		

#menu li a:link {
	color: #333333;
	background: #DEF4B8 url(none);
}
#menu li a:visited {
	color: #333333;
		background: #DFF4BB url(none);
}
#menu li a:hover {
	color: #666666;
		background: #DFF4BB url(none);
}

#menu {
	width: 150px;
	background: url(images/menu_r3_c1.gif) repeat-y;
	margin: 0px 0px 0px 7px;
	padding: 0px;
	text-align: left;
	float: left;
	}		
#menu h1 {
	height: 22px;
	width: 150px;
	margin: 0px;
	padding: 3px 0px 0px;
	color: #92AC51;
	text-align: center;
	background: #DFF4BB url(images/menu_r1_c1.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#menu li ul {
	font-size: 11px;
	display: block;
	margin-left: 22px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#menu li ul li {
	width: 100px;
}

#menu ul {
	margin: 0px 0px 10px 2px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu li {
	font-size: 11px;
	line-height: 25px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	display: block;
	list-style-type: none;
	color: #000000;
	background: #DFF4BB;
	width: 140px;
}

.right {
	text-align: right;
	display: block;
	float: right;
}
.centre {
	text-align: center;
}



form br {
	clear:left;
}
dl {
	width: 170px;
	float: left;
	margin: 5px;
	border: 1px solid #DFF4BB;
	padding: 5px;
	height: 62px;
}
dt {
	color: #C1D09B;
	font-size: 1.2em;
	font-weight: bold;
	background: #FFFFFF;
}
dd {
	margin-left: 10px;
}

.hide{
	display: none;
}

input.submit-btn
	{
	width: 77px;
	height: 20px;
	background: url(images/btn-submit.jpg) no-repeat;
	outline: none;
	}
	
input.submit-btn:hover
	{
	background: url(images/btn-submit.jpg) no-repeat 0 -21px;
	}
	
	#contact-card {
	width: 250px;
	float: left;
	margin-left: 15px;
	margin-right: 5px;
}
#contact-card h1 {
	border-style: none;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#contact-card img {
	border-style: none;
}

.accessibility {
	position: absolute;
	top: -9999px;
	font-size: 1px;
}
