/* JobnetOK.com > Home CSS */
	
	#home_main {
		margin: 20px 0 0 0;
		}
		
	.home_main_container {
		width: 250px;
		float: left;
		}
	
	/* Home News */
	#home_news {
		width: 240px;
		margin: 0 10px 0 0;
		}
		
	#home_news h3 {
		background: url(../images/subhead_news.gif) top left no-repeat;
		width: 36px;
		height: 25px;
		margin: 0;
		padding: 0;
		}
		
	#home_news_hilight {
		background: #fce6e7 url(../images/corner1px_240.gif) top left no-repeat;
		width: 240px;
		margin: 0 0 10px 0;
		}
		
	#home_news_hilight_close {
		background: url(../images/corner1px_240.gif) bottom left no-repeat;
		width: 220px;
		padding: 5px 10px;
		}
		
	#home_news_hilight h4 {
		font-size: 11px;
		margin: 0;
		padding: 0;
		}
		
	#home_news_hilight h4 a{
		color: #555;
		}
		
	#home_news_hilight img {
		float: left;
		margin: 5px 7px 0 0;
		padding: 0;
		border: 1px solid #ccc;
		}
		
	#home_news_hilight p {
		font-size: 10px;
		margin: 0;
		padding: 0;
		}
		
	#home_news_date {
		color: #000;
		font-size: 9px;
		letter-spacing: 1px;
		margin: -3px 0 5px 0;
		}
		
	#home_news_recent {
		margin: 0;
		padding: 0;
		list-style: square;
		font-size: 10px;
		list-style-position: inside;
		color: #f39da2;
		/*IE Hack*/
		*list-style-position:outside;
		*margin: 0 0 0 15px;
		}
		
	/* Home Fresh Jobs */
	#home_freshjobs {
		width: 240px;
		margin: 0 5px 0 5px;
		}
		
	#home_freshjobs h3 {
		background: url(../images/subhead_freshjobs.gif) top left no-repeat;
		width: 75px;
		height: 25px;
		margin: 0;
		padding: 0;
		}
		
	#home_freshjobs ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
	#home_freshjobs ul li {
		width: 230px;
		height: 30px;
		margin: 0 0 5px 0;
		padding: 3px 5px 0 5px;
		line-height: 13px;
		overflow: hidden;
		display: block;
		}
	
	.home_freshjobs_hilight {
		background: #fce6e7 url(../images/corner1px_240_33.gif) top left no-repeat;
		}
		
	#home_freshjobs ul li a {
		color: #888;
		text-decoration: none;
		}
		
	#home_freshjobs ul li a:hover {
		color: #888;
		text-decoration: underline;
		}
		
	.home_freshjobs_comp {
		font-size: 9px;
		}
	
	/*Home Testimonial*/
	#home_testimonial {
		background: #fce6e7;
		width: 495px;
		height: 120px;
		margin: 15px 0 0 0;
		}
		
	/*Home Resource*/
	#home_resource {
		background: #fff5d1 url(../images/corner1px_495.gif) top left no-repeat;
		width: 495px;
		margin: 20px 0 0 0;
		}
		
	#home_resource_close {
		background: url(../images/corner1px_495.gif) bottom left no-repeat;
		}		
		
	#home_resource_icon {
		background: url(../images/icon_bulb.gif) top left no-repeat;
		height: 80px;
		width: 80px;
		float: left;
		margin: 5px 10px 5px 5px;
		}
		
	#home_resource_content {
		width: 385px;
		float: left;
		}
		
	#home_resource_content h3 {
		font-size: 16px;
		font-weight: normal;
		margin: 5px 0 0 0;
		padding: 0;
		}
		
	#home_resource_content p {
		margin: 0;
		padding: 0;
		}
		
	#home_resource_content ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#home_resource_content ul li {
		display: block;
		float: left;
		margin: 0 15px 0 0;
		}

