/**************************************************
					Body
**************************************************/
body {
	background:#fff url('image/background_body.jpg') repeat-x top;
	color:#333;
	font:.75em/1.5 Tahoma, Arial, Helvetica, sans-serif;
}

/**************************************************
					General
**************************************************/
* {
	margin:0;
	padding:0;
}
a:link
{
    color: #333;
    text-decoration: none;
}
a:visited
{
    color: #333;
    text-decoration: none;
}


img {
	border:0;
}



/**************************************************
					Header
**************************************************/
#header {
	height:300px;
	margin:0 auto;
	position:relative;
	width:900px; /* 75 em */
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
	#logo {
		background:url('image/background_header_logo.jpg') no-repeat;
		height:300px;
		left:0;
		position:absolute;
		top:0;
		width:500px;
	}
	#logo h1 a {
		display:block;
		height:100px;
		margin:80px 25px 0;
		text-indent:-9999px;
		width:450px;
	}
	#logo h2 {
		text-indent:-9999px;
	}
#header ol {
	background:url('image/background_header_ol.jpg') no-repeat;
	height:200px;
	list-style:none;
	padding:50px 0 0 20px;
	position:absolute;
	right:0;
	width:350px;
}
#header ol li {
	margin:0 0 10px;
	padding:0 30px;
}
#header ol li a {
	color:#fff;
	display:block;
	font:1.6em/55px Tahoma, Arial, Helvetica, sans-serif;
	height:55px;
	width:290px;
}


#header ol li a:hover {
	color:#95CB51;	
}

/**************************************************
					Breadcrumbs
**************************************************/
#breadcrumbs {
	border-bottom:1px dotted #889eb5;
	color:#003265;
	height:1.5em;
	margin:0 auto 20px;
	padding:10px 10px 5px;
	width:870px; /* 72.5em */
}
#breadcrumbs a {
	color:#003265;
}
#breadcrumbs a:hover {
	color:#666;
}

/**************************************************
					Container
**************************************************/
#container
{
    margin: 0 auto;
    width: 870px; /* 72.5em */  
}
#container:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

	/**************************************************
						Content
	**************************************************/
	
	#content_right {
		float:right;
		line-height:1.6em;
		width:420px; /* 50.83em */
	}
	#content_right:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	
	#content {
		float:left;
		line-height:1.6em;
		width:610px;
	}
	#content:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	#content h3 {
		color:#003265;
		font-size:1.4em;
		line-height:1em;
		margin-bottom:0;
	}
	#content h4 {
		color:#eb188d;
		font-size:1.2em;
		margin:0;
		/*margin:10px 0 0;*/
		text-align:justify;
	}
	#content p {
		margin:20px 0 0;
	}
	
	#content a {
		border-bottom:1px dotted #999;
	}
	
	#content p a {
		border-bottom:1px dotted #999;
	}
	
	#content li a {
		border-bottom:1px dotted #999;
	}
	
	#content ul {
		list-style:none;
		margin: 10px;
	/*	margin:20px 0 50px; */
	}
	#content ul li {
		background:url('image/li.gif') 0 40% no-repeat;
		margin:3px 0 0 5px;
		padding:0 0 0 18px;
	}
	
	#content ol {
		
		margin-left: 30px;
	
	}

	/**************************************************
						Sidebar
	**************************************************/
	
	#sidebar_left 
	{	    
		float:left;
		padding:0 0 40px;		
		width:168px; /*14em */		
	}
	#sidebar_left:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	
	#sidebar li a
	{
	    border-bottom:1px dotted #999;
	}
	
	#sidebar 
	{
	    float:right;
		padding:0 0 60px 0;
		position:relative;
		width:230px; /* 19.17em */
	}
	#sidebar:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}

		/**************************************************
							Search
		**************************************************/
		#sidebar form {
			padding:0 0 25px;
			width:230px; /* 19.17em */
		}
		#sidebar form input {
			padding:2px;
		}

		/**************************************************
							Latest Courses
		**************************************************/
		#latest_news h5 {
			background:url('image/background_sidebar.jpg') no-repeat;
			font:Bold 1.3em/30px Tahoma, Arial, Helvetica, sans-serif;
			height:34px;
			padding:10px 15px 0;
		}		
		
		#latest_news h5 a {
			display:block;
			height:16px;
			position:absolute;
			right:20px;
			top:16px;
			text-indent:-9999px;
			width:16px;
		}
		#latest_news ul {
			background:#c2e29d url('image/background_sidebar_ul.jpg') no-repeat bottom;
			list-style:none;
			/*padding:8px 15px;*/
			padding:0;
		
			
		}
		#latest_news ul li {
			padding:4px 0;
			width:200px;
		}
	

			/**************************************************
						In partnership With
			**************************************************/
			#partnership {
				background:url('image/icon_association.jpg') no-repeat top;
				height:200px;
				margin:50px 0 0;
				position:relative;
				width:230px;
			}
				#jaguar {
					display:block;
					height:60px;
					position:absolute;
					text-indent:-9999px;
					top:45px;
					width:230px;
				}
				#land_rover {
					display:block;
					height:62px;
					position:absolute;
					text-indent:-9999px;
					top:115px;
					width:230px;
				}

