/* GLOBAL  LAYOUT RELATED: */
#l_pageWrapper {
	clear: both;
	margin: 0 auto;
	width: 1010px;
	padding-left: 14px;
	height: auto;
}

#l_contentWrapper {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
	width: 994px;
	height: auto;
	background-color: transparent;
	border: 1px solid black;
	border-bottom: none;
}


#l_bannerWrapper {
	clear: right;
	float: left;
	width: 743px;
	height: 262px;
	background-color: white;
}

#l_middleColumnWrapper {
	float: left;
	width: 526px;
	height: auto;
	padding: 0;
	margin: 0;
	background-color: transparent;
	min-height: 260px;
}

#l_top_menu_global {
	display: block;
	clear: both;
	float: right;
	padding-right: 20px;
	list-style: none;
	font-size: 11px;
}

#l_top_menu_global li {
	display: block;
	float: left;
	padding-left: 10px;
}

#l_top_menu_global li a {
	color: #666666;
	font-weight: normal;
}

#l_leftColumnWrapper {
	clear: left;
	float: left;
	width: 251px;
	height: 460px;
	background-color: transparent;
}

#l_rightColumnWrapper {
	clear: right;
	float: right;
	width: 217px;
	height: auto;
	min-height: 260px;
	background-color: transparent;
}

/*  HEADER RELATED:  */
#l_topMW {
	clear: both; 
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-color: transparent;
	background-image: url(/themes/agenda/images/top_menu_bar.gif);
	background-repeat: no-repeat;
	text-align: right;
}

#l_topSpacer {
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
	background-color: transparent;
	line-height: 1px;
}

#l_top_spacer2 {
	clear: both;
	float: left;
	width: 996px;
	border-bottom: 1px solid black;
	height: 10px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	background-color: white;
}

#l_logoW {
	clear: both;
	float: left;
	width: 996px;
	height: 50px !important;
	background-color: transparent;
	
}

#l_topLogoHolder {
	clear: left;
	float: left;
	height: 44px !important;
	padding-left: 46px;
}

#l_loginHolder {
	clear: right;
	float: right;
	width: auto;
	height: 44px !important;
	
}

#l_topLogo {
	clear: both;
	float: left;
	width: 180px;
	height: 44px;
}

#l_top_links {
	clear: both;
	float: left;
	width: 100%;;
	height: 39px;
	background-color: transparent;
}


#l_jobSearch {
	height: 219px; 
	padding-top: 9px;
}

.l_menu_item {
	float: left;
	padding: 0;
	margin: 0;
	height: 39px !important;
}

.l_underTitleColorBar {
	clear: both; 
	float: left; 
	width: 100%; 
	height: 4px;
	line-height: 1px;
	font-size: 1px;
	background-color: #A5805F;
}

#l_underTopLBar {
	clear: both;
	float: left;
	width: 996px;
	height: 10px !important;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url("/themes/agenda/images/top_bar.gif");
	background-repeat: no-repeat;
	line-height: 10px;
}

/* SPECIFIC AREA   LAYOUT RELATED:  */

/* Right COLUMN */
#l_candidate_menu {
	list-style: none;
}

#l_candidate_menu li {
	width: 100%;
	height: 30px !important;
	border-bottom: 1px dotted black;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
}

#l_candidate_menu li a {
	display: block;
	clear: both;
	float: left;
	width: 207px;
	padding-right: 6px;
	height: 100%;
	text-decoration: none;
	color: #5D422D;
	font-size: 12px;
}
#l_candidate_menu li a:hover {
	background-color: #5D422D;
	color: white;
}
