/*  				     	  @hm Website Design & IT Support Services					    */
/*  								=======================									*/
/*									  CSS Stylesheet 2005									*/
/*									Written By: Andrew Hill-Male							*/
/* ======================================================================================== */



/*generic css format */

body {
	font-size:90%;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
			
	p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0px 10px 10px 10px;
	line-height: 120%;
		}
		
	h1 {
	font-family: Verdana, Arial;
	font-size: 120%;
	font-weight: bold;
	margin-left: 8px;
	color: #B11A8B;
	}
	h2 {
	font-family: Verdana, Arial;
	font-size: 110%;
	font-weight: bold;
	color: #11147f;
	vertical-align: middle;
	margin-left: 8px;
	}
	h3 {
	font-family: Verdana, Arial;
	font-size: 100%;
	font-weight: bold;
	color: #11147f;
	vertical-align: middle;
	margin-left: 8px;
	}
	h4 {
	font-family: Verdana, Arial;
	font-size: 90%;
	font-weight: bold;
	color: #11147f;
	vertical-align: middle;
	line-height: 20px;
}

li {
	font-family: Verdana, Arial;
	font-size: 90%;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/Bullet_Logo.gif);
	right: 2px;
	color: #11147F;
	line-height: 20px;
}
ul {
font-size:90%
}
ol {
font-size:90%
}
th {font-size:90%}
td {font-size:90%}

	a:link {color: #0000FF;}
	a:visited {color: #0000FF;}
	a:hover {color: #B11A8B;}
	
	.quotetext {
	font-family: Verdana, Arial;
	font-size: 100%;
	color: #B11A8B;
	text-align: justify;
	font-style: italic;
	height: auto;
	padding: 15;
	font-weight: bold;
}

/*Wrapper Div*/
	#wrapper {
	width:98%;
	margin: 0px auto 0px 10px;
	}
	
/*header banner layout*/
	#banner {
	height: 120px;
	background:#fff;
	z-index: 1;
	background-image: url(../images/Erica_Pic.jpg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	border-bottom: solid 2px #ccc;
	padding-top: 15px;
	}
		
	#ericapic {
	position: absolute;
	top: 5px;
	right: 65px;
	background:#fff;
	}
	
/*left Nav layout*/
	#leftcontent {
	width:160px;
	background:#fff;
	height: 500px;
	float: left;
	padding-top: 20px;
	margin-left: 5px;
	}
	
	
/*Left Nav Code*/

#leftnavbox {
	border: solid #B11A8B 1px;
	width: 150px;
	margin-left: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
	}
	
	.navmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	background-image: url(../images/horiz_dots_fill.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	list-style-type: none;
	text-align: left;
	line-height: 25px;
	margin-left: 5px;
	margin-right: 15px;
	}
	
	.navmenu a:link{text-decoration: none;}
	.navmenu a:visited{text-decoration: none;}
	.navmenu a:hover{text-decoration: underline;}
	.navmenu a:active{text-decoration: none;}

	body#home a#homnav,
	body#about a#aboutnav,
	body#services a#servicesnav,
	body#reiki a#reikinav,
	body#contact a#contactnav,
	body#testimonials a#testimonialsnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #B11A8B;
	text-decoration: none;
	}	

/* Scroll div area*/
#left_scroller {
	border: 1px solid #ccc;
	margin-top: -10px;
	clear: both;
	height: 200px;
	width: 150px;
	}
	
/*Center Nav layout*/
	#centercontent {
	background-image: url(../images/bgvertdots.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 10px;
	margin-left: 180px;
	margin-right: 200px;
	}
		
	html>body #centercontent {
	margin-left: 180px;
	margin-right:200px;
	width: auto;
	}
		
/*right Nav layout*/
	#rightcontent {
	width:180px;
	background: #fff;
	z-index: 5;
	height: 500px;
	float: right;
	margin-top: 20px;
	margin-right: 5px;
		}
		
	#rightcontent p {
	font-size:80%;
	text-align: left;
	margin-right: 5px;
		}
	#rightcontent h4 {
	font-family: Verdana, Arial;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	color: #CCCCCC;
	background-color: #B11A8B;
	background-image: url(../images/cnr_top_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
	margin: 0;
	}
	.righttext {
	border: dotted #ccc 2px;
	padding: 10 0 10 0;
	margin: 10;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
/* Footer area*/

#footer {
	border-top: solid 2px #ccc;
	padding-top: 5px;
	width: 100%;
	clear: both;
	top: 0px;
	}

.footerlinks {
	font-family: Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #000000;
	width: auto;
}

.footerlinks A:link, .footerlinks A:visited {
	text-decoration: none;
	color: #000000;
	font-family: Helvetica, sans-serif;
	}

.footerlinks A:hover {
	text-decoration: underline;
	color: #FFCC00;
	}
.footerlinks A:active {
	text-decoration: none;
	color: #000000;
	}

	.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
.clear {
clear: both;
}
