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

/* wrapper  and generic code*/

	body {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color:#b3b665;
	scrollbar-arrow-color:#000066;
	scrollbar-track-color:'';
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	margin: 0;
	background-color: #efeac9;
	}
	
	p{
	font-size:90%;
	text-align: justify;
	color: #666666;
	line-height: 110%;
	}
	
	ul{
	font-size:90%;
	text-align: justify;
	color: #666666;
	line-height: 120%;
	}
	
	ul li { padding-bottom:5px}
	
	h1 {
	font-size: 120%;
	font-weight: bold;
	color: #b3b665;
	}
	h2 {
	font-size: 115%;
	font-weight: bold;
	color: #b3b665;
	}
.greybold {
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.orangetext { color:#fe9900}

	
	h3{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	}
	
	a:link {
	color: #A3A538;
}
	a:visited {
	color: #A3A538;
}
	a:hover {
	color: #666600;
}
	
	.faqlinks a:link { text-decoration:none}
	.faqlinks a:hover { text-decoration:underline}
	
	.normalcentre {
	font-size:100%;
	text-align: center;
	color: #000066;
	}
	
	
	#wrapper{
	width:800px;
	margin: 0px auto;
	background-color: #b3b665;
	}


/* Banner  area */

	#banner{
	margin: 0;
	background-color: #FFFFFF;
	width: auto;
	padding: 0;
	}
	
	
	.maintitle {
	color: #669900;
	font-size: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 30px;
	} 
	.stretchtext {
	padding-top: 0px;
	margin-top: 0px;
	letter-spacing: 0.09em;
}
	
	
	#contactbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	top: 25px;
	margin-left: 570px;
	z-index: 1000;
	}
	
	/* html #contactbox {font-size:12px; margin:25px 0 0 70px;}*/
	
	.logo{
	background-color: #FFFFFF;
	top: 10px;
	right: 10px;
	width: 252px;
	clear: both;
	float: right;
	}
	
	.contacttxt{ font-size:12px; margin:25px 0 0 72px}
	
/* top Navigation area */

#topnav{
	color:#FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	border-bottom: solid #999 1px;
	width: 800px;
	border-top: solid #999 1px;
}

	#topnav a:link {
	color:#fff;
	text-decoration: none;
}
	#topnav a:visited {
	color:#fff;
	text-decoration: none;
}
	#topnav a:hover {color: #33CCFF;}
	#topnav a:active {
	color: #33CCFF;
	text-decoration: none;
}



	
/*left Nav layout*/
	#leftcontent {
	width:175px;
	margin-left: 5px;
	float: left;
	margin-top: 10px;
	text-align: center;
	}
	
	.leftimagebox {
	margin-top: 20px;
	}
	
	.leftquotebox{
	color: #FFFFFF;
	font-size: 14px;
	margin: 10px 2px;
	}
	
	.quotemks {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 16px;
	}	
	.capatext {
	font-style: italic;
	text-align: left;
	font-size: 80%;
	margin-left: 5px;
	width: 400px;
}	

	.expect {}

/*Left Nav Menu Code*/

	#menu{
	}

	
	#leftcontent ul, #leftcontent ul li, #leftcontent li ul {
	font-size:13px;
	}

	#leftcontent ul {
	list-style: none;
	width: 155px;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 15px;
	}

	#leftcontent ul#nav li ul{
	position: relative;
	font-weight:bold;
	margin:5px 0 0 15px;
	}
	
/*	#leftcontent li ul {
	position: absolute;
	left: 154px;*/ /* Set 1px less than menu width */
/*	top: 0;
	display: none;
	}*/
	
	.label{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}

/* Styles for Menu Items */
	#leftcontent ul li a {
	display: block;
	text-decoration: none;
	color: #fff; /* IE6 Bug */
	padding: 5px 2px 5px 5px;
	background: #b3b665;
	}

/* Fix IE. Hide from IE Mac \*/
	*  html #leftcontent ul li {
	float: left;
	height: 1%;
	display: block;
	}
	*  html #leftcontent ul li a {
	height: 1%;
	}
/* End */

	#leftcontent  ul#nav li a:hover {
	color: #999;
	background-image: url(../images/menu_image_hover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	} 
	
	#leftcontent  ul#nav li.noleaf a:hover  {
	color: #fff;
	background-image: none;

	} 
	
	
/* Sublist Styles */	
	#leftcontent ul li ul li a:link,#leftcontent ul li ul li a:visited{
	color: #FFFFFF;
	}
	
	
/* Hover Styles */
	#leftcontent ul li ul li a:hover {
	color: #FFF;

	}
	
 /* Hover Styles */
		
	#leftcontent li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
	/* #leftcontent li:hover ul, #leftcontent li.over ul { display: block; } /* The magic */
	
/*special Menu span*/	
	.wave{
	padding-left:18px;
	background-image: url(../images/menu_image_off.gif);
	background-repeat: no-repeat;
	background-position: top-left;
	}
	

