/*  				     	  @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:#94CD1C;
	scrollbar-arrow-color:#000066;
	scrollbar-track-color:'';
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
	margin: 0;
	background-image: url(../images/bg_image.gif);
	}
	
	p {
	font-size:95%;
	text-align: justify;
	color: #000000;
	}
	h1 {
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
	}
	h2 {
	font-size: 105%;
	font-weight: bold;
	color: #FF6600;
	}
	
	h3{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	}
	ul, ol { font-size:95%}
	
	ul li { padding-bottom:5px;}
	
	a:link {
	color: steelblue;
	font-size: 95%;
}
	a:visited {color: steelblue;}
	a:hover {color: #99CC00;}
	
	.normalcentre {
	text-align: center;
	color: #000066;
	}
	.smallertext { font-size:85%}
	
	ol li {
	padding-bottom: 5px;
	}
	
	.redheart {
	color:#FF0000;
	padding: 0 5px;
	font-size: 90%;
	}
	
	.whitetext { color:#FFFFFF}
	.greentext { color:#669900}
	.bluetext {	color: #3366cc}
	.orangetext {
	font-size: 90%;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	}

	
	#wrapper{
	width:800px;
	margin: 0px auto 0px auto;
	border: solid #999 1px;
	background-color: #3366cc;
	padding: 0;
	}


/* Banner  area */

	#banner{
	margin: 0;
	background-color: #FFFFFF;
	width: auto;
	position: relative;
	padding: 0px;
	height: 120px;
	clear: both;
	background-repeat: repeat-x;
	background-image: url(../images/bg_banner.gif);
	}
	
	#contactbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 328px;
	position: absolute;
	top: 13px;
	left: 33px;
	background-image: url(../images/contact_brackets.gif);
	background-repeat: no-repeat;
	height: 140px;
	}
	
	/* 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{
	background-color: #3366cc;
	color:#FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	border-bottom: solid #999 1px;
	border-top: solid #999 1px;
}

	#topnav a:link {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
	#topnav a:visited {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
	#topnav a:hover {
	color: #33CCFF;
}
	#topnav a:active {
	color: #33CCFF;
	text-decoration: none;
}



	
/*left Nav layout*/
	#leftcontent {
	width:175px;
	margin-left: 2px;
	float: left;
	margin-top: 10px;
	text-align: center;
	}
		
	ul.leftlist {
	text-align: left;
	font-size: 80%;
	margin-left: 30px;
	font-weight: bold;
	margin-top: 0px;
}

/*Left Nav page Code*/

	body#home a#homenav ,
	body#about a#aboutnav,
	body#counselling a#counsellingnav,
	body#waywork a#wayworknav,
	body#resources a#resourcesnav,
	body#contact a#contactnav {
	color: #FF6600;
	}	

/* main content area*/
	#maincontent{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px 15px 5px 10px;
	margin-left: 180px;
	background-image: url(../images/cnr_top_left.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	}
	
	ul.homelist {
	font-size: 95%;
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
	}
	
	ul.bullets {	list-style-type: none;
	list-style-image: url(../images/bullet.gif);}
	
	ul.homelist li{
	padding-right: 20px;
	padding-bottom: 8px;
	
	}
	
	.answers {
	font-style: italic;
	}
	
	#mainbullets{
	height: 220px;
	}
	
	
	ul.rightlist li {
	margin-left: 170px;
	padding-bottom: 5px;
}

	
	.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;
	}
	

	.imgfloat {
	float: left;
}

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

.testimonial {
	font-style: italic;
}

	.quotebox {
	text-align: center;
	}
	
	.quotetext1 {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
	.quotetext2 {
	font-size: 80%;
	border: solid #ccc 1px;
	padding: 4px;
	margin: 0 5px;
	text-align: center;
	color: #FFFFFF;
	}
	
	.quotemark {
	font-size: 140%;
}
	
.centerquote {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.services {
	font-size: 120%;
	font-weight: bold;
	color: #FF6600;
	margin-left: 180px;
}

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

	#footer {
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	margin-left: 180px;
	background-image: url(../images/cnr_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 5px;
	}

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

	.footerlinks A:link, .footerlinks A:visited {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	color: #3366cc;
	font-size: 100%;
	}

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

	.copyright {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}
	
	.ahm, a.ahm:link, a.ahm:visited,a.ahm:active{
	text-decoration: none;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	}
	
	.clear {clear: both;}
