@charset "UTF-8";
body  {
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-attachment: fixed;
	background-color: #8D53A7;
	background-image: url(../nav_images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContent a {
	color: #FDFCA9;
}
#mainContent .poem p,#mainContent .poem h1 {
	font-family: "Monotype corsiva";
	font-size: 21px;
	text-align: center;
}
#mainContent .poemmain p,#mainContent .poemmain h1 {
	font-family: "Monotype corsiva";
	font-size: 24px;
	text-align: center;
}
#mainContent  h2 {
	font-size: 20px;
}

#mainContent  h1,h2,h3 {
	color: #FAE268;
}
#mainContent  h1 {
	font-size: 35px;
	font-family: "Monotype corsiva";
	font-weight: normal;
}
#mainContent  h2 {
	font-size: 16px;	
}
#mainContent  h3 {
	font-size: 14px;	
}
#container  {
	width: 965px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../nav_images/content-back2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #A08AB9;
} 

#header {
	height: 435px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#header .logo a {
	text-decoration: none;
	text-indent: -9000px;
	display: block;
	height: 150px;
	width: 320px;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	background-image: url(../nav_images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 250px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 11px;
}
#footer-nav {
	color: #A58EBA;
	background-color: #D3B597;
	text-align: center;
	font-size: 11px;
}
#footer-nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/*---------------H Menu----------------*/
#main-menu {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
	
}
#main-menu li {
	float: left;	
	
}
#main-menu  a:hover {
	background-position: center bottom;
	
}



#main-menu  a {
	text-indent: -9000px;
	display: block;
	height: 28px;
	
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;	
}

.home a {
	background-image: url(../nav_images/btns/home.gif);	
    width: 85px;
}

.about a {
	background-image: url(../nav_images/btns/about-us.gif);
    width: 85px;
}
.news a {
	background-image: url(../nav_images/nav-top/news.gif);
    width: 85px;
}

.site-map a {
	background-image: url(../nav_images/btns/site-map.gif);
    width: 85px;
}

.contact a {
	background-image: url(../nav_images/btns/contact-us.gif);
    width: 85px;
}

.christine a {
	background-image: url(../nav_images/btns/christine-albright-top.gif);
    width: 170px;
}

.Donate1 a {
	background-image: url(../nav_images/btns/Donations-top.gif);
    width: 85px;
}










/*---------------Side Menu Left----------------*/


#nav {
	width: 156px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav a {
	width: 156px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9000px;
	margin-bottom: 2px;
}

#nav .mshome a {
	background-image: url(../nav_images/btns/home-ms-healing-side.gif);
}

#nav .healingServices a {
	background-image: url(../nav_images/btns/healing-services.gif);	
}
#nav .msgroups a {
	background-image: url(../nav_images/btns/support-groups.gif);	
}
#nav .healinggroups a {
	background-image: url(../nav_images/btns/self-healing-groups.gif);	
}

#nav .AlternativeHealing a {
	background-image: url(../nav_images/btns/Alternative-Healing.gif);	
}
#nav .SpiritualHealing a {
	
	
	background-image: url(../nav_images/btns/Spiritual-Healing.gif);	
	
}
#nav .QuantumHealing a {
	
	
	background-image: url(../nav_images/btns/Quantum-Healing.gif);	
	
}
#nav .InnateHealing a {
	
	
	background-image: url(../nav_images/btns/Innate-Healing.gif);	
	
}
#nav .InnerChildHealing a {
	
	
	background-image: url(../nav_images/btns/Inner-Child-Healing.gif);	
	
}
#nav .HealingTips a {
	
	
	background-image: url(../nav_images/btns/Healing-Tips.gif);	
	
}
#nav .HealingArticle a {
	
	
	background-image: url(../nav_images/btns/Healing-Article.gif);	
	
}
#nav .HealingVideo a {
	
	
	background-image: url(../nav_images/btns/Healing-Video.gif);	
	
}
#nav .Inspirations a {
	
	
	background-image: url(../nav_images/btns/Inspirations.gif);	
	
}
#nav .MeetChristine a {
	
	
	background-image: url(../nav_images/btns/Meet-Christine.gif);	
	
}
#nav .ClientSuccesses a {
	
	
	background-image: url(../nav_images/btns/Client-Successes.gif);	
	
}
#nav .GuidedImageryCD a {
	
	
	background-image: url(../nav_images/btns/Guided-Imagery-CD.gif);	
	
}
#nav .HelpingThroughLove a {
	
	
	background-image: url(../nav_images/btns/Helping-With-Love.gif);	
	
}
#nav .Donations a {
	
	
	background-image: url(../nav_images/btns/Donations.gif);	
	
}
#nav .Newsletter a {
	
	
	background-image: url(../nav_images/btns/Newsletter.gif);	
	
}


#nav a:hover {
	background-position: right top;
	
}
#mainContent .testimonials {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6E6B93;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

