/*
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; /* 0.8em*/
	color: #000;
	background-color: #e7efff; /*#ebfff5*/
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #9e1f62;
	text-decoration: none;
}
a:hover {
	color: #9e1f62; 
	text-decoration: underline;
}

a:link img {border-style: none;}
a:visited img {border-style: none;}

hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #9e1f62 ;font-weight:normal;font-family:Verdana, Arial, Helvetica, sans-serif;}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}



form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#main { /* Holds the page items in place */
	width: 1000px;
	float:none;
	margin: 0px auto 20px auto;
	padding: 0;
	background: #fff;
	border: 0px solid #28aae0;
	
}

 /* IE 6 */
 body #ie6
{
 float:left;
 top:0;
}



#banner {
	padding: 0px 0px 0px 0px; /* 10px 20px 20px 20px; */
	text-align: left;
	font-weight: bold;
	border: none; /* 1px solid #000 */
	height:205px;
	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
	
}

#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}

#banner img{filter:alpha(opacity=100);
	    opacity:0.9;
	    float:right;
	background: transparent  top right no-repeat;
		margin-right:15px;
		margin-top:15px;}

#logo_holder {float: left;
	      width:240px;
	     margin-left:10px;
		margin-top:15px;
		background-color: #fff;
		height:173px;
		border:  1px solid #28aae0;}
#logo_holder img{float:left;
		margin:0;
		margin-top:10px;
		margin-left: 50px;}
			
#topextras {width: auto; /*display:block;clear:both;*/
			background-color: white; 
			clear:both;
			margin-top: 5px;}

#topextras table {width:100%;border-collapse: collapse; border-spacing:0;}





/* breadcrumb */
#breadcrumb {color: #585858; /*#424242*/
			font-size: 10px; 
			padding-left: 15px;
			text-align: left; 
			vertical-align: middle;
			}
			
#breadcrumb a {color: #585858; text-decoration: none;} 
#breadcrumb a:hover {font-weight:bold;}

#contentcontainer {float:left;
		  width:100%;
		  clear:both;}


/*left menu */
#left{
	width:250px;
	float:left;
	}
 

.login_link {float:right;
	     width:240px;
	     background:#9e1f62;
	     height:30px; 
	     text-align:left;
	     margin-bottom:15px;}

.login_link p{  margin-top:5px;
		margin-bottom:5px;
		color:#fff;
		vertical-align:middle;
		padding-left:10px;
}

.login_link a{color:#fff;}

#search_box {float:right;
	     width:238px;
	     
	     border: 1px solid #ed1d24; 
	     text-align:left;
margin-bottom:15px;}

#search_box p {background:#ed1d24;
		color: #fff;
		margin:0;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		}
#search_string {
	width: 150px;
	height: 16px;
	font-size: 12px;
	vertical-align: middle;
	border:1px solid #ed1d24;
	margin-left:10px;
	margin-bottom:10px;
	
}

#menu_left_box{width:238px;
	float:right;
	margin-bottom:15px;
	border: 1px solid #28aae0;
	background: #f3f7ff;}

#menu_left_box p {background:#28aae0;
		color: #fff;
		margin:0;
		
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		}

#left_menu  {
	list-style-type:none;
	margin:0;
	padding: 0px;
}



#left_menu li {
	list-style-type:none;
	
	margin:0;
	padding:0;
	
}

#left_menu li a {display:block;
	padding:3px 4px 3px 10px;
	text-decoration:none;
	color:#000;
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #28aae0;
	
}

#left_menu li a:hover {background:#9e1f62;
			color:#FFFFFF;}


#left_menu ul li  {
	margin:0 0 0px;
	display: block;
	line-height: 115%;

	}



#left_menu ul li a:link,#left_menu ul li a:visited {
	color:#888888;
	font-weight:normal;
	/*padding:3px 4px 3px 10px;*/

}

#left_menu ul li a:hover,#left_menu ul li a:active,#left_menu ul li a:focus {
	background:#9e1f62;
	color:#FFFFFF;
}






/* Content */
#content { /* main content from the WYSIWYG goes in here */
	
	margin-top:0px;
	text-align: left;
	clear: right;
	background: #fff; 
	width:750px;
	float:right;
}

#content p, h1, h2, h3, table {margin-left:15px;
	   margin-right:15px;}



#content table.homecontent {margin-left:0px;
	   margin-right:0px;}

#content ul {list-style: disc; 
		margin-right:15px;}

#content li {list-style: disc;
	     line-height: 140%; 
	     }



#content h2 {font-size: large;}
#content h3 {font-size: medium;
			margin-bottom: 0.2em;}
#content p {padding:0px;
			margin-top:0px;
			margin-bottom: 1em;
			line-height: 140%;
			}




/* Home page design */	
#content div#aimaspire {float:left;
			width:100%;
			margin-bottom:15px;
			 
			}

#content div#aimaspire p {text-align:center;
			margin-top:0px;
			margin-bottom:0px;}
			
#content table.homecontent {width:750px;
			   float:left;
			}
		
#content table.homecontent td {vertical-align: top;}
	
#content table.homecontent td.col_content {width:500px;
					   } 	

#content table.homecontent td.col_news { width:250px; 
					margin:0;
					padding:0;
					
					}

#content table.homecontent td.col_news p.newsheader {width:235px;
 			background-color: #28aae0;
			color:#fff; 
			text-align: center;
			margin: 0;
			padding:0;
			padding-top: 5px;
			padding-bottom: 5px;
			}