/**************************************************
					Footer
**************************************************/
#footer {
	background:url('image/background_footer.jpg') no-repeat top;
	clear:both;
	height:53px; /* 4.42em */
	margin:15px auto 0;
	padding:10px 20px 25px;
	width:858px; /* 71.5em */
}
#footer p {
	font-size:1.1em;
	line-height:25px;
}
#footer p span{
	 font-family:Times New Roman;
	 font-style: italic;
	 font-size:1.0em;
}
#footer p a {
	border-bottom:1px dotted #999;
}

#partners{margin:5px auto 0; width:858px; /* 71.5em */ clear:both;}

/**************************************************
					Inside Pages
**************************************************/
body#inside {
	background:#fff url('image/body_background_inner.jpg') repeat-x top;
}

	/**************************************************
						Header
	**************************************************/
	
	body#inside #container
	{
	  background-position: center top;
      background-image: url('image/content_bg.jpg');
      background-repeat: no-repeat;
	    }
	
#container2
{
    margin: 0 auto;
    width: 870px; /* 72.5em */ 
    background-position: center top;
      background-image: url('image/content_bg_2_col.jpg');
      background-repeat: no-repeat; 
}
#container2:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
	
}
    
	    
	
	body#inside #header {
		height:140px;
		margin:0 auto;
		position:relative;
		width:900px; /* 75em */
	}
	body#inside #header:after {
		clear:both;
		content:'.';
		display:block;
		height:0;
		visibility:hidden;
	}
	body#inside #logo {
		background:url('image/background_header_logoinner.jpg') no-repeat;
		height:140px;
		left:0;
		position:absolute;
		top:0;
		width:500px;
	}
	body#inside #logo h1 a {
		display:block;
		height:78px;
		margin:10px 25px 0;
		text-indent:-9999px;
		width:450px;
	}




/**************************************************
					Extra
**************************************************/

#CourseNav ul li { list-style-type:none;
    
    background:none;
		margin:0;
		padding:3px;
		}
		
		.currentCat{ font-weight:bold }
		
#CourseNav ul li { text-decoration:none; border-bottom:1px solid #efefef; padding:3px; margin-left:-5px;}

#CourseNav ul li a{ border:none; }



#CourseNav ul li a:hover{ color:#95CB51; }

#image {
	background:url('image/polaroid/frame.jpg') no-repeat;
	float:right;
	height:158px;
	margin:20px 0 0 20px;
	width:156px;
}
#image img {
	height:99px;
	margin:11px 0 0 18px;
	width:114px;
}

#newsItem
{
border-bottom:1px dotted #ccc;
padding-bottom: 4px;
margin-bottom: 8px;

}

#newsItem h3
{

margin-bottom: -10px;

}

.astrong
{
    text-decoration:none;
}

/*Lists*/
#content .sf_list_expandable li 
{
background:none;
margin:0;
padding:0;
		}
#content .sf_list_expandable li a {
		border-bottom:none;
	}
.sf_list_expandable {margin-top:2em;border-bottom:1px solid #ccc;_height:1%}
.sf_list_expandable li {border:1px solid #ccc;border-bottom:0;}
.sf_list_expandable .sf_item_head a{display:block;padding:3px 8px;text-decoration:none;}
.sf_list_expandable .sf_item_head a:hover{display:block;padding:3px 8px;text-decoration:none;}
.sf_list_expandable .sf_item_headexp a{color:#030;display:block;padding:3px 8px;text-decoration:none;}
.sf_list_expandable .sf_item_headexp{background:#C1DFFF}
.sf_list_expandable .sf_item_body {background:#ECF5FF;border-top:1px solid #ccc;padding:1.2em 1.8em; text-align:center}


#content .sf_list_expandable .sf_item_head a, #content .sf_list_expandable .sf_item_head a:hover, #content .sf_list_expandable .sf_item_headexp a {width:325px;padding-right:65px;}
#content .sf_list_expandable .sf_item_head a{background:transparent url(image/expand.gif) right center no-repeat;}
#content .sf_list_expandable .sf_item_head a:hover {background:#C1DFFF url(image/expand.gif) right center no-repeat;}
#content .sf_list_expandable .sf_item_headexp a{background:transparent url(image/collapse.gif) right center no-repeat;}


a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(image/tooltip.gif) 0 0; display:block; font-size:1px;}


#courses th {padding: 4px;}

#courses td {padding: 4px;}