/*Left Nav page Code*/

	body#home a#homenav ,
	body#about a#aboutnav,
	body#services a#servicesnav,
	body#how a#hownav,
	body#clinic a#clinicnav,
	body#workshops a#workshopsnav,
	body#counselling a#counsellingnav,
	body#group a#groupnav,
	body#articles a#articlesnav,
	body#testimonials a#testimonialsnav,
	body#resources a#resourcesnav,
	body#contact a#contactnav,
	body#faq a#faqnav {
	color: #7d822b;
	font-weight: bold;
	background-image:url(../images/menu_image_active.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	}	



/* main content area*/
	#maincontent{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px 15px 5px 10px;
	margin-bottom: 0px;
	margin-left: 180px;
	margin-top: 0px;
	position: relative;
	}
	
	#mainbullets{
	height: 220px;
	}
	
	.groupbutton {
	width:300px;
	background-color:#999900;
	color:#FFFFFF;
	text-align:center;
	margin:10px auto;
	padding: 5px;
	border: dotted #999 solid;
}
	
	.groupbutton a:link,.groupbutton a:visited  {
	color:#FFFFFF;
	padding: 10px;
	text-decoration: none;
	margin: 10px auto;
	text-align: center;
}
	.groupbutton a:hover { text-decoration:underline}
	
	#business{
	width: 300px;
	float: left;
	margin-left: 5px;
	}
	
	#personal{
	width: 280px;
	padding-top: 0px;
	float: right;
	margin-right: 5px;
	}
	
	.topquote{
	font-style: italic;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	float: right;
	display: block;
	margin-top: -40px;
	margin-right: 50px;

	}
	
	.pagequote {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	color: #669900;
	}
	
	.mainlinkboxes { width:;400px;
	font-size:18px;
	width: 370px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #999900;
}

.mainlinkboxes a:link, .mainlinkboxes a:visited {
	font-size:16px;
	padding-top: 2px;
	text-decoration:none;
	color:#FFFFFF
}

.mainlinkboxes a:hover { text-decoration:underline}
	
	ul.grnleaf li {
	list-style-image: url(../images/celtic_bullet.gif);
	font-weight: bold;
	font-size: 93%;
	padding-bottom: 3px;
	}
	.logobullet2{
	list-style-image: url(../images/bullet2.gif);
	list-style-position: outside;
	}
	
	.logobullet3, .logobullet3 li a:link, .logobullet3 li a:visited, logobullet3 li a:active{
	list-style-image: url(../images/bullet2.gif);
	list-style-position: outside;
	line-height: 23px;
	color: steelblue;
	text-decoration: none;
	font-weight: bold;
	}
	
	.logobullet3 li a:hover{ text-decoration:underline}
	
	.bglogo{
	background-image: url(../images/logo_bg.gif);
	}
	
	.intro{
	color: #9933FF;
	font-weight: bold;
	margin-top: 0px;
	}

	.top{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 0px;
	clear: left;
	margin-top: 10px;
	}
	
	.toppage, .toppage a:link, .toppage a:visited {
	text-align: right;
	font-size: 10px;
	border-bottom: solid #ccc 1px;
	color: #84A443;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	}
.toppage a:hover {
	color:#666600;
}
.toppage a:active {
	color:#B3B665;
}
	
	.greenbox{
	border: solid #94CD1C 1px;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: 95%;
	}
	
	.newsbox {
	background-color: #eaeaea;
	padding: 0px 15px 15PX;
	border: solid #ccc 1px;
	float: right;
	left: 347px;
	height: 300px;
	width: 180px;
}
	
	.booktitles{
	color:#9900FF;
	font-weight: normal;
	}
	
	.formfield{ font-family:"Trebuchet MS", Verdana, Arial}
	
	.bookings{
	width: 400px;
	margin: 0 auto;
	}

	.imgfloat {
	float: left;
}

.imageleft {
	margin-right: 10px;
	float: left;
}
.imageright {
	float: right;
	margin-left: 15px;
}

.testimonial {
	text-align: justify;
	font-style: italic;
	width: 580px;
}

	.quotebox {
	text-align: center;
	}
	
	.quoteimagebox {
	width: 500px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	color: #666666;
}
	
	
	
.centerquote {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
	.largetext {
	font-size: 120%;
}


/* subscribe form */
	
	.subscribeform{
	margin: 0;
	padding: 0;
	}
	
	fieldset { 
	margin: 0; 
	padding: 1em .5em .5em .5em; 
	} 
	legend { 
	padding: 0;  
	color: #000000;  
	} 
	input { 
	border: 1px solid #000000;  
	background-color: #F5F5F5; 
	} 


/* Footer area */
	.footerquiry {
	padding: 10px;
	font-size: 14px;
	clear: both;
	text-align: center;
	padding-left: 200px;
	}

	#footer {
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 180px;
	padding: 5px 0px;
	}

	.footerlinks {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}

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

	.footerlinks A:hover {text-decoration: underline;color: #FE9900;}
	.footerlinks A:active {text-decoration: none;color: #000000;}
	
	a.ahm:link, a.ahm:visited{ 
	color:#000000;
	text-decoration: none;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}

	.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
	
	a.ahm:hover{ 
	color:#FF9900;
	}
	
	
	.clear {clear: both;}
