@charset "utf-8";
/* CSS Document */

/*
AUTHOR: Eileen Casey
		multimedia@eileensdesignz.com
		http://www.eileensdesignz.com
*/

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }

.clear { clear:both; }
/* END TOOLBOX */


body {background:url(../images/bggradient.png) repeat-x;
}

.page_wrapper {									/* HOLDS EVERYTHING ON PAGE */
    position:relative;
	margin-left:auto;
	margin-right:auto;
	width:920px;
	height:auto;
	z-index: 100;
}

.container{						/*page content container holds collums bottom menu top, middle and bottom bg images */
width: 920px;
height:auto;
z-index: 200;
}

.element_holder{                  /*    holds page content          */
background:url(../images/mid.png) repeat-y;
width: 920px;
height:auto;
z-index:500;
}

.top_white{           /*  contains shadow at top of page */
background:url(../images/top.png) no-repeat;
width:920px;
height:30px;
}

.white_bottom{                                /*  contains shadow at bottom of page */
background:url(../images/bottom.png) no-repeat;
width: 920px;
height: 30px;
bottom: 0px;
 }

#head {
	width: 800px;
	height: 120px;
	padding: 0px 60px 0px 60px ;
}

	
.rule{background:#000099;
	width: 805px;
	height: 2px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 3px;
	margin-top:10px;
	} 

.collum-left{
	width:20%;
	height:100%;
	float:left;
	padding-top:10px;
	padding-bottom:30px;
	}
	
.coll_right{
	width:76%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	float:right;
	padding-top:15px;
	padding-right:10px;
	}

.blue_head {
	color:#000099;
	font-size:20px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red_head {
	color: #990000;
	font-size:16px;
	font-weight: bold;
}
.black_head{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.red_text{
color:#990000;}	
.blue_text{
color:#000099;}	

#lg2green{
list-style: none;
}
#lg2green li{ 
padding-bottom: 8px;
}

.splash_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	margin-right:50px;
	margin-left:50px;
	padding-top:10px;
	padding-bottom:50px;
}


.main_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:10px;
	padding-top:35px;
	}
	
.sendnames{
float:right;
padding-right: 150px;
}

.book {
	width:200px;
	height:134px;
	margin-top:40px;
	margin-left: 185px;
	margin-bottom:25px;
}

.footer {
	height: 20px;
	width: 685px;
	padding-bottom:15px;
		}

.healinginput {
	position:absolute;
	left:210px;
	top:135px;
	width:570px;
	height:273px;
	z-index:5;
	}

.closingheal {
	position:absolute;
	left:210px;
	top:556px;
	width:580px;
	height:30px;
	z-index:5;
	}

.facebook{float:right; }
	
.title {
	position:absolute;
	left:239px;
	top: 40px;
	width:388px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #990000;
}

.head_one{
	position:absolute;
	left:282px;
	top: 82px;
	width:316px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000099;
	z-index:5;
}

.text_about{
	position:absolute;
	left:218px;
	top:172px;
	width:485px;
	height:372px;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	z-index:5;
	overflow:auto;
}

.min_about{
	position:absolute;
	left:57px;
	top:170px;
	width:640px;
	height:372px;
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	z-index:5;
	overflow:scroll;
}
.bio_pic {
	float:right;
	margin-left: 4px;
	margin-right: 23px;
	margin-top: 20px;
	width: 130px;
	height: 140px;
	border:0px;
}

.red{
	position:absolute;
	left: 10px;
	top: 40px;
	width:100px;
	height:80px;
	z-index: 5;
	background-color: #FF0000;
}



