/* Healing thru Spirit Style 3/13/04
   3 column fluid layout based on glish.com:CSS layout techniques:3 columns, the holy grail. Includes VoiceFamilyHack code by Tantek Celik, that makes use of a CSS parsing bug in IE5x PC that will prematurely close a style rule when it runs into the string "\"}\"". Makes it possible to operate with the box model.
  */ 
   
/* setting basic body style */
body {
	background-color: #B8D4ED;
	font-family: Tahoma, sans-serif;
	font-size: 100%;
	color:#000; 
	background-image: url(images/backTile5.jpg);
	background-position:0px 79px 0px 0px;
	margin: 0;
	padding:0;
	letter-spacing: 0.001em;
	line-height:111%;
}


h1{
	text-align: center;
	font-size: 1.5em;
	padding-top:0.5em;
	margin-bottom:0;
}

h2 {
	font-size: 1.35em;
	text-align: left;
	padding-top:0.5em;
	margin-bottom:0;
}

h3 { 
	font-size: 1.25em;
	text-align: left;
	padding-top:0.5em;
	margin-bottom:0;
}


p {
	padding: 6px;
	margin-right: 2em;
	margin-left: 1em;

}


/* style for logo or header across top */

div#header {
	height:80px;
	margin-bottom: 0;
	background-color:#BBD4D9;
	background-image: url(images/headerLeft.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:79px;
	margin-bottom: 0;

}

	
/* navigation buttons style */

div#navigation {
		position: absolute;
		left:20px;
		top:120px;
		width:145px;
} 

div#navigation a:link, a:visited{
  		font-family: "Tahoma", sans-serif;
  		font-weight: bold;
  		font-size: 1em;
  		color:#130486;
  		text-decoration:none;
  }
  	
	
 div#navigation a:hover{
  		color:#7FA9CD;
  		
 }



div.liveLink { 
		font-family: "Tahoma", sans-serif;
  		font-weight: bold;
  		font-size: 1em;
  		color:#7FA9CD;
  		
 }

/* style for main content div */

div#mainContent {
		margin-top: 0;
		background:#fff;
   		margin-left: 146px;
   		margin-right:225px;
		border: 2px solid silver;
		padding: 0px 5px 5px 5px;
		display: block;
		letter-spacing: .001em;
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-top: 0;
   		margin-left: 151px;
   		margin-right:224px;
   		border: 2px solid silver;
   		display: block;
}


div#mainContent a:link, a:visited{

  		color:#130486;
  		text-decoration:none;
 }

	
div#mainContent a:hover{
  		color:#7FA9CD;
  		
 }
p.main-text a:link, a:visited{

  		color:#130486;
  		text-decoration:none;
 }

	
p.main-text a:hover{
  		color:#7FA9CD;
  		
 }
img#beverly{
	float: right;
	margin-right: 20px;
}


/* style for main text class--may do away with this in the future */


ul li {
	 font-family: "Tahoma", sans-serif;
	 font-size: 1em;
	 line-height: 120%;
	 list-style: disc;
	 letter-spacing: .001em;
}



div.main-text ul li{
	list-style:circle;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 5px;
	display: block;
}

 
div.main-text blockquote{
	text-align: center;
}


div#mainContent p.testimonial{
	font-family: "Tahoma", sans-serif;
	width: 80%;
	font-size: .95em;
	letter-spacing: .001em;
	margin: 2px 20px 2px 20px;
}
div#mainContent p.client, span.clientF {
	font-family: "Tahoma", sans-serif;
	font-size: .85em;
	width: 80%;
	text-align: right;
	margin-right: 30px;
}

div#mainContent span.clientF  {
	display: block;
	width: 100%;
	text-align: right;
	margin-right: 5px;
	margin-bottom:1px;
}

#fred {
	border: 1px dashed #C0CEB7;
	background-color: #FFFBFF;
	text-align: justify;
	padding: 5px 5px 5px 5px;

}

#tamanna{
	border: 1px dotted #C0C3B7;
	background-color: #EFF5FB;
	text-align: justify;
	padding: 5px;
}

