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

/*generic css format */

body {font-family:Arial, Helvetica, sans-serif;}


	p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:100%;
	line-height: 120%;
	}
	
	h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color: #000066;
	}

	h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #000066;
	}
	
a:link, a:visited{color: #000066; }
a:hover {color: #FF0000;}
a:active {color: #000066;}

	#wrapper {
		position:relative;
		width:800px;
		z-index:1;
		}
		
/*Banner Area*/
	#banner {
		width: 400px;
		}
	
/*Left Content Area*/	
	#leftcontent {
	width:228px;
	height:400px;
	z-index:2;
	background-image: url(../images/logo_pillar.gif);
	background-repeat: no-repeat;
	background-position: 100% -2px;
	float: left;
		}
	/*#nav-menu ul
	{
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
	} */

/*left Nav layout*/
	/*#leftcontent {
	width:155px;
	background:#fff;
	color: #FFFFFF;
	margin-left: 3px;
	float: left;
	margin-top: 0px;
	} */
		
/*Left Nav Menu Code*/

	#menu{
	margin-bottom: -10px;
	}
	.greenwavemenu {
	text-align: left;
	border: 0;
	}
	
	#leftcontent ul, #leftcontent ul li, #leftcontent li ul {
	font-size:13px;
	background-color: #FFFFFF;
	}

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

	#leftcontent ul li {
	position: relative;
	font-weight: bold;
	}
	
	#leftcontent li ul {
	position: absolute;
	left: 154px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	

/* Styles for Menu Items */
	#leftcontent ul li a {
	display: block;
	text-decoration: none;
	color: #000099;
	background: #fff; /* IE6 Bug */
	padding: 5px 2px 5px 5px;
	border-bottom: 1px dotted #ccc;
	background-image: url(../images/menu_image_off.gif);
	background-repeat: no-repeat;
	background-position: top-left;
	}

/* 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 li a:hover {
	color: #FF0000; text-decoration:underline;
	background: ""; 
	} 
	
	
/* Sublist Styles */	
	#leftcontent ul li ul li a:link,#leftcontent ul li ul li a:visited{
	color: steelblue;
	background: #99CC00;
	}
	
	
/* Hover Styles */
	#leftcontent ul li ul li a:hover {
	color: #FFF;
	background: "";
	}
	
 /* 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;
	}

	ul#nav li a:hover {
	background-image: url(../images/menu_image_on.gif);
	background-repeat: no-repeat;
	background-position: top-left ;
	}
	


	
/*Left Nav page Code*/

	body#home a#homenav ,
	body#whatis a#whatisnav,
	body#benefits a#benefitsnav,
	body#counselling a#counsellingnav,
	body#aim a#aimnav,
	body#courses a#coursesnav,
	body#consultations a#consultationsnav,
	body#consultants a#consultantsnav,
	body#products a#productsnav,
	body#resources a#resourcesnav,
	body#contact a#contactnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding-left:5px;
	background-color: "";
	background-image: url(../images/menu_image_on.gif);
	background-repeat: no-repeat;
	background-position: top-left;	
	}	

		
/*Main Content Area*/
	#content {
	float: left;
	width: 530px;
	margin-left: 30px;
	}
	
	.firstl {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:95%;
	color: #000066;
	}
	
	.aimletter{ font-weight:bold;}
	.aimpmargin{
	margin-left:25px;
	display: block;
	margin-top: -20px;
	}
	
	.marginbot{ margin-bottom:-18px;}
	
	.imgleft {margin-right:10px}
	
	.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-top: -10px;
	width: 100%;
	text-align: right;
	border-bottom: solid #ccc 1px;
	clear: both;
	margin-bottom: 10px;
}

.top2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 100%;
	text-align: right;
	border-bottom: solid #ccc 1px;
	clear: both;
	margin-bottom: 5px;
	padding-bottom:0;
}
.top a:link, .top a:visited, .top2 a:link, .top2 a:visited  {
	text-decoration: none;
	color: #666666;
}
.top a:hover, .top2 a:hover {
	text-decoration: underline;
	color: #000066;
}

.toppointer {
	font-size: 18px;
}
	
	
/*Footer Area*/	
	#footer {
	clear: both;
	font-size: 70%;
	display: block;
	text-align: center;
	margin-left:230px;
	}

	
	.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000099;
	}

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

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

	.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
	}
	
	.ahm, a.ahm:link, a.ahm:visited,a.ahm:active{
	text-decoration: none;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000099;
	font-size: 12px;
	}
	a.ahm:hover{
	text-decoration: none;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FF0000;
	font-size: 12px;
	}
