/* default site styles for all browsers */
html, body {
	margin: 0 auto;
	padding: 0;
	height: 100.1%;
}
body  {
	background-color: #93B053;
	background-image: url(http://s298609659.onlinehome.us/images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;

}
form {
	padding: 0;
	margin: 0;
}

/* text and heading styles */
p, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 160%;
	color: #064D7B;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;	
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 100%;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #064D7B;
	text-transform: uppercase;
}
h3 {
	font-size: 100%;
	line-height: 130%;
	margin-top: 10px;
	color: #064D7B;
}
h4 {
	font-size: 90%;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #064D7B;
	text-transform: uppercase;
	font-weight: bold;
}
input, textarea {
	font-size: 80%;
	line-height: 100%;
	padding: 3px;
	margin: 2px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	color: #444444;
	background-color: white;
	border: 2px solid #999999;
	width: 147px;
}

/* link styles */
a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}

/* main content container styles */
.content {
	width: 960px;
	height: auto;
	background-color: transparent;;
	border: none;
	margin: 0 auto 20px auto;
	padding: 0;	
	position: relative;
}

/* single wide inner column */
.content .inner_wide {
	width: 960px;
	height: auto;
	padding: 0;
	margin: 0 auto 0 auto;
	position: relative;	
	text-align: left;
	z-index: 1;
}
.content .inner_narrower {
	width: 805px;
	min-height:500px;
	height:auto !important; /* ie min-height fix */
	height:500px;			/* ie min-height fix */
	padding: 0 10px 10px 10px;
	margin: 0 0 0 100px;
	text-align: left;
	position: relative;	
}
.content .inner_single {
	width: 740px;
	min-height:500px;
	height:auto !important; /* ie min-height fix */
	height:500px;			/* ie min-height fix */
	padding: 0 10px 10px 10px;
	margin: 0 0 0 100px;
	text-align: left;
	position: relative;	
}
.content .inner_left {
	float: left;
	width: 380px;
	min-height:500px;
	height:auto !important; /* ie min-height fix */
	height:500px;			/* ie min-height fix */
	padding: 10px;
	margin: 0;
	text-align: left;
	position: relative;	
}
.content .inner_right {
	float: right;
	width: 530px;
	min-height:500px;
	height:auto !important; /* ie min-height fix */
	height:500px;			/* ie min-height fix */
	padding: 10px;
	margin: 0 0 0 0;
	position: relative;
	text-align: left;	
}
.content .inner_narrower .inner_left {
	width: 250px !important;
}
.content .inner_narrower .inner_right {
	width: 510px !important;
}
.content p {
	margin-top: 5px;
	padding-top: 0;
}

/* header styles */
#header {
	width: 940px;
	height: 100px;
	border: none;
	background-color: transparent;
	padding: 10px 10px 0 10px;
	margin: 0;
	text-align: center;
}
#header h3 { /* logo */
	background-color: transparent;
	margin: -15px auto 20px auto;
	padding: 5px 0 0 0;
	width: 224px;
	height: 51px;
	border: none;
}
#header ul {
	list-style-type:none; 
	padding: 0;
	margin: 5px auto 0 auto;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-transform: uppercase;
	width: 945px;
	text-align: center;
	overflow: hidden;
}
#header li {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#header li a {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;	
	padding: 0 10px 0 10px;
	height: 11px;	
	text-align: center;
}

/* display default navbar images */
#header li #homelink {
	background-image: url(http://s298609659.onlinehome.us/images/nav_home1.gif);
	width: 49px;
}
#header li #gardenlink {
	background-image: url(http://s298609659.onlinehome.us/images/nav_garden1.gif);
	width: 152px;
}
#header li #knowledgelink {
	background-image: url(http://s298609659.onlinehome.us/images/nav_knowledge1.gif);
	width: 202px;
}
#header li #aboutlink {
	background-image: url(http://s298609659.onlinehome.us/images/nav_about1.gif);
	width: 181px;
}
#header li #tellfriendslink {
	background-image: url(http://s298609659.onlinehome.us/images/nav_friends1.gif);
	width: 156px;
}
#header li #donatelink {
	background-image: url(http://s298609659.onlinehome.us/images/nav_give1.gif);
	width: 85px;
}
/* highlight current page in navbar */
#home #header li #homelink { background-image: url(http://s298609659.onlinehome.us/images/nav_home2.gif); }
#garden #header li #gardenlink { background-image: url(http://s298609659.onlinehome.us/images/nav_garden2.gif); }
#knowledge #header li #knowledgelink { background-image: url(http://s298609659.onlinehome.us/images/nav_knowledge2.gif); }
#about #header li #aboutlink { background-image: url(http://s298609659.onlinehome.us/images/nav_about2.gif); }
#tellfriends #header li #tellfriendslink { background-image: url(http://s298609659.onlinehome.us/images/nav_friends2.gif); }
#donate #header li #donatelink { background-image: url(http://s298609659.onlinehome.us/images/nav_give2.gif); }


