/*
modx template: Greenspeak
author: bj novack
creator url: http://doneinstyle.com
layout kudos to Holly and John from positioniseverything.net
 */
/* >>>>> Page Styles <<<<< */

html, body {margin: 0; padding: 0; font-size: 100%; }

body {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 80%;
	color: #000;
	background: #d7f7cd url(images/treeoflife240x295.jpg) no-repeat top left; }

#pagetitle {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 210%;
	color: #8aab8d; }

pre {
	margin: 0 0 0 10px;
	padding-top: 8px;
	font-family: Verdana, sans-serif;
	font-size: 95%;
	font-weight: normal; }

p {margin: 0; padding: 8px 7px 0 10px; }

#contents p {font-weight: bold; }

#demotext {
	margin: 8px 159px 5px 10px;
	padding: 0 5px 5px 0;
	position: relative; } /*** for IE6 ***/
  
	
a:link {color: #435442; text-decoration: none; padding: 1px; font-weight: bold; }

a:visited {color: #8cae9d; text-decoration: none; padding: 1px; font-weight: bold;}

a:hover {color: #000; text-decoration: underline; padding: 1px; font-weight: bold;}

a img { border: none; }

#leftbox a:link, #leftbox a:visited {color: #233622; text-decoration: none; font-weight: bold;}
#leftbox a:hover { color: #771464; }

.right a:link, .right a:visited, .left a:link, .left a:visited {
	color: #000; text-decoration: none; padding: 1px; font-weight: bold; }
/*** Redundancy in this selector and the one below allows Op6 to display links properly ***/

.right a:hover, .left a:hover {color: #771464; padding: 1px; font-weight: bold; }

#contents a:link, #contents a:visited {
	color: #000; text-decoration: none; padding-top: 0; }

#contents a:hover {color: #f9f; padding-top: 0; text-decoration: underline;}

#footer a:link, #footer a:visited {color: #771464; }

.alignright  {margin: 0; padding: 1em 10px 2em 0; text-align: right; }

.small {font-size: .9em; color: #771464; }

.alignright strong {color: #771464; font-weight: bold; }

.decoration {float: right; margin: 0.5em 1em; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** Moz put the image too low ***/

#bottom {font-size: 1px; line-height:0; margin:0; padding:0;}

/* >>>>> Sidepage extras <<<<< */

h3 {
	font-family: Verdana, sans-serif; 
	font-size: 1.2em; 
	color: #8aab8d;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;}

#rightbox h3, .left h3, .right h3 {color: #8aab8d;}

#demotext h3 {color: #8aab8d; font-size: 1.4em; }

ul {
	color: #000;
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 10px 1.5em 10px; } /*** bottom padding instead of margin to avoid Op6 
			"Bottomgap Bug." Please see Big John's explanation of this bug - 
			http://www.positioniseverything.net/op-omnibus/bottomgap.html ***/

#contents ul { font-weight: bold; }

.right ul {padding-right: 5px; }

li {padding: 1px;} 

.description li {margin: 10px 0 0 0; padding: 0; }


/* *****>>>>> Demo Styles <<<<<***** */

/*** The #header div has a static position and a background image ***/

#header {
	margin: 0;
	padding: 0 0 0 240px; 
	height: 120px; } /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 

#leftbox {
	position: absolute;
	left: 0px;
	width: 250px;
	color: #000;
	padding-top: 195px; }

#container {
	margin-left: 250px;
	background: #edfbe9;
	padding-left: 8px;	
}

#navmenu {
	border: 1px solid #a7bf9f;
	background: #c6f2b7;
	color: #404040;
	padding: 0;
	margin: 0 0 25px -8px;
	position: relative; } /*** IE6 needs this to display the div ***/ 

/* Hide from IE5-Mac \*/
* html #navmenu {height: 1%;}
/* end hide *//*** This hack will make IE5-win display the background color for the nav ***/ 

#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	line-height: 1.2em; } 

#navmenu ul li {
  	font-weight: bold;
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 8px 27px 8px 10px;
	margin: 3px 0;  }

#navmenu ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu ul li.last {
	border-right: none; }

#navmenu a {
	padding: 3px 0;
	color: #000; } 

#navmenu a:hover {
 	color: #97b6a6; }

#navclear {
  	display: block;
	clear: both; }

/*** IE5/Mac has trouble with right positioned boxes due to a secret margin. See  
     - http://www.l-c-n.com/IE5tests/right_pos/index.shtml - Philippe Wittenbergh's page 
     for an explanation of this problem and Sam Foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 16px;
	margin-right: -15px;
	width: 130px;
	padding-top: 5px; }

/* hide the following from IE5-Mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */

#wrapper {
	margin-right: 140px;
	padding-top: 5px; }

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	border: 1px solid #a7bf9f; }

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 6px;
	width: 43%;
	padding: 5px 5px 5px 0;
	border: 1px solid #a7bf9f; }

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	margin: 8px 159px 5px 10px;
	/*margin-right: 149px;
	margin-left: 10px;*/
	padding: 3px;
	position: relative; } /*** IE6 needs this to display the div ***/

#footer {
	margin-top: 1.5em;
	margin-right: 149px; } 
#ajaxSearch_submit, #cfContact {
	background: #c6f2b7;
}
#search {
	padding: 0 0 10px 4px;
}
form#ContactUs {
	border: none;
	padding: 10px;
}

.imgleft {
	float: left;
	margin: 2px 8px;
}
.imgright {
	float: right;
	margin: 2px 8px;
}
