@charset "UTF-8";
body  {
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	background: #B9AD9B;
}
/*---- this is the .twoColFixRtHdr design time layout (removed the name elsewhere to make code simpler) ----*/
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F0E7D0;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 

#tree {
	z-index: 1;
	/*right: 0px;
	bottom: 0px;*/
}

#container #tree img {
	right: 0px;
	bottom: 0px;
	position: absolute;
}
#header {
	background: url(../_images/topBanner.gif) no-repeat;
	padding: 0 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. */
	height: 147px;
	background-color:#D27229;
} 

#header h1 {
	display: none;
	background: #C60;
}

#border {
	background: url(../_images/border.gif) repeat-x;
	height: 26px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #5C7935; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 255px 0; /* bottom padding was 255px */
}

#sidebar1 p.homeContact a {
	background-color: #8b1021;
	padding: 5px 10px;
	margin-bottom: 0;
	color: #d0c2ae !important;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	border: 4px solid #9a2435;
	text-transform: uppercase;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radious: 8px;
}

#sidebar1 p.homeContact a:hover {
	background-color: #991729;
	color: #d0c2ae !important;
	border: 4px solid #ab3647;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radious: 8px;
	text-decoration: none;
}


#sidebar1 p img {
	margin-bottom: 225px;	
}

#sidebar1 p {
	margin: 30px 0 0 22px;  /* bottom margin was 225px */
	font-size: .85em;
	color: #F0E7D0;
	font-family: Arial, Helvetica, sans-serif;	
}

#sidebar1 p a:link,#sidebar1 p a:visited {
	text-decoration: none;
	color: #F0E7D0;
}

#sidebar1 p a:hover,#sidebar1 p a:active {
	text-decoration: underline;
	color: #E4831A;
}

#sidebar1.verylong
{
	padding-bottom: 1200px;
}

#sidebar1.veryverylong
{
	padding-bottom: 2000px;
}

#sidebar1.medium {
	padding-bottom: 400px;
}

#sidebar1.shorter
{
	padding-bottom: 250px;
}

#sidebar1.veryshort
{
	padding-bottom: 175px;
}


#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	color: #F1EBD8;
	letter-spacing: -0.015em;
}

#sidebar1 ul li {
	line-height: 1.2;
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #738555
}
#sidebar1 li a {
	display: block;
	text-decoration: none;
	color: #F0E2C6;
	padding: 10px 0 10px 22px;
}
#sidebar1 li a:hover {
	color: #CAC1B1;
	background: #46621E;
}
#sidebar1 li a.current {
	color: #F0E2C6;
	cursor: default;
	background: #5C7935 url(../_images/leaf-current.gif) no-repeat left top;

}

#sidebar1 ul li a.holder
{
}

#mainContent {
	margin: 0 235px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../_images/contentTree.gif) no-repeat left bottom;
} 

#mainContent h1 {
	font-size: 1.25em;
	font-weight: normal;
	color: #7B0127;	
}

#mainContentHd {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	width: 42%;
	margin: 50px 0 3px 0;
	padding: 8px 0 2px 55px;
	color: #820824;
	line-height: 1;
	/*background: #DDD0BA;*/
}
h2 { 
font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color: #D27229;
	line-height: .95;

}

.subname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	color: #485C24;
}

#mainContent p {
	font-size: 0.875em;
	font-weight: normal;
	color: #533F24;
	margin-top: 0px;
	line-height: 1.4;
}

#mainContent p.smaller {
	font-size: .75em;
}

#mainContent #textColLeft {
	float: left;
	width: 200px;
	margin: 10px 0 20px 55px;
	z-index: 2;
}

#mainContent #textColRt {
	float: right;
	width: 205px;
	margin: 10px 0 20px 0;
	z-index: 2;
}

#mainContent h3 {
	color: #533F24;
	font-size: 1em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px 0 4px 0;
	border-bottom: 1px solid #BFB4A0;
	padding-bottom: 5px;
}

#mainContent ul
{
	margin: 15px 0 0 0;
	padding: 0px;
	list-style: none;
	font-size: 0.78em;
	color: #820824;
}

#mainContent ul li
{
	padding-left: 8px;
	background: url(../_images/click-to-link.png) no-repeat left top;
	margin-bottom: 10px;
	line-height: 1.4;
}

#mainContent ul li a:link,#mainContent ul li a:visited {
	text-decoration: none;
	color: #760019;
	display: block;
}
#mainContent ul li a:hover,#mainContent ul li a:active {
	text-decoration: underline;
	color: #475828;
	display: block;
}

#mainContent h4 {
	color: #533F23;
	font-size: 0.9em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 2px 0 0 0;
}

#mainContent h5 {
	color: #8C8274;
	font-size: .8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 2px 0 5px 0;
}
#mainContent h6 {
	color: #820824;
	font-size: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5;
	margin: 270px 0 5px 0;
	padding-top: 5px;
	border-top: solid 1px #9A9385
}

strong {
	font-weight: normal;
	color: #820824;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../_images/decoFooterBkrd.gif) no-repeat;
	margin: 0;
	height: 103px;
	width: 780px;
	background-color:#AF9F8A
} 
/*#footer p {
	font-size: 0.8em;
	color:#F0E7D0;
	margin:0;
	padding:15px 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
#footer p a {
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #F0E7D0;
}

#footer p a:link {
	text-decoration: none;
	color:#E3721D;
}
#container #footer a:hover {
	text-decoration: underline;
	color: #F0E7D0;
}*/

.footerLeaf {
	margin-right: 1px;
	margin-left: 1px;
}

#gaia {
	margin: 5px auto 10px;
	width: 780px;
}

#gaia p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #5E472B;
	margin: 0;
	padding: 0;
}
#gaia a {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #A19685;
}
#gaia a:link,#gaia a:visited {
	text-decoration:none;
	color: #536E2F;
}
#gaia a:hover,#gaia a:active {
	text-decoration: underline;
	color: #820824;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
