body {
		font-family: Verdana, Arial, sans-serif;
		margin:0px;
		padding:0px;
		background: #6CD7F1;
		}
			
#headlogoindex {background:  url(../images/gradient.jpg); height: 114px; text-align: center;padding-bottom: 0; margin-bottom: 0; background-repeat: repeat-x;}
	
#logo {float: left; padding-top: 0px; margin-left: 25px; background-image:url(images/logo.gif); height:114px; width:366px; background-repeat:no-repeat; background-position-y:1px;}
	
#tagline {float: right; position: relative; top: 70px; right: 50px; background-image:url(../images/tagline2.gif); background-repeat:no-repeat; height:28px; width:220px;}
	
#navbox { margin: 0; top: 0; position: absolute; top: 114px;  left: 0; border: 0}

.float1 {float: right; position: absolute; top: 5px; right: 200px; height:18px; width:200px; color:#DDEFFB; font-size:18px; }

.float2 {float: right; position: absolute; top: 25px; right: 18px; height:18px; width:200px; color:#E9F1F9; font-size:24px; }

.float3 {
	float: right;
	position: absolute;
	top: 52px;
	right: 50px;
	height:18px;
	width:400px;
	color:#E3EFF9;
	font-size:18px;
}
	
#navigation {
	margin:0;
	border: 0;
	float:left;
	background-color: #7A4697;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#navigation ul {
	border: 0;
	margin:0;
	text-align:left;
	text-indent: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#navigation li {
	display:inline;
	margin:0;
	border: 0;
	text-indent: 0;
	text-align:left;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#navigation li a {
	font-size:12px;
	color: white;
	font-weight: bold;
	border-style: dotted;
	border-width: 0px 2px 0px 0px;
	border-color: white;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 4px;
	color: #FFFFFF;
	padding-bottom: 4px;
	text-decoration:none;
	text-indent: 0;
	text-align:left;
	margin-left: -6px;
}
#navigation li a:hover {color: white; text-decoration:none; background-color:#80CFE2; padding-top: 4px; padding-bottom: 4px; }
#navigation li a.current {font-size:12px; color: white;  font-weight: bold; border-style: dotted; border-width: 0px 2px 0px 0px; border-color: white; padding-left: 35px; padding-right: 35px; padding-top: 4px; background-color: #80CFE2; padding-bottom: 4px;  text-decoration:none; text-indent: 0; text-align:left; margin-left: -6px;}

.img {width:486px; height:377px; padding:0px; margin:0px;}
	
#centercontent {
		background: url(../images/bigcircle.gif); background-position: bottom left;
		background-repeat: no-repeat; background-color: #FFFFFF; text-align: left;
		margin-left: 0px;
   		margin-right:250px;
		color:#666666;
		padding: 40px 30px 40px 30px;
		margin-bottom: 0;
		height: 100%;
		min-height:400px;
		font-size:10pt;
		
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 0px;
   		margin-right:250px;
		margin-bottom: 0;
		}

/*the following is a hack for multiple browsers to read "height" more uniformally so that they all look the same since IE does not support min:height */
	
	/* for Mozilla/Safari/Opera */
*>#centercontent {
 padding-top: 400px !important;
 min-height: 200px;
}

*>#centercontent h1 {
 margin-top: -360px !important;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #centercontent {
  font-size:10pt;
  height: 100% !important;
}

*>#centercontent h1 {
 margin-top: -360px !important;
}
/* end filter */ 
/*end comment*/
	
	#centercontent p {font-size:10pt;}
	#centercontent a {color:#7A4697; text-decoration:none;}
	
	html>body #centercontent {
   		margin-left: 0px;
   		margin-right:250px;
		margin-bottom: 0;
		height: 100%px;
		min-height:400px;
		}

#centercontent-hm {
		background: url(../images/bigcircle.gif); background-position: bottom left;
		background-repeat: no-repeat; background-color: #FFFFFF; text-align: left;
		margin-left: 0px;
   		margin-right:250px;
		color:#666666;
		padding: 80px 30px 40px 30px;
		margin-bottom: 0;
		margin-top:0;
		line-height:1.6em;
		font-size: 11pt;
			
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 0px;
   		margin-right:250px;
		margin-bottom: 0;
		}
	
	/*the following is a hack for multiple browsers to read "height" more uniformally so that they all look the same since IE does not support min:height */
		
	/* for Mozilla/Safari/Opera */
*>#centercontent-hm {
 padding-top: 100px !important;
 min-height: 200px;
}
*>#centercontent-hm p.first {
 margin-top: -20px !important;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #centercontent-hm {
  height: 60% !important;
}
*>#centercontent-hm p.first {
 margin-top: -20px !important;
}
/* end filter */
/*end comment*/
		
	#centercontent-hm p {color:#666666; margin-bottom: 3px; margin-top: 10px; padding: 0;}
	#centercontent-hm a {color:#7A4697; text-decoration:none;}
	
	#centercontent-hm ul {margin-top: 0px; margin-bottom:0;}
	#centercontent-hm li {margin-top: 0px; margin-bottom:0; padding-bottom:0}
	
	html>body #centercontent-hm {
   		margin-left: 0px;
   		margin-right:250px;
		margin-bottom: 0;
		height: 60%;
		min-height:200px;
		}
		
	#centercontent-l {
		float:left;
		width: 45%;
		min-height:200px;
		margin-top: -10px;
		padding:0px 25px 5px 5px;
		}	
		
	#centercontent-r {
		float:left;
		width: 45%;
		min-height:200px;
		margin-top: -10px;
		padding:0px 5px 5px 25px;
		}
		
	.clear {
		clear:both;
		}
				
