@charset "utf-8";
/***
	Gardening by the Moon CSS Document
	
	Sage Website Designs
	http://www.sagewebsitedesigns.com/
	Matthew Brady 
	December 3, 2009	
***/

* {
	margin: 0; 
	padding: 0;
}

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FAF4FF; /*very light purple*/
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #330066;
}
#sage {
	font-family: Papyrus;
	font-size: 1em;
}
#container {
	width: 1000px;
	background: #FAF4FF; /*very light purple*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.9em;
} 
#header {
	background: #FAF4FF url(../images/navBkgnd.jpg) no-repeat left top;
	/*height: 160px;*/
	width: 1000px;
	padding-top: 132px;
} 
#header img {
	float:right;
	margin:-100px 44px 90px 0;
}

#columnLeft {
	float: left;
	width: 22em;
	/*background: #FAF4FF; */
	padding: 15px 0 15px 14px;
	text-align: left;
}
#columnRight {
	float: right;
	width: 13em; 
	padding: 15px;  
}
#columnCenter {
	margin: 15px 14em 0 22em; 
	padding: 24px 2em 0 3em;
} 

#columnLeft.wideLft3Col {
	float: left; 
	width: 24em; 
	/*background: #FAF4FF; */
	padding: 15px 0 15px 14px; 
}
#columnRight.wideLft3Col {
	float: right;
	width: 11em; 
	padding: 15px;  
}
#columnCenter.wideLft3Col {
	margin: 15px 14em 0 25em;
	padding: 24px 2em 0 2em;
} 

/* columnLeft and columnRight with twoColumn class selector rules */
#columnLeft.twoColumn {
	float: left;
	width: 54em;
	/*background: #99CCFF;*/
	padding: 15px 0 15px 14px;
}
#columnRight.twoColumn {
	float: right;
	width: 12em;
	/*background: #99CC99;*/
	padding: 15px;
}
/* columnLeft and columnRight with twoColumn class selector rules */
#columnLeft.twoColumnNarrower {
	float: left;
	width: 43em;
	/*background: #99CCFF;*/
	padding: 15px 0 15px 14px;
}
#columnRight.twoColumnNarrower {
	float: right;
	width: 23em;
	/*background: #99CC99;*/
	padding: 15px;
}

#columnLeft.twoColumnWideRight {
	float: left;
	width: 33em;
	/*background: #99CCFF;*/
	padding: 15px 0 15px 14px;
}
#columnRight.twoColumnWideRight {
	float: right;
	width: 33em;
	/*background: #99CC99;*/
	padding: 15px;
}
#columnLeft h3, #columnLeft p, #columnRight p, #columnRight h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#footer {
	padding: 0px 10px; 
	background:#FAF4FF;  /*very light purple*/
	margin: 24px 0 10px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.alignLeft {
	text-align: left;
}

.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;
}
img.floatLeft {
	float: left;
	margin: 4px 10px 0 0;
}
img.floatRight { 
	float: right; 
	margin: 4px; 
}

h1, h2 {
	margin: 0 8px;
	font-size: large;
}
p {
	margin: 0 0 20px 0;
}
ul, ol {
	padding-left: 30px;
}
.liLine-height li {	/*minor links, wider line spacing*/
	line-height: 1.5em;
}
a {
	color:#6666FF;
}
a:visited {
	color:#6666FF;
}
a:hover, a:active {
	color:#3399FF;
}
.pCenteredText {
	text-align: center;
}
.testimonial {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.4em;
	margin: 12px 0;
}
.lgLineHeight {
	line-height: 2.5em;
}
.medLineHeight {
	line-height: 1.2em;
	font-size: 1.0em;
}
.fullPageWidth {
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 8px 18px;
}
.smText {
	line-height: 1.2em;
	font-size: 0.8em;
}
.imgNoWrap {
	width: auto;
	/*clear: left;*/
	/*border: 1px solid gray;*/
}
.imgNoWrap .floatbox {
	float: left;
	width: 35px;
}
* html .imgNoWrap p { /* IE 3px jog hack*/
	height: 1%;
}
.imgNoWrap p {
	margin-top: 0;
	margin-left: 50px;
}
.imgBorder {
	border: 1px solid #330066;
}
/*q { quotes: '\201C' '\201D' '\2018' '\2019'; }*/
.h1 header {
	color: blue;
	font-size: 1.5px;
} /* any h1 with a title attribute is blue.  I didn't know that... */

.tblLftPdg {
	padding-left: 22px;
}
table {
	/*margin-left: auto;
	margin-right: auto;*/
	border: 1px solid black;
	border-spacing: 10px;
	padding: 10px;
}
td {
	/*padding: 15px;*/
	/*border: 1px solid black;*/	
}
#Geo1 {
	margin-left: 144px;
}

blockquote { 
	margin-right: 50px;
	margin-left: 50px;
 }
