/* @group Welcome Message */

#welcome {
	
	background:url(../images/welcome.jpg) no-repeat bottom left;
	height:331px;
	width: 300px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
	border:1px solid #DCDCDC;
	clear:both;
	margin-bottom:12px;
	overflow:hidden;
	padding:7px 7px 0;
}

#welcome h1 {
	
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:20px;
	font-weight:normal; 
	color:#525252;
	padding:2px 5px;
}

#welcome p {
	
	font-size:1em;
	line-height:1.5;
	padding:5px;
}

#welcome .learn-more {
	
	position:absolute;
	left:118px;
	top:125px;
	
}

/* @end */

/* @group Featued Content */

	#home-featured {
		
		border:1px solid #dcdcdc;
		margin:0 0 12px 0;
		overflow:hidden;
		zoom:1;
		width:609px;
	}
	
	#home-featured .ui-tabs-nav {
		
		list-style:none;
		float:right;
	}
	
	#home-featured .ui-tabs-nav li {
		
		width:125px;
		height:83px;
		border-right:2px solid #fff;
		border-bottom:2px solid #fff;
		position:relative;
		z-index:99;
	}
	
		
	
	#home-featured .ui-tabs-nav li span {
		
		display:block;
		font-family:georgia, times;
		color:#fff;
		font-size:16px;
		padding:5px;
	}
	
	#home-featured .ui-tabs-nav li:hover span {
		
		display:none;
	}

	
	#home-featured .ui-tabs-nav li img {
		
		visibility:hidden;
	
	}
	
	#home-featured .ui-tabs-nav li:hover img {
		
		visibility:visible;
	}
	
	
	/* group rollover info */
	
		
		#home-featured .ui-tabs-nav li .further-info {
			
			background: url('../images/shade.png');
			border-top:2px solid #fff;
			border-bottom:2px solid #fff;
			display:none; 
			left:-482px;
			top:-2px;
			padding:2px 0 10px 2px;
			position:absolute;
			min-height:71px;
			width:478px;
		}
		
		#home-featured .ui-tabs-nav li:hover .further-info {
			display:block;
		}
		
		#home-featured .ui-tabs-nav li .further-info h2 {
			
			font-size:1.5em; font-family:Georgia, serif; 
			font-weight:normal;
			color:#fff; padding:3px; margin:0;
			overflow:hidden; 
		}
		
		
		#home-featured .further-info p{ 
			margin:0 5px; 
			line-height:15px; color:#ffffff;
		}
		
		#home-featured .further-info a{ 
			text-decoration:none; 
			color:#fff; 
		}

		#home-featured .further-info p a {
			color:#007BC0; 
		}

		#home-featured .further-info a:hover{ 
			text-decoration:underline; 
		}
	
	/* @end */
	
	
	/* group colours */
	
		#home-featured .ui-tabs-nav li.higher-education {
			
			background:#ABA832 !important;
			
		}
		
		#home-featured .ui-tabs-nav li.business-and-tech {
			
			background:#96653C !important;
			
		}
		
		#home-featured .ui-tabs-nav li.not-for-profit {
			
			background:#56BDB4 !important;
			
		}
		
		#home-featured .ui-tabs-nav li.lifestyle {
			
			background:#5BB45F !important;
			
		}
	
	/* @end */
	
	
	#home-featured #featured{ 
		width:480px; 
		position:relative; 
		height:338px; 
		overflow:hidden;
		background:#fff;
		
	}
	#home-featured #featured ul.ui-tabs-nav{ 
		position:absolute; 
		display:none;
		top:1px; left:406px; 
		list-style:none; 
		padding:0; margin:0; 
		width:105px; 
	}

	#home-featured #featured .ui-tabs-panel{ 
		width: 480px; /* important to be same as image width */
	   	height: 338px; /* important to be same as image height */
		background:#999; 
		position:relative;
   }

	#home-featured #featured .ui-tabs-panel img {
		
		width:480px;
		height:338px;
	}


	#home-featured #featured .ui-tabs-panel .info{ 
		position:absolute; 
		border-top:1px solid #fff;
		bottom:0px; left:0; 
		
		padding:2px 0 10px 2px;
		min-height:72px;
		width:478px;
		background: url('../images/shade.png'); 
	}
	
	
	#home-featured #featured .info h2{ 
		font-size:1.6em; 
		font-family:Georgia, serif; 
		font-weight:normal;
		color:#fff; padding:5px; margin:0;
		overflow:hidden; 
		width:
	}
	#home-featured .info p{ 
		margin:0 5px; 
		line-height:15px; color:#ffffff;
	}
	#home-featured .info a{ 
		text-decoration:none; 
		color:#fff; 
	}

	#home-featured .info a:hover{ 
		text-decoration:underline; 
	}
	#home-featured .ui-tabs-hide{ 
		display:none; 
	}

/* @end */

  
 