/* footer styles */
.footer {
	width: 100%;
	height: 80px;
	border: none;
	padding: 0;
	margin: 0;
	border: none;
	position: relative;
	text-align: center;
	bottom: 0;
	left: 0;
}
.footer .banner {
	margin: 0 auto;
	width: 100%;
	height: 42px;
	padding: 0;
	background-image: url(http://s298609659.onlinehome.us/images/brown_banner_background.png);
	background-position: top center;
	background-repeat: repeat-x;
	border: none;
}
.footer .banner img {
	margin: 11px 0 0 0;
	padding: 0;
	border: none;
}
.footer .text {
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 0;
	margin: 5px 0 10px 0;
}
.footer .text a {
	color: #444444;
	text-decoration: none;
}
.footer .text a:hover {
	text-decoration: underline;
}

/* clear line */
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin:0;
	overflow: hidden;
}

/* home page styles */
.homeflower {
	position: absolute;
	top: 30px;
	left: 0;
}
#home .button {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	border: none;
}
#home .buttonleft {
	margin-top: 13px;
}

/* donate button */
.content .donate_button {
	width: 500px;
	float: right;
	background-color: transparent;
	color: white;
	clear: right;
	margin: 0 0 10px 0;
	padding: 5px;	
}

/* tell friends form styles */
.tellfriendsform .formfields {
	background-color: transparent;
	padding: 4px 10px 10px 10px;
}
.tellfriendsform .formfields .tellfriends_row {
	padding: 5px 0 5px 0;
}
.tellfriendsform #submitbutton {
	width: 99px;
	height: 41px;
	border: none;
	margin-left: 378px;
	padding: 0;
}
.tellfriends_errorbox {
	border: none; /* 1px solid #CC0000; */
	padding: 5px;
	margin: 10px 0 0 7px;
	width: 466px;
}
.tellfriends_errorbox p {
	color: #CC0000 !important;
	font-size: 80%;
	line-height: 80%;
}

/* leave a message form styles */
.messageform .formfields {
	background-color: transparent;
	padding: 0 10px 10px 0;
}
.messageform .formfields .message_row {
	padding: 5px;
}
.messageform #submitbutton {
	width: 99px;
	height: 41px;
	border: none;
	padding: 0;
	margin: 10px 0 0 378px;
}
.message_errorbox {
	border: 1px solid #CC0000;
	padding: 5px;
	margin: 10px 0 10px 0;
}
.message_errorbox p {
	color: #CC0000 !important;
	font-size: 80%;
	line-height: 80%;
}
.messageform textarea {
	width: 470px;
	height: 70px;
	margin-top: 10px;
}
.message_errorbox {
	border: none; /* 1px solid #CC0000; */
	padding: 5px;
	margin: 10px 0 0 0;
	width: 600px;
}

/* garden page styles */
#garden .inner_single {
	min-height:220px;
	height:auto !important; /* ie min-height fix */
	height:220px;			/* ie min-height fix */
}
#garden .inner_single p.left {
	width: 470px;
	height: auto;
	float: left;	
}
#garden .inner_single p .right { /* the page */
	width: 242px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}
#garden .button {
	margin-top: -15px;
}
#flower_popup {
	width: 217px;
	height: 141px;
	position: absolute;
	background-image: url(http://s298609659.onlinehome.us/images/popup.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 4px 15px 10px 15px;
	margin: 0;
	top: 0;
	left: 0;
	display: none;
	text-align: left;
	color: #000044;
	postion: relative;
	z-index: 250;
}
#flower_popup h1 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}
#flower_popup h1 .small {
	font-size: 10px;
	line-height: 14px;
}
#flower_popup p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 6px;
}
.gardenfooter {
	margin-top: -50px;
	position: relative;
	z-index: 100;
}
.gardenfooter p.text, .gardenfooter p.text a, .gardenfooter p.text a:hover {
	color: #EEEEEE !important;
}
/* garden area styles */
#thegarden_wrapper {
	width: 100%;
	height: auto;
	margin: -95px auto 0 auto;
	padding: 100px 0 100px 0;	
	text-align: center;
	background-color: transparent !important;
	position: relative;
}
#thegarden { 
	width: 810px;
	min-height:210px;
	height:auto !important; /* ie min-height fix */
	height:210px;			/* ie min-height fix */
	margin: 46px auto 0 auto;
	* margin-top: 150px;
	background-color: transparent !important;
	padding: 5px 5px 0 5px;
	position: relative;	
}
#thegarden img {
	float: left;
	padding: 0px;
	margin: 0px;
	position: absolute;
	border: none;
}
/* hide donation system breadcrumbs */
#idd_breadcrumbs {
	display: none;
}