
	/* HEADER */
	#header {
		background: url(/aimhigher/graphics/bg_header.jpg) #f9fdfe repeat-x; /*f9fdfe*/
		height: 84px
	}
		#header-left {
			width: 227px;
			float: left
		}

/* header image code */
#logo_aimhigher, #logo_aimhigher span {
	width: 227px;

	height: 84px;
	background-image: url(/aimhigher/graphics/header_logo.jpg);
	background-repeat: no-repeat
}
#logo_aimhigher span {
	 margin-bottom: -75px
}
/* non-repeated code */
h1 span {
	display: block;
	position: relative;
	z-index: 1
}
/* IE5 Mac Hack \*/
h1 {
	margin: 0;
	overflow: hidden
}
/*/
h1 { text-indent: -100em; }
/* End Hack */



		#header-links {
			position: relative;
			margin-right: 185px;
			clear: right
		}
			/* top menu */
			#header-links ul {
				list-style: none;
				padding: 0;
				margin: 0;
			}
			
			#header-links li {
				margin-top: 10px;
				margin-right: 10px;
				float: right;
			}
			
			#header-links a {				
				margin-top: 0;
				float: left;
				white-space: nowrap
			}
			
			/* end */
		#header-right {
			position: absolute;
			right:0;
			top: 0;
			width: 179px;
			height: 84px;
			background: url(/aimhigher/graphics/header_map.jpg) right no-repeat;
		}
		
	.navbackground{
		background: url(/aimhigher/graphics/bg_header-nav.jpg) #cbecf1 bottom; /* repeat-x*/
	}
	
	/* NAVIGATION */
	#navigation {
	/*height:27px;*/
		height: 2.1em;
		/*background: url(/aimhigher/graphics/bg_header-nav.jpg) #cbecf1 bottom ;*/
		clear: both
	}
		
		#navigation a{
		
		color: #000;
		text-decoration: none;
		padding-left: 9px;
		}
		
		#navigation a span{
		margin-right: 9px;
		}
		
		#navigation a, #navigation a span{
		display: block;
		float: left;
		white-space: nowrap;
		}
		
		/* Commented backslash hack hides rule from IE5-Mac \*/
		#navigation a, #navigation a span{
		float: none
		}
		/* End IE5-Mac hack */
		
		#navigation a:hover{
		text-decoration: underline;
		}
		
		
		#navigation ul{
		list-style: none;
		padding: 0;
		padding-top:2px;
		margin: 0;
		}
		
		#navigation li{
		height:21px;
		line-height: 21px;
		float: left;
		margin: 2;
		padding: 0;
		min-width:13%;
		text-align:center;

		}
	

	#searchbar {
	z-index:99;
	height:2.8em;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	padding-top:3px;
	background: url(/aimhigher/graphics/bg_search.jpg) #00A7C4 bottom repeat-x;
	clear: both;
	white-space: nowrap;
	}
		#searchbar-left {
			height: 2.8em;
			width: 40%;
			padding-left:10;
			vertical-align:middle;
float: left;
clear: right;
			}
		#searchbar-right {
			height: 2.8em;
			width: 35%;
			text-align:right;
			vertical-align:middle;
			float: right;
			padding-right:10px;
			}
		#searchbar-navimage {
			position:absolute;
			margin-top:2.3em;
			z-index:0;
			width:88px;
			height:75px;
			left: 0;
			/*background: URL(/aimhigher/graphics/img_nav2.gif) bottom no-repeat;*/
			filter:alpha(Opacity=90);
			-moz-opacity:0.90;
			opacity: 0.90;
			}
		#searchbar a {color: #ffffff;text-decoration: none;}
		#searchbar a:hover {text-decoration: underline;}
	
	/* Breadcrumbs*/
	#breadcrumbs {
		width:80%;
		left:20%;
		margin-left:20%;
		background:transparent;
		padding-top:10px;
		padding-bottom:10px;
		font-size:80%;
		}
		.breadcrumcurrent{
			color:#00A6C6;
		}
		#breadcrumbs a{color: #464646;text-decoration: none;}
		#breadcrumbs a:hover{text-decoration: underline;}
	
		
	
	/* One Body Col plus LeftNavigation*/
	#leftnav {
		position:absolute;
		margin-top:65px;
		left:0px;
		width:18%;
		minwidth:170px;
		background:transparent;
		color: #601E6C;
		padding-bottom:10px;
		}
		#leftnav ul{
			list-style: none;
			margin: 0;
			padding: 0;			
			}
		#leftnav li{
			line-height: 1.8em;
			/*background: URL("graphics/bg_nav-hr.gif") bottom repeat-x;*/
			margin: 0;
			padding-top: 0.7em;
			padding-left: 0.7em;
			}
			#subnav ul{
				padding:1em;
				margin:1em;
				display:block;
				background: URL(/aimhigher/graphics/bg_nav-hr.gif) bottom repeat-x;
				}
			#subnav li{
				list-style-position:inside;
				list-style-image: url(/aimhigher/graphics/bullet.gif);
				background:transparent;
				line-height: 1em;
				padding:0px;
				margin:0;
				padding-left: 5px;
				padding-bottom: 2px;
				}

			#leftnav a {font-size: 78%; color: #601E6C;	text-decoration: none;}
			#leftnav a:hover {text-decoration: underline;}

			#leftnav hr{	
				color:#AFE3F0;
				background-color:#AFE3F0;
				margin-top:3px;
				margin-bottom:-8px;
				height:1px;
				border:0;
				}
		
	#one-col-body-nav {
		left:20%;
		margin-left:20%;
		background:transparent;
		padding-top:10px;
		padding-bottom:10px;
		width:80%;
		min-height:300px;
		}
		#two-col-body-nav-left {
			
			width:50%;
			background:red;
			}	
		#two-col-body-nav-right {
			position:absolute;
			right:0;
			width:50%;
			background:aqua;
			}	
		#rightalign {
			margin-right:25px;
			float:right;
		}
		#one-col-body-nav a{color:#601E6C; text-decoration: none;}
		#one-col-body-nav a:hover{text-decoration:underline;}
		
		#one-col-body-nav a.navigation {font-size:70%; color:#ffffff;	text-decoration: none; font-weight:bold;}
		#one-col-body-nav a.navigation:hover {text-decoration: underline;}
		
	/* FRONT LAYERS */
	#front-body {
