﻿div#directorySection
{
	float:left;
	padding-left:20px;
	margin-top:10px;
}

#directorySection h1 
{
	color:red;
	width:195px;
	height:35px;
	text-indent:-50000px;
	overflow:hidden;
	background:url(/images/global/employerDirectory.gif) no-repeat;
}
#directorySection p.headSection 
{
	clear:left;
	float:left;
	padding:0 0 20px 0;
	
}
#directorySection select
{
	clear:left;
	float:left;
}
#directorySection ul.overview 
{
	list-style:none;
	float:left;
	clear:left;
	margin:0;
	padding:20px 0 0 0;
	width:705px;
}
#directorySection ul.overview li 
{
	float:left;
	font-size:16px;
	margin-right:15px;
	color:#c1c1c1;
	display:inline;
	
}
#directorySection ul.overview li a 
{
	color:#000;
	text-decoration:none;
}

#directorySection ul.overview li a:hover 
{
	color:#0076D2;
}
#directorySection ul.section 
{
	list-style:none;
	margin-top:20px;
	float:left;
	clear:left;
	margin:10px 0 0 0;
	padding:0;
	border-bottom:1px solid #000;
	width:690px;
	padding-bottom:20px;
}
#directorySection ul.section li 
{
	margin-top:10px;
}
#directorySection ul.section li a 
{
	color:#000;
	text-decoration:none;
	float:left;
	clear:left;
	margin-bottom:10px;
}
#directorySection ul.section li a:hover 
{
	color:#0076D2;
}
#directorySection ul.section li h3
{
	color:#000;
	font-size:16px;
	margin:0;
	padding:0;
	clear:both;
	float:none;
	font-weight:normal;
}
#directorySection ul.section li a.return 
{
	color:#0076D2;
	float:right;
	padding-left:15px;
	background:url(/images/global/arrow_directory.gif) no-repeat;
	background-position:left 0px;
	height:10px;
	line-height:12px;
	
	
}
#directorySection ul.section li a.return:hover
{
	color:#000;
	background-position:left -10px;
} 

#directorySection ul li a.hiring 
{
	background:url(/images/global/full_hiring.gif) no-repeat;
	width:40px;
	float:left;
	text-indent:-50000px;
	height:10px;
	clear:none;
	margin:5px 0 0 5px;
	overflow:hidden;
}
#directorySection ul li a:hover.hiring 
{
	background-position:left -10px;
}
#directorySection ul li a.profile
{
	background:url(/images/global/full_profile.gif) no-repeat;
	width:69px;
	float:left;
	text-indent:-50000px;
	height:10px;
	clear:none;
	margin:5px 0 0 5px;
	overflow:hidden;
}
#directorySection ul li a:hover.profile 
{
	background-position:left -10px;
}
#directorySection ul.section li a.rtt 
{
	background:url(/images/global/arrow_directory2.gif) no-repeat left 3px;
	padding-left: 15px;
    	float:right;
    	color:#0076D2;
	margin:10px 0 -15px 0;
	overflow:hidden;
	height: 15px;
    
}
#directorySection ul.section li a.rtt:hover {
	color:#000;
	background-position: left -27px;
}
