/* main CSS Document */
/* general styling first*/
/* reset based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded*/

html, body{
margin: 0;
padding: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
border-left:0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: #f2edc5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset styles */
/* clearing technique */

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

/* mac hide */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/
 
p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}

a img,img{border:none;display:block;}

a{
text-decoration:none;
color:#252e1c;
}
 
h1,h2,h3,h4,h5,h6{
font-weight:bold;
}
 
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	background-image:url(images/Untitled-3.jpg);
	background-repeat: repeat-y;
	background-position:center;
	font-size: 13px;
	text-align:center; /* for ie5.+*/
}

#wrapper {
	max-width: 960px;
	margin: auto;
}
#header {
	background-color: #0f2800;
	padding: 0 0 1em 0;
}
#logo {
	text-align: left;
	background-image:url(images/leaf_banner.jpg);
	background-repeat: no-repeat;
}
#logo img {
	padding: 1.5em 0 0 2em;
}

ul#nav{
    font-size:115%;
    padding: 0 4em .3em 0;
    text-align:right;
}
 
ul#nav li{
    display:inline;
    padding:0 15px 0 0;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
      
ul#nav li a{
	color: #eee5a9;
}

ul#nav li a:hover,
ul#nav li a#current {color:#0a5a01;}

#banner img	{
	padding: 1em 0;
	border-bottom: #eee5a9 solid 2px;
	border-top: #eee5a9 solid 2px;
}
#contentarea {
	background-color: #f2edc5;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-x;
}
#content	{
	margin: 0 0 0 300px;
	color: #0f2800;
	text-align: left;
	padding: 2em 3em 2em 3em;
}
#content h1 {
	font-size: 170%;
	font-weight: normal;
	letter-spacing: -.03em;
	padding: 1.5em 0 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font-size: 135%;
	font-weight: normal;
	padding: 0.8em 0 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content p 	{
	font-size: 110%;
	line-height: 1.2em;	
}
#content p#italic{
	font-style:italic;
	font-size: 90%;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	color: #0a5a01;
}
#content ul {
	margin-left:1em;
	list-style:inside;
	padding: 0 0 1em;
	}
#content li {
	line-height: 1.5em;
	}
.slogan {
	font-weight: bold;
}
#content p.aboutquote {
	text-align: center;
	padding: 1.5em;
	line-height: 1.8em;
}
#sidebar	{
	width: 250px;
	float: left;
	padding: 2em 25px 2em;
}
#sidebar img {
	display: inline;
	margin-bottom: 1em;
	padding: .5em;
	border: #0f2800 solid 1px;
}
#footer	{
	color: #0f2800;
	clear: both;
	padding-bottom: .5em;
	padding-top: 1.5em;
}
#footer p 	{
	font-size: 110%;
	letter-spacing: -.06em;
	font-weight: bold;
	line-height: .9em;
}
#footer li {
	display: inline;
	padding: 0 10px;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	color: #0a5a01;
}
#foota {
	padding-top: 2em;
}