p.testimonial#vicky{
	margin-top: 10px;
	padding-top: 20px;
}
/* style for text used in right column--also may be replaced as not needed? */

div.classText{

	font-family: "Tempus Sans ITC",sans-serif;
	font-size: 1em;
	font-weight: normal;
}

div.classText ul li{

	font-family: "Tempus Sans ITC",sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .015em;
}

.intro {
	width: 80%;
}
/* not sure why I'm using this.. part of the 3 column layout from glish.com may remove when I figure that out! */

*html>body div#mainContent {
   		margin-left: 151px;
   		margin-right:224px;
		}


/* style for right column */

div#rightcolumn {
		position: absolute;
		right:10px;
		top:150px;
		width:225px;
		background:#fff;
		border:2px solid silver;
		padding: 5px 5px 5px 5px;
		}

div#rightcolumn p {
		font-size:.85em;
		}

div#rightcolumn p.main-text{
		font-size:1em;
		text-align: justify;		
		}
	
div#rightcolumn a:link, div#rightcolumn a:visited{
	font-family: "Tempus Sans ITC",sans-serif;
	font-weight: bold;
	font-size: 1em;
	color:#130486;
  	text-decoration:none;
}
	
div#rightcolumn a:hover{
	background:#17296D;
	color: #BFDCF5;
}



div#rightcolumn h2{
	font-family: "Tempus Sans ITC",sans-serif;
	font-weight: bold;
	font-size: 1.75em;
	text-align: center;
}

div#rightcolumn h3{
	font-family: "Tempus Sans ITC",sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}

div#rightcolumn h4{
	font-family: "Tempus Sans ITC",sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	text-align: left;
}

div.main-text{
	 
	 font-size: 1em;
	 font-weight: normal;
	 margin-right: 30px;
	 margin-left: 5px;
}

dl dt {
	background-color: #EEE;
	font-size: 1em;
	font-weight: bold;
	border: 1px dashed silver;
	color: #17296D;
}

dd {
	margin-bottom: 1.01em;
	margin-top: 0.5em;
}

div.clasDetails {
	text-align: center;
}

#personal {
	color: #17296D;
	border: 1px dotted silver;
	background-color: #EEE;
	padding: .023em;
	display: block;
	text-align: center;
}

div.clasTitle{
	font-size: 1.10em;
	color: #17296D;
	text-align: left;
}
div#sign {
	font-size: 1.02em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: 75%;
}

/* style for bottom of page navigation */

div#footerLinks{
	text-align: center;
	margin: 0 auto;
	padding-top: 2em;
	
}
	
div#footerLinks a:link, div#footerLinks a:visited{
	
	font-weight: bold;
	font-size: 1em;
	color:#130486;
  	text-decoration:none;
  	
  	
}
	
div#footerLinks a:hover{

	color: #7FA9CD;
	text-decoration:none;
	
	
}

div#footerLinks ul {list-style:none;}
div#footerLinks ul li{display: inline; margin: 0.5em 1em;}

/* style for copyright section */
div#footer{
	text-align: center;
	margin-top: 2.5em;
	font-weight: bold;
	font-size: .85em;
	border-top: 2px solid silver;
	padding-top: 0.33em;
	margin-left: -4em;
	
}

div#footer a:link, div#footer a:visited{
	

	font-size: 1em;
	color:#130486;
  	text-decoration:none;
  	
  	
}
	
div#footer a:hover{

	color:#7FA9CD;
	text-decoration:none;
	
}

ol {
	list-style: decimal;
	line-height: 1.25em;
}

ol li {
	margin-bottom: .259em;
}
/* style for general placement of images---more work in progress stuff */
div.image{
	padding: 2px 2px 2px 5px;
}
  	
#more {display: none;}
span#carol {
		text-align: right;
		font-style: italic;
		font-size: 85%;
		display: block;
	}
span#carol a:visited {
	color: #CCC;
}
		
p#carol1 {

	padding-top: 3em;
	margin-top: 3em;
}
div#ccCode{
float:right;
text-align:center;
padding-right:2em;
margin-top:10px;
}

div#ccCode form{
   padding:0.5em 0;
}