.anynews{width:235px;
		float:left;
		background-color: #f3f7ff; 
		margin:0; 
		padding:0;
		padding-bottom: 10px;
		clear:both;
		}

.anynews hr {
	color: #9698b8;
	border: 0;
	border-top: 1px solid #9698b8;
	height: 1px;
	width: 215px;
	margin:0;
	padding:0;
	margin-left: 10px;
	clear:both;
	}
	
			
.anynews p {padding:0;
			margin:0;
			margin-left: 10px;
			margin-right:10px;
			line-height: 140%;
			font-size: smaller;
			width:215px;
			text-align:left;
			
			}
			

.anynews img {margin-right: 5px;}

.anynews p.newstitle {     
		      
		      font-weight:bold;
		      }

.anynews p.newstitle a {color: #000;}


div.homepictures {
			float: left;
			width:235px;
			height:140px;
			text-align: center;
			margin: 0;
			padding:0;
			margin-top:20px;
			border:  0px solid #000;
			margin-bottom:15px;
			
} 

.
/* End of Home page design */



#footer { 
	
	float: left;
	width:100%;
	clear: both;
	background: transparent url(images/line_600x1.gif) top center no-repeat; 
}

#footer p {padding-top: 20px;
	   margin-bottom:15px;  
           color: #585858; 
           font-size: 70%;
           text-align: center;}






/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


/*TABLES */
/* Table : Home pictures */
#content table.kp_tablepics  p {margin-bottom: 0.3em; }

/* Table : terms*/
table.kp_tableterm {border-bottom: 1px solid #01756a;}
table.kp_tableterm td { vertical-align: top;
			   padding-top: 10px;
			   padding-bottom: 10px; 
			   border-top: 1px solid #01756a;
			   padding-left: 20px;
			}

/* Table: Course list */
table.kp_table {vertical-align: top;
				border-collapse: collapse;
			 	margin-bottom: 0px;
}
			
table.kp_table th { padding-right:20px;
			   /*padding-top: 10px;*/
			   /*padding-bottom: 10px;*/
			   border-bottom: 1px solid #9e1f62;
			   text-align: left;
			}	
			
table.kp_table td { padding-right:20px;
				vertical-align: top;
			   padding-top: 10px;
			   padding-bottom: 10px;
			   padding-left: 5px; 
			   border-bottom: 1px solid #9e1f62;
			   text-align: left;
			}
				
table.kp_table th[scope=col] {padding-left: 5px;
						background-color: #9e1f62; 
						padding-top:5px;
						padding-bottom:5px;
						color:#fff;}/* Top row */
						
table.kp_table th[scope=row] {vertical-align: top;
						 color: #9e1f62; /*#18504a; */
						 padding-top: 10px;
						 padding-left: 5px; 
						 /* background-color: #ebfff5; */
						 border-spacing: 10px;
						 font-weight: normal;
						 text-align: left;
						 } /* Left column */

/* Table: Key to centres */
table.kp_key {font-size:smaller; color:#2E2E2E; padding-top:10px; padding-bottom: 10px;}
table.kp_key td {border-bottom: 0px;padding: 0px;}


/* Home page layout*/
#homecontentnn {width:100%;
			  float:left;
			  clear:both;
			  }

.boxtoleft {text-align: left ;
			float: left;
			clear: left;
			width: 75%;
			background-color: white;}
			
.newsbox {text-align: left ;
			float: right;
			width: 24%;
			margin-left:0px;
			margin-top:0px;
			padding-left:5px;
			padding-top:5px;
			border-color: #01756a;
			border-style: solid;
			border-width: 1px;
			}
.newsbox h2 {text-align: center;}


/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}
.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}


/* download documents formatting */
.kp_linkpdf {background: transparent url("images/PDF_icon_22e.gif") left no-repeat; padding-left: 30px; padding-top: 20px; padding-bottom: 20px;}
.kp_linkword {background: transparent url("images/DOC_icon_22a.gif") left no-repeat; padding-left: 30px;padding-top: 20px; padding-bottom: 20px;}
.kp_linkppt {background: transparent url("images/PPT_icon_22b.gif") left no-repeat; padding-left: 30px;padding-top: 20px; padding-bottom: 20px;}
.kp_linkvideo {background: transparent url("images/video20x20_circ2.gif") left no-repeat; padding-left: 30px;padding-top: 20px; padding-bottom: 20px;}
.kp_linkexcel {background: transparent url("images/DOC_icon_22a.gif") left no-repeat; padding-left: 30px;}
.kp_trianglebullet {background: transparent url("images/purpletriangle.gif") left no-repeat; padding-left: 25px; margin-left:20px; line-height:50%; }
.kp_color {color:#9e1f62; }








/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border-right:0px solid #000;}



/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 22px;/*1.68em*/
	background: #01756a; 
	border-top: 1px solid #01756a;
	border-bottom: 1px solid #01756a;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 10px; /*81%*/
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block;  padding: 5px 10px; padding-bottom: 4px; border-left: 0px solid #000; border-right: 0px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover {background: #02ab99; border-color: #02ab99; color: #fff; }  /*, #nav li a:focus */
#nav li a:active, #nav ul li a.active {background: #01756a; border-color: #01756a; color: #fff;  }

/* Current page Customisations*/
/*#nav li.menu-current a		{background: #167D57;  border-bottom: 1px solid #000;}*/
/*#nav li.menu-current a		{font-weight: bold;} */

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: uppercase; border: 1px solid green; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #01756a; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #02ab99; border: 0; color:#fff;} /* #167D57 */

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #01756a; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* make menu semitransparent */
/* .menu-expand li {filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;} */


/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */





			


