body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	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: #666666;
	background-color: #FFFFFF;
}
#header h1, #contactInfo, #footer p {
	/*-- this text has been moved to the left with css to be hidden from viewers but still available to screen readers */
	margin-left: -9000px;
	list-style: none;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
}
#whyTitle h1, #whyFathersTitle h2, #servicesContentTitle h1, #aboutTitle h1, #testimonialsTitle h1, #resourcesTitle h1 {
	/* main headings */
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin: 20px;
	clear: both;
	color: #666666;
}
#servicesContent h3 {
	/* secondary headings */	
	width: 90%;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
#servicesContent, #servicesContent ul li, #whyContent ul li, #whyContent, #whyFathers, #aboutContent {
	/* body text and lists */	
	text-align: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
#servicesContent h4, #resourcesContent h4 {
	/* this is the bold text on the bottom of the services page and tertiary headings */
	width: 90%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
#whyWrapper, #servicesWrapper, #aboutWrapper, #resourcesWrapper {
	width: 90%;
	padding-top: 0px;
}
#picCredit {
	text-align: right;
	font-size: 10px;
	line-height: 11px;
}
.picCite {
	margin-left: 10px;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
}
/*----------------------HEADER Styling-------------------------*/
#container {
	width: 100%;
}
#headerBar {
	background-color: #FFFFFF;
	background-image: url(images/headerBar.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
	margin-top: 5px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 830px;
	padding-right: 0px;
	padding-left: 0px;
	height: 139px;
}
/*----------------------MAIN NAV Styling-------------------------*/
#mainNav {
	width: 100%;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 20px;
}
#mainNav ul {
	width: 857px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainNav ul li {
	float:left;
}
#mainNav ul a {
	padding:0 1.1em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color:#666666;
	float: left;
	text-align: center;
	display:block;
	background: url(images/nav_div.gif) no-repeat left top;
	height: 20px;
}
#mainNav ul a:hover {
	color:#cccccc
}


/*----------------------HOME ("INDEX") Styling-------------------------*/
#homeContent {
	width: 576px;
	background-image: url(images/homepic.jpg);
	height: 338px;
	background-repeat: no-repeat;
	margin-bottom: 18px;
}
/*----------------------"ABOUT" Styling-------------------------*/
#aboutPic1 {
	padding: 0px;
	width: 789px;
	height: 221px;
}
#aboutPic2 {
	padding: 0px;
	width: 450px;
	height: 225px;
}
#aboutScroll {
	background-image: url(images/scroll.jpg);
	background-repeat: no-repeat;
	width: 112px;
	height: 19px;
	margin-right: 44%;
	margin-left: 44%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.bigW {
	/* body text and lists */	
	text-align: left;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
/*----------------------"WHY" HAVE A DOULA? Styling-------------------------*/
#whyContent ul li.whyCite {
	list-style: none;
	font-size: 11px;
}
#whyPic1 {
	float: right;
	width: 225px;
	padding-left: 20px;
}
#whyPic2 {
	float: left;
	width: 200px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
}
#whyPic1Text {
	width: 225px;
	text-align: justify;
	line-height: 15px;
	font-size: 14px;
}
#whyPic2Text {
	width: 200px;
	text-align: justify;
	line-height: 15px;
	font-size: 14px;
}
/*----------------------"TESTIMONIALS" Styling-------------------------*/
#testimonialsWrapper {
	width: 90%;
	padding-top: 0px;
}
#testimonialsContent {
	width: 800px;
	padding-top: 0px;
}
#testimonialsPicL {
	float: left;
	width: 251px;
}
#testimonialsPicR {
	float: right;
	width: 251px;
}
#testimonialsPicC {
	width: 251px;
	margin-right: 0px;
	margin-left: 0px;
}



#testimonials2PicL {
	vertical-align: top;
	display: inline-block;
	width: 251px;
}
#testimonials2PicC {
	vertical-align: top;
	display: inline-block;
	width: 100px;
}
#testimonials2PicR {
	vertical-align: top;
	display: inline-block;
	width: 251px;
}



#testimonialsPicText {
	font-size: 14px;
	line-height: 15px;
}
#testimonialsText {
	width: 800px;
	text-align: left;
}
.testimonialsCite {
	font-size: 10px;
	line-height: 15px;
}
/*----------------------"RESOURCES" AND PARTNERS Styling-------------------------*/
#ResourcesContent {
	text-align: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}
#resourcesText {
	text-align: left;
	font-size: 14px;
	margin: 0px;
}
/*----------------------"SERVICES" AND FEES Styling-------(...also see group styling at top)------------------*/
#servicesPic1 {
	float: right;
	width: 300px;
	padding-left: 20px;
}
#servicesPic1Text {
	width: 300px;
	text-align: justify;
	line-height: 15px;
	font-size: 14px;
}
/*----------------------"CONTACT" ME Styling-------------------------*/
#contactContent {
	width: 364px;
	background-image: url(images/contactpic.jpg);
	height: 516px;
	background-repeat: no-repeat;
	margin-bottom: 18px;
}
/*----------------------FOOTER Styling-------------------------*/
#footer {
	background-color: #FFFFFF;
	background-image: url(images/footer.jpg);
	width: 600px;
	height: 42px;
	background-repeat: no-repeat;
	clear: both;
}
#footerBar {
	background-color: #FFFFFF;
	background-image: url(images/footerBar.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 3px;
	margin-bottom: 5px;
}
/*-----------------------SLIDESHOW Styling----------------------*/
#slideshowContent {
	width: 760px;
	height: 580px;
	background-color: #FFFFFF;
	background-image: url(images/slideshowContentBG.jpg);
	background-repeat: no-repeat;	
}
#slideshowWrapper {
	width: 90%;
	padding-top: 45px;
	padding-bottom: 25px;
}
#flashcontent {
	padding: 20px;
}
#musicCredit {
	font-size: 10px;
	color:#999999;
	width: 760px;
	float: center;
	text-align: right;
	display:block;
}
/*-----------------------FOOTER TAG Styling----------------------*/
#footerTag {
	width: 100%;
	height: 20px;
}
#footerTag a {
	padding:2px;
	font-size: 10px;
	text-decoration: none;
	color:#999999;
	float: center;
	text-align: center;
	display:block;
}
#footerTag a:hover {
	color:#cccccc
}
/*-----------------------end Styling----------------------*/
