@charset "utf-8";
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif; 
/*	font: 100% Georgia, "Times New Roman", Times, serif; */
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4f3724;
}

h1,h2,h3 {
	text-align: center;
}

#container {
	width: 47em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container h4 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container h1 {
	font-size: larger;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #FFF; /* #a4d4b0; */
}

#container h1 a {
	display: block;
	color: #87a538; /*408652*/
	text-decoration: none;
	font-size: larger;
}

#header { 
	background: #DDD; 
	text-align: center;
	padding: 0px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#searchbar {
	width: 20%;
	height: auto;
	background: #fff;
	float: left;
	position:relative;
	
}

#menu {
	width: 100%;
	background: #b1d36c; /*ddd;*/
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 8em;
	border-right: 2px;
	border-right-color: #4f3724;
	border-right-style: ridge;
*/	
}

#menu h3 {
	display: block;
	margin: 0px;
	padding: 0px
	background: #b1d36c; /*ddd;*/
	border: 0px;
	margin-left: 10px;
	text-align: center;

}

#menu a {
	display: block;
	color: #4f3724;
	background: #b1d36c; /*ddd;*/
	text-decoration: none;
	padding: 5px;
	margin: 0px;
	padding: 2px 3px;

}

#menu a:hover {
	color: #a00;
	background: #b1d36c; /*ddd;*/
}

#menu li {
	display: block;
	position: relative;

}

#menu ul ul {
	position: absolute;
	z-index: 500;
	border-right-style:none;
}

div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}

#menu form {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
}

#mainlogo { 
	text-align: center;
	border: hidden;
	margin: 0px 100px 0px 100px;

} 

#mainlogo table{ 
	align: center;
	width: 100%;
	border: 2px solid #b1d36c; /*a4d4b0*/
	margin: 0px;

} 

#mainlogo td { 
	color: #87a538; /*408652*/;
} 

#mainlogo em { 
	font-style: italic;
	font-weight: bold;
} 

#listings { 
	text-align: center;
	border: 2px solid #b1d36c; /*a4d4b0*/
	margin: 0px 100px 0px 100px;
	padding-bottom: 10px;
} 
#listings table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
}
#listings td {
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}
#gardentip { 
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b1d36c; /*a4d4b0*/
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
} 
#recaptcha {
	text-align: center;
}

#information {
	border: 2px solid #b1d36c; /*a4d4b0*/
	margin: 0px 75px 0px 75px;
} 

#information h3 {
	padding-left: 10px;
	text-align: left;
	font-size: medium;
}

#information p {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-size: medium;
}

#information a p{
	text-align:center;
}

#activate {
	border: 2px solid #b1d36c; /*a4d4b0*/
	margin: 0px 25px 0px 25px;;

}

#activate p {
	margin: 10px;
	text-align:center;
}

#activate em {
	font-size: 1.1em;
	font-weight: bold;
}

.notactivated {
	background-color:#FF9900;
}

.activated {
	background-color:#66FF66;
}

#posting {
	border: 2px solid #b1d36c; /*a4d4b0*/
	margin: 0px 75px 0px 75px;
} 
#posting table {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#posting td {
	padding: 10px;
}
#posting p {
	padding: 10px;
}
#posting em {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
#posting legend {
	border: 2px solid #b1d36c; /*a4d4b0*/
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	font-size: 1.25em;
} 

#button {
	text-align: center;
}

#photosidebar {
	margin:	5px 10px 5px 5px;
	align: 	right;
	width:	220px;
	float:	right;
}

#innerposting {
	margin:	30px 10px 10px 10px;
	clear:	right;
}

#innerposting form {
	text-align: center;
}

#post {
	border: 2px solid #b1d36c; /*a4d4b0*/
	margin: 0px 25px 0px 25px;
} 

#post legend {
	border: 2px solid #b1d36c; /*a4d4b0*/
	margin: 0px 10px 0px 10px;
	padding: 5px 5px 5px 5px;
	font-size: 1.25em;
} 

#googlesky {
	float: right;
}

#index {
	margin: 0px 15px 0px 15px;
} 

#index h4 {
	background-color: #b1d36c; /*a4d4b0*/
	border-bottom-color: #9fa75a; /*428C55*/
	border-bottom-width: medium;
	border-bottom-style:solid;

} 

#index table {
	border-collapse: collapse;
}

#index .center {
	text-align: center;
}

#index .cellcolor1 {
	background-color: #b1d36c; /*a4d4b0*/
	text-align: center;

}

#index .cellcolor2 {
	background-color: #9fa75a; /*428C55*/;
	color: #FFFFFF;
}

#index em {
	color: #FF6600;
	font-style: italic;
	font-weight: bold;
}

.iframeheight {
	height:270px;
}

#uploadingphotobar {
   text-align:center;
}

.loaderHide {
	display: none;
}

.loaderShow {
	display: inline;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
	font-size: 0.8em;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

<!--[if IE]>
behavior: url(csshover.htc);
#menu ul li {float: left; width: 100%;}
<![endif]--> 

<!--[if lt IE 7]>
body {
font-size: 100%;
margin: 0px 40px;
}
 
#menu ul li a {height: 1%;} 
<![endif]--> 