float: left;
		width:54%;
		padding-top:10px;
		padding-bottom:10px;
		background:#fff;
		}
	
	#right_menu {
float: right;
		/*right: 1%;
		top: 13em;*/
		width:44%;
		margin-right: 1%;
		padding-top:10px;
		padding-bottom:10px;
		color: #fff;
		font-weight:bold;
		font-size: 0.9em;
		background: transparent;
		}
		.right_menu-content {
			width:100%;
			float:left;
			height:105px;
			margin-bottom: 11px;
			/*font-size: 95%*/
		}
		.right_menu-content p {
			margin-top: 7px
		}
		
	/* FOOTER */
	#footer {
		height:5em;
margin-top: 2em;
margin-bottom: -1.5em;
		padding-top:1em;
		padding-bottom:1em;
		background: URL(/aimhigher/graphics/bg_footer.jpg) #F1F1F1 repeat-x;
		text-align:center;
		font-size: 0.9em;
clear: both;
		}
		#footer ul {
			margin: 0;
			list-style: none;
			text-align: center;
			}
		#footer li {
			margin: 4px;
			padding: 0;
			display: inline
			}
	
		
	#footer-left {
		width: 45%;
		margin-left: 1.5%;
		margin-top: 0.5em;
		float: left;
		text-align: left;
		}
	#footer-right {
		width: 45%;
		margin-right: 1.5%;
		margin-top: 0.5em;
		float: right;
		text-align: right;
		}
	
	.input-search{
		vertical-align:middle;
		height:20px;
		}
	
	img.floatleft {
		float: left;
		margin-right: 10px;
		margin-bottom: 15px;
		}
		
	.indent {
		padding-left:10px;
		padding-right:10px;
		}	
	
	
		
	#box{
		border:1px solid #000;
		-moz-border-radius:10px 10px 10px 10px;
		}
		
	.t {background: url(/aimhigher/graphics/dot.gif) #fff 0 0 repeat-x; width: 100%}
	.b {background: url(/aimhigher/graphics/dot.gif) 0 100% repeat-x}
	.l {background: url(/aimhigher/graphics/dot.gif) 0 0 repeat-y}
	.r {background: url(/aimhigher/graphics/dot.gif) 100% 0 repeat-y}
	.bl {background: url(/aimhigher/graphics/bl.gif) 0 100% no-repeat}
	.br {background: url(/aimhigher/graphics/br.gif) 100% 100% no-repeat}
	.tl {background: url(/aimhigher/graphics/tl.gif) 0 0 no-repeat}
	.tr {background: url(/aimhigher/graphics/tr.gif) 100% 0 no-repeat; padding:10px}
	
	
form.enquiry{
	width: 100%;
	background-color: #DBF2F7;
}
form.login{
	width: 100%;
	background-color: #DBF2F7;
	padding:15px;
}

	input.txt {
	  /*color: #00008B;
	  background-color: #E3F2F7;*/
	  border: 1px inset #00008B;
	  padding-left:5px;
	  width: 250px;
	}
	input.btn {
	  color: #00008B;
	  background-color: #ADD8E6;
	  border: 1px outset #00008B;
	  margin-top:10px;
	 
	  
	}
	form p {
	  clear: left;
	  margin: 0;
	  margin-left: 0;
	  padding: 0;
	  padding-top: 10px;
	}
	form p label {
	  float: left;
	  text-align:right;
	  margin-right:20px;
	  width: 30%;
	}
	

	
	
img.rightalign{
	float:right;
	margin-left:20px;
}
span.leftalign{
	float:left;
	font-weight:bold;
	color: #601E6C;
}
span.rightalign{
	float:right;
	font-weight:bold;
	color: #601E6C;
}
span.centeralign{
	float:center;
	font-weight:bold;
	color: #601E6C;
}

hr.map{
	clear:left;
	margin-top:0px;
	background-color: #611E6D;
	padding-top:0;
	line-height:0;
	border:0;
}
div.hr {
	height: 1px; 
	background-color: #AFE3F0;
	line-height: 1px;
	font-size: 1px;
}
.paneltext{
	padding-top:15px;
	padding-bottom:10px;
	font-size:70%;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.searchlist{
	margin-top:20px;
	margin-bottom:20px;
}


