html, body {
	background: #343;
  font-family: Verdana, arial, helvetica, sans-serif;
}

#sidebar {
  position: fixed;
 	right: 0;
	top: 200px;
}

* html #sidebar { 
	position: absolute;
}

#custom-doc { 
	width:900px;
	min-width:900px; 
	margin:auto; 
	text-align:left; 
	}

#header {
	position: relative;
	background: #79B51C url(../images/header.png);
	height: 176px;
}

#flower {
	position: absolute;
	right: -80px;
	top: 0px;
}

#search {
	position: absolute;
	top: 20px;
	right: 205px;
}

#menu {
	min-height: 35px;
	background: url(../images/menu_bg.png) top left repeat-x #4F8821;
}

* html body #menu {
	height: 35px;
}

#menu ul {
	width: 700px;
	padding: 0.8em 1em;
}

#menu li {
	float: left;
	padding: 0 1em 0 0;
}

#menu li a {
	color: #cdddbf;
	font-weight: bold;
}

#menu li a:hover {
	color: #fff;
	text-decoration: none;
}

#menu li a.active {
	color: #fff;
}

#bd {
	background: #f7fbf1;
	padding: 2em 1.5em;
	z-index: 10;
}

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

#ft {
	background: url(../images/menu_bg.png) top left repeat-x #4F8821;
	padding: 1em;
	text-align: center;
	color: #cdddbf;
	font-size: 85%;
}

#ft a {
	color: #cdddbf;
}

.right_box {
	background: url(../images/right_gradient.png) top left no-repeat;
	padding: 1em;
	margin: 0 0 1em 0;
	z-index: 10;
}

* html body #bd .right_box {
	background: url(../images/right_gradient.gif) top left no-repeat;
}

.right_box li {
	background: url(../images/icons/tick.png) bottom 0px no-repeat;
	padding: 0.4em 0 0 20px;
}

h1 {
	font-size: 197%;
	line-height: 1.5em;
	color: #A24738;
	margin: 0 0 1em 0;
	background: url(../images/h1_bg.jpg) bottom left no-repeat;
	border-bottom: 1px solid #A24738;
	text-align: right;
	clear: left;
}

h1.white_title {
	color: #fff;
	text-align: left;
	background: none;
	border: 0;
}

h2 {
	font-size: 153.9%;
	color: #336a25;
	margin: 0 0 1em 0;
	clear: left;
}

h3 {
	font-size: 14px;
	color: #336a25;
	margin: 0 0;
	text-transform: uppercase;
	clear: left;
	font-weight:bold;
}

#content h3 {
	margin: 1em 0;
	border-bottom: 1px dotted #336a25;
	background: #E5F0E2;
	padding: 0.4em;
}

h4 {
	font-size: 100%;
	color: #555;
	margin: 0.8em 0;
	clear: left;
	font-weight:bold;
}

p {
	margin: 0.5em 0 1em 0;
	line-height: 1.4em;
}

img {
	vertical-align: middle;
}

.read_on {
	font-size: 77%;
	float: right;
}

small {
	font-size: 77%;
	color: #888;
}

#yui-main a {
	color: #A24738;
	font-weight: bold;
}

#content {
	padding: 0 2.5em 0 1.5em;
}

#content a {
	font-weight: normal;
}

#content p img {
	float: left;
	margin: 0.3em 1em 0.7em 0;
/*	border: 1px solid #336a25;*/
	padding: 0px;
	background: #fff;
}

* html body #content p img {
	border: 0;
}

#content p {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.link {
	width: 1%;
}

.pad {
	width: 80%;
}

hr {
	clear: left;
	margin: 2em 0;
}

#help {
	padding: 1em;
	background: #eee;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#content blockquote,#content ul,#content ol,#content dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
#content ol,#content ul,#content dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#content ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
#content ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
#content dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}

#content p,#content fieldset,#content table,#content pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

#photochooser img {
	margin: 0;
	padding: 0 0.1em 0.5em 0;
}

#icons img.simple_icon {
	border: 0px;
	float: none;
}

p.centered {
	text-align: center;
}

#subtext {
	background: #E1EECD;
	border: 1px solid #B7C3A2;
	padding: 0.6em;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	margin-bottom: 1em;
}

#subtext h3 {
	border: none;
	font-size: 93%;
	padding:0;
	margin:0;
	padding-bottom: 0.6em;
	background: none;
	
}

#subtext ul {
	list-style: none outside;
	padding: 0;
	margin: 0;
	width: 100%;	
}

#subtext ul li {
	list-style: none outside;
	float: left;
	padding: 0em 1em 0em 0;
}

#subtext a {
	font-size: 93%;
}