html {
	margin: 0;
}
body {
	text-align: center;
	margin: 25px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: 500;
	color: #3c3c3c;
}
/* Structure
-------------------------------------------- */
#frame {
	width: 960px;
	margin: 0 auto 20px;
	text-align: left;
	position: relative;
}
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	height: 228px;
	display: block;
}
.topmenu {
	position: absolute;
	top: 164px;
	width: 960px;
	height: 40px;
	margin: 0;
}
.submenu {
	position: absolute;
	top: 204px;
	width: 960px;
	height: 24px;
	margin: 0;
	background: #edf3e6;
}
#pagecontent {
	position: relative;
	width: 960px;
	display: block;
	margin-bottom: 20px;
}
/* Header elements
-------------------------------------------- */
#header #logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 231px;
	height: 82px;
	background: url("../images/logo.gif") no-repeat;
}
#header #comporcomp a {
	position: absolute;
	top: 0;
	left: 729px;
	width: 231px;
	height: 83px;
	background: url("../images/speech-bubble.gif") no-repeat;
}
#header #loginstatus {
	position: absolute;
	top: 100px;
	left: 700px;
	width: 235px;
	text-align:right;
}
#header a span {
	display: none;
}
#header h1.pagetitleimage {
	/*font-family: bookman;
	font-weight: bold;
	font-size: 40pt;
	color: #a3c380; - This will always be an image */
	position: absolute;
	top: 123px;
	left: 0;
	width: 590px;
	height: 41px;
	display: block;
	background: url("../images/title-aboutcountrygardens.gif") no-repeat;
	margin: 0; 
}
h1 span {
	display: none;
}
#header #sitesearch {
	position: absolute;
	left: 729px;
	top: 123px;
	width: 231px;
	height: 27px; 
	text-align: right;
	padding-top: 14px;
}
.sitesearch {
	width: 180px;
	height: 16px;
	border: 1px solid #ccc;
	color: #015232;
	font-family: georgia;
}
#header #sitesearch span a {
	background: #015232;
	color: #fff;
	width: auto;
	padding: 2px 4px;
	position: relative;
	top: -2px;
	font-size: 100%;
}
/* Navigation
-------------------------------------------- */
.topmenu ul {
	margin: 8px 10px;
	padding: 0;
}
.submenu ul {
	margin: 0 10px;
	padding: 0;
}
.topmenu ul li,
.submenu ul li {
	display: inline; 
	float: left;
	margin-right: 10px;
}
.topmenu ul li a,
.submenu ul li a {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 120%;
	text-decoration: none;
	line-height: 24px;
	color: #3c3c3c;
}
.topmenu ul li a {
	line-height: 40px;
}
.topmenu ul li a:hover,
.submenu ul li a:hover,
.topmenu ul li.on a,
.submenu ul li.on a {
	color: #eb208d;
}
/* 2 main, equal width columns
-------------------------------------------- */
#leftcol {
	position: relative;
	width: 472px;
	float: left;
	display: inline;
}
#rightcol {
	position: relative;
	width: 474px;
	float: right;
	display: inline;
}

.leftcol {
	position: relative;
	width: 472px;
	float: left;
	display: inline;
}
.rightcol {
	position: relative;
	width: 474px;
	float: right;
	display: inline;
}

#wideleftcol {
	position: relative;
	width: 717px;
	float: left;
	display: inline;
}

