/************************************************************/
/*************** FREETIMERS INTERNET CSS ********************/
/************************************************************/

/************************************************************/
/********************* BEGIN CSS ****************************/
/************************************************************/

body
{
    margin: 0px;
    padding: 0px;
}

body, td, th
{
    font-family: Verdana;
    font-size: 11px;
}

a,
a:link,
a:visited
{
  color: #000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.lineSpacer
{
    height:5px;
    font-size:0px;
}

.clear
{
    clear: both;
}

.line
{
    
}

/************************************************************/
/*********************** HEADER *****************************/
/************************************************************/


.logoContainer
{
    height:80px;
    width:240px;
}

#headerContainer
{
    background:#E7E7EF;
    height:40px;
    padding:0px;
    margin: 0px;
    width: 100%;
    text-align: right;
    clear:right;
}

#headerContainer .headerLeft
{
    width:240px;
    text-align: center;
    float: left;
}

#headerContainer .headerRight
{
    float: right;
}

#headerContainer .headerRight .top
{
    text-align: center;
    width: 520px;
    line-height:18px;
}

#headerContainer .headerRight .bottom
{
    width: 530px;
    text-align: left;
}

#headerContainer .headerRight .top a
{
    display: block;
    float:left;
    border-right:1px solid #fff;
    font-size:10px;
    padding:0px 9px 0px 9px;
    color:#000;
    font-weight:bold;
    text-decoration: none;
}

#headerContainer .headerRight .top a:hover
{
    color: #003399;
    text-decoration: underline;
}



#top li:hover ul, #top li.sfhover ul
{
  left: auto;
}

#top, #top ul
{
  	padding: 0;
  	margin: 0;
  	list-style: none;
  	text-align: left;
}

#top a
{
    padding: 0;
    padding-left: 2px;
  	margin: 0;
  	display: block;
    line-height:20px;
    font-size:10px;
    color:#000;
    font-weight:bold;
    text-decoration: none;	
    background:#E7E7EF;
    width: 60px;
    border-right:1px solid #fff;  
    padding-right:2px;
}

#top a:hover
{
  	display: block;
  	background:#fff;
}

#top li 
{
  	float: left;
  	width: 60px;
}

#top li ul
{
  	position: absolute;
  	left: -999em;
}

#top .home ul, #top .home, #top .home a {width:50px;}
  
#top .search ul, #top .search, #top .search a { width:80px; }
  
#top .employers ul, #top .employers, #top .employers a { width:100px;}
  
#top .jobseekers ul, #top .jobseekers, #top .jobseekers a { width:110px; }
  
#top .contact ul, #top .contact, #top .contact a { width:70px; }
  
#top li ul li
{
    text-align: left;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}

#top li ul
{
    text-align:left;
    position: absolute;
    w/idth: 140px;
    width: 130px;
    left: -999em;
}

#top li ul li,
#top li ul li a:link,
#top li ul li a:visited,
#top li ul li a:hover
{
    text-align:left;
  	w/idth: 140px;
  	width: 130px;
}

/************************************************************/
/************************ MAIN ******************************/
/************************************************************/

#mainContainer
{
    display: block;
    width:780px;
}

/************************************************************/
/*********************** MIDDLE *****************************/
/************************************************************/

.centerColumn
{
    float:right;
    width:540px;
    text-align: left;
}

.centerColumn .centerLeft
{
    float:left;
    padding-left: 8px;
    width:300px;
}

.centerColumn .centerRight
{
    background: #F8F8FA;
    width:212px;
    margin-left:320px;
}

.centerPadding
{
  padding:2px 5px 5px 5px;
}

/************************************************************/
/*********************** LEFT *******************************/
/************************************************************/


.leftColumn
{
    float: left;
    width:230px;
    z-index:1;
}


/************************************************************/
/************************ MENU ******************************/
/************************************************************/


.login_header .submit
{
    background:#fff;
    border-left: 0px;
    border-right: 1px solid #B2C1E0;
    border-top: 0px;
    border-bottom: 1px solid #B2C1E0;
    padding:2px;
}


.navcontainer ul
{
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: verdana;
}

.navcontainer li 
{ 
    margin: 0 0 0 0; 
}

.navcontainer a
{ 
    color: #000;
    text-align: left;
    display: block;
    width: 220px;
    text-decoration: none;
    padding:2px;
    border-bottom: 1px solid #B2C1E0;
}

.navcontainer a:hover
{
    color: #000;
    text-decoration: underline;
}

.navcontainer ul ul li 
{ 
    margin: 0px 0px 0px 0px; 
}


#navcontainer, #navcontainer ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 225px;
}

#navcontainer li { /* all list items */
	position : relative;
	float : left;
	line-height : 20px;
	margin-bottom : -1px;
	width: 225px;
}

#navcontainer li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 225px;
	margin-top : -22px;
	margin-bottom:1px;
}

*html #navcontainer li ul
{
    margin-left : 115px;
}

#navcontainer li ul ul {
	left: -999em;
}

#navcontainer li a {
	display : block;
	width: 215px;
	w\idth : 225px;
  color: #000;
  text-align: left;
  text-decoration: none;
  background:#fff;
  border-bottom: 1px solid #E6E6EE;
  margin-bottom:1px;
  padding:0px;
}

#navcontainer li a:hover {
	text-decoration: underline;
	background:#E6E6EE;
}

#navcontainer li:hover ul ul, #navcontainer li:hover ul ul ul, #navcontainer li.sfhover ul ul, #navcontainer li.sfhover ul ul ul {
	left: -999em;
}

#navcontainer li:hover ul, #navcontainer li li:hover ul, #navcontainer li li li:hover ul, #navcontainer li.sfhover ul, #navcontainer li li.sfhover ul, #navcontainer li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


