/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* global variables - change the way a html tag works overall */

body {
	margin: 0;
	padding: 0;
	font: normal 21px Georgia, "Times New Roman", Times, serif;
	background: #30cf00 url(../images/bkGlobal.jpg) repeat-x;
	color: #fff;
	line-height: 29px;
	text-align: left;
	}


p {
	margin: 0 5px 25px 0;
	}


h1 {
	margin: 0 20px 8px 0;
	padding: 0;
	font: italic 45px Georgia, "Times New Roman", Times, serif;
	line-height: 45px;
	color: #fff;
	}
	
	
h2 {
	margin: 20px 0 5px 0;
	padding: 0;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
	color: #97f476;
	}
	
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 24px Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #ffffcc;
	letter-spacing: -1px;
	}
	
h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #106600;
	letter-spacing: 5px;
	}
	
	
img {
	border: 0;
	}


a {
	color: #0c4401;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	} 
	
	
form {
	margin: 0;
	padding: 0;
	}
	
	
label {
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #515151;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
strong {
	font-weight: bold;
	}
	
li {
	margin-bottom: 15px;
	}
	

	

	
	

/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ids / divs - defines structure of page */ 
#container {
	margin: 0;
	padding: 0;
	background: url(../images/bkContainer2.gif) repeat-y;
	width: 930px;
	}
	
#headerHome {
	margin: 0;
	padding: 0;
	background: url(../images/bkHeader01.jpg) no-repeat;
	width: 930px;
	height: 282px;
	}
	
#headerHome {
	margin: 0;
	padding: 0;
	background: url(../images/bkHeader01.jpg) no-repeat;
	width: 930px;
	height: 282px;
	}	
	
#headerAbout {
	margin: 0;
	padding: 0;
	background: url(../images/bkHeader02.jpg) no-repeat;
	width: 930px;
	height: 282px;
	}	
	
#headerServices {
	margin: 0;
	padding: 0;
	background: url(../images/bkHeader03.jpg) no-repeat;
	width: 930px;
	height: 282px;
	}	
	
#headerFaq {
	margin: 0;
	padding: 0;
	background: url(../images/bkHeader04.jpg) no-repeat;
	width: 930px;
	height: 282px;
	}	
	
#headerTestimonials {
	margin: 0;
	padding: 0;
	background: url(../images/bkHeader05.jpg) no-repeat;
	width: 930px;
	height: 282px;
	}	
	
#headerResources {
	margin: 0;
	padding: 0;
	background: url(../images/bkHeader06.jpg) no-repeat;
	width: 930px;
	height: 282px;
	}	

#headerContact {
	margin: 0;
	padding: 0;
	background: url(../images/bkHeader07.jpg) no-repeat;
	width: 930px;
	height: 282px;
	}	

#navigation {
	margin: 0;
	padding: 10px 0 0 42px;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	background: url(../images/bkNav.gif) no-repeat;
	color: #c4ff76;
	height: 75px;
	line-height: 30px;
	}
	
#navigation a {
	color: #000;
	}
	
#navigation a:hover {
	color: #fff;
	}
	
#content {
	 margin: 0 35px 0 63px;
	}
	
#contentHome {
	 margin: 10px 35px 0 43px;
	 padding: 0;
	}
	
#leftColumnHome {
	margin: 0 0 80px 0;
	padding: 10px 20px 0 20px;
	width: 513px;
	background: url(../images/imgQuoteDark.gif) no-repeat;
	float: left;
	display: inline;
	}
	
* html #leftColumnHome  {
    width: 553px; /* for IE5 and IE6 in quirks mode */
    w\idth: 513px; /* for IE6 in standards mode */
 	 }
	
#rightColumnHome {
	margin: 0;
	padding: 0;
	width: 299px;
	float: left;
	display: inline;
	}
	
#classesSting {
	padding: 20px 30px 20px 20px;
	background: url(../images/bkFlower.gif) no-repeat;
	}
	
#classesSting p {
	padding: 0;
	margin: 0;
	}
	
#leftColumnSub {
	margin: 0 0 80px 0;
	padding: 0 40px 0 0;
	width: 573px;
	float: left;
	display: inline;
	}
	
* html #leftColumnSub  {
    width: 613px; /* for IE5 and IE6 in quirks mode */
    w\idth: 573px; /* for IE6 in standards mode */
 	 }
	
#rightColumnSub {
	margin: 0;
	padding: 20px 10px 0 0;
	width: 199px;
	float: left;
	display: inline;
	}
	
* html #rightColumnSub  {
    width: 299px; /* for IE5 and IE6 in quirks mode */
    w\idth: 199px; /* for IE6 in standards mode */
 	 }
	
#testimonialsSub {
	margin: 0 40px 50px 0;
	padding: 0;
	width: 782px;
	font-size: 19px;
	}
	
* html #testimonialsSub  {
    width: 822px; /* for IE5 and IE6 in quirks mode */
    w\idth: 782px; /* for IE6 in standards mode */
 	 }
	
	
#footer {
	margin: 20px 0 0 0;
	padding: 0;
	background: #41f200 url(../images/bkFooter.gif) repeat-x;
	clear: both;
	}
	
#footerContent {
	margin: 0;
	padding: 0;
	width: 930px;
	height: 166px;
	background: url(../images/imgBabies.gif) no-repeat;
	}
	
#faq {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	}

#faq li {
	margin: 0;
	padding; 0;
	list-style: none;
	}
	
#browserHack {
	clear: both;
	}

	

	
	

/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */   
/* classes - to be applied to repeated elements as needed */  
.bigText {
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	line-height: 44px;
	}
	
.smallText {
	font: bold italic 17px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	}


.testimonial {
	margin: 20px 0 0 0;
	padding: 15px 0 0 20px;
	background: url(../images/imgQuoteDark.gif) no-repeat;
	color: #fff;
	}
	
.quote {
	margin: 0;
	padding: 15px 0 0 10px;
	background: url(../images/imgQuote.gif) no-repeat;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #186401;
	line-height: 26px;
	}


 .imageSpace {
 	margin-bottom: 20px;
	} 
	

  

	
	
	


	
	