.wideleftcol {
	position: relative;
	width: 717px;
	float: left;
	display: inline;
}
/* individual column styles
-------------------------------------------- */
.col1 {
	position: relative;
	width: 231px;
	float: left;
	display: inline;
}
.col2 {
	position: relative;
	width: 231px;
	float: right;
	display: inline;
}
.col3 {
	position: relative;
	width: 231px;
	float: left;
	display: inline;
	margin-right: 12px;
}
.wrapper {
	width: 978px;
}
/* Images
-------------------------------------------- */
img {
	border: 0;
}
.mainimg {
	width: 472px;
	height: 282px;
	margin-bottom: 10px;
}
.colimg {
	width: 231px;
	height: 150px;
	margin-bottom: 8px;
}
.wideimg {
	width: 717px;
	height: 282;
	margin-bottom: 8px;
}
/* Text Formatting
-------------------------------------------- */
.textarea {
	width: 100%;
	/*min-height: 300px;
	height: auto !important;
	height: 300px;*/
	display: block;
	padding-bottom: 20px;
	background: #edf3e6;
	overflow: hidden;
}
.textarealogin {
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	display: block;
	padding-bottom: 10px;
	background: #edf3e6;
}
h2 {
	height: 24px;
	font-family: arial;
	font-weight: bold;
	font-size: 100%;
	line-height: 24px;
	padding-left: 10px;
	margin: 8px 0;
	background: #a3c380;
	color: #fff;
	text-transform: uppercase;
}
h3 {
	font-weight: bold;
	font-size: 200%;
	margin: 2px 10px;
	color: #a3c380;
}
h4 {
	font-weight: bold;
	font-size: 150%;
	margin: 2px 10px;
	color: #a3c380;
}
h5 {
	font-weight: normal;
	font-size: 120%;
	margin: 2px 10px;
	color: #eb208d;
}
h2.h960{
	width: 950px;
}
h2.h716 {
	width: 707px;
}
h2.h473 {
	width: 462px;
}
h2.h231 {
	width: 221px;
}
a {
	text-decoration: none;
	color: #eb208d;
}
p {
	margin: 10px;
	line-height: 1.2em;
	font-size: 100%;
}
#wideleftcol p,
.wideleftcol p,
#wideleftcol h4,
.wideleftcol h4 {
	margin-right: 120px;
}	
#leftcol p {
	margin-right: 35px;
}
.std-btn {
	padding: 2px 5px;
	background: #eb208d;
	color: #fff;
	border: 0;
}
/* Quick links
-------------------------------------------- */
.quicklink {
	width: 231px;
	height: 80px;
	display: block;
	margin-bottom: 6px;
	position: relative;
	padding-top: 10px
}
.ql {
	width: 115px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
}
.quicklink a {
	color: #fff;
	margin: 0 30px 0 130px;
	display: block;
	font-size: 105%;
}
.one {
	background: #a3c380;
	color: #fff;
}
.two {
	background: #abb202;
	color: #fff;
}
.three {
	background: #7a264e;
}
.four {
	background: #9c9282;
}
.five {
	background: #9fa585;
}
#leftcol ul,
#rightcol ul {
	margin: 10px;
	padding: 10px;
}
#leftcol ul li,
#rightcol ul li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px dotted #000;
}
#leftcol ul li a,
#rightcol ul li a {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
#leftcol ul li.on a ,
#leftcol ul li a:hover,
#rightcol ul li.on a,
#rightcol ul li a:hover {
	color: #eb208d;
}

#loginstatus1 a
{
	color: #eb208d;
}
/*
.leftcol ul,
.rightcol ul {
	margin: 10px;
	padding: 10px;
}
.leftcol ul li,
.rightcol ul li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	border-bottom: 1px dotted #000;
}
.leftcol ul li a,
.rightcol ul li a {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}
.leftcol ul li.on a ,
.leftcol ul li a:hover,
.rightcol ul li.on a,
.rightcol ul li a:hover {
	color: #eb208d;
}*/




/* Complaints form
-------------------------------------------- */

#form
{
	position: relative;
	left: 10px;
}

.FormField
{
	position: absolute;
	left: 235px;	
	width: 215px;
	border: 1px solid #ccc;
}

.FormField1
{
	position: absolute;
	left: 235px;	
	width: 50px;
	border: 1px solid #ccc;
}
.ddlist,
.ddday,
.ddyear {
	width: 55px;
}
.ddmonth {
	width: 100px;
}
.FormField2 {
	position: absolute;
	left: 295px;	
}
.FormField3
{
	position: absolute;
	left: 400px;	
}

.FormField4
{
	position: relative;
	left: 5px;	
}

.validationapplication {
	display: none;
}

.fieldheading
{
	position: relative;
	left: 10px;
	padding: 0 20px 0 0px;	
}



.fieldheading2
{
	position: relative;
	left: 5px;	
}
