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

/*generic css format */
body {font-family: Verdana;}

	
p {	font-size: 80%;
	color: #000000;
	line-height: 120%;
	text-align: justify;
	}	
	


h1 { font-weight:bold;
	font-size:90%;
	padding: 0;
	margin: 0;
	}
	
h2 {font-size:80%;
font-weight:bold;
	padding: 0;
	margin: 0;
	text-align: left;
	}

A:link, A:visited {
	text-decoration: underline;
	color: #32b3ed;
	font-size: 12px;
	font-weight: bold;
	}

A:hover {
	text-decoration: underline;
	color: #32b3ed;
	font-size: 12px;
	font-weight: bold;
	}



A:active {
	text-decoration: none;
	color: #314686;
	font-size: 12px;
	font-weight: bold;




}

A.light:link {
padding-left: 5px;	
text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;

}


A.light:visited {
	padding-left: 5px;	
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	}


A.light:active {
	padding-left: 5px;	
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	}

A.light:hover {
	padding-left: 5px;	
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	}


A.design:link {
	text-decoration: none;
	color: #000000;
	font-size: 7px;
	font-weight: bold;
	}


/* Wrapper area */
#wrapper {
	width:800px;
	margin:0 auto;
	position: relative;
	background-image: url(../images/Ghan_bg.gif);
	background-repeat: no-repeat;
	background-color: #32b3ed;
	background-position: left top;
}


/* Banner area */
	#banner{
	margin: 0;
	position: relative;
	text-align: left;
	padding: 0;
	height: 100px;
	}
	
	.bannertxt {
	width: 537px;
	left: 229px;
	top: 48px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	float: left;
	position: absolute;
	visibility: 1000;
	height: 46px;
	font-style: italic;
	}
	
	#namelogo {
	margin-left:230px;
	margin-top: 10px;
	}
		
/* Left Content */

#leftcontent {
	float:left;
	text-align: left;
	margin: 25px 0 0 0;
	position: relative;
	width: 180px;
}

#leftcontent p { text-align:left}

.whatsnew {
	margin-top: 20px;
	padding: 5px;
	width: 154px;
	position: relative;
	border: solid #fff 1px;
	margin-left: 10px;
	}
.whatsnew P {font-size:75%}	


#leftcontent A:link, #leftcontent a:visited {
	text-decoration: underline;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	}


#leftcontent A:hover {
	text-decoration: underline;
	color: #68C028;
	font-weight: bold;
	}



#leftcontent A:active {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}


		
/*Left Nav Menu Code*/
	
#nav, #nav ul { /* all lists */
	padding: 0 0 20px 5px;
	margin: 0;
	list-style: none;
	float : left;
	font-family:"Trebuchet MS", Arial, sans-serif;
	width: 10.9em;
	}
	
	#leftcontent#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : -1px;
	width: 10.9em;
	}
	
	#leftcontent #nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 170px;
	margin-top : -1.5em;
	width:13em;
	text-align:left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image:url(../images/menu_bg_submenu.jpg);
	}
	
	#leftcontent #nav li:hover, #leftcontent #nav li.hover {
    position: static;
	}
	
/*	#nav li ul a:link, #nav li ul a:visited {background-image:url(../images/menu_bg_submenu.jpg);}

	#nav li ul a:hover, #nav li ul a:active {
	background-image:url(../images/menu_bg_submenu.jpg);position: static;

	}*/
	

	
	#leftcontent #nav li ul li a {
	width: 12em;
	w\idth : 12em;
	display : block;
	color : #FFFFFF;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight : bold;
	line-height : 1.5em;
	text-decoration : none;
	padding : 2px 0.5em;
	background-color: #32b3ed;
	}
	
	#leftcontent #nav li a {
	display : block;
	color : #FFFFFF;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0.5em;
	font-size: 13px;
	}
	
	#leftcontent #nav li a:hover {
	color : white;
	background-color : #32b3ed;
	}
	
	#leftcontent #nav li ul li a:hover {
	color : white;
	background-color : #32b3ed;
	text-decoration:underline;
	}
	
	
	
	 #leftcontent #nav li:hover ul ul,  #leftcontent #nav li:hover ul ul ul,  #leftcontent #nav li.sfhover ul ul,  #leftcontent #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	 #leftcontent #nav li:hover ul,  #leftcontent #nav li li:hover ul,  #leftcontent #nav li li li:hover ul,  #leftcontent #nav li.sfhover ul,  #leftcontent #nav li li.sfhover ul,  #leftcontent #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto; 
	}

/* Main content area */

	#maincontent {
	background-color: #FFFFFF;
	padding: 10px 15px 15px 15px;
	text-align: left;
	float: left;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 589px;
	}
	
	#maincontent ul {font-size:80%}	
	
	#maincontent ul li { list-style-image:url(../images/bullet-point.gif)}
	
	.imageleft {
	margin-right: 10px;
	}
	.counsellers {
	float:left;
	margin-right: 10px;
	margin-top: 20px;
	}
	
	.counsellers img {
	margin-bottom:3px;
	padding:4px;
	border:solid #32b3ed 1px;
}


/* Footer Area */

	#footer {
	background-color: #a1c760;
	text-align: left;
	padding: 5px;
	clear: both;
	margin: 0;
	height: 15px;
	}

	.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	}

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


.copyright {
	font-size: 9px;
	padding: 0;
	margin: 0;
}

a.ahm:link,a.ahm:visited { font-size:9px}

.addresstxt {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	clear: both;
	width: 180px;
	margin: 0;
	padding-left: 10px;
}


INPUT, OPTIONS, TEXTAREA, SELECT, .requiredInput{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	font-weight: 400;

}


INPUT:radio{
	background: #6ba1f2;
}



.requiredInput{
	background: #ffff66;

}
.heading2{
	font-size: 11pt;	
	font-weight: 700;
	color: #000099;
}


.heading2 {
	text-align: left;
	font-size: 12pt;	
}

.indent{padding-left: 50px;}

.creditsHeading {
	color: #0000cc;
  font-size: 12pt;
	text-align: center;		
	font-weight: 700;
}


.small, .footerLinks, .datestamp{
	font-size: 7pt;	
	color: #ffffff;
}

.creditsBody2{
	font-size: 7pt;
	color: #000000;
	text-align: left;
	padding-right: 5px;
}

.prompt{
	font-size: 9pt;	
	color: #ffffff;
	text-align: left;
}


.heading { 
	font-size: 11pt;	
	font-weight: 700;
	color: #008FCD; font-family: Verdana, Helvetica, sans-serif} 

.clear { clear:both}