ol {font-size:13px; margin-top: 0; padding-top: 0;}
ol li {padding-top: 3px; margin-top: 0;}

li.indented {
list-style: none;
padding-bottom: 3px; 
margin-top: 0;
font-size:13px; 
padding-top: 0;
}

ul.indent {margin-top: -5px; padding-top: 0;}

#rightcontent {
	position: absolute;
	right:-1px;
	top:136px;
	width:250px;
	background-color: #7A4697;
	color: white;
	padding-bottom: 0;
	margin-bottom: 0;
	background-position: bottom right;
	background-repeat: no-repeat;
		}
		
#rightcontent p.a {font-size: 8pt; font-weight: normal; padding: 20px 10px 15px 12px; text-align: center; line-height: 1.7em;}
#rightcontent ul {color: white; padding-top: 20px; margin-top: 0;}
#rightcontent li {font-size: 13px; padding: 5px 10px 0 5px; font-weight: bold;}

#rightcontent img {padding: 0 0 0 0; height: 215px; margin-bottom: 0}
	
.home {
		background-image: url(../images/oceanrocks.gif);
		height: 380px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}

.contact {
		background-image: url(../images/clouds.jpg);
		height: 400px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}
		
.about {
		background-image: url(../images/onthewaytoheaven.jpg); 
		height: 370px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}		

.news {
		background-image: url(../images/Monterey_sunset.jpg); 
		height: 370px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}
		
.therapy {
		background-image: url(../images/orientalbridge.jpg); 
		height: 380px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}
		
.time {
		background-image: url(../images/clouds.jpg); 
		height: 370px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}
		
.parent {
		background-image: url(../images/steppingstones.jpg); 
		height: 320px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}

.marriage {
		background-image: url(../images/delicatearch.jpg); 
		height: 320px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}
		
.four {
		background-image: url(../images/rockywaterfall.jpg); 
		height: 320px;
		background-position: bottom right; 
		background-repeat: no-repeat;
		}
		
				
		
#rightquote  {
		position: absolute;
		right:0px;
		top:470px;
		width:250px;	
		}
#rightquote ul {color: white; padding-top: 10px; margin-top: 0;}
#rightquote li {padding: 5px 10px 0 5px; font-size: 13px; font-weight: bold;}
#rightquote p {font-size: 8pt; padding: 5px 10px 20px 15px; text-align: center; line-height: 1.7em; color: white;}


#rightquote a {color: white; text-decoration: none;  }
#rightquote a:hover {text-decoration: underline; }

#rightcontent a {color: white; text-decoration: none;  }
#rightcontent a:hover {text-decoration: underline; }		
	
	p,h1 {
		margin:0px 10px 10px 10px;
		}
		
		h2 {margin:0px 10px 4px 10px; color: #7a4697;
		}
		
	h1 {
		font-size:16px;
		padding-top:15px;
			}
	h1 a {
		letter-spacing: .09em;
			}
	h2 {
		font-size:12px;
		padding-top:10px;
		letter-spacing: .12em;
		text-transform: uppercase;
			}
			
	h4 {text-transform: uppercase; letter-spacing: .08em; font-size: 8pt; border-bottom: 1px solid gray; padding-bottom: 5px; margin-left: 10px;}
			
	h3, h5, h6 {font-size:25px; color: #9AE5F7; position: absolute; padding: 0; margin: 0; font-weight: normal;}
	
	h3 {top: 170px; left: 50px; }
	h5 {top: 240px; left: 160px; }
	h6 {top: 320px; left: 300px;}
	
	h3 a, h5 a, h6 a {color: #9AE5F7; text-decoration: none;}
	h3 a:hover, h5 a:hover, h6 a:hover {text-decoration: underline;}
	
#backword1 {font-size:18px; color: #CCA2E4; position: absolute; top: 170px; left: 370px;}	
#backword2 {font-size:15px; color: #9AE5F7; position: absolute; top: 250px; left: 430px;}
#backword3 {font-size:18px; color: #CCA2E4; position: absolute; top: 280px; left: 30px;}
#backword4 {font-size:16px; color: #A79EC9; position: absolute; top: 330px; left: 120px;}
#backword5 {font-size:15px; color: #CCA2E4; position: absolute; top: 410px; left: 360px;}
#backword6 {font-size:16px; color: #CFC4FA; position: absolute; top: 200px; left: 250px;}
#backword7 {font-size:16px; color: #53CFEC; position: absolute; top: 390px; left: 170px;}
#backword8 {font-size:17px; color: #CCA2E4; position: absolute; top: 420px; left: 50px;}	
	
	#footer {padding-left: 30px; padding-bottom: 5px; padding-top: 5px; text-align: left; color: white; background-color: #7A4697; margin-bottom: 0; font-size: 11px; }
	#footer a {color: white; text-decoration:none; color: #80CFE2;}
	#footer a:hover {color: white; text-decoration:underline;}

